Searched refs:Timer (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DLinkLoader.h38 #include "Timer.h"
62 void linkLoadTimerFired(Timer<LinkLoader>*);
63 void linkLoadingErrorTimerFired(Timer<LinkLoader>*);
68 Timer<LinkLoader> m_linkLoadTimer;
69 Timer<LinkLoader> m_linkLoadingErrorTimer;
H A DProgressTracker.h29 #include "Timer.h"
70 void progressHeartbeatTimerFired(Timer<ProgressTracker>*);
87 Timer<ProgressTracker> m_progressHeartbeatTimer;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DTimer.h1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
10 // This file defines three classes: Timer, TimeRegion, and TimerGroup,
28 class Timer;
77 /// Timer - This class is used to track the amount of time spent between
80 /// By default, the Timer will print the amount of time it has captured to
85 class Timer { class in namespace:llvm
89 TimerGroup *TG; // The TimerGroup this Timer is in.
91 Timer **Prev, *Next; // Doubly linked list of timers in the group.
93 explicit Timer(StringRef N) : TG(0) { init(N); } function in class:llvm::Timer
94 Timer(StringRe function in class:llvm::Timer
95 Timer(const Timer &RHS) : TG(0) { function in class:llvm::Timer
105 explicit Timer() : TG(0) {} function in class:llvm::Timer
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/vibration/
H A DVibration.h26 #include "Timer.h"
49 void timerStartFired(Timer<Vibration>*);
50 void timerStopFired(Timer<Vibration>*);
58 Timer<Vibration> m_timerStart;
59 Timer<Vibration> m_timerStop;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DValidationMessage.h34 #include "Timer.h"
63 void setMessageDOMAndStartTimer(Timer<ValidationMessage>* = 0);
64 void buildBubbleTree(Timer<ValidationMessage>*);
65 void deleteBubbleTree(Timer<ValidationMessage>* = 0);
69 OwnPtr<Timer<ValidationMessage> > m_timer;
H A DHTMLSourceElement.h31 #include "Timer.h"
55 void errorEventTimerFired(Timer<HTMLSourceElement>*);
62 Timer<HTMLSourceElement> m_errorEventTimer;
H A DMediaDocument.h52 void replaceMediaElementTimerFired(Timer<MediaDocument>*);
54 Timer<MediaDocument> m_replaceMediaElementTimer;
H A DSearchInputType.h35 #include "Timer.h"
64 void searchEventTimerFired(Timer<SearchInputType>*);
70 Timer<SearchInputType> m_searchEventTimer;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebMemorySampler.h56 #include <WebCore/Timer.h>
88 void sampleTimerFired(WebCore::Timer<WebMemorySampler>*);
89 void stopTimerFired(WebCore::Timer<WebMemorySampler>*);
100 WebCore::Timer<WebMemorySampler> m_sampleTimer;
101 WebCore::Timer<WebMemorySampler> m_stopTimer;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DRemoteLayerTreeContext.h30 #include <WebCore/Timer.h>
57 void layerFlushTimerFired(WebCore::Timer<RemoteLayerTreeContext>*);
61 WebCore::Timer<RemoteLayerTreeContext> m_layerFlushTimer;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DGCController.h33 #include "Timer.h"
54 void gcTimerFired(Timer<GCController>*);
55 Timer<GCController> m_GCTimer;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DGenericEventQueue.h31 #include "Timer.h"
54 void timerFired(Timer<GenericEventQueue>*);
58 Timer<GenericEventQueue> m_timer;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DBatteryProviderEfl.h27 #include "Timer.h"
48 void timerFired(Timer<BatteryProviderEfl>*);
53 Timer<BatteryProviderEfl> m_timer;
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DDeviceMotionClientMock.h31 #include "Timer.h"
58 void timerFired(Timer<DeviceMotionClientMock>*);
62 Timer<DeviceMotionClientMock> m_timer;
H A DDeviceOrientationClientMock.h31 #include "Timer.h"
57 void timerFired(Timer<DeviceOrientationClientMock>*);
61 Timer<DeviceOrientationClientMock> m_timer;
H A DPlatformSpeechSynthesizerMock.h32 #include "Timer.h"
50 void speakingFinished(Timer<PlatformSpeechSynthesizerMock>*);
52 Timer<PlatformSpeechSynthesizerMock> m_speakingFinishedTimer;
H A DGeolocationClientMock.h36 #include "Timer.h"
73 void controllerTimerFired(Timer<GeolocationClientMock>*);
76 void permissionTimerFired(Timer<GeolocationClientMock>*);
84 Timer<GeolocationClientMock> m_controllerTimer;
85 Timer<GeolocationClientMock> m_permissionTimer;
/macosx-10.9.5/WebCore-7537.78.1/storage/wince/
H A DStorageThreadWinCE.h50 void timerFired(Timer<StorageThread>*);
53 Timer<StorageThread> m_timer;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextureMapperLayerClientQt.h29 #include "Timer.h"
48 void syncLayers(Timer<TextureMapperLayerClientQt>*);
54 Timer<TextureMapperLayerClientQt> m_syncTimer;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DTextCheckerClientEfl.h32 #include "Timer.h"
57 void languagesUpdateTimerFired(WebCore::Timer<TextCheckerClientEfl>*);
58 WebCore::Timer<TextCheckerClientEfl> m_languagesUpdateTimer;
62 void spellCheckingSettingChangeTimerFired(WebCore::Timer<TextCheckerClientEfl>*);
64 WebCore::Timer<TextCheckerClientEfl> m_spellCheckingSettingChangeTimer;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DAutoscrollController.h30 #include "Timer.h"
72 void autoscrollTimerFired(Timer<AutoscrollController>*);
78 Timer<AutoscrollController> m_autoscrollTimer;
H A DDeviceController.h33 #include "Timer.h"
58 void fireDeviceEvent(Timer<DeviceController>*);
63 Timer<DeviceController> m_timer;
H A DPageThrottler.h29 #include "Timer.h"
72 void throttleHysteresisTimerFired(Timer<PageThrottler>*);
81 Timer<PageThrottler> m_throttleHysteresisTimer;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DLayerPool.h31 #include "Timer.h"
64 void pruneTimerFired(Timer<LayerPool>*);
77 Timer<LayerPool> m_pruneTimer;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.h55 void renderTimerFired(Timer<LegacyCACFLayerTreeHost>*);
71 Timer<LegacyCACFLayerTreeHost> m_renderTimer;

Completed in 295 milliseconds

1234567891011>>