Searched refs:mediaQueryMatches (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSourceElement.h55 bool mediaQueryMatches() const;
H A DHTMLSourceElement.cpp143 bool HTMLSourceElement::mediaQueryMatches() const function in class:blink::HTMLSourceElement
H A DHTMLLinkElement.cpp692 bool mediaQueryMatches = true; local
698 mediaQueryMatches = evaluator.eval(media.get());
703 bool blocking = mediaQueryMatches && !m_owner->isAlternate();
H A DHTMLImageElement.cpp298 if (!source->mediaQueryMatches())

Completed in 4397 milliseconds