HomeSort by relevance Sort by last modified time
    Searched defs:primaryPointerType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.cpp 57 m_data.primaryPointerType = calculatePrimaryPointerType(frame);
129 PointerType MediaValuesCached::primaryPointerType() const
131 return m_data.primaryPointerType;
MediaValuesCached.h 23 PointerType primaryPointerType;
40 , primaryPointerType(PointerTypeNone)
67 virtual PointerType primaryPointerType() const OVERRIDE;
MediaValuesDynamic.cpp 100 PointerType MediaValuesDynamic::primaryPointerType() const
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 610 WebSettings::PointerType WebSettingsImpl::primaryPointerType() const
612 return static_cast<PointerType>(m_settings->primaryPointerType());

Completed in 3808 milliseconds