HomeSort by relevance Sort by last modified time
    Searched refs:enclosingBlock (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 109 bool InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement(Element* enclosingBlock) const
118 return enclosingBlock->hasTagName(h1Tag) ||
119 enclosingBlock->hasTagName(h2Tag) ||
120 enclosingBlock->hasTagName(h3Tag) ||
121 enclosingBlock->hasTagName(h4Tag) ||
122 enclosingBlock->hasTagName(h5Tag);
168 // FIXME: The parentAnchoredEquivalent conversion needs to be moved into enclosingBlock.
169 RefPtrWillBeRawPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode());
IndentOutdentCommand.cpp 66 RefPtrWillBeRawPtr<Element> selectedListItem = enclosingBlock(lastNodeInSelectedParagraph.get());
107 elementToSplitTo = enclosingBlock(start.containerNode());
187 if (Element* enclosingBlockFlow = enclosingBlock(visibleStartOfParagraph.deepEquivalent().deprecatedNode())) {
ReplaceSelectionCommand.cpp 132 Element* enclosingBlockElement = enclosingBlock(pos.containerNode());
141 || enclosingBlock(nextPosition.containerNode()) != enclosingBlockElement
472 Element* sourceBlock = enclosingBlock(sourceNode);
473 Element* destinationBlock = enclosingBlock(destinationNode);
    [all...]
htmlediting.h 69 Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
70 Element* enclosingBlockFlowElement(Node&); // Deprecated, use enclosingBlock instead.
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()->hasChildren() || !m_upstreamStart.containerNode()->hasChildren())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) {
    [all...]
ApplyStyleCommand.cpp 274 RefPtrWillBeRawPtr<Element> block = enclosingBlock(paragraphStart.deepEquivalent().deprecatedNode());
463 Element* block = enclosingBlock(node);
512 Element* block = enclosingBlock(node);
661 HTMLElement* embeddingStartElement = highestEmbeddingAncestor(start.deprecatedNode(), enclosingBlock(start.deprecatedNode()));
662 HTMLElement* embeddingEndElement = highestEmbeddingAncestor(end.deprecatedNode(), enclosingBlock(end.deprecatedNode()));
    [all...]
htmlediting.cpp 331 Element* enclosingBlock(Node* node, EditingBoundaryCrossingRule rule)
356 Element* enclosingBlockElement = enclosingBlock(position.containerNode());
    [all...]
markup.cpp 468 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 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 164 milliseconds