OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:async_notify_ok
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc
291
bool
async_notify_ok
= (pp_error == PP_OK_COMPLETIONPENDING);
local
292
PLUGIN_PRINTF(("FileDownloader::FinishStreaming (
async_notify_ok
=%d)\n",
293
async_notify_ok
));
294
if (!
async_notify_ok
) {
307
bool
async_notify_ok
= (pp_error == PP_OK_COMPLETIONPENDING);
local
309
"FileDownloader::FinishStreaming (
async_notify_ok
=%d)\n",
310
async_notify_ok
));
311
if (!
async_notify_ok
) {
354
bool
async_notify_ok
= (pp_error == PP_OK_COMPLETIONPENDING);
local
355
PLUGIN_PRINTF(("FileDownloader::URLLoadFinishNotify (
async_notify_ok
=%d)\n"
391
bool
async_notify_ok
= (pp_error == PP_OK_COMPLETIONPENDING);
local
[
all
...]
Completed in 108 milliseconds