Home
last modified time | relevance | path

Searched refs:currentEventIsUserGesture (Results 1 – 8 of 8) 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.h67 bool currentEventIsUserGesture() const { return m_currentEventIsUserGesture; } in currentEventIsUserGesture() function
DWebNetscapePluginEventHandlerCarbon.mm411 // currentEventIsUserGesture flag to true. This is important to differentiate legitimate
DWebNetscapePluginView.mm1699 bool currentEventIsUserGesture = false;
1701 currentEventIsUserGesture = _eventHandler->currentEventIsUserGesture();
1707 … didStartFromUserGesture:currentEventIsUserGesture];
/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h260 …NPError loadRequest(NSURLRequest *, const char* cTarget, bool currentEventIsUserGesture, uint32_t&…
/external/webkit/WebKit/mac/
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…
DChangeLog14587 (WebNetscapePluginEventHandler::currentEventIsUserGesture):