Searched defs:loadURL (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp61 static void loadURL(BSTR urlBStr);
426 loadURL(bstr);
458 static void loadURL(BSTR urlBStr) function
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp202 void PluginControllerProxy::loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups) function in class:WebKit::PluginControllerProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp370 void PluginProxy::loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups) function in class:WebKit::PluginProxy
372 m_pluginController->loadURL(requestID, method, urlString, target, headerFields, httpBody, allowPopups);
H A DPluginView.cpp870 void PluginView::loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, function in class:WebKit::PluginView
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp212 loadURL(m_params.testUrl);
250 void TestShell::loadURL(const WebURL& url) function in class:TestShell
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp144 void NetscapePlugin::loadURL(const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, function in class:WebKit::NetscapePlugin
149 m_pluginController->loadURL(requestID, method, urlString, target, headerFields, httpBody, allowPopups());
482 loadURL("GET", parameters.url.string(), String(), HTTPHeaderMap(), Vector<uint8_t>(), false, 0);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp967 childFrame->loader()->loadURL(url, referer, String(), false, FrameLoadTypeRedirectWithLockedBackForwardList, 0, 0);
1325 loadURL(request.resourceRequest().url(), referrer, request.frameName(), lockHistory, loadType, event, formState.get());
1337 void FrameLoader::loadURL(const KURL& newURL, const String& referrer, const String& frameName, bool lockHistory, FrameLoadType newLoadType, function in class:WebCore::FrameLoader
1361 targetFrame->loader()->loadURL(newURL, referrer, String(), lockHistory, newLoadType, event, formState.release());
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp439 void WebPage::loadURL(const String& url, const SandboxExtension::Handle& sandboxExtensionHandle) function in class:WebKit::WebPage
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp379 void WebPageProxy::loadURL(const String& url) function in class:WebKit::WebPageProxy

Completed in 507 milliseconds