Lines Matching full:focus
246 // hasFocus keeps track of whether the WebView has focus && windowFocus.
274 // If the WebView is out of focus/window focus, set the state to
587 // The focus has changed. We may need to update things.
671 const CachedNode* focus = root->currentCursor();
672 if (focus)
673 return focus->wantsKeyEvents();
768 const CachedNode* focus = m_frameCacheUI->currentFocus();
769 DBG_NAV_LOGD("focus %d (nativeNode=%p)",
770 focus ? focus->index() : 0,
771 focus ? focus->nodePointer() : 0);
1132 int m_generation; // associate unique ID with sent kit focus to match with ui
1278 const CachedNode* focus = getFocusNode(env, obj);
1279 return cursor && focus && cursor->nodePointer() == focus->nodePointer();