Searched refs:hasSource (Results 1 – 4 of 4) sorted by relevance
100 InspectorStyleProperty(CSSPropertySourceData sourceData, bool hasSource, bool disabled) in InspectorStyleProperty()102 , hasSource(hasSource) in InspectorStyleProperty()119 bool hasSource; member
265 if (property.hasSource) { in setPropertyText()489 if (it->hasSource) { in populateObjectWithStyleProperties()
58 static bool hasSource(const HTMLMediaElement* mediaElement) in hasSource() function81 if (!hasSource(mediaElement) || !mediaElement->hasAudio()) in paintMediaMuteButton()97 if (!hasSource(mediaElement)) in paintMediaPlayButton()177 if (!hasSource(mediaElement)) in paintMediaSliderThumb()
43708 (WebCore::hasSource): Returns true if an HTMLMediaElement has a valid source set.43709 (WebCore::paintMediaMuteButton): Refactored to use hasSource().43711 …(WebCore::paintMediaSliderThumb): Add call to hasSource() to determine if we should paint the thum…