Home
last modified time | relevance | path

Searched refs:shouldAppearIndeterminate (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp70 if (candidateInput.shouldAppearIndeterminate() != thisInput.shouldAppearIndeterminate()) in canShareStyleWithControl()
154 if (element().shouldAppearIndeterminate() != candidate.shouldAppearIndeterminate()) in sharingCandidateHasIdenticalStyleAffectingAttributes()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DCheckboxInputType.h50 virtual bool shouldAppearIndeterminate() const OVERRIDE;
DRadioInputType.h54 virtual bool shouldAppearIndeterminate() const OVERRIDE;
DCheckboxInputType.cpp100 bool CheckboxInputType::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::CheckboxInputType
DRadioInputType.cpp193 bool RadioInputType::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::RadioInputType
DInputType.h191 virtual bool shouldAppearIndeterminate() const;
DInputType.cpp688 bool InputType::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLProgressElement.h57 virtual bool shouldAppearIndeterminate() const OVERRIDE;
DHTMLProgressElement.cpp169 bool HTMLProgressElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::HTMLProgressElement
DHTMLInputElement.h102 virtual bool shouldAppearIndeterminate() const OVERRIDE;
DHTMLInputElement.cpp1613 bool HTMLInputElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::HTMLInputElement
1615 return m_inputType->shouldAppearIndeterminate(); in shouldAppearIndeterminate()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp825 … if (inputElement.shouldAppearChecked() && !inputElement.shouldAppearIndeterminate()) in checkOne()
832 return element.shouldAppearIndeterminate(); in checkOne()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h413 virtual bool shouldAppearIndeterminate() const { return false; } in shouldAppearIndeterminate() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp687 return toHTMLInputElement(o->node())->shouldAppearIndeterminate(); in isIndeterminate()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp687 return toHTMLInputElement(node)->shouldAppearIndeterminate(); in isIndeterminate()