Searched refs:bundleID (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mozilla/
H A DNSWorkspace+Utils.h52 - (void)setDefaultBrowserWithIdentifier:(NSString*)bundleID;
53 - (void)setDefaultFeedViewerWithIdentifier:(NSString*)bundleID;
55 - (NSURL*)urlOfApplicationWithIdentifier:(NSString*)bundleID;
H A DNSWorkspace+Utils.m100 - (void)setDefaultBrowserWithIdentifier:(NSString*)bundleID
102 LSSetDefaultHandlerForURLScheme(CFSTR("http"), (CFStringRef)bundleID);
103 LSSetDefaultHandlerForURLScheme(CFSTR("https"), (CFStringRef)bundleID);
104 LSSetDefaultRoleHandlerForContentType(kUTTypeHTML, kLSRolesViewer, (CFStringRef)bundleID);
105 LSSetDefaultRoleHandlerForContentType(kUTTypeURL, kLSRolesViewer, (CFStringRef)bundleID);
108 - (void)setDefaultFeedViewerWithIdentifier:(NSString*)bundleID
110 LSSetDefaultHandlerForURLScheme(CFSTR("feed"), (CFStringRef)bundleID);
113 - (NSURL*)urlOfApplicationWithIdentifier:(NSString*)bundleID
115 if (!bundleID)
118 if (LSFindApplicationForInfo(kLSUnknownCreator, (CFStringRef)bundleID, NUL
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dlocutil.h28 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
H A Dlocutil.cpp182 LocaleUtility::getAvailableLocaleNames(const UnicodeString& bundleID) argument
185 // are path strings ('bundleID') passed to
222 htp = (Hashtable*) cache->get(bundleID);
229 cbundleID.appendInvariantChars(bundleID, status);
245 cache->put(bundleID, (void*)htp, status);
/external/icu/icu4c/source/common/
H A Dlocutil.h28 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
H A Dlocutil.cpp182 LocaleUtility::getAvailableLocaleNames(const UnicodeString& bundleID) argument
185 // are path strings ('bundleID') passed to
222 htp = (Hashtable*) cache->get(bundleID);
229 cbundleID.appendInvariantChars(bundleID, status);
245 cache->put(bundleID, (void*)htp, status);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp2123 std::string bundleID; local
2124 if (CFString::UTF8(bundleIDCFStr, bundleID) == NULL)
2146 DNBLogThreadedIf(LOG_PROCESS, "%s() extracted CFBundleIdentifier: %s", __FUNCTION__, bundleID.c_str());
2246 std::string bundleID;
2247 CFString::UTF8(bundleIDCFStr, bundleID);
2278 DNBLogThreadedIf(LOG_PROCESS, "%s() polling Springboard for pid for %s...", __FUNCTION__, bundleID.c_str());
2296 DNBLogError("failed to lookup the process ID for CFBundleIdentifier %s.", bundleID.c_str());
2301 DNBLogError("unable to launch the application with CFBundleIdentifier '%s' sbs_error = %u", bundleID.c_str(), sbs_error);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1053 milliseconds