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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginRequest.m 35 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture
38 _didStartFromUserGesture = currentEventIsUserGesture;
WebPluginRequest.h 40 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture;
WebNetscapePluginEventHandler.h 67 bool currentEventIsUserGesture() const { return m_currentEventIsUserGesture; }
WebNetscapePluginView.mm 671 frame->script()->setAllowPopupsFromPlugin(_eventHandler->currentEventIsUserGesture());
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 283 NPError loadRequest(NSURLRequest*, const char* cTarget, bool currentEventIsUserGesture, uint32_t& streamID);

Completed in 48 milliseconds