Searched refs:setDeviceSupportsTouch (Results 1 – 5 of 5) sorted by relevance
101 virtual void setDeviceSupportsTouch(bool) = 0;
132 void WebSettingsImpl::setDeviceSupportsTouch(bool deviceSupportsTouch) in setDeviceSupportsTouch() function in blink::WebSettingsImpl134 m_settings->setDeviceSupportsTouch(deviceSupportsTouch); in setDeviceSupportsTouch()
94 virtual void setDeviceSupportsTouch(bool);
197 m_page->settings().setDeviceSupportsTouch(m_webView->page()->settings().deviceSupportsTouch()); in initializePage()
301 settings->setDeviceSupportsTouch(prefs.device_supports_touch); in ApplyWebPreferences()