Searched refs:stopSharedTimer (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DSharedTimerChromium.cpp43 void stopSharedTimer() function in namespace:WebCore
45 PlatformBridge::stopSharedTimer();
H A DPlatformBridge.h235 static void stopSharedTimer();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.h35 void stopSharedTimer();
H A DQTMovieWinTimer.cpp55 stopSharedTimer();
100 stopSharedTimer();
117 void stopSharedTimer() function
/external/webkit/Source/WebKit/android/
H A DTimerClient.h37 virtual void stopSharedTimer() = 0;
/external/webkit/Source/WebCore/platform/android/
H A DSharedTimerAndroid.cpp59 void stopSharedTimer() function in namespace:WebCore
62 JavaSharedClient::GetTimerClient()->stopSharedTimer();
/external/webkit/Source/WebCore/platform/
H A DSharedTimer.h55 void stopSharedTimer();
72 stopSharedTimer();
/external/webkit/Source/WebCore/platform/efl/
H A DSharedTimerEfl.cpp58 void stopSharedTimer() function in namespace:WebCore
69 stopSharedTimer();
/external/webkit/Source/WebCore/platform/gtk/
H A DSharedTimerGtk.cpp66 stopSharedTimer();
70 void stopSharedTimer() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/brew/
H A DSharedTimerBrew.cpp75 void stopSharedTimer() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DSharedTimerWx.cpp89 void stopSharedTimer() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/haiku/
H A DSharedTimerHaiku.cpp119 void stopSharedTimer() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/mac/
H A DSharedTimerMac.mm149 stopSharedTimer();
187 void stopSharedTimer()
/external/webkit/Source/WebCore/platform/qt/
H A DSharedTimerQt.cpp139 void stopSharedTimer() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DSharedTimerWinCE.cpp114 void stopSharedTimer() function in namespace:WebCore
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h75 virtual void stopSharedTimer();
H A Dwebkitclient_impl.cc492 void WebKitClientImpl::stopSharedTimer() {
/external/webkit/Source/WebCore/platform/win/
H A DSharedTimerWin.cpp211 void stopSharedTimer() function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h276 virtual void stopSharedTimer() { } function in class:WebKit::WebKitClient
/external/webkit/Source/WebKit/android/jni/
H A DJavaBridge.cpp74 virtual void stopSharedTimer();
136 mStopSharedTimer = env->GetMethodID(clazz, "stopSharedTimer", "()V");
149 ALOG_ASSERT(mStopSharedTimer, "Could not find method stopSharedTimer");
191 JavaBridge::stopSharedTimer() function in class:android::JavaBridge
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp660 void PlatformBridge::stopSharedTimer() function in class:WebCore::PlatformBridge
662 webKitClient()->stopSharedTimer();

Completed in 305 milliseconds