HomeSort by relevance Sort by last modified time
    Searched full:mediaquerymatcher (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryMatcher.cpp 21 #include "core/css/MediaQueryMatcher.h"
36 PassRefPtrWillBeRawPtr<MediaQueryMatcher> MediaQueryMatcher::create(Document& document)
38 return adoptRefWillBeNoop(new MediaQueryMatcher(document));
41 MediaQueryMatcher::MediaQueryMatcher(Document& document)
47 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(MediaQueryMatcher)
49 void MediaQueryMatcher::documentDetached()
55 PassOwnPtr<MediaQueryEvaluator> MediaQueryMatcher::createEvaluator() const
63 bool MediaQueryMatcher::evaluate(const MediaQuerySet* media
    [all...]
MediaQueryMatcherTest.cpp 6 #include "core/css/MediaQueryMatcher.h"
19 RefPtrWillBeRawPtr<MediaQueryMatcher> matcher = MediaQueryMatcher::create(pageHolder->document());
MediaQueryMatcher.h 35 // MediaQueryMatcher class is responsible for keeping a vector of pairs
40 class MediaQueryMatcher FINAL : public RefCountedWillBeGarbageCollectedFinalized<MediaQueryMatcher> {
41 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(MediaQueryMatcher)
43 static PassRefPtrWillBeRawPtr<MediaQueryMatcher> create(Document&);
61 explicit MediaQueryMatcher(Document&);
MediaQueryListTest.cpp 10 #include "core/css/MediaQueryMatcher.h"
28 RefPtrWillBeRawPtr<MediaQueryList> list = MediaQueryList::create(document.get(), MediaQueryMatcher::create(*document), MediaQuerySet::create());
MediaQueryList.h 35 class MediaQueryMatcher;
48 static PassRefPtrWillBeRawPtr<MediaQueryList> create(ExecutionContext*, PassRefPtrWillBeRawPtr<MediaQueryMatcher>, PassRefPtrWillBeRawPtr<MediaQuerySet>);
78 MediaQueryList(ExecutionContext*, PassRefPtrWillBeRawPtr<MediaQueryMatcher>, PassRefPtrWillBeRawPtr<MediaQuerySet>);
82 RefPtrWillBeMember<MediaQueryMatcher> m_matcher;
MediaQueryList.cpp 26 #include "core/css/MediaQueryMatcher.h"
31 PassRefPtrWillBeRawPtr<MediaQueryList> MediaQueryList::create(ExecutionContext* context, PassRefPtrWillBeRawPtr<MediaQueryMatcher> matcher, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
38 MediaQueryList::MediaQueryList(ExecutionContext* context, PassRefPtrWillBeRawPtr<MediaQueryMatcher> matcher, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSourceElement.cpp 32 #include "core/css/MediaQueryMatcher.h"
163 m_mediaQueryList = MediaQueryList::create(&document(), &document().mediaQueryMatcher(), set.release());
HTMLImageElement.cpp 30 #include "core/css/MediaQueryMatcher.h"
115 document().mediaQueryMatcher().removeViewportListener(m_listener.get());
359 document().mediaQueryMatcher().addViewportListener(m_listener);
383 document().mediaQueryMatcher().removeViewportListener(m_listener);
647 document().mediaQueryMatcher().addViewportListener(m_listener);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 120 class MediaQueryMatcher;
227 MediaQueryMatcher& mediaQueryMatcher();
    [all...]
Document.cpp 52 #include "core/css/MediaQueryMatcher.h"
689 MediaQueryMatcher& Document::mediaQueryMatcher()
692 m_mediaQueryMatcher = MediaQueryMatcher::create(*this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 42 #include "core/css/MediaQueryMatcher.h"
537 return document() ? document()->mediaQueryMatcher().matchMedia(media) : nullptr;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 193 third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp \
    [all...]
core.gypi     [all...]

Completed in 1951 milliseconds