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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 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);
289 file_open_notify_callback_.RunAndClear(pp_error);
304 file_open_notify_callback_.RunAndClear(pp_error);
323 onload_callback.RunAndClear(pp_error);
338 onread_callback.RunAndClear(pp_error);
347 stream_finish_callback_.RunAndClear(pp_error);
362 stream_finish_callback_.RunAndClear(PP_ERROR_FAILED)
    [all...]
  /external/chromium_org/ppapi/cpp/
completion_callback.h 88 /// RunAndClear() is used to run the <code>CompletionCallback</code> and
96 void RunAndClear(int32_t result) {

Completed in 177 milliseconds