Searched defs:deviceSupportsTouch (Results 1 – 5 of 5) sorted by relevance
61 bool deviceSupportsTouch = m_frameView->frame().settings()->deviceSupportsTouch(); in show() local
89 PassRefPtr<PopupContainer> PopupContainer::create(PopupMenuClient* client, bool deviceSupportsTouch) in create()94 PopupContainer::PopupContainer(PopupMenuClient* client, bool deviceSupportsTouch) in PopupContainer()
91 … static PassRefPtr<PopupListBox> create(WebCore::PopupMenuClient* client, bool deviceSupportsTouch) in create()
70 PopupListBox::PopupListBox(PopupMenuClient* client, bool deviceSupportsTouch) in PopupListBox()
138 void WebSettingsImpl::setDeviceSupportsTouch(bool deviceSupportsTouch) in setDeviceSupportsTouch()