Searched refs:setDeviceSupportsTouch (Results 1 – 6 of 6) sorted by relevance
134 virtual void setDeviceSupportsTouch(bool) = 0;
139 void WebSettingsImpl::setDeviceSupportsTouch(bool deviceSupportsTouch) in setDeviceSupportsTouch() function in blink::WebSettingsImpl141 m_settings->setDeviceSupportsTouch(deviceSupportsTouch); in setDeviceSupportsTouch()
87 virtual void setDeviceSupportsTouch(bool) OVERRIDE;
232 m_page->settings().setDeviceSupportsTouch(m_webView->page()->settings().deviceSupportsTouch()); in initializePage()
1387 m_page->settings().setDeviceSupportsTouch(enabled ? true : m_originalDeviceSupportsTouch); in updateTouchEventEmulationInPage()
1050 settings->setDeviceSupportsTouch(prefs.device_supports_touch); in ApplyWebPreferences()