HomeSort by relevance Sort by last modified time
    Searched refs:m_timer (Results 51 - 60 of 60) sorted by null

1 23

  /external/eigen/demos/opengl/
quaternion_demo.cpp 271 m_alpha += double(m_timer.interval()) * 1e-3;
343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
344 m_timer.start(1000/30);
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
358 m_timer.stop();
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
547 m_timer.start(1000/30);
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 91 , m_timer(this, &Geolocation::GeoNotifier::timerFired)
111 m_timer.stop();
112 m_timer.startOneShot(0);
118 m_timer.startOneShot(0);
134 m_timer.startOneShot(m_options->timeout() / 1000.0);
139 m_timer.stop();
503 notifier->m_timer.stop();
Geolocation.h 107 Timer<GeoNotifier> m_timer; member in class:WebCore::Geolocation::GeoNotifier
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 204 if (m_pendingGeolocationPermissionListeners && !m_timer)
205 m_timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
219 m_timer = 0;
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 96 CFRunLoopTimerRef m_timer; member in class:RunLoop::TimerBase
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 243 , m_timer(this, &FullscreenVideoController::timerFired)
451 m_timer.startRepeating(timerInterval);
705 m_timer.startRepeating(timerInterval);
707 m_timer.stop();
FullscreenVideoController.h 179 WebCore::Timer<FullscreenVideoController> m_timer; member in class:FullscreenVideoController
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp 126 void reset() { m_timer.stop(); }
131 Timer<RevalidateStyleAttributeTask> m_timer; member in class:WebCore::RevalidateStyleAttributeTask
240 , m_timer(this, &RevalidateStyleAttributeTask::onTimer)
247 if (!m_timer.isActive())
248 m_timer.startOneShot(0);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 81 Timer<ImageQualityController> m_timer; member in class:WebCore::ImageQualityController
86 : m_timer(this, &ImageQualityController::highQualityRepaintTimerFired)
116 m_timer.stop();
131 m_timer.startOneShot(cLowQualityTimeThreshold);
189 if (!m_timer.isActive()) {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 437 : m_timer(this, &DeferredScopeStringMatches::doTimeout)
444 m_timer.startOneShot(0.0);
454 Timer<DeferredScopeStringMatches> m_timer; member in class:WebKit::WebFrameImpl::DeferredScopeStringMatches
    [all...]

Completed in 639 milliseconds

1 23