Searched refs:primaryPointerType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValuesCached.h23 PointerType primaryPointerType; member in struct:blink::FINAL::MediaValuesCachedData
40 , primaryPointerType(PointerTypeNone)
67 virtual PointerType primaryPointerType() const OVERRIDE;
H A DMediaValuesCached.cpp57 m_data.primaryPointerType = calculatePrimaryPointerType(frame);
129 PointerType MediaValuesCached::primaryPointerType() const function in class:blink::MediaValuesCached
131 return m_data.primaryPointerType;
H A DMediaValuesDynamic.h30 virtual PointerType primaryPointerType() const OVERRIDE;
H A DMediaValues.h53 virtual PointerType primaryPointerType() const = 0;
H A DMediaValuesDynamic.cpp100 PointerType MediaValuesDynamic::primaryPointerType() const function in class:blink::MediaValuesDynamic
H A DMediaQueryEvaluatorTest.cpp96 data.primaryPointerType = PointerTypeFine;
H A DMediaValues.cpp120 return frame->settings()->primaryPointerType();
H A DMediaQueryEvaluator.cpp578 PointerType pointer = mediaValues.primaryPointerType();
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesAttributeParserTest.cpp77 data.primaryPointerType = PointerTypeFine;
H A DSizesCalcParserTest.cpp111 data.primaryPointerType = PointerTypeFine;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSettings.h81 virtual PointerType primaryPointerType() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSettingsImpl.cpp610 WebSettings::PointerType WebSettingsImpl::primaryPointerType() const function in class:blink::WebSettingsImpl
612 return static_cast<PointerType>(m_settings->primaryPointerType());
H A DWebSettingsImpl.h49 virtual PointerType primaryPointerType() const OVERRIDE;

Completed in 9559 milliseconds