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

  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 105 , focusableNode(0)
123 // We handle differently visibleNode and FocusableNode to properly handle the areas of imagemaps,
124 // where visibleNode would represent the image element and focusableNode would represent the area element.
125 // In all other cases, visibleNode and focusableNode are one and the same.
127 Node* focusableNode;
SpatialNavigation.cpp 60 , focusableNode(0)
88 focusableNode = node;
611 if (firstCandidate.focusableNode->hasTagName(HTMLNames::areaTag) || secondCandidate.focusableNode->hasTagName(HTMLNames::areaTag))
FocusController.cpp 496 current.focusableNode = focusedNode;
581 Element* element = toElement(focusCandidate.focusableNode);

Completed in 161 milliseconds