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

  /external/webkit/Tools/WebKitLauncher/
main.m 169 static NSString *fallbackMacOSXVersion(NSString *systemVersion)
174 NSString *fallbackSystemVersion = [fallbackVersionMap objectForKey:systemVersion];
198 NSString *systemVersion = currentMacOSXVersion();
199 NSString *frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:systemVersion];
204 NSString *fallbackSystemVersion = fallbackMacOSXVersion(systemVersion);
212 displayErrorAndQuit([NSString stringWithFormat:@"Mac OS X %@ is not supported", systemVersion],
213 [NSString stringWithFormat:@"Nightly builds of WebKit are not supported on Mac OS X %@ at this time.", systemVersion]);
WebKitNightlyEnabler.m 48 static int32_t systemVersion()
133 if (systemVersion() < 0x1060) {
161 if ((systemVersion() & 0xFFF0) != 0x1040)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm 48 static SInt32 systemVersion = 0;
49 if (!systemVersion) {
50 if (Gestalt(gestaltSystemVersion, &systemVersion) != noErr)
54 return systemVersion >= 0x1060;
  /external/webkit/Source/JavaScriptCore/
DerivedSources.make 83 HeaderDetection.h : DerivedSources.make /System/Library/CoreServices/SystemVersion.plist
  /external/webkit/Tools/MiniBrowser/mac/
BrowserStatisticsWindow.xib 5 <string key="IBDocument.SystemVersion">10D573</string>
    [all...]
BrowserWindow.xib 5 <string key="IBDocument.SystemVersion">10H545</string>
    [all...]
MainMenu.xib 5 <string key="IBDocument.SystemVersion">10F569</string>
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/
designable.nib 5 <string key="IBDocument.SystemVersion">10J567</string>
    [all...]

Completed in 392 milliseconds