HomeSort by relevance Sort by last modified time
    Searched defs:shared_timer_func_ (Results 1 - 2 of 2) 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
  /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

Completed in 229 milliseconds