HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 101 - 125 of 442) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h 42 template <typename T> class Timer;
148 void advanceAnimation(Timer<BitmapImage>*);
173 Timer<BitmapImage>* m_frameTimer;
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 88 #error TIMER 0 not defined
173 // on the ATmega168, timer 0 is also used for fast hardware pwm
174 // (using phase-correct PWM would mean that timer 0 overflowed half as often
181 // set timer 0 prescale factor to 64
198 #error Timer 0 prescale factor 64 not set correctly
201 // enable timer 0 overflow interrupt
207 #error Timer 0 overflow interrupt not set correctly
217 // set timer 1 prescale factor to 64
225 // put timer 1 in 8-bit phase correct pwm mode
232 // set timer 2 prescale factor to 6
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager.h 10 #include "base/timer/timer.h"
26 // 2. Polling timer counts down.
63 // Restarts the polling timer. Used for polling-based notification.
86 // The timer is used for polling based notification. XMPP should usually be
88 base::Timer polling_timer_;
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.h 11 #include "base/timer/timer.h"
40 // Called by the timer to cancel the pending destruction and do it now.
50 // We don't want to wait forever, so we have a cancellation timer.
51 base::Timer timer_;
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.h 11 #include "base/timer/timer.h"
55 // timer (if one exists) will get destroyed.
74 // Finalizes the animation and ends the timer (if there is one).
106 // A timer which watches to executes the second part of a "user changed"
107 // animation. Note that this timer exists only during such an animation.
108 scoped_ptr<base::Timer> user_changed_animation_timer_;
  /external/chromium_org/sync/internal_api/public/attachments/
task_queue.h 19 #include "base/timer/timer.h"
132 // Use |timer| for scheduled events.
135 void SetTimerForTest(scoped_ptr<base::Timer> timer);
153 scoped_ptr<base::Timer> backoff_timer_;
186 backoff_timer_.reset(new base::Timer(false, false));
204 // The task succeeded. Stop any pending timer, reset (clear) the backoff, and
234 void TaskQueue<T>::SetTimerForTest(scoped_ptr<base::Timer> timer) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8GCForContextDispose.cpp 71 void V8GCForContextDispose::pseudoIdleTimerFired(Timer<V8GCForContextDispose>*)
ScriptPromiseResolver.h 14 #include "platform/Timer.h"
130 void onTimerFired(Timer<ScriptPromiseResolver>*);
136 Timer<ScriptPromiseResolver> m_timer;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventController.cpp 24 void PlatformEventController::oneShotCallback(Timer<PlatformEventController>* timer)
26 ASSERT_UNUSED(timer, timer == &m_timer);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 43 #include "platform/Timer.h"
102 // Sets a timer to notify the client that the initial empty document has
108 // cancels the timer and immediately notifies the client in cases that
192 void checkTimerFired(Timer<FrameLoader>*);
193 void didAccessInitialDocumentTimerFired(Timer<FrameLoader>*);
265 Timer<FrameLoader> m_checkTimer;
268 Timer<FrameLoader> m_didAccessInitialDocumentTimer;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.h 51 #include "platform/Timer.h"
94 Timer<HTMLMarqueeElement> m_timer;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.cpp 69 // run this fake animation timer to trigger layout in SVGImages. The name,
82 void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocket.h 39 #include "platform/Timer.h"
167 void resumeTimerFired(Timer<EventQueue>*);
172 Timer<EventQueue> m_resumeTimer;
203 void reflectBufferedAmountConsumption(Timer<DOMWebSocket>*);
227 Timer<DOMWebSocket> m_bufferedAmountConsumeTimer;
MainThreadWebSocketChannel.h 42 #include "platform/Timer.h"
137 void resumeTimerFired(Timer<MainThreadWebSocketChannel>*);
139 void closingTimerFired(Timer<MainThreadWebSocketChannel>*);
210 Timer<MainThreadWebSocketChannel> m_resumeTimer;
216 Timer<MainThreadWebSocketChannel> m_closingTimer;
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
SampleApplication.h 14 #include "Timer.h"
53 std::unique_ptr<Timer> mTimer;
  /ndk/tests/abcc/jni/device/
main.cpp 54 Timer t;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen.h 20 class Timer;
137 // Timer used for waiting for user image sync.
138 scoped_ptr<base::Timer> sync_timer_;
  /external/chromium_org/content/browser/loader/
resource_scheduler.h 15 #include "base/timer/timer.h"
92 // Use a mock timer when testing.
93 void set_timer_for_testing(scoped_ptr<base::Timer> timer) {
94 coalescing_timer_.reset(timer.release());
209 // This is a repeating timer to initiate requests on COALESCED Clients.
210 scoped_ptr<base::Timer> coalescing_timer_;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.h 38 #include "platform/Timer.h"
131 void timerFired(Timer<AnimationTimelineTiming>*) { m_timeline->wake(); }
137 Timer<AnimationTimelineTiming> m_timer;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.h 35 #include "platform/Timer.h"
109 void eventQueueTimerFired(Timer<Fullscreen>*);
115 Timer<Fullscreen> m_eventQueueTimer;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 31 #include "platform/Timer.h"
112 void timerFiredToProcessQueuedRequest(Timer<SpellCheckRequester>*);
129 Timer<SpellCheckRequester> m_timerToProcessQueuedRequest;
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventSender.h 29 #include "platform/Timer.h"
53 void timerFired(Timer<EventSender<T> >*) { dispatchPendingEvents(); }
56 Timer<EventSender<T> > m_timer;
94 // will set a timer and eventually be processed.
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.h 95 void hideMediaControlsTimerFired(Timer<MediaControls>*);
136 Timer<MediaControls> m_hideMediaControlsTimer;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 37 #include "platform/Timer.h"
108 // The timer is needed to continue processing when cue scrolling ended.
111 void scrollTimerFired(Timer<VTTRegion>*);
151 // The timer is used to display the next cue line after the current one has
156 Timer<VTTRegion> m_scrollTimer;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.h 33 #include "platform/Timer.h"
128 void onTimer(Timer<InspectorOverlay>*);
145 Timer<InspectorOverlay> m_timer;

Completed in 665 milliseconds

1 2 3 45 6 7 8 91011>>