OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topNode
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
DoDidVisitorAdapter.java
15
AstNode
topNode
= nodeStack.peek();
16
if (
topNode
!= null &&
topNode
!= node.getParent()) {
18
topNode
= nodeStack.pop();
19
didVisit(
topNode
);
20
} while (
topNode
.getParent() != node.getParent());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h
88
ContainerNode*
topNode
() const
/external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp
719
Node*
topNode
= fragment.firstChild();
723
if (isMailPasteAsQuotationNode(
topNode
) || enclosingNodeOfType(firstPositionInOrBeforeNode(
topNode
), isMailBlockquote, CanCrossEditingBoundary))
728
if (!isLegacyAppleStyleSpan(
topNode
))
731
Node* wrappingStyleSpan =
topNode
;
[
all
...]
SpellChecker.cpp
190
//
topNode
defines the whole range we want to operate on
191
Node*
topNode
= highestEditableRoot(position);
193
spellingSearchRange->setEnd(
topNode
, lastOffsetForEditing(
topNode
), IGNORE_EXCEPTION);
251
spellingSearchRange->setStart(
topNode
, 0, IGNORE_EXCEPTION);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 845 milliseconds