Home
last modified time | relevance | path

Searched refs:userInterface (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.idl95 [Default=Undefined] optional boolean userInterface,
DDocument.cpp4016 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()
DDocument.h779 …bool execCommand(const String& command, bool userInterface = false, const String& value = String()…