Searched refs:appliedEditing (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
H A DEditCommand.cpp96 // Only need to call appliedEditing for top-level commands, and TypingCommands do it on their
99 frame->editor()->appliedEditing(this);
H A DTypingCommand.cpp318 document()->frame()->editor()->appliedEditing(this);
324 document()->frame()->editor()->appliedEditing(this);
H A DEditor.h147 void appliedEditing(PassRefPtr<EditCommand>);
H A DEditor.cpp868 void Editor::appliedEditing(PassRefPtr<EditCommand> cmd) function in class:WebCore::Editor

Completed in 40 milliseconds