Home
last modified time | relevance | path

Searched refs:stopTimers (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm218 - (void)stopTimers
232 [self stopTimers];
373 [self stopTimers];
394 [self stopTimers];
486 [self stopTimers];
496 [self stopTimers];
DWebNetscapePluginEventHandler.h61 virtual void stopTimers() { } in stopTimers() function
DWebNetscapePluginEventHandlerCarbon.h58 virtual void stopTimers();
DWebBaseNetscapePluginView.h90 - (void)stopTimers;
DWebNetscapePluginEventHandlerCarbon.mm383 void WebNetscapePluginEventHandlerCarbon::stopTimers() function
DWebNetscapePluginView.mm688 - (void)stopTimers
690 [super stopTimers];
693 _eventHandler->stopTimers();
/external/webkit/WebKit/mac/
DWebKit.order1125 -[WebNetscapePluginDocumentView stopTimers]
1126 -[WebBaseNetscapePluginView stopTimers]
DChangeLog2412 (WebKit::NetscapePluginInstanceProxy::stopTimers):
2535 (-[WebHostedNetscapePluginView stopTimers]):
2579 (WebKit::NetscapePluginInstanceProxy::stopTimers):
3308 (-[WebBaseNetscapePluginView stopTimers]):
3313 (-[WebNetscapePluginView stopTimers]):
3720 (-[WebBaseNetscapePluginView stopTimers]):
7821 * Plugins/WebBaseNetscapePluginView.h: Added stopTimers, restartTimers to the header.
8151 (-[WebBaseNetscapePluginView stopTimers]):
8207 (-[WebBaseNetscapePluginView stopTimers]):
8229 (-[WebBaseNetscapePluginView stopTimers]):
[all …]
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm2005 [(WebBaseNetscapePluginView *)subview stopTimers];