Home
last modified time | relevance | path

Searched refs:queryCommandIndeterm (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.idl143 boolean queryCommandIndeterm(in DOMString command);
DDocument.h761 bool queryCommandIndeterm(const String& command);
DDocument.cpp3595 bool Document::queryCommandIndeterm(const String& commandName) in queryCommandIndeterm() function in WebCore::Document
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h151 - (BOOL)queryCommandIndeterm:(NSString *)command AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/WebCore/
DChangeLog-2005-08-2342014 …- fixed <rdar://problem/3675899>: (Make queryCommandIndeterm work as specified in the Javascript e…
42019 … (DOM::JSEditor::queryCommandIndeterm): Changed to use KHTMLPart::TriState instead of CommandState.
42244 …(DOM::JSEditor::queryCommandIndeterm): Got rid of special case for 0 for function pointer, added c…
42527 (DOM::JSEditor::queryCommandIndeterm): Ditto.
42670 …<rdar://problem/3675899>: "Make queryCommandIndeterm work as specified in the Javascript execComma…
42690 (DOM::Document::queryCommandIndeterm):
42713 (DOM::JSEditor::queryCommandIndeterm):
42739 (DocumentImpl::queryCommandIndeterm):
DChangeLog-2006-05-1035446 (DOM::JSEditor::queryCommandIndeterm):
38558 (DOM::JSEditor::queryCommandIndeterm): Ditto.
DChangeLog-2008-08-1066220 (WebCore::Document::queryCommandIndeterm):