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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 727 base::Closure ack_callback = local
733 ack_callback.Run();
735 ack_callbacks_.push(ack_callback);
883 const base::Closure& ack_callback) {
903 ack_callback.Run();
905 ack_callbacks_.push(ack_callback);
    [all...]
render_widget_host_view_aura.cc 1366 BufferPresentedCallback ack_callback = base::Bind( local
1771 BufferPresentedCallback ack_callback = local
    [all...]

Completed in 94 milliseconds