Searched refs:userInterface (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.idl | 95 [Default=Undefined] optional boolean userInterface,
|
D | Document.cpp | 4016 static Editor::Command command(Document* document, const String& commandName, bool userInterface = … in command() argument 4023 …return frame->editor().command(commandName, userInterface ? CommandFromDOMWithUserInterface : Comm… in command() 4026 bool Document::execCommand(const String& commandName, bool userInterface, const String& value) in execCommand() argument 4028 return command(this, commandName, userInterface).execute(value); in execCommand()
|
D | Document.h | 779 …bool execCommand(const String& command, bool userInterface = false, const String& value = String()…
|