Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/shadow/
DMediaControlElements.h104 virtual const AtomicString& shadowPseudoId() const;
115 virtual const AtomicString& shadowPseudoId() const;
131 virtual const AtomicString& shadowPseudoId() const;
146 virtual const AtomicString& shadowPseudoId() const;
202 virtual const AtomicString& shadowPseudoId() const;
216 virtual const AtomicString& shadowPseudoId() const;
232 virtual const AtomicString& shadowPseudoId() const;
265 virtual const AtomicString& shadowPseudoId() const;
278 virtual const AtomicString& shadowPseudoId() const;
292 virtual const AtomicString& shadowPseudoId() const;
[all …]
DMediaControlElements.cpp116 const AtomicString& MediaControlPanelElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlPanelElement
141 const AtomicString& MediaControlTimelineContainerElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlTimelineContainerElement
220 const AtomicString& MediaControlVolumeSliderContainerElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlVolumeSliderContainerElement
281 const AtomicString& MediaControlStatusDisplayElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlStatusDisplayElement
372 const AtomicString& MediaControlPanelMuteButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlPanelMuteButtonElement
392 const AtomicString& MediaControlVolumeSliderMuteButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlVolumeSliderMuteButtonElement
427 const AtomicString& MediaControlPlayButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlPlayButtonElement
504 const AtomicString& MediaControlSeekForwardButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlSeekForwardButtonElement
524 const AtomicString& MediaControlSeekBackButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlSeekBackButtonElement
553 const AtomicString& MediaControlRewindButtonElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlRewindButtonElement
[all …]
DProgressShadowElement.cpp61 const AtomicString& ProgressBarElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::ProgressBarElement
68 const AtomicString& ProgressValueElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::ProgressValueElement
DMeterShadowElement.h58 virtual const AtomicString& shadowPseudoId() const;
74 virtual const AtomicString& shadowPseudoId() const;
DProgressShadowElement.h59 virtual const AtomicString& shadowPseudoId() const;
75 virtual const AtomicString& shadowPseudoId() const;
DMeterShadowElement.cpp64 const AtomicString& MeterBarElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MeterBarElement
71 const AtomicString& MeterValueElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MeterValueElement
DDetailsMarkerControl.h49 virtual const AtomicString& shadowPseudoId() const;
DDetailsMarkerControl.cpp57 const AtomicString& DetailsMarkerControl::shadowPseudoId() const in shadowPseudoId() function in WebCore::DetailsMarkerControl
DSliderThumbElement.h61 virtual const AtomicString& shadowPseudoId() const;
DMediaControlRootElement.h102 virtual const AtomicString& shadowPseudoId() const;
DSliderThumbElement.cpp277 const AtomicString& SliderThumbElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::SliderThumbElement
DMediaControlRootElement.cpp444 const AtomicString& MediaControlRootElement::shadowPseudoId() const in shadowPseudoId() function in WebCore::MediaControlRootElement
/external/webkit/Source/WebCore/html/
DHTMLKeygenElement.cpp52 virtual const AtomicString& shadowPseudoId() const in shadowPseudoId() function in WebCore::KeygenSelectElement
DValidationMessage.cpp118 virtual const AtomicString& shadowPseudoId() const { return m_pseudoName; } in shadowPseudoId() function in WebCore::ElementWithPseudoId
/external/webkit/Source/WebCore/dom/
DElement.h236 virtual const AtomicString& shadowPseudoId() const;
531 inline const AtomicString& Element::shadowPseudoId() const in shadowPseudoId() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp711 if (!m_element->shadowPseudoId().isEmpty()) { in matchRules()
713 …matchRulesForList(rules->getPseudoRules(m_element->shadowPseudoId().impl()), firstRuleIndex, lastR… in matchRules()
1022 if (element->shadowPseudoId() != m_element->shadowPseudoId()) in canShareStyleWithElement()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-165959 Change the rest of HTMLMediaElement shadow DOM parts to use shadowPseudoId.
5984 (WebCore::MediaControlShadowRootElement::shadowPseudoId): Added.
5992 (WebCore::MediaControlPanelElement::shadowPseudoId): Added.
5998 (WebCore::MediaControlTimelineContainerElement::shadowPseudoId): Added.
6002 (WebCore::MediaControlVolumeSliderContainerElement::shadowPseudoId): Added.
6008 (WebCore::MediaControlStatusDisplayElement::shadowPseudoId): Added.
6014 (WebCore::MediaControlTimeRemainingDisplayElement::shadowPseudoId): Added.
6018 (WebCore::MediaControlCurrentTimeDisplayElement::shadowPseudoId): Added.
7250 (WebCore::KeygenSelectElement::shadowPseudoId):
8785 (WebCore::ProgressBarValueElement::shadowPseudoId):
[all …]
DChangeLog19232 (WebCore::DetailsMarkerControl::shadowPseudoId):
28446 (WebCore::ProgressBarElement::shadowPseudoId):
28447 (WebCore::ProgressValueElement::shadowPseudoId):
29734 (WebCore::MeterBarElement::shadowPseudoId):
29735 (WebCore::MeterValueElement::shadowPseudoId):
29965 (WebCore::MeterBarElement::shadowPseudoId):
29966 (WebCore::MeterValueElement::shadowPseudoId):
36706 (WebCore::MediaControlFullscreenVolumeSliderElement::shadowPseudoId): Added.
36710 (WebCore::MediaControlFullscreenVolumeMinButtonElement::shadowPseudoId): Added.
36714 (WebCore::MediaControlFullscreenVolumeMaxButtonElement::shadowPseudoId): Added.
[all …]
/external/webkit/Source/WebKit/chromium/
DChangeLog327 (WebKit::WebElement::shadowPseudoId):