Searched refs:background_contents (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/task_manager/ |
D | background_resource_provider.cc | 42 BackgroundContents* background_contents, 72 BackgroundContents* background_contents, in BackgroundContentsResource() argument 75 background_contents->web_contents()->GetRenderProcessHost()-> in BackgroundContentsResource() 77 background_contents->web_contents()->GetRenderProcessHost()-> in BackgroundContentsResource() 80 background_contents->web_contents()->GetRenderViewHost()), in BackgroundContentsResource() 81 background_contents_(background_contents), in BackgroundContentsResource() 228 BackgroundContents* background_contents, in AddToTaskManager() argument 231 new BackgroundContentsResource(background_contents, application_name); in AddToTaskManager() 232 resources_[background_contents] = resource; in AddToTaskManager()
|
D | background_resource_provider.h | 43 void Add(BackgroundContents* background_contents, 45 void Remove(BackgroundContents* background_contents); 47 void AddToTaskManager(BackgroundContents* background_contents,
|
/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_org/chrome/browser/background/ |
D | background_contents_service.cc | 656 BackgroundContents* background_contents) { in RegisterBackgroundContents() argument 657 DCHECK(IsTracked(background_contents)); in RegisterBackgroundContents() 667 const base::string16& appid = GetParentApplicationId(background_contents); in RegisterBackgroundContents() 674 dict->SetString(kUrlKey, background_contents->GetURL().spec()); in RegisterBackgroundContents() 690 BackgroundContents* background_contents) { in UnregisterBackgroundContents() argument 693 DCHECK(IsTracked(background_contents)); in UnregisterBackgroundContents() 694 const base::string16 appid = GetParentApplicationId(background_contents); in UnregisterBackgroundContents() 723 BackgroundContents* background_contents) const { in IsTracked() 724 return !GetParentApplicationId(background_contents).empty(); in IsTracked() 728 BackgroundContents* background_contents) { in BackgroundContentsShutdown() argument [all …]
|
/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()
|
/external/chromium_org/chrome/ |
D | chrome_browser.gypi | 2394 'browser/tab_contents/background_contents.cc', 2395 'browser/tab_contents/background_contents.h', 3185 'browser/tab_contents/background_contents.cc', 3186 'browser/tab_contents/background_contents.h',
|