HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/webkit/WebCore/css/
svg.css 68 :focus {
69 outline: auto 5px -webkit-focus-ring-color
html.css 585 :focus {
586 outline: auto 5px -webkit-focus-ring-color
589 /* Read-only text fields do not show a focus ring but do still receive focus */
590 html:focus, body:focus, input[readonly]:focus {
594 input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus
    [all...]
wml.css 235 :focus {
236 outline: auto 5px -webkit-focus-ring-color
239 /* Read-only text fields do not show a focus ring but do still receive focus */
240 wml:focus, card:focus {
244 input:focus, select:focus {
  /external/skia/src/views/
SkWindow.cpp 184 SkView* focus = this->getFocusView();
185 if (focus == NULL)
186 focus = this;
190 return focus->doEvent(evt);
201 // send an event to the focus-view
203 SkView* focus = this->getFocusView(); local
204 if (focus == NULL)
205 focus = this;
209 if (focus->doEvent(evt))
230 //send an event to the focus-vie
232 SkView* focus = this->getFocusView(); local
    [all...]
SkView.cpp 171 SkView* focus = NULL; local
174 if (view->onGetFocusView(&focus))
177 return focus;
191 Try to give focus to this view, or its children
201 SkView* child, *focus; local
203 if ((focus = child->acceptFocus(dir)) != NULL)
204 return focus;
209 SkView* child, *focus; local
211 if ((focus = child->acceptFocus(dir)) != NULL)
212 return focus;
223 SkView* focus = this->getFocusView(); local
    [all...]
  /external/webkit/WebCore/html/
HTMLLabelElement.h 46 // Overridden to either click() or focus() the corresponding control.
57 void focus(bool restorePreviousSelection = true);
HTMLLegendElement.h 51 void focus(bool restorePreviousSelection = true);
HTMLLegendElement.cpp 99 void HTMLLegendElement::focus(bool) function in class:WebCore::HTMLLegendElement
102 Element::focus();
106 element->focus(false);
HTMLLabelElement.cpp 121 control->focus();
131 void HTMLLabelElement::focus(bool) function in class:WebCore::HTMLLabelElement
135 element->focus();