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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.h 52 bool shouldUseDefaultParagraphElement(Node*) const;
InsertParagraphSeparatorCommand.cpp 106 bool InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement(Node* enclosingBlock) const
208 } else if (shouldUseDefaultParagraphElement(startBlock.get())) {

Completed in 463 milliseconds