Searched refs:cValues (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.h72 char **cValues; variable
H A DWebNetscapePluginView.mm1236 cValues = (char **)malloc(([values count] + 1) * sizeof(char *));
1238 cValues[0] = strdup([_baseURL.get() _web_URLCString]);
1242 cValues = (char **)malloc([values count] * sizeof(char *));
1262 cValues[argsCount] = strdup([value UTF8String]);
1387 free(cValues[i]);
1390 free(cValues);
2393 NPError npErr = [_pluginPackage.get() pluginFuncs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 149 milliseconds