/external/chromium_org/base/mac/ |
D | bundle_locations.mm | 14 // NSBundle isn't threadsafe, all functions in this file must be called on the 16 static NSBundle* g_override_framework_bundle = nil; 17 static NSBundle* g_override_outer_bundle = nil; 19 NSBundle* MainBundle() { 20 return [NSBundle mainBundle]; 24 NSBundle* bundle = MainBundle(); 28 NSBundle* OuterBundle() { 31 return [NSBundle mainBundle]; 35 NSBundle* bundle = OuterBundle(); 39 NSBundle* FrameworkBundle() { [all …]
|
D | bundle_locations.h | 14 class NSBundle; variable 48 BASE_EXPORT NSBundle* MainBundle(); 50 BASE_EXPORT NSBundle* OuterBundle(); 52 BASE_EXPORT NSBundle* FrameworkBundle(); 57 BASE_EXPORT void SetOverrideOuterBundle(NSBundle* bundle); 58 BASE_EXPORT void SetOverrideFrameworkBundle(NSBundle* bundle);
|
/external/chromium_org/chrome/common/ |
D | chrome_paths_internal.h | 14 @class NSBundle; 16 class NSBundle; variable 94 NSBundle* OuterAppBundle(); 102 bool GetUserDataDirectoryForBrowserBundle(NSBundle* bundle,
|
D | chrome_paths_mac.mm | 29 // Return a retained (NOT autoreleased) NSBundle* as the internal 32 NSBundle* OuterAppBundleInternal() { 42 return [[NSBundle mainBundle] retain]; 51 return [[NSBundle bundleWithPath:outer_app_dir_ns] retain]; 55 char* ProductDirNameForBundle(NSBundle* chrome_bundle) { 203 // It's tempting to use +[NSBundle bundleWithIdentifier:], but it's really 206 // itself takes 1-2ms. Getting an NSBundle from a path, on the other hand, 210 // is the approach that is used here. NSBundle is also documented as being 234 NSBundle* OuterAppBundle() { 237 static NSBundle* bundle = OuterAppBundleInternal(); [all …]
|
/external/chromium_org/base/ |
D | file_version_info_mac.h | 14 @class NSBundle; 16 class NSBundle; variable 21 explicit FileVersionInfoMac(NSBundle *bundle); 48 base::scoped_nsobject<NSBundle> bundle_;
|
D | file_version_info_mac.mm | 15 FileVersionInfoMac::FileVersionInfoMac(NSBundle *bundle) 30 NSBundle* bundle = [NSBundle bundleWithPath:path];
|
/external/chromium_org/content/renderer/ |
D | renderer_main_platform_delegate.h | 19 @class NSBundle; 21 class NSBundle; variable 45 NSBundle* sandbox_tests_bundle_;
|
/external/clang/test/SemaObjC/ |
D | property-6.m | 46 @interface NSBundle : NSObject {} interface 47 + (NSBundle *)bundleForClass:(Class)aClass; 64 NSBundle *frameworkBundle = [NSBundle bundleForClass:[DTPlugInManager class]];
|
/external/chromium_org/media/base/mac/ |
D | avfoundation_glue.mm | 17 // This class is used to retrieve AVFoundation NSBundle and library handle. It 24 bundle_ = [NSBundle 59 NSBundle* bundle() const { return bundle_; } 86 NSBundle* bundle_; 134 NSBundle const* AVFoundationGlue::AVFoundationBundle() {
|
D | videotoolbox_glue.mm | 71 NSBundle* bundle = [NSBundle
|
/external/clang/test/Analysis/ |
D | MissingDealloc.m | 102 @interface NSBundle : NSObject {} interface 103 + (NSBundle *)bundleForClass:(Class)aClass; 109 resourcePath = [[NSBundle bundleForClass:[self class]] resourcePath];
|
D | self-init.m | 45 @interface NSBundle : NSObject interface 114 [NSBundle loadNibNamed:@"Window" owner:self]; 119 [NSBundle loadNibNamed:@"Window" owner:myivar]; // no-warning
|
/external/chromium_org/remoting/base/ |
D | breakpad_mac.mm | 18 NSBundle* main_bundle = [NSBundle mainBundle]; 27 [[NSBundle bundleWithPath:reporter_bundle_location] executablePath];
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
D | SkStream_NSData.mm | 19 NSBundle* bundle = [NSBundle mainBundle];
|
D | SkOSFile_iOS.mm | 41 NSBundle* bundle = [NSBundle mainBundle];
|
/external/skia/src/utils/ios/ |
D | SkStream_NSData.mm | 19 NSBundle* bundle = [NSBundle mainBundle];
|
D | SkOSFile_iOS.mm | 41 NSBundle* bundle = [NSBundle mainBundle];
|
/external/chromium_org/chrome/common/importer/ |
D | firefox_importer_utils_mac.mm | 36 NSBundle *ff_bundle = 37 [NSBundle bundleWithPath:[base::mac::CFToNSCast(appURL) path]];
|
/external/lldb/tools/lldb-perf/darwin/formatters/ |
D | fmts_tester.mm | 43 NSArray* bundles = [NSBundle allBundles]; 44 NSArray* frameworks = [NSBundle allFrameworks];
|
/external/chromium_org/chrome/common/mac/ |
D | app_mode_chrome_locator.mm | 41 NSBundle* cr_bundle = [NSBundle bundleWithPath:cr_bundle_path];
|
/external/chromium_org/remoting/host/mac/ |
D | me2me_preference_pane_disable.mm | 13 bundle:[NSBundle bundleForClass:[self class]]];
|
D | me2me_preference_pane_confirm_pin.mm | 13 bundle:[NSBundle bundleForClass:[self class]]];
|
/external/chromium_org/chrome/app/ |
D | chrome_main_mac.mm | 25 NSBundle* base_bundle = chrome::OuterAppBundle();
|
/external/chromium_org/remoting/host/ |
D | continue_window_mac.mm | 129 NSBundle *bundle = [NSBundle bundleForClass:[self class]];
|
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 513 …NSBundle* bundle_string = [[NSBundle alloc] initWithPath:@"/System/Library/Frameworks/Accelerate.f… 514 …NSBundle* bundle_url = [[NSBundle alloc] initWithURL:[[NSURL alloc] initWithString:@"file://localh… 516 NSBundle* main_bundle = [NSBundle mainBundle]; 518 NSArray* bundles = [NSBundle allBundles]; 522 for (NSBundle* bundle in bundles)
|