HomeSort by relevance Sort by last modified time
    Searched refs:NSBundle (Results 1 - 25 of 50) sorted by null

1 2

  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.h 28 @class NSBundle;
29 extern NSBundle *webKitLauncherBundle();
main.m 68 return [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"start.html"];
73 return [[[[NSBundle mainBundle] infoDictionary] valueForKey:(NSString *)kCFBundleVersionKey] intValue];
138 static NSBundle *locateSafariBundle()
145 NSBundle *possibleSafariBundle = [NSBundle bundleWithPath:possibleSafariPath];
155 NSBundle *safariBundle = [NSBundle bundleWithPath:[(NSURL *)safariURL path]];
186 static BOOL checkSafariVersion(NSBundle *safariBundle)
199 NSString *frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:systemVersion];
206 frameworkPath = [[[NSBundle mainBundle] privateFrameworksPath] stringByAppendingPathComponent:fallbackSystemVersion]
    [all...]
WebKitNightlyEnabler.m 60 NSBundle *bundle = (NSBundle *)object;
111 NSBundle *webKitLauncherBundle()
116 return [NSBundle bundleWithPath:appPath];
149 NSBundle *bundle = webKitLauncherBundle();
WebKitNightlyEnablerSparkle.m 120 NSBundle *safariBundle = [NSBundle mainBundle];
  /external/chromium/base/
file_version_info_mac.h 15 @class NSBundle;
17 class NSBundle;
22 explicit FileVersionInfoMac(NSBundle *bundle);
49 scoped_nsobject<NSBundle> bundle_;
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.h 30 @class NSBundle;
32 class NSBundle;
34 typedef struct NSBundle NSBundle;
39 NSBundle *bundle;
WebLocalizableStrings.mm 39 // and its use of [NSBundle localizedStringForKey:::], which is not guaranteed to be thread-safe. If
44 NSBundle *bundle;
46 static NSBundle *mainBundle;
48 mainBundle = [NSBundle mainBundle];
56 bundle = [NSBundle bundleWithIdentifier:[NSString stringWithUTF8String:stringsBundle->identifier]];
  /external/chromium/base/mac/
foundation_util.h 16 @class NSBundle;
18 class NSBundle;
45 NSBundle* MainAppBundle();
53 void SetOverrideAppBundle(NSBundle* bundle);
63 // instead of NSBundle, and because callers probably don't want the override
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.h 36 NSBundle *nsBundle;
WebPluginPackage.mm 48 nsBundle = [[NSBundle alloc] initWithPath:path];
50 if (!nsBundle) {
64 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[nsBundle executablePath]];
82 [nsBundle release];
89 return [nsBundle principalClass];
99 if (![nsBundle isLoaded]) {
100 if (![nsBundle load])
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebInspectorMac.mm 35 NSString *path = [[NSBundle bundleWithIdentifier:@"com.apple.WebCore"] pathForResource:@"localizedStrings" ofType:@"js"];
  /external/webkit/Source/WebCore/platform/mac/
LocalizedStringsMac.mm 38 static NSBundle *bundle = [NSBundle bundleWithIdentifier:@"com.apple.WebCore"];
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioBusMac.mm 49 NSBundle *bundle = [NSBundle bundleForClass:[WebCoreAudioBundleClass class]];
  /external/webkit/Tools/WebKitTestRunner/mac/
TestControllerMac.mm 45 NSString *nsBundlePath = [[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"WebKitTestRunnerInjectedBundle.bundle"];
51 m_testPluginDirectory.adopt(WKStringCreateWithCFString((CFStringRef)[[NSBundle mainBundle] bundlePath]));
  /external/skia/src/utils/ios/
SkStream_NSData.mm 19 NSBundle* bundle = [NSBundle mainBundle];
SkOSFile_iOS.mm 41 NSBundle* bundle = [NSBundle mainBundle];
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.h 51 + (NSBundle *)PDFKitBundle;
WebDocumentLoaderMac.mm 51 NSString *bundleIdentifier = [[NSBundle bundleForClass:[frameLoadDelegate class]] bundleIdentifier];
60 && [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 51 NSString *nsString = [[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"InjectedBundleTestWebKitAPI.bundle"];
57 NSURL *nsURL = [[NSBundle mainBundle] URLForResource:[NSString stringWithUTF8String:resource] withExtension:[NSString stringWithUTF8String:extension]];
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
ActivateFonts.mm 60 NSURL *resourcesDirectory = [[NSBundle bundleForClass:[WKTRFontActivatorDummyClass class]] resourceURL];
  /external/webkit/Source/WebCore/platform/graphics/mac/
ImageMac.mm 57 NSBundle *bundle = [NSBundle bundleForClass:[WebCoreBundleFinder class]];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMac.mm 49 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
100 parameters.uiProcessBundleResourcePath = [[NSBundle mainBundle] resourcePath];
103 parameters.uiProcessBundleIdentifier = String([[NSBundle mainBundle] bundleIdentifier]);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.h 77 static NSBundle* pdfKitBundle();
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 174 appendReadonlySandboxDirectory(sandboxParameters, "WEBKIT2_FRAMEWORK_DIR", [[[NSBundle bundleForClass:NSClassFromString(@"WKView")] bundlePath] stringByDeletingLastPathComponent]);
189 const char* profilePath = [[[NSBundle mainBundle] pathForResource:@"com.apple.WebProcess" ofType:@"sb"] fileSystemRepresentation];
215 [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] bundlePath]];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 114 NSString *pluginHostAppPath = [[NSBundle bundleWithIdentifier:@"com.apple.WebKit"] pathForAuxiliaryExecutable:pluginHostAppName];
115 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
277 NSString *pluginHostAppPath = [[NSBundle bundleWithIdentifier:@"com.apple.WebKit"] pathForAuxiliaryExecutable:pluginHostAppName];
278 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];

Completed in 1110 milliseconds

1 2