Home
last modified time | relevance | path

Searched refs:queryCommandValue (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.idl146 [ConvertNullStringTo=False] DOMString queryCommandValue(in DOMString command);
DDocument.h881 String queryCommandValue(const String& command);
DDocument.cpp4076 String Document::queryCommandValue(const String& commandName) in queryCommandValue() function in WebCore::Document
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h154 - (NSString *)queryCommandValue:(NSString *)command AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2317619 (DOM::Document::queryCommandValue):
42016 …- fixed <rdar://problem/3675904>: (Make queryCommandValue work as specified in the Javascript exec…
42247 (DOM::JSEditor::queryCommandValue): More of the same.
42530 (DOM::JSEditor::queryCommandValue): Ditto.
42673 …<rdar://problem/3675904>: "Make queryCommandValue work as specified in the Javascript execCommand …
42693 (DOM::Document::queryCommandValue):
42716 (DOM::JSEditor::queryCommandValue):
42742 (DocumentImpl::queryCommandValue):
DChangeLog-2006-05-1035448 (DOM::JSEditor::queryCommandValue):
38560 (DOM::JSEditor::queryCommandValue): Ditto.
DChangeLog-2010-12-0623763 queryCommandValue should fall back to queryCommandState
32234 … Match the elements supported by execCommand('formatBlock') and queryCommandValue('formatBlock')
32237 …Extended queryCommandValue('formatBlock', false, null) to support article, aside, blockquote, dd, …
43806 queryCommandValue "formatBlock" always returns false
43809 Implemented queryCommandValue('formatBlock'). We match the Firefox's behavior exactly
66062 queryCommandValue("BackColor") returns rgb(0,0,0) for elements with transparent background
DChangeLog-2011-02-165455 REGRESSION(71556,68059): queryCommandValue screws up background color at collapsed cursor
36645 queryCommandValue("FormatBlock") does not respect editing boundaries
DChangeLog-2008-08-1066223 (WebCore::Document::queryCommandValue): Ditto.