HomeSort by relevance Sort by last modified time
    Searched refs:setDeviceSupportsTouch (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.h 94 virtual void setDeviceSupportsTouch(bool);
WebSettingsImpl.cpp 132 void WebSettingsImpl::setDeviceSupportsTouch(bool deviceSupportsTouch)
134 m_settings->setDeviceSupportsTouch(deviceSupportsTouch);
WebPagePopupImpl.cpp 197 m_page->settings().setDeviceSupportsTouch(m_webView->page()->settings().deviceSupportsTouch());
  /external/chromium_org/third_party/WebKit/public/web/
WebSettings.h 101 virtual void setDeviceSupportsTouch(bool) = 0;
  /external/chromium_org/content/renderer/
web_preferences.cc 301 settings->setDeviceSupportsTouch(prefs.device_supports_touch);

Completed in 132 milliseconds