Searched refs:startTimers (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginEventHandler.h61 virtual void startTimers(bool throttleTimers) { } function in class:WebNetscapePluginEventHandler
H A DWebNetscapePluginEventHandlerCarbon.h58 virtual void startTimers(bool throttleTimers);
H A DWebBaseNetscapePluginView.h119 - (void)startTimers;
H A DWebBaseNetscapePluginView.mm322 - (void)startTimers
334 [self startTimers];
H A DWebNetscapePluginEventHandlerCarbon.mm386 void WebNetscapePluginEventHandlerCarbon::startTimers(bool throttleTimers)
H A DWebNetscapePluginView.mm720 - (void)startTimers
722 [super startTimers];
726 _eventHandler->startTimers(_isCompletelyObscured);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm259 - (void)startTimers
262 _proxy->startTimers(_isCompletelyObscured);
H A DNetscapePluginInstanceProxy.h103 void startTimers(bool throttleTimers);
H A DNetscapePluginInstanceProxy.mm408 void NetscapePluginInstanceProxy::startTimers(bool throttleTimers)

Completed in 85 milliseconds