Searched refs:colorBitsPerComponent (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValuesCached.h21 int colorBitsPerComponent; member in struct:blink::FINAL::MediaValuesCachedData
38 , colorBitsPerComponent(24)
65 virtual int colorBitsPerComponent() const OVERRIDE;
H A DMediaValuesCached.cpp55 m_data.colorBitsPerComponent = calculateColorBitsPerComponent(frame);
119 int MediaValuesCached::colorBitsPerComponent() const function in class:blink::MediaValuesCached
121 return m_data.colorBitsPerComponent;
H A DMediaValuesDynamic.h28 virtual int colorBitsPerComponent() const OVERRIDE;
H A DMediaValues.h51 virtual int colorBitsPerComponent() const = 0;
H A DMediaValuesDynamic.cpp90 int MediaValuesDynamic::colorBitsPerComponent() const function in class:blink::MediaValuesDynamic
H A DMediaQueryEvaluatorTest.cpp94 data.colorBitsPerComponent = 24;
H A DMediaQueryEvaluator.cpp192 int bitsPerComponent = mediaValues.colorBitsPerComponent();
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesAttributeParserTest.cpp75 data.colorBitsPerComponent = 24;
H A DSizesCalcParserTest.cpp109 data.colorBitsPerComponent = 24;

Completed in 1560 milliseconds