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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4374 Editor::Command editorCommand = command(this, commandName, userInterface); local
4375 Platform::current()->histogramSparse("WebCore.Document.execCommand", editorCommand.idForHistogram());
4376 return editorCommand.execute(value);

Completed in 367 milliseconds