HomeSort by relevance Sort by last modified time
    Searched refs:MediaValuesCached (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.cpp 6 #include "core/css/MediaValuesCached.h"
16 PassRefPtr<MediaValues> MediaValuesCached::create()
18 return adoptRef(new MediaValuesCached());
21 PassRefPtr<MediaValues> MediaValuesCached::create(MediaValuesCachedData& data)
23 return adoptRef(new MediaValuesCached(data));
26 PassRefPtr<MediaValues> MediaValuesCached::create(Document& document)
30 return MediaValuesCached::create(executingDocument->frame());
33 PassRefPtr<MediaValues> MediaValuesCached::create(LocalFrame* frame)
39 return adoptRef(new MediaValuesCached());
40 return adoptRef(new MediaValuesCached(frame))
    [all...]
MediaValuesCached.h 12 class MediaValuesCached FINAL : public MediaValues {
76 MediaValuesCached();
77 MediaValuesCached(LocalFrame*);
78 MediaValuesCached(const MediaValuesCachedData&);
MediaQueryEvaluatorTest.cpp 9 #include "core/css/MediaValuesCached.h"
73 MediaValuesCached::MediaValuesCachedData data;
88 RefPtr<MediaValues> mediaValues = MediaValuesCached::create(data);
MediaValues.cpp 9 #include "core/css/MediaValuesCached.h"
30 return MediaValuesCached::create();
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesAttributeParserTest.cpp 8 #include "core/css/MediaValuesCached.h"
59 MediaValuesCached::MediaValuesCachedData data;
74 RefPtr<MediaValues> mediaValues = MediaValuesCached::create(data);
SizesCalcParserTest.cpp 9 #include "core/css/MediaValuesCached.h"
102 MediaValuesCached::MediaValuesCachedData data;
117 RefPtr<MediaValues> mediaValues = MediaValuesCached::create(data);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 31 #include "core/css/MediaValuesCached.h"
253 unsigned effectiveSize = SizesAttributeParser::findEffectiveSize(source->fastGetAttribute(sizesAttr), MediaValuesCached::create(document()));
581 effectiveSize = SizesAttributeParser::findEffectiveSize(fastGetAttribute(sizesAttr), MediaValuesCached::create(document()));
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 30 #include "core/css/MediaValuesCached.h"
573 RefPtr<MediaValues> mediaValues = MediaValuesCached::create(*document);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 198 third_party/WebKit/Source/core/css/MediaValuesCached.cpp \
    [all...]

Completed in 285 milliseconds