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

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.h 56 char* onStreamDestroy;
main.cpp 206 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
207 obj->onStreamDestroy = strdup(argv[i]);
328 if (obj->onStreamDestroy)
329 free(obj->onStreamDestroy);
425 if (obj->onStreamDestroy) {
431 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
PluginObject.cpp     [all...]

Completed in 33 milliseconds