HomeSort by relevance Sort by last modified time
    Searched defs:formatSelection (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
FormatBlockCommand.cpp 53 void FormatBlockCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
57 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection);
ApplyBlockElementCommand.cpp 85 formatSelection(startOfSelection, endOfSelection);
95 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
IndentOutdentCommand.cpp 182 // FIXME: We should merge this function with ApplyBlockElementCommand::formatSelection
219 void IndentOutdentCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
222 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection);

Completed in 190 milliseconds