OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestTouchEventType
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebPluginContainer.h
106
virtual void
requestTouchEventType
(TouchEventRequestType) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h
113
virtual void
requestTouchEventType
(TouchEventRequestType);
WebPluginContainerImpl.cpp
499
void WebPluginContainerImpl::
requestTouchEventType
(TouchEventRequestType requestType)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp
223
m_container->
requestTouchEventType
(WebPluginContainer::TouchEventRequestTypeSynthesizedMouse);
224
m_container->
requestTouchEventType
(WebPluginContainer::TouchEventRequestTypeRaw);
226
m_container->
requestTouchEventType
(m_touchEventRequest);
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc
528
container()->
requestTouchEventType
(accept ?
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
[
all
...]
Completed in 53 milliseconds