HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 69 this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function."), "focus-profile-node-status-bar-item");
467 this.profileDataGridTree.focus(this.dataGrid.selectedNode);
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 286 // The plugin needs focus to receive keyboard and touch events
287 m_element->focus();
388 // keeps the document focus
391 // remove the plugin from the document's focus
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 153 void ChromeClientAndroid::focus() function in class:android::ChromeClientAndroid
158 // Ask the application to focus this WebView if the action is intiated by the user
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 216 void ChromeClientImpl::focus() function in class:WebKit::ChromeClientImpl
230 // For now the browser can always take focus if we're not running layout
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 143 void ChromeClient::focus() function in class:WebKit::ChromeClient
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 146 void ChromeClientQt::focus() function in class:WebCore::ChromeClientQt
172 // take the focus to avoid wrapping.
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 194 WKPageFocusCallback focus; member in struct:WKPageUIClient
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 122 void WebChromeClient::focus() function in class:WebKit::WebChromeClient
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 130 "focus-line-width", &focusWidth,
131 "focus-padding", &focusPad, NULL);
172 gtk_style_context_get_style(context, "interior-focus", &interiorFocus, NULL);
295 "focus-line-width", &focusWidth,
296 "focus-padding", &focusPad,
297 "interior-focus", &interiorFocus,
298 "displace-focus", &displaceFocus,
339 static void getComboBoxMetrics(RenderStyle* style, GtkBorder& border, int& focus, int& separator)
357 "interior-focus", &interiorFocus,
358 "focus-line-width", &focusWidth
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 595 - (void)focus;
597 HRESULT focus();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 705 CARD32 focus B32;
724 Window focus B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 705 CARD32 focus B32;
724 Window focus B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 705 CARD32 focus B32;
724 Window focus B32;
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 130 CvVoronoiNodeInt* focus; member in struct:CvVoronoiParabolaInt
631 it is parabola, it is defined by its focus (site - point)
634 pFocus : in, point, which defines the focus of parabola
650 it is parabola, it is defined by its focus (site - point)
653 pFocus : in, point, which defines the focus of parabola
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 593 * Gets the bounds of the accessibility focus in the active window.
595 * @param outBounds The output to which to write the focus bounds.
596 * @return Whether accessibility focus was found and the bounds are populated.
600 // Instead of keeping track of accessibility focus events per
601 // window to be able to find the focus in the active window,
614 AccessibilityNodeInfo focus = root.findFocus( local
616 if (focus == null) {
619 focus.getBoundsInScreen(outBounds);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 611 Window focus B32;
1021 BYTE flags; /* sameScreen and focus booleans, packed together */
1030 } focus;
1027 } focus; member in union:_xEvent::__anon23396
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 611 Window focus B32;
1021 BYTE flags; /* sameScreen and focus booleans, packed together */
1030 } focus;
1027 } focus; member in union:_xEvent::__anon24986
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 611 Window focus B32;
1021 BYTE flags; /* sameScreen and focus booleans, packed together */
1030 } focus;
1027 } focus; member in union:_xEvent::__anon26498
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 230 // When the user clicks the button we should navigate "home" and focus the list
233 $('list').focus();
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
docs.css 408 .download-builder input[type=text]:focus {
533 /* Fake the :focus state to demo it */
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 122 " GtkWidget::focus-line-width = 0\n"
274 // Tab key is pressed, |text_view_| will emit "move-focus" signal, which will
305 g_signal_connect(text_view_, "focus-in-event",
307 g_signal_connect(text_view_, "focus-out-event",
313 g_signal_connect(text_view_, "move-focus",
431 signals_.Connect(new_toplevel, "set-focus",
549 // TODO(deanm): something about selection / focus change here.
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 138 DEFINE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(Element, focus);
747 // any change to aria-activedescendant attribute triggers accessibility focus change, but document focus remains intact
1536 void Element::focus(bool restorePreviousSelection) function in class:WebCore::Element
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 872 void DOMWindow::focus() function in class:WebCore::DOMWindow
883 page->chrome()->focus();
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 198 // When the user tabs to us or clicks on us, save where the focus used to
200 g_signal_connect(text_entry_, "focus",
209 g_signal_connect(text_entry_, "focus-in-event",
211 g_signal_connect(text_entry_, "focus-out-event",
383 // focus. EndFindSession will then set the focus to the page content.
447 // This function sometimes gets called when we don't have focus. We should do
455 find_bar_controller_->tab_contents()->tab_contents()->Focus();
    [all...]

Completed in 1933 milliseconds

1 2 3 4 5 6 78 91011