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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 75 Element* enclosingElementWithTag(const Position&, const QualifiedName&);
markup.cpp 247 const bool useRenderedText = !enclosingElementWithTag(firstPositionInNode(&text), selectTag);
387 if (!n->renderer() && !enclosingElementWithTag(firstPositionInOrBeforeNode(n), selectTag) && m_shouldAnnotate != AnnotateForNavigationTransition) {
557 if (HTMLAnchorElement* enclosingAnchor = toHTMLAnchorElement(enclosingElementWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag)))
581 HTMLBodyElement* body = toHTMLBodyElement(enclosingElementWithTag(firstPositionInNode(commonAncestor), bodyTag));
    [all...]
ReplaceSelectionCommand.cpp 649 if (HTMLElement* paragraphElement = toHTMLElement(enclosingElementWithTag(positionInParentBeforeNode(element), pTag)))
696 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
697 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
714 HTMLSelectElement* enclosingSelect = toHTMLSelectElement(enclosingElementWithTag(m_endOfInsertedContent, selectTag));
    [all...]
EditorCommand.cpp 231 if (enclosingElementWithTag(selection.selection().start(), tagName))
234 Element* startElement = enclosingElementWithTag(selection.selection().start(), tagName);
235 Element* endElement = enclosingElementWithTag(selection.selection().end(), tagName);
    [all...]
htmlediting.cpp 572 Element* enclosingElementWithTag(const Position& p, const QualifiedName& tagName)
    [all...]
ApplyStyleCommand.cpp     [all...]

Completed in 2588 milliseconds