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

  /external/webkit/Source/WebCore/platform/win/
SystemInfo.h 66 String windowsVersionForUAString();
SystemInfo.cpp 176 String windowsVersionForUAString()
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPageProxyWin.cpp 52 DEFINE_STATIC_LOCAL(String, osVersion, (windowsVersionForUAString()));
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 65 userAgentString = makeString("Mozilla/5.0 (", windowsVersionForUAString(), ") AppleWebKit/", webKitVersion, " (KHTML, like Gecko) Mobile Safari/", webKitVersion);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 95 return windowsVersionForUAString();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettings.cpp 217 DEFINE_STATIC_LOCAL(const String, uaOSVersion, (windowsVersionForUAString()));
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 261 milliseconds