Home
last modified time | relevance | path

Searched refs:currentEventIsUserGesture (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKit/mac/Plugins/
DWebPluginRequest.m35 …ata sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture
38 _didStartFromUserGesture = currentEventIsUserGesture;
DWebPluginRequest.h40 …ta sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture;
DWebNetscapePluginEventHandler.h66 bool currentEventIsUserGesture() const { return m_currentEventIsUserGesture; } in currentEventIsUserGesture() function
DWebNetscapePluginEventHandlerCarbon.mm400 // currentEventIsUserGesture flag to true. This is important to differentiate legitimate
DWebNetscapePluginView.mm1736 bool currentEventIsUserGesture = false;
1738 currentEventIsUserGesture = _eventHandler->currentEventIsUserGesture();
1744 … didStartFromUserGesture:currentEventIsUserGesture];
/external/webkit/WebKit/mac/
DChangeLog8361 (WebNetscapePluginEventHandler::currentEventIsUserGesture):
DChangeLog-2006-02-097415 … * Plugins.subproj/WebBaseNetscapePluginView.h: Addded currentEventIsUserGesture boolean ivar.
7417 … the user clicks or presses a key from within a plugin, set the currentEventIsUserGesture flag to …
7418 …uginView initWithFrame:]): In our asynchronous load, pass along currentEventIsUserGesture to the P…