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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 83 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
93 if (!listNode || !listNode->hasTagName(listTag))
127 const QualifiedName& listTag = (m_type == OrderedList) ? olTag : ulTag;
136 bool forceCreateList = !selectionHasListOfType(selection, listTag);
156 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
178 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
186 doApplyForSingleParagraph(false, listTag, endingSelection().firstRange().get());
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection)
204 if (!listNode->hasTagName(listTag))
217 RefPtr<HTMLElement> newList = createHTMLElement(document(), listTag);
    [all...]
InsertListCommand.h 59 PassRefPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag);

Completed in 25 milliseconds