Searched defs:focus (Results 1 - 25 of 64) 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.cpp69 void HTMLLegendElement::focus(bool, FocusDirection direction) function in class:WebCore::HTMLLegendElement
72 Element::focus(true, direction);
76 control->focus(false, direction);
H A DHTMLLabelElement.cpp155 element->focus(true, FocusDirectionMouse);
176 void HTMLLabelElement::focus(bool, FocusDirection direction) function in class:WebCore::HTMLLabelElement
180 element->focus(true, direction);
182 HTMLElement::focus(true, direction);
/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/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.cc46 g_signal_connect(floating_.get(), "focus", G_CALLBACK(OnFocusThunk), this);
192 // Prevent |preview_| from getting focus via the tab key. If |tab_| exists, try
193 // to focus that. Otherwise, do nothing, but stop event propagation. See bug
196 GtkDirectionType focus) {
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus);
195 OnFocus(GtkWidget* widget, GtkDirectionType focus) argument
/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.cc120 /// out of focus). Clicking back inside the instance's
122 /// (the NaCl instance is back in focus). The default is
123 /// that the instance is out of focus.
124 void DidChangeFocus(bool focus) { argument
126 stream << "DidChangeFocus:" << " focus:" << focus; local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DGoToLineDialog.js90 focus: function()
H A DHelpScreen.js68 WebInspector.HelpScreen.focus = function()
70 WebInspector.HelpScreen._visibleScreen.element.focus();
92 this.focus();
H A DSidebarOverlay.js79 focus: function()
H A DTopDownProfileDataGridTree.js96 focus: function(profileDataGridNode)
H A DBottomUpProfileDataGridTree.js234 focus: function(profileDataGridNode)
H A DDialog.js44 this._glassPane.element.addEventListener("focus", this._onGlassPaneFocus.bind(this), false);
48 this._element.addEventListener("focus", this._onFocus.bind(this), false);
60 this._delegate.focus();
110 this._delegate.focus();
172 focus: function() { },
/external/chromium_org/chrome_frame/
H A Dchrome_frame_plugin.h136 // ActiveX window focus.
144 // Menu is over now give focus back to chrome
159 // to focus the first focusable element in the current view, only the
185 // browser that we now have the focus.
186 HWND focus = ::GetFocus(); local
190 // has focus. Because experimental extension popups are top-level
191 // windows, we have to check that the focus has shifted to a window
193 if (focus != plugin_window &&
195 ::GetAncestor(focus, GA_ROOTOWNER)) {
234 DVLOG(1) << "Setting initial focus";
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc118 const gfx::Rect& focus) {
120 selection_focus_rect_ = focus;
151 gfx::Rect focus(selection_focus_rect_.origin(),
153 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus);
117 OnSelectionOrCursorChanged(const gfx::Rect& anchor, const gfx::Rect& focus) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.cpp87 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
88 return focus.parentAnchoredEquivalent();
H A DChrome.cpp124 void Chrome::focus() const function in class:WebCore::Chrome
126 m_client->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/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc472 // Don't restore focus on exit if a window was just activated.
481 // Don't restore focus on exit if a window was just activated.
488 // Remove focus from active window before entering overview.
505 void WindowSelector::ResetFocusRestoreWindow(bool focus) { argument
508 if (focus) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElementInstance.h107 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus); member in class:WebCore::SVGElementInstance
/external/chromium_org/third_party/skia/src/views/
H A DSkWidgets.cpp240 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed) argument
255 if (focus)
H A DSkWindow.cpp229 SkView* focus = this->getFocusView();
230 if (focus == NULL)
231 focus = this;
235 return focus->doEvent(evt);
246 // send an event to the focus-view
248 SkView* focus = this->getFocusView(); local
249 if (focus == NULL)
250 focus = this;
254 if (focus->doEvent(evt))
275 //send an event to the focus
277 SkView* focus = this->getFocusView(); local
326 onSetFocusView(SkView* focus) argument
[all...]
/external/skia/src/views/
H A DSkWidgets.cpp240 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed) argument
255 if (focus)
H A DSkWindow.cpp229 SkView* focus = this->getFocusView();
230 if (focus == NULL)
231 focus = this;
235 return focus->doEvent(evt);
246 // send an event to the focus-view
248 SkView* focus = this->getFocusView(); local
249 if (focus == NULL)
250 focus = this;
254 if (focus->doEvent(evt))
275 //send an event to the focus
277 SkView* focus = this->getFocusView(); local
326 onSetFocusView(SkView* focus) argument
[all...]

Completed in 496 milliseconds

123