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

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc40 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { argument
42 EXPECT_TRUE(pref->HasKey(UTF16ToUTF8(appid)));
44 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value);
95 const string16& appid() { return appid_; } function in class:MockBackgroundContents
140 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
145 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
163 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
181 &profile, "appid"));
185 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
194 &profile, "appid"));
[all...]
H A Dbackground_contents_service.cc317 const string16& appid = GetParentApplicationId(bgcontents); local
323 extension_service->GetExtensionById(UTF16ToUTF8(appid), false);
601 const string16& appid = GetParentApplicationId(background_contents); local
603 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
609 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
610 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict);
628 const string16 appid = GetParentApplicationId(background_contents); local
630 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL);
634 const string16& appid) {
635 BackgroundContents* contents = GetAppBackgroundContents(appid);
633 ShutdownAssociatedBackgroundContents( const string16& appid) argument
665 string16 appid = GetParentApplicationId(background_contents); local
[all...]
/external/chromium/chrome/browser/
H A Dbackground_contents_service_unittest.cc42 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { argument
44 EXPECT_TRUE(pref->HasKey(UTF16ToUTF8(appid)));
46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value);
97 const string16& appid() { return appid_; } function in class:MockBackgroundContents
141 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
146 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
162 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
178 &profile, "appid"));
182 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
191 &profile, "appid"));
[all...]
H A Dbackground_contents_service.cc223 const string16& appid = GetParentApplicationId(bgcontents); local
228 extension_service->GetExtensionById(UTF16ToUTF8(appid), false);
480 const string16& appid = GetParentApplicationId(background_contents); local
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
488 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
489 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict);
498 const string16 appid = GetParentApplicationId(background_contents); local
500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL);
505 const string16& appid) {
506 BackgroundContents* contents = GetAppBackgroundContents(appid);
504 ShutdownAssociatedBackgroundContents( const string16& appid) argument
534 string16 appid = GetParentApplicationId(background_contents); local
[all...]
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc204 string16 appid = delegate_execute::GetAppId(chrome_path); local
205 DVLOG(1) << "Chrome Appid is " << appid.c_str();
210 app_user_model_id.Attach(MakeHString(appid));
/external/libselinux/src/
H A Dandroid.c348 uid_t appid; local
351 appid = uid % AID_USER;
352 if (appid < AID_APP) {
354 if (android_ids[n].aid == appid) {
361 } else if (appid < AID_ISOLATED_START) {
363 appid -= AID_APP;
366 appid -= AID_ISOLATED_START;
369 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
427 context_range_get(ctx), appid & 0xff,
428 256 + (appid>>
[all...]

Completed in 201 milliseconds