HomeSort by relevance Sort by last modified time
    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 110 virtual void requestTouchEventType(TouchEventRequestType);
WebPluginContainerImpl.cpp 490 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 483 container()->requestTouchEventType(accept ?
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 74 milliseconds