Searched refs:queryCommandState (Results 1 – 9 of 9) sorted by relevance
144 boolean queryCommandState(in DOMString command);
879 bool queryCommandState(const String& command);
4066 bool Document::queryCommandState(const String& commandName) in queryCommandState() function in WebCore::Document
152 - (BOOL)queryCommandState:(NSString *)command AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
42015 …- 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):
23763 queryCommandValue should fall back to queryCommandState41576 Implement queryCommandState('justifyFull')41579 Implemented queryCommandState('justifyFull').45311 queryCommandState with justifyCenter, justifyLeft, and justifyRight always return false45314 Implemented queryCommandState for justifyCenter, justifyLeft, and justifyRight commands.45837 queryCommandState returns true even when in the mixed state45843 Also fixed queryCommandState so that it only returns true when the state is TrueTriState45848 (WebCore::Document::queryCommandState):49445 queryCommandState returns false for Underline command when no selection is made
35447 (DOM::JSEditor::queryCommandState):38559 (DOM::JSEditor::queryCommandState): Ditto.
23142 Test: editing/execCommand/queryCommandState-02.html68231 queryCommandState('underline') returns false if the selected text is also bold and italic
66221 (WebCore::Document::queryCommandState): Ditto.