Searched defs:listTag (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertListCommand.cpp83 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag) argument
93 if (!listNode || !listNode->hasTagName(listTag))
127 const QualifiedName& listTag = (m_type == OrderedList) ? olTag : ulTag; local
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) argument
204 if (!listNode->hasTagName(listTag))
217 RefPtr<HTMLElement> newList = createHTMLElement(document(), listTag);
309 adjacentEnclosingList(const VisiblePosition& pos, const VisiblePosition& adjacentPos, const QualifiedName& listTag) argument
328 listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag) argument
[all...]

Completed in 209 milliseconds