Searched defs:userInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4346 static Editor::Command command(Document* document, const String& commandName, bool userInterface = false)
4353 return frame->editor().command(commandName, userInterface ? CommandFromDOMWithUserInterface : CommandFromDOM);
4356 bool Document::execCommand(const String& commandName, bool userInterface, const String& value) argument
4374 Editor::Command editorCommand = command(this, commandName, userInterface);

Completed in 88 milliseconds