Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.idl144 boolean queryCommandState(in DOMString command);
DDocument.h879 bool queryCommandState(const String& command);
DDocument.cpp4066 bool Document::queryCommandState(const String& commandName) in queryCommandState() function in WebCore::Document
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h152 - (BOOL)queryCommandState:(NSString *)command AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2342015 …- fixed <rdar://problem/3675901>: (Make queryCommandState work as specified in the Javascript exec…
42020 (DOM::JSEditor::queryCommandState): Ditto.
42246 (DOM::JSEditor::queryCommandState): Ditto.
42528 (DOM::JSEditor::queryCommandState): Ditto.
42671 …<rdar://problem/3675901>: "Make queryCommandState work as specified in the Javascript execCommand …
42691 (DOM::Document::queryCommandState):
42714 (DOM::JSEditor::queryCommandState):
42740 (DocumentImpl::queryCommandState):
DChangeLog-2010-12-0623763 queryCommandValue should fall back to queryCommandState
41576 Implement queryCommandState('justifyFull')
41579 Implemented queryCommandState('justifyFull').
45311 queryCommandState with justifyCenter, justifyLeft, and justifyRight always return false
45314 Implemented queryCommandState for justifyCenter, justifyLeft, and justifyRight commands.
45837 queryCommandState returns true even when in the mixed state
45843 Also fixed queryCommandState so that it only returns true when the state is TrueTriState
45848 (WebCore::Document::queryCommandState):
49445 queryCommandState returns false for Underline command when no selection is made
DChangeLog-2006-05-1035447 (DOM::JSEditor::queryCommandState):
38559 (DOM::JSEditor::queryCommandState): Ditto.
DChangeLog-2010-01-2923142 Test: editing/execCommand/queryCommandState-02.html
68231 queryCommandState('underline') returns false if the selected text is also bold and italic
DChangeLog-2008-08-1066221 (WebCore::Document::queryCommandState): Ditto.