Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DPluginObject.h61 char* firstUrl; member
DPluginObject.cpp1205 newInstance->firstUrl = 0; in pluginAllocate()
1229 free(plugin->firstUrl); in pluginDeallocate()
1250 if (object->firstUrl && object->firstHeaders && object->lastUrl && object->lastHeaders) { in handleCallback()
1254 int len = strlen(object->firstUrl) + 2 in handleCallback()
1260 object->firstUrl, object->firstHeaders, object->lastUrl, object->lastHeaders); in handleCallback()
1274 if (!object->firstUrl) { in notifyStream()
1276 object->firstUrl = strdup(url); in notifyStream()