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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SimplifyMarkupCommand.cpp 55 Node* startingNode = node->parentNode();
56 if (!startingNode)
58 RenderStyle* startingStyle = startingNode->renderStyle();
61 Node* currentNode = startingNode;
85 for (Node* node = startingNode; node != topNodeWithStartingStyle; node = node->parentNode())
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 137 bool scrollOverflow(ScrollDirection, ScrollGranularity, Node* startingNode = 0);
138 bool scrollRecursively(ScrollDirection, ScrollGranularity, Node* startingNode = 0);
139 bool logicalScrollRecursively(ScrollLogicalDirection, ScrollGranularity, Node* startingNode = 0);
221 bool logicalScrollOverflow(ScrollLogicalDirection, ScrollGranularity, Node* startingNode = 0);
FocusController.cpp 515 Node* startingNode;
518 startingNode = previousInScope(start);
521 startingNode = last;
527 for (Node* node = startingNode; node; node = previousInScope(node)) {
533 if (Node* winner = findNodeWithExactTabIndex(startingNode, startingTabIndex, FocusDirectionBackward))
    [all...]
EventHandler.cpp     [all...]

Completed in 478 milliseconds