Home
last modified time | relevance | path

Searched refs:cAttributes (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h71 char **cAttributes; variable
DWebNetscapePluginView.mm1235 cAttributes = (char **)malloc(([keys count] + 1) * sizeof(char *));
1237 cAttributes[0] = strdup("DOCBASE");
1241 cAttributes = (char **)malloc([keys count] * sizeof(char *));
1261 cAttributes[argsCount] = strdup([key UTF8String]);
1386 free(cAttributes[i]);
1389 free(cAttributes);
2393 …cs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);