OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effectivesize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesAttributeParser.h
30
unsigned
effectiveSize
();
SizesAttributeParserTest.cpp
77
int
effectiveSize
= SizesAttributeParser::findEffectiveSize(testCases[i].input, mediaValues);
78
ASSERT_EQ(testCases[i].output,
effectiveSize
);
SizesAttributeParser.cpp
23
return parser.
effectiveSize
();
127
unsigned SizesAttributeParser::
effectiveSize
()
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
253
unsigned
effectiveSize
= SizesAttributeParser::findEffectiveSize(source->fastGetAttribute(sizesAttr), MediaValuesCached::create(document()));
254
ImageCandidate candidate = bestFitSourceForSrcsetAttribute(document().devicePixelRatio(),
effectiveSize
, source->fastGetAttribute(srcsetAttr));
579
unsigned
effectiveSize
= 0;
581
effectiveSize
= SizesAttributeParser::findEffectiveSize(fastGetAttribute(sizesAttr), MediaValuesCached::create(document()));
582
ImageCandidate candidate = bestFitSourceForImageAttributes(document().devicePixelRatio(),
effectiveSize
, fastGetAttribute(srcAttr), fastGetAttribute(srcsetAttr));
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParserTest.cpp
15
int
effectiveSize
;
95
ImageCandidate candidate = bestFitSourceForImageAttributes(test.deviceScaleFactor, test.
effectiveSize
, test.srcInput, test.srcsetInput);
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
[
all
...]
Completed in 204 milliseconds