Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: ui/base/keycodes/keyboard_code_conversion_gtk.h

Issue 17093002: Remove KeyboardCodeFromGdkEventKey. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/base/keycodes/keyboard_code_conversion_gtk.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /* 5 /*
6 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved. 6 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
7 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com 7 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com
8 * Copyright (C) 2007 Holger Hans Peter Freyther 8 * Copyright (C) 2007 Holger Hans Peter Freyther
9 * Copyright (C) 2008 Collabora, Ltd. All rights reserved. 9 * Copyright (C) 2008 Collabora, Ltd. All rights reserved.
10 * Copyright (C) 2008, 2009 Google Inc. 10 * Copyright (C) 2008, 2009 Google Inc.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 UI_EXPORT KeyboardCode WindowsKeyCodeForGdkKeyCode(int keycode); 46 UI_EXPORT KeyboardCode WindowsKeyCodeForGdkKeyCode(int keycode);
47 47
48 UI_EXPORT int GdkKeyCodeForWindowsKeyCode(KeyboardCode keycode, bool shift); 48 UI_EXPORT int GdkKeyCodeForWindowsKeyCode(KeyboardCode keycode, bool shift);
49 49
50 // For WebKit DRT testing: simulate the native keycode for the given 50 // For WebKit DRT testing: simulate the native keycode for the given
51 // input |keycode|. Return the native keycode. 51 // input |keycode|. Return the native keycode.
52 UI_EXPORT int GdkNativeKeyCodeForWindowsKeyCode(KeyboardCode keycode, 52 UI_EXPORT int GdkNativeKeyCodeForWindowsKeyCode(KeyboardCode keycode,
53 bool shift); 53 bool shift);
54 54
55 UI_EXPORT KeyboardCode KeyboardCodeFromGdkEventKey(GdkEventKey* event);
56
57 } // namespace ui 55 } // namespace ui
58 56
59 #endif // UI_BASE_KEYCODES_KEYBOARD_CODE_CONVERSION_GTK_H_ 57 #endif // UI_BASE_KEYCODES_KEYBOARD_CODE_CONVERSION_GTK_H_
OLDNEW
« no previous file with comments | « no previous file | ui/base/keycodes/keyboard_code_conversion_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698