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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 645 base::Closure ack_callback = local
651 ack_callback.Run();
653 ack_callbacks_.push(ack_callback);
773 const base::Closure& ack_callback) {
796 ack_callback.Run();
798 ack_callbacks_.push(ack_callback);
    [all...]
render_widget_host_view_aura.cc 1425 BufferPresentedCallback ack_callback = base::Bind( local
1691 BufferPresentedCallback ack_callback = local
    [all...]
render_widget_host_view_aura.h 488 const BufferPresentedCallback& ack_callback);
494 const BufferPresentedCallback& ack_callback);
497 const BufferPresentedCallback& ack_callback,
render_widget_host_view_android.h 239 const base::Closure& ack_callback);

Completed in 64 milliseconds