Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.idl132 in boolean userInterface,
138 in boolean userInterface);
DDocument.cpp4042 static Editor::Command command(Document* document, const String& commandName, bool userInterface = … in command() argument
4051 userInterface ? CommandFromDOMWithUserInterface : CommandFromDOM); in command()
4054 bool Document::execCommand(const String& commandName, bool userInterface, const String& value) in execCommand() argument
4056 return command(this, commandName, userInterface).execute(value); in execCommand()
DDocument.h876 …bool execCommand(const String& command, bool userInterface = false, const String& value = String()…
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h147 - (BOOL)execCommand:(NSString *)command userInterface:(BOOL)userInterface value:(NSString *)value A…
148 - (BOOL)execCommand:(NSString *)command userInterface:(BOOL)userInterface AVAILABLE_WEBKIT_VERSION_…