OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enclosingBlock
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp
106
bool InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement(Node*
enclosingBlock
) const
115
return
enclosingBlock
->hasTagName(h1Tag) ||
116
enclosingBlock
->hasTagName(h2Tag) ||
117
enclosingBlock
->hasTagName(h3Tag) ||
118
enclosingBlock
->hasTagName(h4Tag) ||
119
enclosingBlock
->hasTagName(h5Tag);
165
// FIXME: The parentAnchoredEquivalent conversion needs to be moved into
enclosingBlock
.
166
RefPtr<Element> startBlock =
enclosingBlock
(insertionPosition.parentAnchoredEquivalent().containerNode());
IndentOutdentCommand.cpp
62
RefPtr<Element> selectedListItem =
enclosingBlock
(lastNodeInSelectedParagraph.get());
103
nodeToSplitTo =
enclosingBlock
(start.containerNode());
179
Node* enclosingBlockFlow =
enclosingBlock
(visibleStartOfParagraph.deepEquivalent().deprecatedNode());
ReplaceSelectionCommand.cpp
120
Node* enclosingBlockNode =
enclosingBlock
(pos.containerNode());
129
||
enclosingBlock
(nextPosition.containerNode()) != enclosingBlockNode
450
Node* sourceBlock =
enclosingBlock
(sourceNode);
451
Node* destinationBlock =
enclosingBlock
(destinationNode);
[
all
...]
htmlediting.h
63
Element*
enclosingBlock
(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
VisibleUnits.cpp
[
all
...]
DeleteSelectionCommand.cpp
622
Element* endBlock =
enclosingBlock
(m_downstreamEnd.deprecatedNode());
624
removeNode(
enclosingBlock
(m_downstreamEnd.deprecatedNode()));
629
if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(
enclosingBlock
(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->firstChild() || !m_upstreamStart.containerNode()->firstChild())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) {
[
all
...]
ApplyStyleCommand.cpp
268
RefPtr<Node> block =
enclosingBlock
(paragraphStart.deepEquivalent().deprecatedNode());
446
Node* block =
enclosingBlock
(node);
495
Node* block =
enclosingBlock
(node);
646
Node* embeddingStartNode = highestEmbeddingAncestor(start.deprecatedNode(),
enclosingBlock
(start.deprecatedNode()));
647
Node* embeddingEndNode = highestEmbeddingAncestor(end.deprecatedNode(),
enclosingBlock
(end.deprecatedNode()));
[
all
...]
htmlediting.cpp
325
Element*
enclosingBlock
(Node* node, EditingBoundaryCrossingRule rule)
333
Node* enclosingBlockNode =
enclosingBlock
(position.containerNode());
[
all
...]
markup.cpp
449
return ancestorToRetainStructureAndAppearanceForBlock(
enclosingBlock
(commonAncestor));
[
all
...]
CompositeEditCommand.cpp
[
all
...]
EditingStyle.cpp
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g
579
GrammarAST
enclosingBlock
= currentRewriteBlock;
592
if (
enclosingBlock
!= null )
595
enclosingBlock
.rewriteRefsDeep.add( item );
597
//currentRewriteBlock =
enclosingBlock
; // restore old BLOCK ptr
600
finally { currentRewriteBlock =
enclosingBlock
; }
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 79 milliseconds