Home | History | Annotate | Download | only in nav

Lines Matching defs:newFocus

583         const CachedNode* newFocus = m_frameCacheUI->currentFocus();
584 if (newFocus && oldFocusNodePointer != newFocus->nodePointer()
585 && newFocus->isTextInput()
586 && newFocus != m_frameCacheUI->currentCursor()) {