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

  /external/chromium/webkit/glue/
webkitclient_impl.h 85 if (shared_timer_func_ && !shared_timer_suspended_)
86 shared_timer_func_();
92 void (*shared_timer_func_)(); member in class:webkit_glue::WebKitClientImpl
webkitclient_impl.cc 201 shared_timer_func_(NULL),
464 shared_timer_func_ = func;
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 142 if (shared_timer_func_ && !shared_timer_suspended_)
143 shared_timer_func_();
148 void (*shared_timer_func_)(); member in class:webkit_glue::WebKitPlatformSupportImpl
webkitplatformsupport_impl.cc 378 shared_timer_func_(NULL),
758 shared_timer_func_ = func;
    [all...]

Completed in 76 milliseconds