OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acceptFocus
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/views/
SkView.cpp
208
bool SkView::
acceptFocus
()
216
SkView* SkView::
acceptFocus
(FocusDirection dir)
220
if (this->
acceptFocus
())
226
if ((focus = child->
acceptFocus
(dir)) != NULL)
234
if ((focus = child->
acceptFocus
(dir)) != NULL)
237
if (this->
acceptFocus
())
270
if ((focus = child->
acceptFocus
(dir)) != NULL)
283
return focus->
acceptFocus
(dir);
292
if ((focus = child->
acceptFocus
(dir)) != NULL)
295
if (parent->
acceptFocus
())
[
all
...]
/external/skia/src/views/
SkView.cpp
208
bool SkView::
acceptFocus
()
216
SkView* SkView::
acceptFocus
(FocusDirection dir)
220
if (this->
acceptFocus
())
226
if ((focus = child->
acceptFocus
(dir)) != NULL)
234
if ((focus = child->
acceptFocus
(dir)) != NULL)
237
if (this->
acceptFocus
())
270
if ((focus = child->
acceptFocus
(dir)) != NULL)
283
return focus->
acceptFocus
(dir);
292
if ((focus = child->
acceptFocus
(dir)) != NULL)
295
if (parent->
acceptFocus
())
[
all
...]
Completed in 485 milliseconds