Searched refs:m_touchEventRequestType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp216 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) {
H A DWebPluginContainerImpl.h229 TouchEventRequestType m_touchEventRequestType; member in class:blink::FINAL

Completed in 101 milliseconds