Home | History | Annotate | Download | only in TestNetscapePlugin

Lines Matching refs:strcasecmp

71             if (strcasecmp(argn[i], "test") == 0)
73 else if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad)
75 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
77 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify)
79 else if (strcasecmp(argn[i], "src") == 0 &&
80 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,returnerrorfromnewstream") == 0)
82 else if (!strcasecmp(argn[i], "src")
83 && !strcasecmp(argv[i], "data:application/x-webkit-test-netscape,alertwhenloaded"))
85 else if (strcasecmp(argn[i], "logfirstsetwindow") == 0)
87 else if (strcasecmp(argn[i], "testnpruntime") == 0)
89 else if (strcasecmp(argn[i], "logSrc") == 0) {
91 if (strcasecmp(argn[i], "src") == 0)
93 } else if (strcasecmp(argn[i], "cleardocumentduringnew") == 0)
95 else if (!strcasecmp(argn[i], "ondestroy"))
97 else if (strcasecmp(argn[i], "testwindowopen") == 0)
99 else if (strcasecmp(argn[i], "onSetWindow") == 0 && !obj->onSetWindow)