Home
last modified time | relevance | path

Searched refs:primaryPointerType (Results 1 – 14 of 14) sorted by relevance

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