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 49 class FocusNavigationScope {
53 static FocusNavigationScope focusNavigationScopeOf(Node*);
54 static FocusNavigationScope ownedByNonFocusableFocusScopeOwner(Node*);
55 static FocusNavigationScope ownedByShadowHost(Node*);
56 static FocusNavigationScope ownedByShadowInsertionPoint(HTMLShadowElement*);
57 static FocusNavigationScope ownedByIFrame(HTMLFrameOwnerElement*);
60 explicit FocusNavigationScope(TreeScope*);
94 Node* findFocusableNodeAcrossFocusScope(FocusDirection, FocusNavigationScope startScope, Node* start);
95 Node* findFocusableNodeRecursively(FocusDirection, FocusNavigationScope, Node* start);
107 inline Node* findFocusableNode(FocusDirection, FocusNavigationScope, Node* start)
    [all...]
FocusController.cpp 67 FocusNavigationScope::FocusNavigationScope(TreeScope* treeScope)
73 Node* FocusNavigationScope::rootNode() const
78 Element* FocusNavigationScope::owner() const
90 FocusNavigationScope FocusNavigationScope::focusNavigationScopeOf(Node* node)
98 return FocusNavigationScope(&root->treeScope());
101 FocusNavigationScope FocusNavigationScope::ownedByNonFocusableFocusScopeOwner(Node* node)
105 return FocusNavigationScope::ownedByShadowHost(node)
    [all...]

Completed in 355 milliseconds