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

  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 60 char* onStreamDestroy;
main.cpp 212 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
213 obj->onStreamDestroy = base::strdup(argv[i]);
336 if (obj->onStreamDestroy)
337 free(obj->onStreamDestroy);
433 if (obj->onStreamDestroy) {
439 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
PluginObject.cpp     [all...]

Completed in 135 milliseconds