Searched refs:makeURLString (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapeBrowserFuncs.cpp | 272 static String makeURLString(const char* url) in makeURLString() function 289 … plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), false, 0); in NPN_GetURL() 307 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, false, 0); in NPN_PostURL() 391 …plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), true, notif… in NPN_GetURLNotify() 405 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, true, notifyData); in NPN_PostURLNotify() 801 String cookies = plugin->cookiesForURL(makeURLString(url)); in NPN_GetValueForURL() 812 String proxies = plugin->proxiesForURL(makeURLString(url)); in NPN_GetValueForURL() 831 plugin->setCookiesForURL(makeURLString(url), String(value, len)); in NPN_SetValueForURL()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 38928 (WebKit::makeURLString):
|