OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mediaTypeMatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.h
75
bool
mediaTypeMatch
(const AtomicString& mediaTypeToMatch) const;
MediaQueryEvaluator.cpp
100
bool MediaQueryEvaluator::
mediaTypeMatch
(const AtomicString& mediaTypeToMatch) const
109
// Like
mediaTypeMatch
, but without the special cases for "" and "all".
135
if (
mediaTypeMatch
(query->mediaType())) {
Completed in 25 milliseconds