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

  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 61 realShutdown = NULL;
120 eps->realShutdown = shutdownproc;
180 if(eps->realShutdown)
183 eps->realShutdown();
184 eps->realShutdown = NULL; // don't want to call it more than once
197 if(eps->realShutdown)
200 eps->realShutdown();
201 eps->realShutdown = NULL; // don't want to call it more than once
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 63 NP_SHUTDOWN realShutdown;

Completed in 1347 milliseconds