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

/macosx-10.10.1/WebKit-7600.1.25/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.h109 - (void)startTimers;
H A DWebBaseNetscapePluginView.mm276 - (void)startTimers
288 [self startTimers];
H A DWebNetscapePluginEventHandlerCarbon.mm386 void WebNetscapePluginEventHandlerCarbon::startTimers(bool throttleTimers)
H A DWebNetscapePluginView.mm714 - (void)startTimers
716 [super startTimers];
720 _eventHandler->startTimers(_isCompletelyObscured);
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm292 - (void)startTimers
295 _proxy->startTimers(_isCompletelyObscured);
H A DNetscapePluginInstanceProxy.h107 void startTimers(bool throttleTimers);
H A DNetscapePluginInstanceProxy.mm421 void NetscapePluginInstanceProxy::startTimers(bool throttleTimers)

Completed in 282 milliseconds