Home
last modified time | relevance | path

Searched refs:hasSource (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.h100 InspectorStyleProperty(CSSPropertySourceData sourceData, bool hasSource, bool disabled) in InspectorStyleProperty()
102 , hasSource(hasSource) in InspectorStyleProperty()
119 bool hasSource; member
DInspectorStyleSheet.cpp265 if (property.hasSource) { in setPropertyText()
489 if (it->hasSource) { in populateObjectWithStyleProperties()
/external/webkit/Source/WebCore/rendering/
DRenderMediaControlsChromium.cpp58 static bool hasSource(const HTMLMediaElement* mediaElement) in hasSource() function
81 if (!hasSource(mediaElement) || !mediaElement->hasAudio()) in paintMediaMuteButton()
97 if (!hasSource(mediaElement)) in paintMediaPlayButton()
177 if (!hasSource(mediaElement)) in paintMediaSliderThumb()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2943708 (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…