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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebPageProxyWin.cpp 53 DEFINE_STATIC_LOCAL(String, webKitVersion, (userVisibleWebKitVersionString()));
55 return makeString("Mozilla/5.0 (", osVersion, ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko)", applicationNameForUserAgent.isEmpty() ? "" : " ", applicationNameForUserAgent);
  /external/webkit/Source/WebCore/inspector/front-end/
HAREntry.js 196 var webKitVersion = /AppleWebKit\/([^ ]+)/.exec(window.navigator.userAgent);
202 version: webKitVersion ? webKitVersion[1] : "n/a"
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 97 DEFINE_STATIC_LOCAL(String, webKitVersion, (userVisibleWebKitVersionString()));
100 return makeString("Mozilla/5.0 (Macintosh; " PROCESSOR " Mac OS X ", osVersion, ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko)");
101 return makeString("Mozilla/5.0 (Macintosh; " PROCESSOR " Mac OS X ", osVersion, ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko) ", applicationNameForUserAgent);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 40 #include "WebKitVersion.h"
64 String webKitVersion = String::format("%d.%d", WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION);
65 userAgentString = makeString("Mozilla/5.0 (", windowsVersionForUAString(), ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko) Mobile Safari/", webKitVersion);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 53 #include "WebKitVersion.h"
104 String webKitVersion = String::format("%d.%d", WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION);
105 return makeString("Mozilla/5.0 (", agentOS(), ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko) Safari/", webKitVersion);
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 540 // Note: Do *not* move the initialization of osVersion nor webKitVersion into the declaration.
543 static NSString *webKitVersion;
546 if (!webKitVersion)
547 webKitVersion = createUserVisibleWebKitVersionString();
549 return [NSString stringWithFormat:@"Mozilla/5.0 (Macintosh; " PROCESSOR " Mac OS X %@) AppleWebKit/%@ (KHTML, like Gecko) %@", osVersion, webKitVersion, applicationName];
550 return [NSString stringWithFormat:@"Mozilla/5.0 (Macintosh; " PROCESSOR " Mac OS X %@) AppleWebKit/%@ (KHTML, like Gecko)", osVersion, webKitVersion];
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 124 milliseconds