Searched defs:mediaQueryMatches (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
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();

Completed in 62 milliseconds