HomeSort by relevance Sort by last modified time
    Searched refs:GetParentApplicationId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 378 const base::string16& appid = GetParentApplicationId(bgcontents);
400 GetParentApplicationId(bg));
684 const base::string16& appid = GetParentApplicationId(background_contents);
713 const base::string16 appid = GetParentApplicationId(background_contents);
743 return !GetParentApplicationId(background_contents).empty();
750 base::string16 appid = GetParentApplicationId(background_contents);
760 const base::string16& BackgroundContentsService::GetParentApplicationId(
background_contents_service.h 101 const base::string16& GetParentApplicationId(BackgroundContents* contents) const;
  /external/chromium_org/chrome/browser/task_manager/
background_information.cc 160 background_contents_service->GetParentApplicationId(*iterator);

Completed in 473 milliseconds