Home
last modified time | relevance | path

Searched refs:isIndeterminate (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/wml/
DWMLInputElement.h47 virtual bool isIndeterminate() const { return false; } in isIndeterminate() function
/external/webkit/WebCore/dom/
DInputElement.h41 virtual bool isIndeterminate() const = 0;
/external/webkit/WebCore/rendering/
DRenderTheme.cpp587 if (isIndeterminate(o)) in controlStatesForRenderer()
621 bool RenderTheme::isIndeterminate(const RenderObject* o) const in isIndeterminate() function in WebCore::RenderTheme
630 return inputElement->isIndeterminate(); in isIndeterminate()
DRenderMediaControls.cpp63 if (theme->isIndeterminate(o)) in determineState()
DRenderTheme.h261 bool isIndeterminate(const RenderObject*) const;
DRenderThemeSafari.cpp122 if (isIndeterminate(o)) in determineState()
DRenderThemeMac.mm537 bool indeterminate = isIndeterminate(o);
DRenderThemeChromiumMac.mm555 bool indeterminate = isIndeterminate(o);
/external/webkit/WebCore/html/
DHTMLInputElement.h87 virtual bool isIndeterminate() const { return indeterminate(); } in isIndeterminate() function
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.h97 virtual bool isIndeterminate() const;
DAccessibilityObject.h247 virtual bool isIndeterminate() const { return false; }; in isIndeterminate() function
DAccessibilityRenderObject.cpp347 bool AccessibilityRenderObject::isIndeterminate() const in isIndeterminate() function in WebCore::AccessibilityRenderObject
357 return inputElement->isIndeterminate(); in isIndeterminate()
/external/webkit/WebKit/win/
DAccessibleBase.cpp252 if (childObj->isIndeterminate()) in get_accState()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp322 if (coreObject->isIndeterminate()) in setAtkStateSetFromCoreObject()
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp991 … (thisInputElement->isIndeterminate() != otherInputElement->isIndeterminate())) in canShareStyleWithElement()
2394 if (inputElement && inputElement->isChecked() && !inputElement->isIndeterminate()) in checkOneSelector()
2402 if (inputElement && inputElement->isIndeterminate()) in checkOneSelector()
/external/webkit/WebCore/
DChangeLog-2005-12-198434 (DOM::HTMLInputElementImpl::isIndeterminate):
8437 (khtml::RenderTheme::isIndeterminate):
8443 (DOM::NodeImpl::isIndeterminate):
DChangeLog-2009-06-1638897 (WebCore::RenderTheme::isIndeterminate):
46762 Move isAutofilled() / isChecked() / isIndeterminate() from Node to InputElement.
46789 (WebCore::AccessibilityRenderObject::isIndeterminate):
46808 (WebCore::RenderTheme::isIndeterminate):
51823 (WebCore::WMLInputElement::isIndeterminate):
DChangeLog-2008-08-1023093 (WebCore::AccessibilityObject::isIndeterminate):
23131 (WebCore::AccessibilityRenderObject::isIndeterminate):
30017 (WebCore::AccessibilityObject::isIndeterminate): Return true if this is