Searched refs:userAgentForURL (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessPlugInLoadDelegate.h60 - (NSString *)webProcessPlugInBrowserContextController:(WKWebProcessPlugInBrowserContextController *)controller frame:(WKWebProcessPlugInFrame *)frame userAgentForURL:(NSURL *)url;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugInBrowserContextController.mm183 static WKStringRef userAgentForURL(WKBundleFrameRef frame, WKURLRef url, const void* clientInfo)
188 if ([loadDelegate respondsToSelector:@selector(webProcessPlugInBrowserContextController:frame:userAgentForURL:)]) {
190 NSString *string = [loadDelegate webProcessPlugInBrowserContextController:pluginContextController frame:newFrame userAgentForURL:wrapper(*toImpl(url))];
218 client.userAgentForURL = userAgentForURL;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.cpp357 API::String* InjectedBundlePageLoaderClient::userAgentForURL(WebFrame* frame, API::URL* url) const function in class:WebKit::InjectedBundlePageLoaderClient
359 if (!m_client.userAgentForURL)
361 WKStringRef userAgent = m_client.userAgentForURL(toAPI(frame), toAPI(url), m_client.base.clientInfo);
H A DInjectedBundlePageLoaderClient.h104 API::String* userAgentForURL(WebFrame*, API::URL*) const;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebView.h330 @method userAgentForURL:
335 - (NSString *)userAgentForURL:(NSURL *)URL;
H A DWebView.mm2899 [request _web_setHTTPUserAgent:[self userAgentForURL:URL]];
5841 - (NSString *)userAgentForURL:(NSURL *)url
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageLoaderClient.h465 WKBundlePageUserAgentForURLCallback userAgentForURL; member in struct:WKBundlePageLoaderClientV8
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm128 NSString *userAgent = [[self webView] userAgentForURL:_baseURL.get()];
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebView.idl435 @method userAgentForURL:
439 - (NSString *)userAgentForURL:(NSURL *)URL;
441 HRESULT userAgentForURL([in] BSTR url, [out, retval] BSTR* userAgent);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.h210 virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
H A DWebView.cpp3207 HRESULT STDMETHODCALLTYPE WebView::userAgentForURL(
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm1917 NSString *userAgent = [[self webView] userAgentForURL:_baseURL.get()];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp2339 if (frame && m_loaderClient.client().userAgentForURL) {
2342 API::String* apiString = m_loaderClient.userAgentForURL(frame, url.get());

Completed in 285 milliseconds