Searched refs:userInterface (Results 1 – 4 of 4) sorted by relevance
132 in boolean userInterface,138 in boolean userInterface);
4042 static Editor::Command command(Document* document, const String& commandName, bool userInterface = … in command() argument4051 userInterface ? CommandFromDOMWithUserInterface : CommandFromDOM); in command()4054 bool Document::execCommand(const String& commandName, bool userInterface, const String& value) in execCommand() argument4056 return command(this, commandName, userInterface).execute(value); in execCommand()
876 …bool execCommand(const String& command, bool userInterface = false, const String& value = String()…
147 - (BOOL)execCommand:(NSString *)command userInterface:(BOOL)userInterface value:(NSString *)value A…148 - (BOOL)execCommand:(NSString *)command userInterface:(BOOL)userInterface AVAILABLE_WEBKIT_VERSION_…