HomeSort by relevance Sort by last modified time
    Searched defs:startingNode (Results 1 - 2 of 2) 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/
FocusController.cpp 605 Node* startingNode;
608 startingNode = NodeTraversal::previous(*start);
611 startingNode = last;
617 for (Node* node = startingNode; node; node = NodeTraversal::previous(*node)) {
623 if (Node* winner = findNodeWithExactTabIndex(startingNode, startingTabIndex, FocusTypeBackward))
    [all...]

Completed in 232 milliseconds