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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 80 file_open_notify_callback_ = callback;
223 file_open_notify_callback_.RunAndClear(pp_error);
232 file_open_notify_callback_.RunAndClear(PP_ERROR_FAILED);
240 file_open_notify_callback_.RunAndClear(PP_ERROR_FAILED);
270 file_open_notify_callback_.RunAndClear(PP_ERROR_FAILED);
282 // InitialResponseIsValid() calls file_open_notify_callback_ on errors.
287 return FinishStreaming(file_open_notify_callback_);
289 file_open_notify_callback_.RunAndClear(pp_error);
297 // InitialResponseIsValid() calls file_open_notify_callback_ on errors.
302 return FinishStreaming(file_open_notify_callback_);
    [all...]
file_downloader.h 52 file_open_notify_callback_(pp::BlockUntilComplete()),
179 pp::CompletionCallback file_open_notify_callback_; member in class:plugin::FileDownloader

Completed in 51 milliseconds