Searched refs:hasSource (Results 1 – 4 of 4) sorted by relevance
57 static bool hasSource(const HTMLMediaElement* mediaElement) in hasSource() function81 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()
87 , hasSource(true) in InspectorStyleProperty()91 InspectorStyleProperty(CSSPropertySourceData sourceData, bool hasSource) in InspectorStyleProperty()93 , hasSource(hasSource) in InspectorStyleProperty()102 bool hasSource; member
50 if (property.hasSource) { in insertProperty()57 bool insertFirstInSource = !m_allProperties->size() || !m_allProperties->at(0).hasSource; in insertProperty()61 if (property.hasSource) { in insertProperty()
682 if (it->hasSource) { in styleWithProperties()