Searched refs:loadURL (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DMessageReceiverSuperclass-expected.cpp40 IPC::handleMessage<Messages::WebPage::LoadURL>(decoder, this, &WebPage::loadURL);
H A DLegacyMessageReceiver-expected.cpp110 IPC::handleMessage<Messages::WebPage::LoadURL>(decoder, this, &WebPage::loadURL);
H A DMessageReceiver-expected.cpp110 IPC::handleMessage<Messages::WebPage::LoadURL>(decoder, this, &WebPage::loadURL);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DWKReloadFrameErrorRecoveryAttempter.mm72 webFrameProxy->loadURL(_urlString);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFrameProxy.h80 void loadURL(const String&);
H A DWebFrameProxy.cpp76 void WebFrameProxy::loadURL(const String& url) function in class:WebKit::WebFrameProxy
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginController.h66 virtual void loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target,
69 /// Cancels the load of a stream that was requested by loadURL.
H A DPluginProxy.h156 void loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const WebCore::HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups);
H A DPluginProxy.cpp554 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
556 controller()->loadURL(requestID, method, urlString, target, headerFields, httpBody, allowPopups);
H A DPluginView.h187 virtual void loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const WebCore::HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups) override;
H A DPluginView.cpp1347 void PluginView::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::PluginView
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.h88 virtual void loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const WebCore::HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups) override;
H A DPluginControllerProxy.cpp241 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
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp284 plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), false, 0);
302 plugin->loadURL("POST", makeURLString(url), target, WTF::move(headerFields), postData, false, 0);
386 plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), true, notifyData);
400 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, true, notifyData);
H A DNetscapePlugin.cpp171 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
176 controller()->loadURL(requestID, method, urlString, target, headerFields, httpBody, allowPopups());
669 loadURL("GET", parameters.url.string(), String(), HTTPHeaderMap(), Vector<uint8_t>(), false, 0);
H A DNetscapePlugin.h97 void loadURL(const String& method, const String& urlString, const String& target, const WebCore::HTTPHeaderMap& headerFields,
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.h110 void loadFrameRequest(const FrameLoadRequest&, LockHistory, LockBackForwardList, // Called by submitForm, calls loadPostRequest and loadURL.
355 void loadURL(const URL&, const String& referrer, const String& frameName, // Called by loadFrameRequest, calls loadWithNavigationAction or dispatches to navigation policy delegate
H A DFrameLoader.cpp926 childFrame->loader().loadURL(url, referer, "_self", LockHistory::No, FrameLoadType::RedirectWithLockedBackForwardList, 0, 0, AllowNavigationToInvalidURL::Yes);
1237 loadURL(request.resourceRequest().url(), referrer, request.frameName(), lockHistory, loadType, event, formState.get(), allowNavigationToInvalidURL);
1251 void FrameLoader::loadURL(const URL& newURL, const String& referrer, const String& frameName, LockHistory lockHistory, FrameLoadType newLoadType, function in class:WebCore::FrameLoader
1281 targetFrame->loader().loadURL(newURL, referrer, "_self", lockHistory, newLoadType, event, formState.release(), allowNavigationToInvalidURL);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h134 NPError loadURL(const char* url, const char* target, const char* postData, uint32_t postDataLength, LoadURLFlags, uint32_t& requestID);
H A DNetscapePluginHostProxy.mm420 NPError result = instanceProxy->loadURL(url, target, postData, postDataLength, static_cast<LoadURLFlags>(flags), streamID);
H A DNetscapePluginInstanceProxy.mm559 NPError NetscapePluginInstanceProxy::loadURL(const char* url, const char* target, const char* postData, uint32_t postLen, LoadURLFlags flags, uint32_t& streamID)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm1074 controller()->loadURL(pdfDocumentRequestID, "GET", parameters.url.string(), String(), HTTPHeaderMap(), Vector<uint8_t>(), false);

Completed in 360 milliseconds