Searched defs:mainBundle (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DRuntimeApplicationChecks.cpp41 CFBundleRef mainBundle = CFBundleGetMainBundle(); local
42 if (!mainBundle)
45 CFStringRef bundleIdentifier = CFBundleGetIdentifier(mainBundle);
/external/webkit/Source/WebKit/win/
H A DWebLocalizableStrings.cpp154 static CFBundleRef mainBundle = CFBundleGetMainBundle(); local
155 return mainBundle;

Completed in 101 milliseconds