HomeSort by relevance Sort by last modified time
    Searched refs:TouchEventRequestType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebPluginContainer.h 51 enum TouchEventRequestType {
106 virtual void requestTouchEventType(TouchEventRequestType) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 110 virtual void requestTouchEventType(TouchEventRequestType);
195 TouchEventRequestType m_touchEventRequestType;
WebPluginContainerImpl.cpp 490 void WebPluginContainerImpl::requestTouchEventType(TouchEventRequestType requestType)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h 146 WebKit::WebPluginContainer::TouchEventRequestType m_touchEventRequest;
TestPlugin.cpp 133 WebPluginContainer::TouchEventRequestType parseTouchEventRequestType(const WebString& string)

Completed in 123 milliseconds