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

1 2 3 45 6 7 8 91011

  /external/webkit/Source/WebKit/win/Interfaces/
DOMHTML.idl 503 - (void)focus;
505 HRESULT focus();
781 - (void)focus;
783 HRESULT focus();
928 - (void)focus;
930 HRESULT focus();
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 41 public Object findFocus(Object info, int focus);
374 public Object findFocus(Object info, int focus) {
643 public Object findFocus(Object info, int focus) {
644 return AccessibilityNodeInfoCompatJellyBean.findFocus(info, focus);
750 * Action that gives accessibility focus to the node.
755 * Action that clears accessibility focus of the node.
875 * The input focus.
880 * The accessibility focus.
1020 * Find the view that has the specified focus type. The search starts from
1023 * @param focus The focus to find. One of {@link #FOCUS_INPUT} o
    [all...]
  /external/qemu/
qemu-char.c 271 int focus; member in struct:__anon12576
395 mux_chr_send_event(d, d->focus, CHR_EVENT_MUX_OUT);
396 d->focus++;
397 if (d->focus >= d->mux_cnt)
398 d->focus = 0;
399 mux_chr_send_event(d, d->focus, CHR_EVENT_MUX_IN);
419 int m = d->focus;
433 int m = d->focus;
446 int m = d->focus;
490 if (d->focus != -1)
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
bootstrap.css 74 a:focus {
76 outline: 5px auto -webkit-focus-ring-color;
115 button::-moz-focus-inner,
116 input::-moz-focus-inner {
809 input:focus,
810 textarea:focus {
820 input[type="file"]:focus,
821 input[type="radio"]:focus,
822 input[type="checkbox"]:focus,
823 select:focus {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 774 const TInt focus = ses.GetFocusWindowGroup(); local
775 CApaWindowGroupName* name = CApaWindowGroupName::NewLC(ses, focus);
779 iStdOut = focus;
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 420 // Carbon thinks that a control has the keyboard focus,
421 // or we wouldn't be being asked to relinquish focus.
432 // Let NSWindow focus the appropriate NSView.
451 HIViewRef focus;
452 GetKeyboardFocus (_windowRef, &focus);
453 if (focus != viewRef) {
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.css 88 .app > .app-settings:focus {
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 150 g_signal_connect(content_view, "focus", G_CALLBACK(OnFocusThunk), this);
226 void TabContentsViewGtk::Focus() {
228 tab_contents()->interstitial_page()->Focus();
240 Focus();
277 // This is called when we the renderer asks us to take focus back (i.e., it has
374 // and grab focus if we don't have it. The call to
375 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
378 GtkDirectionType focus) {
380 // focus.
383 // take focus. We don't want that. But if we return true, the event wil
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 30 #include "views/focus/view_storage.h"
44 // and grab focus if we don't have it. The call to
45 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
47 gboolean OnFocus(GtkWidget* widget, GtkDirectionType focus,
49 // If we already have focus, let the next widget have a shot at it. We will
56 bool reverse = focus == GTK_DIR_TAB_BACKWARD;
182 g_signal_connect(view->native_view(), "focus",
268 void TabContentsViewGtk::Focus() {
270 tab_contents()->interstitial_page()->Focus();
292 Focus();
    [all...]
  /external/chromium-trace/trace-viewer/src/
timeline_view.css 117 .timeline-find-control input:focus {
  /external/skia/src/views/
SkWidgets.cpp 240 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed)
255 if (focus)
  /external/webkit/Source/WebCore/dom/
Element.h 86 DECLARE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(focus);
255 virtual void focus(bool restorePreviousSelection = true);
  /external/webkit/Source/WebCore/page/
Chrome.cpp 148 void Chrome::focus() const function in class:WebCore::Chrome
150 m_client->focus();
DOMSelection.cpp 84 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
85 return focus.parentAnchoredEquivalent();
DOMWindow.h 139 void focus();
287 DEFINE_ATTRIBUTE_EVENT_LISTENER(focus);
ChromeClient.h 86 virtual void focus() = 0;
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 32 form.email.focus();
34 form.passwd.focus();
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.h 120 bool focus(const CallIdentifier&);
  /external/webkit/Source/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 211 focus: function(/*ProfileDataGridNode*/ profileDataGridNode)
SearchController.js 162 this.element.focus();
175 // If focus belongs here and text is empty - nothing to do, return unhandled.
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 69 virtual void focus();
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 86 void ChromeClientHaiku::focus() function in class:WebCore::ChromeClientHaiku
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 50 virtual void focus();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.h 117 Q_PROPERTY(bool focus READ hasFocus)

Completed in 596 milliseconds

1 2 3 45 6 7 8 91011