Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.h72 char **cValues; variable
DWebNetscapePluginView.mm1206 cValues = (char **)malloc(([values count] + 1) * sizeof(char *));
1208 cValues[0] = strdup([_baseURL.get() _web_URLCString]);
1212 cValues = (char **)malloc([values count] * sizeof(char *));
1232 cValues[argsCount] = strdup([value UTF8String]);
1357 free(cValues[i]);
1360 free(cValues);
2361 …cs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);