Home
last modified time | relevance | path

Searched refs:shared_timer_func_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/services/html_viewer/
Dblink_platform_impl.h67 if (shared_timer_func_ && !shared_timer_suspended_) in DoTimeout()
68 shared_timer_func_(); in DoTimeout()
76 void (*shared_timer_func_)(); variable
Dblink_platform_impl.cc54 shared_timer_func_(NULL), in BlinkPlatformImpl()
108 shared_timer_func_ = func; in setSharedTimerFiredFunction()
/external/chromium_org/content/child/
Dblink_platform_impl.h165 if (shared_timer_func_ && !shared_timer_suspended_) in NON_EXPORTED_BASE()
166 shared_timer_func_(); in NON_EXPORTED_BASE()
173 void (*shared_timer_func_)(); in NON_EXPORTED_BASE() local
Dblink_platform_impl.cc421 shared_timer_func_(NULL), in BlinkPlatformImpl()
947 shared_timer_func_ = func; in setSharedTimerFiredFunction()