Home
last modified time | relevance | path

Searched refs:handleKeyDown (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu_button.js83 this.handleKeyDown(e);
86 this.menu.handleKeyDown(e);
154 handleKeyDown: function(e) { method in MenuButton
Dmenu.js86 handleKeyDown: function(e) { method in Menu
Dtree.js58 this.addEventListener('keydown', this.handleKeyDown);
133 handleKeyDown: function(e) { method in Tree
Dlist.js358 this.addEventListener('keydown', this.handleKeyDown);
501 handleKeyDown: function(e) { method in List
505 return this.selectionController_.handleKeyDown(e);
Dcontext_menu_handler.js139 this.menu.handleKeyDown(e);
Dlist_selection_controller.js182 handleKeyDown: function(e) { method in ListSelectionController
/external/skia/android_sample/SampleApp/src/com/skia/sampleapp/
DSampleApp.java88 return handleKeyDown(event.getKeyCode(), uni); in dispatchKeyEvent()
108 private native boolean handleKeyDown(int key, int uni); in handleKeyDown() method in SampleApp
/external/webkit/Source/WebKit/wince/
DWebView.cpp347 bool WebView::handleKeyDown(WPARAM virtualKeyCode, LPARAM keyData, bool systemKeyDown) in handleKeyDown() function in WebView
421 handled = handleKeyDown(wParam, lParam, true); in wndProc()
425 handled = handleKeyDown(wParam, lParam, false); in wndProc()
DWebView.h85 bool handleKeyDown(WPARAM virtualKeyCode, LPARAM keyData, bool systemKeyDown);
DChangeLog28 * WebView.cpp: (WebView::handleKeyDown): Moved Caps Lock handling from WebKits to WebCore,
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m287 static int handleKeyDown(PluginObject *obj, NPCocoaEvent *event) function
335 return handleKeyDown(obj, cocoaEvent);
/external/webkit/Examples/
DChangeLog146 (handleKeyDown):