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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 309 stream_finish_callback_ = callback;
322 // |stream_finish_callback_| with |pp_error| as the parameter.
347 stream_finish_callback_.RunAndClear(pp_error);
362 stream_finish_callback_.RunAndClear(PP_ERROR_FAILED);
371 stream_finish_callback_.RunAndClear(PP_ERROR_FAILED);
385 // |stream_finish_callback_| with |pp_error| as the parameter.
394 stream_finish_callback_.RunAndClear(pp_error);
445 stream_finish_callback_.RunAndClear(pp_error);
file_downloader.h 53 stream_finish_callback_(pp::BlockUntilComplete()),
180 pp::CompletionCallback stream_finish_callback_; member in class:plugin::FileDownloader

Completed in 34 milliseconds