OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_touchEventRequestType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
216
m_touchEventRequestType
= TouchEventRequestTypeNone;
518
if (
m_touchEventRequestType
== requestType)
523
if (requestType != TouchEventRequestTypeNone &&
m_touchEventRequestType
== TouchEventRequestTypeNone)
525
else if (requestType == TouchEventRequestTypeNone &&
m_touchEventRequestType
!= TouchEventRequestTypeNone)
528
m_touchEventRequestType
= requestType;
685
,
m_touchEventRequestType
(TouchEventRequestTypeNone)
704
if (
m_touchEventRequestType
!= TouchEventRequestTypeNone && m_element->document().frameHost())
720
if (
m_touchEventRequestType
!= TouchEventRequestTypeNone && m_element->document().frameHost())
855
switch (
m_touchEventRequestType
) {
WebPluginContainerImpl.h
229
TouchEventRequestType
m_touchEventRequestType
;
Completed in 25 milliseconds