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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 49 void outdentRegion(const VisiblePosition&, const VisiblePosition&);
IndentOutdentCommand.cpp 165 // outdentRegion() assumes it is operating on the first paragraph of an enclosing blockquote, but if there are multiply nested blockquotes and we've
206 void IndentOutdentCommand::outdentRegion(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
247 outdentRegion(startOfSelection, endOfSelection);

Completed in 166 milliseconds