OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
113
virtual void requestTouchEventType(
TouchEventRequestType
);
198
TouchEventRequestType
m_touchEventRequestType;
WebPluginContainerImpl.cpp
499
void WebPluginContainerImpl::requestTouchEventType(
TouchEventRequestType
requestType)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h
147
blink::WebPluginContainer::
TouchEventRequestType
m_touchEventRequest;
TestPlugin.cpp
133
WebPluginContainer::
TouchEventRequestType
parseTouchEventRequestType(const WebString& string)
Completed in 348 milliseconds