Lines Matching refs:url
645 char* url = toCString(urlString);
662 NPError error = browser->posturl(obj->npp, url, target, pathString.UTF8Length, path, TRUE);
666 free(url);
872 void handleCallback(PluginObject* object, const char *url, NPReason reason, void *notifyData)
888 // First URL; first header block; last URL; last header block.
908 void notifyStream(PluginObject* object, const char *url, const char *headers)
911 if (url)
912 object->firstUrl = strdup(url);
918 object->lastUrl = (url ? strdup(url) : NULL);