Searched refs:background_contents (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/ |
D | background_contents_service.cc | 469 BackgroundContents* background_contents) { in RegisterBackgroundContents() argument 470 DCHECK(IsTracked(background_contents)); in RegisterBackgroundContents() 480 const string16& appid = GetParentApplicationId(background_contents); in RegisterBackgroundContents() 487 dict->SetString(kUrlKey, background_contents->GetURL().spec()); in RegisterBackgroundContents() 494 BackgroundContents* background_contents) { in UnregisterBackgroundContents() argument 497 DCHECK(IsTracked(background_contents)); in UnregisterBackgroundContents() 498 const string16 appid = GetParentApplicationId(background_contents); in UnregisterBackgroundContents() 526 BackgroundContents* background_contents) const { in IsTracked() 527 return !GetParentApplicationId(background_contents).empty(); in IsTracked() 531 BackgroundContents* background_contents) { in BackgroundContentsShutdown() argument [all …]
|
D | background_page_tracker.cc | 238 std::vector<BackgroundContents*> background_contents = in UpdateExtensionList() local 241 background_contents.begin(); in UpdateExtensionList() 242 iter != background_contents.end(); in UpdateExtensionList()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_resource_providers.h | 197 BackgroundContents* background_contents, 241 void Add(BackgroundContents* background_contents, const string16& title); 242 void Remove(BackgroundContents* background_contents); 244 void AddToTaskManager(BackgroundContents* background_contents,
|
D | task_manager_resource_providers.cc | 605 BackgroundContents* background_contents, in TaskManagerBackgroundContentsResource() argument 608 background_contents->render_view_host()->process()->GetHandle(), in TaskManagerBackgroundContentsResource() 609 background_contents->render_view_host()), in TaskManagerBackgroundContentsResource() 610 background_contents_(background_contents), in TaskManagerBackgroundContentsResource() 745 BackgroundContents* background_contents, in AddToTaskManager() argument 748 new TaskManagerBackgroundContentsResource(background_contents, in AddToTaskManager() 750 resources_[background_contents] = resource; in AddToTaskManager()
|