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
53
enum
TouchEventRequestType
{
112
virtual void requestTouchEventType(
TouchEventRequestType
) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h
118
virtual void requestTouchEventType(
TouchEventRequestType
) OVERRIDE;
229
TouchEventRequestType
m_touchEventRequestType;
WebPluginContainerImpl.cpp
516
void WebPluginContainerImpl::requestTouchEventType(
TouchEventRequestType
requestType)
/external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h
159
blink::WebPluginContainer::
TouchEventRequestType
touch_event_request_;
test_plugin.cc
115
blink::WebPluginContainer::
TouchEventRequestType
ParseTouchEventRequestType(
Completed in 209 milliseconds