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

  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 61 DEFINE_STATIC_LOCAL(String, userAgentString, ());
63 if (userAgentString.isNull()) {
65 userAgentString = makeString("Mozilla/5.0 (", windowsVersionForUAString(), ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko) Mobile Safari/", webKitVersion);
68 return userAgentString;
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 49 String userAgentString = userAgent;
50 HINTERNET internetHandle = InternetOpenW(userAgentString.charactersWithNullTermination(), INTERNET_OPEN_TYPE_PRECONFIG, 0, 0, asynchronous ? INTERNET_FLAG_ASYNC : 0);
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 378 @param userAgentString The user agent description
380 - (void)setCustomUserAgent:(NSString *)userAgentString;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 403 @param userAgentString The user agent description
404 - (void)setCustomUserAgent:(NSString *)userAgentString;
406 HRESULT setCustomUserAgent([in] BSTR userAgentString);
413 HRESULT customUserAgent([out, retval] BSTR* userAgentString);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
WebView.h 192 /* [in] */ BSTR userAgentString);
195 /* [retval][out] */ BSTR *userAgentString);
    [all...]

Completed in 2368 milliseconds