/external/webkit/WebKit/android/nav/ |
WebView.cpp | 246 // hasFocus keeps track of whether the WebView has focus && windowFocus. 274 // If the WebView is out of focus/window focus, set the state to 587 // The focus has changed. We may need to update things. 671 const CachedNode* focus = root->currentCursor(); local 672 if (focus) 673 return focus->wantsKeyEvents(); 768 const CachedNode* focus = m_frameCacheUI->currentFocus(); local 769 DBG_NAV_LOGD("focus %d (nativeNode=%p)", 770 focus ? focus->index() : 0 1278 const CachedNode* focus = getFocusNode(env, obj); local [all...] |
/cts/tests/src/android/view/cts/ |
FocusFinderStubActivity.java | 30 * layout to excercise some core focus searching.
|
/cts/tests/tests/app/src/android/app/cts/ |
SearchManagerTest.java | 79 + "your activity will regain input focus and proceed as before. "
|
/development/simulator/app/ |
README | 58 "refocus-on-restart" (bool) When runtime rstarts, give focus to phone window.
|
/external/grub/stage2/ |
disk_inode.h | 49 * The I node is the focus of all file activity in the BSD Fast File System.
|
/external/proguard/docs/ |
style.css | 158 ul.navigation li a:focus
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgevents.c | 67 /* We need to focus the canvas when it's clicked */
|
/external/webkit/SunSpider/hosted/ |
sunspider.html | 47 <dd>This test mostly avoids microbenchmarks, and tries to focus on
|
/external/webkit/WebCore/inspector/front-end/ |
TopDownProfileDataGridTree.js | 79 focus: function(/*ProfileDataGridNode*/ profileDataGrideNode)
|
/external/webkit/WebCore/page/ |
DOMSelection.h | 66 // In Firefox, anchor/focus are the equal to the start/end of the selection,
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumWin.h | 49 // A method asking if the theme is able to draw the focus ring.
|
/external/webkit/WebCore/svg/ |
SVGElementInstance.h | 85 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus); member in class:WebCore::SVGElementInstance
|
/external/webkit/WebCore/wml/ |
WMLOptGroupElement.cpp | 111 // send to the parent to bring focus to the list box
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 139 void ChromeClientAndroid::focus(bool userGesture) { function in class:android::ChromeClientAndroid 141 void ChromeClientAndroid::focus() { 142 // The old behavior was to always allow javascript to focus a window. If we 148 // Ask the application to focus this WebView.
|
/external/webkit/WebKit/android/plugins/ |
PluginWidgetAndroid.cpp | 286 // if the plugin is gaining focus then update our state now to allow 287 // the plugin's event handler to perform actions that require focus 307 // if the plugin is losing focus then delay the update of our state 309 // that may require focus
|
/external/webkit/WebKit/chromium/public/ |
WebWidget.h | 76 // Called to inform the WebWidget that it has gained or lost keyboard focus.
|
WebWidgetClient.h | 53 // Called when the widget acquires or loses focus, respectively.
|
/external/webkit/WebKit/chromium/src/ |
WebAccessibilityCacheImpl.h | 79 // ObjectMap and for focus changes in WebKit.
|
WebFrameImpl.h | 203 // and set focus to the first focusable node we find (starting with the first 205 // nothing to focus we focus the first focusable node in the range. This 206 // allows us to set focus to a link (when we find text inside a link), which
|
WebPluginContainerImpl.cpp | 347 // Ensure that the frame containing the plugin has focus. 351 // Give focus to our containing HTMLPluginElement. 359 // backwards, but if I reverse it, giving focus to a transparent 368 // from getting focus in Windows builds, as pkasting notes above. So for
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.h | 44 virtual void focus();
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.h | 54 void focus();
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.h | 62 virtual void focus();
|
/external/webkit/WebKit/wx/WebKitSupport/ |
ChromeClientWx.h | 51 virtual void focus();
|
/frameworks/base/core/java/android/text/method/ |
KeyListener.java | 45 * user puts focus in the editor, which will provide a keypad and also
|