• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/

Lines Matching +defs:url +defs:target

638     if (!sendSync(Messages::WebPageProxy::FindPlugin(parameters.mimeType, static_cast<uint32_t>(processType), parameters.url.string(), frameURLString, pageURLString, allowOnlyApplicationPlugins), Messages::WebPageProxy::FindPlugin::Reply(pluginProcessToken, newMIMEType, pluginLoadPolicy, unavailabilityDescription)))
645 String path = parameters.url.path();
664 send(Messages::WebPageProxy::DidBlockInsecurePluginVersion(parameters.mimeType, parameters.url.string(), frameURLString, pageURLString, replacementObscured));
678 WebCore::WebGLLoadPolicy WebPage::webGLPolicyForURL(WebFrame*, const String& /* url */)
683 WebCore::WebGLLoadPolicy WebPage::resolveWebGLPolicyForURL(WebFrame*, const String& /* url */)
903 if (!mainWebFrame()->url().isEmpty())
992 void WebPage::loadURLInFrame(const String& url, uint64_t frameID)
998 frame->coreFrame()->loader().load(FrameLoadRequest(frame->coreFrame(), ResourceRequest(URL(URL(), url))));
2340 RefPtr<API::URL> url = API::URL::create(webcoreURL);
2342 API::String* apiString = m_loaderClient.userAgentForURL(frame, url.get());
2923 Node* node = evt->target()->toNode();
3141 bool WebPage::findStringFromInjectedBundle(const String& target, FindOptions options)
3143 return m_page->findString(target, options);
3579 if (documentLoader->url().isLocalFile() && provisionalDocumentLoader->url().isLocalFile())
3601 ASSERT(!m_provisionalSandboxExtension || frame->coreFrame()->loader().provisionalDocumentLoader()->url().isLocalFile());
3636 bool WebPage::hasLocalDataForURL(const URL& url)
3638 if (url.isLocalFile())
3642 if (documentLoader && documentLoader->subresource(url))
3645 return platformHasLocalDataForURL(url);
3896 if (!request.url().protocolIsInHTTPFamily())
3948 if (SchemeRegistry::shouldLoadURLSchemeAsEmptyDocument(request.url().protocol()))
3951 if (request.url().protocolIs("blob"))
4111 if (!sendSync(Messages::WebPageProxy::FindPlugin(response.mimeType(), PluginProcessTypeNormal, response.url().string(), response.url().string(), response.url().string(), allowOnlyApplicationPlugins), Messages::WebPageProxy::FindPlugin::Reply(pluginProcessToken, newMIMEType, pluginLoadPolicy, unavailabilityDescription)))