OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLLoadFinishNotify
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h
170
void
URLLoadFinishNotify
(int32_t pp_error);
file_downloader.cc
315
&FileDownloader::
URLLoadFinishNotify
);
343
void FileDownloader::
URLLoadFinishNotify
(int32_t pp_error) {
344
PLUGIN_PRINTF(("FileDownloader::
URLLoadFinishNotify
(pp_error=%"
359
PLUGIN_PRINTF(("FileDownloader::
URLLoadFinishNotify
(full_url=%s)\n",
370
PLUGIN_PRINTF(("FileDownloader::
URLLoadFinishNotify
(file=NULL)\n"));
381
PLUGIN_PRINTF(("FileDownloader::
URLLoadFinishNotify
(async_notify_ok=%d)\n",
Completed in 35 milliseconds