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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 102 , focusableNode(nullptr)
118 // We handle differently visibleNode and FocusableNode to properly handle the areas of imagemaps,
119 // where visibleNode would represent the image element and focusableNode would represent the area element.
120 // In all other cases, visibleNode and focusableNode are one and the same.
122 RawPtrWillBeMember<Node> focusableNode;
SpatialNavigation.cpp 59 , focusableNode(nullptr)
85 focusableNode = node;
630 if (isHTMLAreaElement(*firstCandidate.focusableNode) || isHTMLAreaElement(*secondCandidate.focusableNode))
FocusController.cpp 795 current.focusableNode = focusedElement;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]

Completed in 47 milliseconds