Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMediaControls.cpp57 static bool hasSource(const HTMLMediaElement* mediaElement) in hasSource() function
81 if (!hasSource(mediaElement) || !mediaElement->hasAudio()) in paintMediaMuteButton()
106 if (!hasSource(mediaElement)) in paintMediaPlayButton()
118 if (!hasSource(mediaElement) || !mediaElement->togglePlayStateWillPlay()) in paintMediaOverlayPlayButton()
256 if (!hasSource(mediaElement)) in paintMediaSliderThumb()
282 if (!hasSource(mediaElement) || !mediaElement->hasAudio() || mediaElement->muted()) in paintMediaVolumeSlider()
311 if (!hasSource(mediaElement) || !mediaElement->hasAudio()) in paintMediaVolumeSliderThumb()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h87 , hasSource(true) in InspectorStyleProperty()
91 InspectorStyleProperty(CSSPropertySourceData sourceData, bool hasSource) in InspectorStyleProperty()
93 , hasSource(hasSource) in InspectorStyleProperty()
102 bool hasSource; member
DInspectorStyleTextEditor.cpp50 if (property.hasSource) { in insertProperty()
57 bool insertFirstInSource = !m_allProperties->size() || !m_allProperties->at(0).hasSource; in insertProperty()
61 if (property.hasSource) { in insertProperty()
DInspectorStyleSheet.cpp682 if (it->hasSource) { in styleWithProperties()