Searched refs:firstUrl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObject.h72 char* firstUrl; member in struct:__anon14981
H A DPluginObject.cpp1164 newInstance->firstUrl = 0;
1188 free(plugin->firstUrl);
1209 if (object->firstUrl && object->firstHeaders && object->lastUrl && object->lastHeaders) {
1213 int len = strlen(object->firstUrl) + 2
1219 object->firstUrl, object->firstHeaders, object->lastUrl, object->lastHeaders);
1233 if (!object->firstUrl) {
1235 object->firstUrl = strdup(url);

Completed in 75 milliseconds