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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryExp.cpp31 #include "core/css/MediaQueryExp.h"
196 bool MediaQueryExp::isViewportDependent() const
212 MediaQueryExp::MediaQueryExp(const MediaQueryExp& other) function in class:blink::MediaQueryExp
218 MediaQueryExp::MediaQueryExp(const String& mediaFeature, const MediaQueryExpValue& expValue) function in class:blink::MediaQueryExp
224 PassOwnPtrWillBeRawPtr<MediaQueryExp> MediaQueryExp::createIfValid(const String& mediaFeature, CSSParserValueList* valueList)
299 return adoptPtrWillBeNoop(new MediaQueryExp(lowerMediaFeatur
[all...]
H A DMediaQueryExp.h79 class MediaQueryExp : public NoBaseWillBeGarbageCollectedFinalized<MediaQueryExp> { class in namespace:blink
82 static PassOwnPtrWillBeRawPtr<MediaQueryExp> createIfValid(const String& mediaFeature, CSSParserValueList*);
83 ~MediaQueryExp();
89 bool operator==(const MediaQueryExp& other) const;
95 PassOwnPtrWillBeRawPtr<MediaQueryExp> copy() const { return adoptPtrWillBeNoop(new MediaQueryExp(*this)); }
97 MediaQueryExp(const MediaQueryExp& other);
102 MediaQueryExp(cons
[all...]

Completed in 1360 milliseconds