OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
549
Node*
startingNode
;
552
startingNode
= NodeTraversal::previous(*start);
555
startingNode
= last;
561
for (Node* node =
startingNode
; node; node = NodeTraversal::previous(*node)) {
567
if (Node* winner = findNodeWithExactTabIndex(
startingNode
, startingTabIndex, FocusDirectionBackward))
[
all
...]
Completed in 37 milliseconds