Home | History | Annotate | Download | only in nav

Lines Matching full:focus

346     Node* focus = doc->focusedNode();
382 if (focus == node) {
383 properties.append("FOCUS | ");
877 // key-events (i.e. focus)
904 // when new focus is found, push it's parent on a stack
910 // making this work with focus - child focus - grandchild focus is tricky
912 // a node is a grandchild of the focus's parent
1174 // focus ring will also need the offset and length of characters
1394 Node* focus = doc->focusedNode();
1395 if (focus != NULL)
1396 return focus;
1401 Node* focus = cacheBuilder->currentFocus();
1402 if (focus)
1403 return focus;