HomeSort by relevance Sort by last modified time
    Searched defs:acceptFocus (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 211 bool SkView::acceptFocus()
219 SkView* SkView::acceptFocus(FocusDirection dir)
223 if (this->acceptFocus())
229 if ((focus = child->acceptFocus(dir)) != NULL)
237 if ((focus = child->acceptFocus(dir)) != NULL)
240 if (this->acceptFocus())
273 if ((focus = child->acceptFocus(dir)) != NULL)
286 return focus->acceptFocus(dir);
295 if ((focus = child->acceptFocus(dir)) != NULL)
298 if (parent->acceptFocus())
    [all...]
  /external/skia/src/views/
SkView.cpp 211 bool SkView::acceptFocus()
219 SkView* SkView::acceptFocus(FocusDirection dir)
223 if (this->acceptFocus())
229 if ((focus = child->acceptFocus(dir)) != NULL)
237 if ((focus = child->acceptFocus(dir)) != NULL)
240 if (this->acceptFocus())
273 if ((focus = child->acceptFocus(dir)) != NULL)
286 return focus->acceptFocus(dir);
295 if ((focus = child->acceptFocus(dir)) != NULL)
298 if (parent->acceptFocus())
    [all...]

Completed in 98 milliseconds