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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 492 if (m_touchEventRequestType == requestType)
495 if (requestType != TouchEventRequestTypeNone && m_touchEventRequestType == TouchEventRequestTypeNone)
497 else if (requestType == TouchEventRequestTypeNone && m_touchEventRequestType != TouchEventRequestTypeNone)
499 m_touchEventRequestType = requestType;
636 , m_touchEventRequestType(TouchEventRequestTypeNone)
643 if (m_touchEventRequestType != TouchEventRequestTypeNone)
782 switch (m_touchEventRequestType) {
WebPluginContainerImpl.h 195 TouchEventRequestType m_touchEventRequestType;

Completed in 314 milliseconds