Searched defs:effectiveSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesAttributeParserTest.cpp17 const unsigned effectiveSize; member in struct:blink::__anon11035
86 ASSERT_EQ(testCases[i].effectiveSize, parser.length());
H A DSizesAttributeParser.cpp28 return effectiveSize();
139 unsigned SizesAttributeParser::effectiveSize() function in class:blink::SizesAttributeParser
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSrcsetParserTest.cpp15 int effectiveSize; member in struct:blink::__anon11098
102 ImageCandidate candidate = bestFitSourceForImageAttributes(test.deviceScaleFactor, test.effectiveSize, test.srcInput, test.srcsetInput);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp305 unsigned effectiveSize = parser.length(); local
307 ImageCandidate candidate = bestFitSourceForSrcsetAttribute(document().devicePixelRatio(), effectiveSize, source->fastGetAttribute(srcsetAttr));
633 unsigned effectiveSize = 0; local
639 effectiveSize = parser.length();
642 ImageCandidate candidate = bestFitSourceForImageAttributes(document().devicePixelRatio(), effectiveSize, fastGetAttribute(srcAttr), fastGetAttribute(srcsetAttr));

Completed in 167 milliseconds