HomeSort by relevance Sort by last modified time
    Searched refs:focusableNode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 103 , focusableNode(0)
121 // We handle differently visibleNode and FocusableNode to properly handle the areas of imagemaps,
122 // where visibleNode would represent the image element and focusableNode would represent the area element.
123 // In all other cases, visibleNode and focusableNode are one and the same.
125 Node* focusableNode;
SpatialNavigation.cpp 57 , focusableNode(0)
85 focusableNode = node;
606 if (isHTMLAreaElement(firstCandidate.focusableNode) || isHTMLAreaElement(secondCandidate.focusableNode))
FocusController.cpp 777 current.focusableNode = focusedElement;
    [all...]

Completed in 46 milliseconds