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

  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 32 NPReason reason = written == length ? NPRES_DONE : NPRES_NETWORK_ERR;
plugin_stream.cc 225 Close(NPRES_DONE);
235 if (reason == NPRES_DONE) {
249 if (reason == NPRES_DONE)
plugin_stream_url.cc 149 Close(NPRES_DONE);
webplugin_delegate_impl.cc 202 reason = NPRES_DONE;
plugin_instance.cc 398 NPP_URLNotify(url.spec().c_str(), NPRES_DONE, notify_data);
425 plugin_data_stream_->Close(NPRES_DONE);
  /external/chromium_org/content/shell/tools/plugin/Tests/
GetURLWithJavaScriptURL.cpp 80 if (reason != NPRES_DONE)
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.cc 440 if (reason != NPRES_DONE) {
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 628 #define NPRES_DONE (NPRES_BASE + 0)
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 773 #define NPRES_DONE (NPRES_BASE + 0)
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 250 case NPRES_DONE:
251 sprintf(szReason, "NPRES_DONE");
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 460 url, NPRES_DONE, reinterpret_cast<intptr_t>(notify_data));
    [all...]

Completed in 82 milliseconds