Searched defs:appid (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc55 std::string GetPrefURLForApp(Profile* profile, const base::string16& appid) { argument
57 EXPECT_TRUE(pref->HasKey(base::UTF16ToUTF8(appid)));
59 pref->GetDictionaryWithoutPathExpansion(base::UTF16ToUTF8(appid), &value);
110 const base::string16& appid() { return appid_; } function in class:MockBackgroundContents
251 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
256 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
274 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
292 &profile, "appid"));
296 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
305 &profile, "appid"));
[all...]
H A Dbackground_contents_service.cc378 const base::string16& appid = GetParentApplicationId(bgcontents); local
384 base::UTF16ToUTF8(appid), false);
684 const base::string16& appid = GetParentApplicationId(background_contents); local
686 if (pref->GetDictionaryWithoutPathExpansion(base::UTF16ToUTF8(appid),
694 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
695 pref->SetWithoutPathExpansion(base::UTF16ToUTF8(appid), dict);
713 const base::string16 appid = GetParentApplicationId(background_contents); local
715 update.Get()->RemoveWithoutPathExpansion(base::UTF16ToUTF8(appid), NULL);
719 const base::string16& appid) {
720 BackgroundContents* contents = GetAppBackgroundContents(appid);
718 ShutdownAssociatedBackgroundContents( const base::string16& appid) argument
750 base::string16 appid = GetParentApplicationId(background_contents); local
[all...]
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc209 base::string16 appid = local
211 DVLOG(1) << "Chrome Appid is " << appid.c_str();
214 app_user_model_id.Attach(MakeHString(appid));
/external/libselinux/src/
H A Dandroid.c528 uid_t appid; local
533 appid = uid % AID_USER;
534 if (appid < AID_APP) {
536 if (android_ids[n].aid == appid) {
543 } else if (appid < AID_ISOLATED_START) {
545 appid -= AID_APP;
548 appid -= AID_ISOLATED_START;
551 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
630 appid & 0xff,
631 256 + (appid>>
[all...]
/external/qemu/distrib/libselinux/src/
H A Dandroid.c521 uid_t appid; local
526 appid = uid % AID_USER;
527 if (appid < AID_APP) {
529 if (android_ids[n].aid == appid) {
536 } else if (appid < AID_ISOLATED_START) {
538 appid -= AID_APP;
541 appid -= AID_ISOLATED_START;
544 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
623 appid & 0xff,
624 256 + (appid>>
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 162 milliseconds