HomeSort by relevance Sort by last modified time
    Searched refs:userAgentForURL (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.h 85 const WebCore::String userAgentForURL(const WebCore::KURL* url);
WebCoreFrameBridge.cpp 691 WebFrame::userAgentForURL(const WebCore::KURL* url)
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.h 389 @method userAgentForURL:
394 - (NSString *)userAgentForURL:(NSURL *)URL;
WebView.mm     [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 104 NSString *userAgent = [[self webView] userAgentForURL:_baseURL.get()];
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 415 @method userAgentForURL:
419 - (NSString *)userAgentForURL:(NSURL *)URL;
421 HRESULT userAgentForURL([in] BSTR url, [out, retval] BSTR* userAgent);
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 868 return m_webFrame->userAgentForURL(&u);
    [all...]
  /external/webkit/WebKit/win/
WebView.h 177 virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
    [all...]
WebView.cpp     [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]

Completed in 1238 milliseconds