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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValues.h19 class MediaValues : public RefCounted<MediaValues> { class in namespace:blink
27 virtual ~MediaValues() { }
29 static PassRefPtr<MediaValues> createDynamicIfFrameExists(LocalFrame*);
30 virtual PassRefPtr<MediaValues> copy() const = 0;
H A DMediaQueryEvaluator.cpp67 typedef bool (*EvalFunc)(const MediaQueryExpValue&, MediaFeaturePrefix, const MediaValues&);
84 , m_mediaValues(MediaValues::createDynamicIfFrameExists(frame))
88 MediaQueryEvaluator::MediaQueryEvaluator(const MediaValues& mediaValues)
189 static bool colorMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues)
199 static bool colorIndexMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues&) argument
211 static bool monochromeMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues)
224 static bool orientationMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix, const MediaValues& mediaValues)
239 static bool aspectRatioMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues)
249 static bool deviceAspectRatioMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues)
259 static bool evalResolution(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues
314 resolutionMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& MediaValues) argument
319 gridMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues&) argument
[all...]

Completed in 66 milliseconds