OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resolutionmediafeatureeval
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp
323
static bool
resolutionMediaFeatureEval
(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op)
526
return
resolutionMediaFeatureEval
(value, style, frame, MinPrefix);
531
return
resolutionMediaFeatureEval
(value, style, frame, MaxPrefix);
Completed in 30 milliseconds