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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.h 67 char* onStreamDestroy;
main.cpp 197 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
198 obj->onStreamDestroy = strdup(argv[i]);
318 if (obj->onStreamDestroy)
319 free(obj->onStreamDestroy);
410 if (obj->onStreamDestroy) {
416 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
PluginObject.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 75 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
76 obj->onStreamDestroy = strdup(argv[i]);
126 if (obj->onStreamDestroy)
127 free(obj->onStreamDestroy);
213 if (obj->onStreamDestroy) {
219 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {

Completed in 497 milliseconds