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

  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 48 class FocusNavigationScope {
52 static FocusNavigationScope focusNavigationScopeOf(Node*);
53 static FocusNavigationScope focusNavigationScopeOwnedByShadowHost(Node*);
54 static FocusNavigationScope focusNavigationScopeOwnedByIFrame(HTMLFrameOwnerElement*);
57 explicit FocusNavigationScope(TreeScope*);
91 Node* findFocusableNodeAcrossFocusScope(FocusDirection, FocusNavigationScope startScope, Node* start);
92 Node* findFocusableNodeRecursively(FocusDirection, FocusNavigationScope, Node* start);
104 inline Node* findFocusableNode(FocusDirection, FocusNavigationScope, Node* start);
106 Node* nextFocusableNode(FocusNavigationScope, Node* start);
107 Node* previousFocusableNode(FocusNavigationScope, Node* start)
    [all...]
FocusController.cpp 66 FocusNavigationScope::FocusNavigationScope(TreeScope* treeScope)
73 Node* FocusNavigationScope::rootNode() const
78 Element* FocusNavigationScope::owner() const
88 FocusNavigationScope FocusNavigationScope::focusNavigationScopeOf(Node* node)
96 return FocusNavigationScope(root->treeScope());
99 FocusNavigationScope FocusNavigationScope::focusNavigationScopeOwnedByShadowHost(Node* node)
102 return FocusNavigationScope(toElement(node)->shadow()->youngestShadowRoot())
    [all...]

Completed in 95 milliseconds