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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.h 55 bool selectionHasListOfType(const VisibleSelection& selection, const QualifiedName&);
InsertListCommand.cpp 83 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
136 bool forceCreateList = !selectionHasListOfType(selection, listTag);

Completed in 18 milliseconds