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

/external/chromium/chrome/browser/
H A Dbackground_contents_service.cc223 const string16& appid = GetParentApplicationId(bgcontents);
267 GetParentApplicationId(bg));
480 const string16& appid = GetParentApplicationId(background_contents);
498 const string16 appid = GetParentApplicationId(background_contents);
527 return !GetParentApplicationId(background_contents).empty();
534 string16 appid = GetParentApplicationId(background_contents);
544 const string16& BackgroundContentsService::GetParentApplicationId( function in class:BackgroundContentsService
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc317 const string16& appid = GetParentApplicationId(bgcontents);
367 GetParentApplicationId(bg));
601 const string16& appid = GetParentApplicationId(background_contents);
628 const string16 appid = GetParentApplicationId(background_contents);
658 return !GetParentApplicationId(background_contents).empty();
665 string16 appid = GetParentApplicationId(background_contents);
675 const string16& BackgroundContentsService::GetParentApplicationId( function in class:BackgroundContentsService

Completed in 84 milliseconds