Lines Matching defs:strcasecmp

53 static inline int strcasecmp(const char* s1, const char* s2)
193 if (strcasecmp(argn[i], "test") == 0)
195 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad)
197 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
199 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify)
201 else if (strcasecmp(argn[i], "src") == 0 &&
202 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,returnerrorfromnewstream") == 0)
204 else if (strcasecmp(argn[i], "src") == 0 &&
205 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,alertwhenloaded") == 0)
207 else if (strcasecmp(argn[i], "onSetWindow") == 0 && !obj->onSetWindow)
209 else if (strcasecmp(argn[i], "onNew") == 0 && !onNewScript)
211 else if (strcasecmp(argn[i], "onPaintEvent") == 0 && !obj->onPaintEvent)
213 else if (strcasecmp(argn[i], "logfirstsetwindow") == 0)
215 else if (strcasecmp(argn[i], "testnpruntime") == 0)
217 else if (strcasecmp(argn[i], "forcecarbon") == 0)
219 else if (strcasecmp(argn[i], "logSrc") == 0) {
221 if (strcasecmp(argn[i], "src") == 0)
223 } else if (strcasecmp(argn[i], "cleardocumentduringnew") == 0)
225 else if (!strcasecmp(argn[i], "ondestroy"))
227 else if (strcasecmp(argn[i], "testwindowopen") == 0)
229 else if (strcasecmp(argn[i], "drawingmodel") == 0) {
232 if (strcasecmp(value, "coreanimation") == 0) {
237 } else if (strcasecmp(value, "coregraphics") == 0) {
245 } else if (strcasecmp(argn[i], "testGetURLOnDestroy") == 0) {
250 } else if (!strcasecmp(argn[i], "src") && strstr(argv[i], "plugin-document-has-focus.pl"))
252 else if (!strcasecmp(argn[i], "evaluatescript")) {
263 } else if (!strcasecmp(argn[i], "windowedPlugin")) {
265 if (!strcasecmp(argv[i], "false") || !strcasecmp(argv[i], "0"))
267 else if (!strcasecmp(argv[i], "true") || !strcasecmp(argv[i], "1"))