Searched defs:focus (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/test/chromedriver/js/
H A Dfocus.js5 function focus(element) { function
11 // Secondly, we focus the target element.
20 // the body, sometimes we still need to focus the body element for send
22 // - You cannot focus a descendant of a content editable node
30 element.focus();
42 throw new Error('cannot focus element');
/external/clang/test/CodeGen/
H A D2003-08-21-BinOp-Type-Mismatch.c7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLegendElement.cpp60 void HTMLLegendElement::focus(bool, FocusType type) function in class:WebCore::HTMLLegendElement
63 Element::focus(true, type);
67 control->focus(false, type);
H A DHTMLLabelElement.cpp165 element->focus(true, FocusTypeMouse);
186 void HTMLLabelElement::focus(bool, FocusType type) function in class:WebCore::HTMLLabelElement
190 element->focus(true, type);
192 HTMLElement::focus(true, type);
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dwebtreemap.js42 // Callback for embedding page to update after a focus.
45 function focus(tree) { function
81 focus(focused.parent);
83 focus(tree);
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js26 function focus(tree) { function
70 focus(focused.parent);
72 focus(tree);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dsearchbox_api.js41 this.focus = function() {
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc116 /// out of focus). Clicking back inside the instance's
118 /// (the NaCl instance is back in focus). The default is
119 /// that the instance is out of focus.
120 void DidChangeFocus(bool focus) { argument
122 stream << "DidChangeFocus:" << " focus:" << focus; local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DHelpScreen.js68 WebInspector.HelpScreen.focus = function()
70 WebInspector.HelpScreen._visibleScreen.element.focus();
93 this.focus();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileTopDownDataGrid.js97 focus: function(profileDataGridNode)
H A DCPUProfileBottomUpDataGrid.js237 focus: function(profileDataGridNode)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DGoToLineDialog.js89 focus: function()
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc141 // Remove focus from active window before entering overview.
319 // Don't restore focus on exit if a window was just activated.
375 void WindowSelector::ResetFocusRestoreWindow(bool focus) { argument
378 if (focus) {
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc115 const gfx::Rect& focus) {
117 selection_focus_rect_ = focus;
156 gfx::Rect focus(selection_focus_rect_.origin(),
158 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus);
114 OnSelectionOrCursorChanged(const gfx::Rect& anchor, const gfx::Rect& focus) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.cpp88 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
89 return focus.parentAnchoredEquivalent();
H A DChrome.cpp112 void Chrome::focus() const function in class:WebCore::Chrome
114 m_client->focus();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsolePanel.js109 focus: function()
111 this._view.focus();
141 consoleView.focus();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDialog.js44 this._glassPane.element.addEventListener("focus", this._onGlassPaneFocus.bind(this), false);
49 this._element.addEventListener("focus", this._onFocus.bind(this), false);
59 this._delegate.focus();
118 this._delegate.focus();
183 focus: function() { },
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPinchViewportTest.cpp513 WebRect focus; local
514 webViewImpl()->selectionBounds(anchor, focus);
521 EXPECT_POINT_EQ(expected, IntRect(focus).location());
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp171 SkView* focus = this->getFocusView();
172 if (focus == NULL)
173 focus = this;
177 return focus->doEvent(evt);
187 // send an event to the focus-view
189 SkView* focus = this->getFocusView(); local
190 if (focus == NULL)
191 focus = this;
195 if (focus->doEvent(evt))
214 //send an event to the focus
216 SkView* focus = this->getFocusView(); local
258 onSetFocusView(SkView* focus) argument
[all...]
H A DSkWidgets.cpp241 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed) argument
256 if (focus)
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
H A DSDL_dx5audio.c426 static int CreatePrimary(LPDIRECTSOUND sndObj, HWND focus, argument
435 result = IDirectSound_SetCooperativeLevel(sndObj, focus,
501 static int CreateSecondary(LPDIRECTSOUND sndObj, HWND focus, argument
511 if ( focus ) {
513 focus, DSSCL_PRIORITY);
532 if ( ! focus ) {
/external/skia/src/views/
H A DSkWindow.cpp171 SkView* focus = this->getFocusView();
172 if (focus == NULL)
173 focus = this;
177 return focus->doEvent(evt);
187 // send an event to the focus-view
189 SkView* focus = this->getFocusView(); local
190 if (focus == NULL)
191 focus = this;
195 if (focus->doEvent(evt))
214 //send an event to the focus
216 SkView* focus = this->getFocusView(); local
258 onSetFocusView(SkView* focus) argument
[all...]
H A DSkWidgets.cpp241 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed) argument
256 if (focus)
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc599 void PSInstance::DidChangeFocus(bool focus) { argument
600 Log("Got Focus change: %s\n", focus ? "FOCUS ON" : "FOCUS OFF");
601 PostEvent(PSE_INSTANCE_DIDCHANGEFOCUS, focus ? PP_TRUE : PP_FALSE);

Completed in 5666 milliseconds

123