Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandler.h62 virtual void stopTimers() { } in stopTimers() function
DWebNetscapePluginEventHandlerCarbon.h59 virtual void stopTimers();
DWebBaseNetscapePluginView.h118 - (void)stopTimers;
DWebBaseNetscapePluginView.mm317 - (void)stopTimers
329 [self stopTimers];
497 [self stopTimers];
617 [self stopTimers];
716 [self stopTimers];
726 [self stopTimers];
DWebNetscapePluginEventHandlerCarbon.mm398 void WebNetscapePluginEventHandlerCarbon::stopTimers() function
DWebNetscapePluginView.mm703 - (void)stopTimers
705 [super stopTimers];
708 _eventHandler->stopTimers();
/external/webkit/Source/WebCore/page/
DGeolocation.h162 void stopTimers();
DGeolocation.cpp523 void Geolocation::stopTimers() in stopTimers() function in WebCore::Geolocation
629 stopTimers(); in positionChangedInternal()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm265 - (void)stopTimers
268 _proxy->stopTimers();
DNetscapePluginInstanceProxy.h104 void stopTimers();
DNetscapePluginInstanceProxy.mm531 void NetscapePluginInstanceProxy::stopTimers()
/external/webkit/Source/WebKit/mac/
DWebKit.order997 -[WebHostedNetscapePluginView stopTimers]
DChangeLog-2010-01-2912159 (WebKit::NetscapePluginInstanceProxy::stopTimers):
12282 (-[WebHostedNetscapePluginView stopTimers]):
12326 (WebKit::NetscapePluginInstanceProxy::stopTimers):
13055 (-[WebBaseNetscapePluginView stopTimers]):
13060 (-[WebNetscapePluginView stopTimers]):
13467 (-[WebBaseNetscapePluginView stopTimers]):
17568 * Plugins/WebBaseNetscapePluginView.h: Added stopTimers, restartTimers to the header.
17898 (-[WebBaseNetscapePluginView stopTimers]):
17954 (-[WebBaseNetscapePluginView stopTimers]):
17976 (-[WebBaseNetscapePluginView stopTimers]):
[all …]
DChangeLog9190 (-[WebNetscapePluginView stopTimers]):
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm2167 [(WebBaseNetscapePluginView *)subview stopTimers];
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2481 …(WebCore::Geolocation::disconnectFrame): Removed calls to stopUpdating() and stopTimers(), as this…
DChangeLog-2010-01-2960235 (WebCore::Geolocation::stopTimers): Added. Stops the timers for all requests.