Searched refs:focus (Results 1 - 25 of 168) sorted by relevance

1234567

/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/webkit/Source/WebCore/css/
H A Dsvg.css68 :focus {
69 outline: auto 5px -webkit-focus-ring-color
H A Dwml.css236 :focus {
237 outline: auto 5px -webkit-focus-ring-color
240 /* Read-only text fields do not show a focus ring but do still receive focus */
241 wml:focus, card:focus {
245 input:focus, select:focus {
/external/chromium/chrome/browser/printing/cloud_print/resources/
H A Dcloud_print_setup_done.js16 $('close').focus();
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_delegate_mac.h18 - (void)setAccessibilityFocus:(BOOL)focus
/external/skia/src/views/
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
341 onSetFocusView(SkView* focus) argument
[all...]
H A DSkView.cpp178 SkView* focus = NULL; local
181 if (view->onGetFocusView(&focus))
184 return focus;
198 Try to give focus to this view, or its children
208 SkView* child, *focus; local
210 if ((focus = child->acceptFocus(dir)) != NULL)
211 return focus;
216 SkView* child, *focus; local
218 if ((focus = child->acceptFocus(dir)) != NULL)
219 return focus;
230 SkView* focus = this->getFocusView(); local
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js65 formfield.focus();
73 formfield.focus();
97 formfield.focus();
102 formfield.focus();
108 formfield.focus();
128 formfield.focus();
133 formfield.focus();
139 formfield.focus();
145 formfield.focus();
177 form.BAND.focus();
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLLabelElement.h49 // Overridden to either click() or focus() the corresponding control.
52 void focus(bool restorePreviousSelection = true);
H A DHTMLLegendElement.h38 // Control in the legend's fieldset that gets focus and access key.
44 virtual void focus(bool restorePreviousSelection = true);
H A DHTMLLegendElement.cpp80 void HTMLLegendElement::focus(bool) function in class:WebCore::HTMLLegendElement
83 Element::focus();
87 control->focus(false);
H A DHTMLLabelElement.cpp132 element->focus();
142 void HTMLLabelElement::focus(bool) function in class:WebCore::HTMLLabelElement
146 element->focus();
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLAnchorElement14.js78 HTMLAnchorElement.focus should capture input focus.
98 testNode.focus();
H A DHTMLInputElement20.js78 HTMLInputElement.focus should capture input focus.
98 testNode.focus();
H A DHTMLSelectElement14.js78 focus should give the select element input focus.
98 testNode.focus();
H A DHTMLTextAreaElement14.js78 Calling HTMLTextAreaElement.focus should capture input focus.
98 testNode.focus();
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLAnchorElement14.js78 HTMLAnchorElement.focus should capture input focus.
98 testNode.focus();
H A DHTMLInputElement20.js78 HTMLInputElement.focus should capture input focus.
98 testNode.focus();
H A DHTMLSelectElement14.js78 focus should give the select element input focus.
98 testNode.focus();
H A DHTMLTextAreaElement14.js78 Calling HTMLTextAreaElement.focus should capture input focus.
98 testNode.focus();
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcontext_menu_button.js59 // Menu buttons prevent focus changes.
62 target.focus();
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.h49 void focus(const ProfileNode*);
/external/webkit/Tools/WebKitTestRunner/
H A DPlatformWebView.h61 void focus();
/external/chromium/chrome/common/extensions/docs/js/
H A Dsample_search.js64 searchinput.focus();
71 searchinput.focus();
/external/skia/include/views/
H A DSkWindow.h86 virtual bool onGetFocusView(SkView** focus) const;
87 virtual bool onSetFocusView(SkView* focus);

Completed in 1883 milliseconds

1234567