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

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandler.h 67 bool currentEventIsUserGesture() const { return m_currentEventIsUserGesture; }
71 , m_currentEventIsUserGesture(false)
76 bool m_currentEventIsUserGesture;
WebNetscapePluginEventHandlerCocoa.mm 228 m_currentEventIsUserGesture = true;
231 m_currentEventIsUserGesture = false;
236 m_currentEventIsUserGesture = false;
WebNetscapePluginEventHandlerCarbon.mm 418 m_currentEventIsUserGesture = true;
424 m_currentEventIsUserGesture = false;

Completed in 620 milliseconds