HomeSort by relevance Sort by last modified time
    Searched refs:shared_timer_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/webkit/glue/
webkitclient_impl.cc 487 shared_timer_.Stop();
488 shared_timer_.Start(base::TimeDelta::FromMicroseconds(interval), this,
493 shared_timer_.Stop();
601 if (--shared_timer_suspended_ == 0 && !shared_timer_.IsRunning())
webkitclient_impl.h 91 base::OneShotTimer<WebKitClientImpl> shared_timer_; member in class:webkit_glue::WebKitClientImpl
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 147 base::OneShotTimer<WebKitPlatformSupportImpl> shared_timer_; member in class:webkit_glue::WebKitPlatformSupportImpl
webkitplatformsupport_impl.cc 786 shared_timer_.Stop();
787 shared_timer_.Start(FROM_HERE, base::TimeDelta::FromMicroseconds(interval),
    [all...]

Completed in 473 milliseconds