Searched refs:userAgentForURL (Results 1 – 20 of 20) sorted by relevance
90 const WTF::String userAgentForURL(const WebCore::KURL* url);
622 WebFrame::userAgentForURL(const WebCore::KURL* url) in userAgentForURL() function in android::WebFrame
4124 …m_webRequestContext->setUserAgent(WebFrame::getWebFrame(m_mainFrame)->userAgentForURL(0)); // URL … in setWebRequestContextUserAgent()
394 - (NSString *)userAgentForURL:(NSURL *)URL;
1918 [request _web_setHTTPUserAgent:[self userAgentForURL:URL]];3792 - (NSString *)userAgentForURL:(NSURL *)url
416 @method userAgentForURL:420 - (NSString *)userAgentForURL:(NSURL *)URL;422 HRESULT userAgentForURL([in] BSTR url, [out, retval] BSTR* userAgent);
109 NSString *userAgent = [[self webView] userAgentForURL:_baseURL.get()];
910 return m_webFrame->userAgentForURL(&u); in userAgent()
197 virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
3013 HRESULT STDMETHODCALLTYPE WebView::userAgentForURL( in userAgentForURL() function in WebView
1576 (WebView::userAgentForURL):7151 (WebView::userAgentForURL): Ditto.20733 (WebFrame::userAgentForURL): implemented20735 …* WebFrame.h: Changed FrameWinClient userAgent() to userAgentForURL in case we want to serve speci…20748 (WebView::userAgentForKURL): fast version of userAgentForURL (no BSTR marshalling)20754 (WebView::userAgentForURL): implemented23742 (WebView::userAgentForURL):
428 -[WebView userAgentForURL:]
215 (-[WebFrameBridge userAgentForURL:]):4594 (-[WebView userAgentForURL:]): use this variable when constructing the user agent string17834 (-[WebView userAgentForURL:]): Simplify, now that there's no automatic spoofing19275 (-[WebView userAgentForURL:]): Replace call to [NSURL host] with new22938 (-[WebBridge userAgentForURL:]): Ditto29508 (-[WebBridge userAgentForURL:]):29538 (-[WebView userAgentForURL:]):30511 (-[WebController userAgentForURL:]):31401 * WebView.subproj/WebController.m: (-[WebController userAgentForURL:]): Ditto.33282 (-[WebController userAgentForURL:]): Change user agent algorithm to check two strings rather[all …]
1029 (-[WebBridge userAgentForURL:]): Ditto.3045 (-[WebController userAgentForURL:]):8837 even though another thread could be calling userAgentForURL:.8838 (-[WebController userAgentForURL:]): Ditto.8863 (-[WebBridge userAgentForURL:]): Added. Calls [WebController userAgentForURL:].8871 (-[WebController userAgentForURL:]): Public API for getting the user agent string
2075 (-[WebView userAgentForURL:]):5915 * WebCoreSupport/WebFrameBridge.mm: Removed dead code, userAgentForURL: wasn't used.5919 (-[WebView _cachedResponseForURL:]): Call userAgentForURL: instead of _userAgent.5920 (-[WebView userAgentForURL:]): Call _userAgentForURL:.11391 (-[WebView userAgentForURL:]):20761 (WebView::userAgentForURL):24389 (-[WebFrameBridge userAgentForURL:]):
983 Simplify [WebView userAgentForURL:]. No need to call into helper function.988 (-[WebView userAgentForURL:]):
1354 return [webView userAgentForURL:url];
1931 NSString *userAgent = [[self webView] userAgentForURL:_baseURL.get()];
7264 Call bridge's userAgentForURL: method.7265 * kwq/WebCoreBridge.h: Added userAgentForURL: to the protocol
29884 (WebCore::FrameWin::userAgent): Now calls userAgentForURL29886 * bridge/win/FrameWin.h: changed userAgent to userAgentForURL, added originalRequestURL