OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bundleid
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/mozilla/
NSWorkspace+Utils.m
100
- (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
, NULL, NULL, (CFURLRef*)&appURL) == noErr
[
all
...]
NSWorkspace+Utils.h
52
- (void)setDefaultBrowserWithIdentifier:(NSString*)
bundleID
;
53
- (void)setDefaultFeedViewerWithIdentifier:(NSString*)
bundleID
;
55
- (NSURL*)urlOfApplicationWithIdentifier:(NSString*)
bundleID
;
/external/chromium_org/third_party/icu/source/common/
locutil.h
28
static const Hashtable* getAvailableLocaleNames(const UnicodeString&
bundleID
);
locutil.cpp
182
LocaleUtility::getAvailableLocaleNames(const UnicodeString&
bundleID
)
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/icu4c/common/
locutil.h
28
static const Hashtable* getAvailableLocaleNames(const UnicodeString&
bundleID
);
locutil.cpp
182
LocaleUtility::getAvailableLocaleNames(const UnicodeString&
bundleID
)
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/chromium_org/chrome/service/
chrome_service_application_mac.mm
32
std::string
bundleID
= base::mac::BaseBundleID();
34
base::SysUTF8ToCFStringRef(
bundleID
));
35
// Use Launch Services to locate Chrome using its
bundleID
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
518
String
bundleId
= System.getProperty(COM_ANDROID_IDE_ECLIPSE_ADT_SOURCE,
520
Bundle bundle = Platform.getBundle(
bundleId
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar
org.eclipse.help_3.5.0.v20100524.jar
org.eclipse.equinox.util_1.0.200.v20100503.jar
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar
org.eclipse.update.configurator_3.3.100.v20100512.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 1005 milliseconds