Home
last modified time | relevance | path

Searched refs:shadowPseudoId (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.h51 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
73 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
84 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
99 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
115 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
130 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
148 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
168 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
186 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
203 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
[all …]
DMediaControlElements.cpp101 const AtomicString& MediaControlPanelElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlPanelElement
189 const AtomicString& MediaControlPanelEnclosureElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlPanelEnclosureElement
208 const AtomicString& MediaControlOverlayEnclosureElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlOverlayEnclosureElement
244 const AtomicString& MediaControlMuteButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlMuteButtonElement
280 const AtomicString& MediaControlPlayButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlPlayButtonElement
318 const AtomicString& MediaControlOverlayPlayButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlOverlayPlayButtonElement
365 const AtomicString& MediaControlToggleClosedCaptionsButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlToggleClosedCaptionsButtonElement
437 const AtomicString& MediaControlTimelineElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlTimelineElement
505 const AtomicString& MediaControlVolumeSliderElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlVolumeSliderElement
544 const AtomicString& MediaControlFullscreenButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlFullscreenButtonElement
[all …]
DSliderThumbElement.h58 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
104 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
DMediaControls.h105 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
DTextControlInnerElements.h78 virtual const AtomicString& shadowPseudoId() const OVERRIDE;
DSliderThumbElement.cpp423 const AtomicString& SliderThumbElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::SliderThumbElement
457 const AtomicString& SliderContainerElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::SliderContainerElement
DTextControlInnerElements.cpp161 const AtomicString& SearchFieldDecorationElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::SearchFieldDecorationElement
DMediaControls.cpp428 const AtomicString& MediaControls::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControls
DDateTimeEditElement.cpp674 const AtomicString focusedFieldId = focusedField ? focusedField->shadowPseudoId() : nullAtom; in layout()
685 if (m_fields[fieldIndex]->shadowPseudoId() == focusedFieldId) { in layout()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp221 if (candidate.shadowPseudoId() != element().shadowPseudoId()) in canShareStyleWithElement()
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DStyleInvalidator.cpp88 if (m_invalidateCustomPseudo && element.shadowPseudoId() != nullAtom) in matchesCurrentInvalidationSets()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp60 …if (node && node->isElementNode() && toElement(node)->shadowPseudoId() == "-webkit-input-placehold… in addChild()
DRenderBlock.cpp1244 …Layout() || (node() && node()->isElementNode() && toElement(node())->shadowPseudoId() == "-webkit-… in isSelfCollapsingBlock()
/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp144 const AtomicString& pseudoId = element.shadowPseudoId(); in collectMatchingRules()
DSelectorChecker.cpp74 if (element->shadowPseudoId() != selector.value()) in matchesCustomPseudoElement()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h105 const AtomicString& shadowPseudoId(Element*, ExceptionState&);
DInternals.idl58 [RaisesException] DOMString shadowPseudoId(Element element);
DInternals.cpp645 const AtomicString& Internals::shadowPseudoId(Element* element, ExceptionState& exceptionState) in shadowPseudoId() function in WebCore::Internals
652 return element->shadowPseudoId(); in shadowPseudoId()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h405 virtual const AtomicString& shadowPseudoId() const;
DElement.cpp2398 const AtomicString& Element::shadowPseudoId() const in shadowPseudoId() function in WebCore::Element