Home | History | Annotate | Download | only in views

Lines Matching refs:acceptFocus

198 bool SkView::acceptFocus() {
205 SkView* SkView::acceptFocus(FocusDirection dir) {
207 if (this->acceptFocus()) {
213 if ((focus = child->acceptFocus(dir)) != nullptr) {
221 if ((focus = child->acceptFocus(dir)) != nullptr) {
225 if (this->acceptFocus()) {
255 if ((focus = child->acceptFocus(dir)) != nullptr)
266 return focus->acceptFocus(dir);
272 if ((focus = child->acceptFocus(dir)) != nullptr) {
276 if (parent->acceptFocus()) {