/external/chromium_org/chrome/browser/task_manager/ |
background_resource_provider.h | 43 void Add(BackgroundContents* background_contents, 45 void Remove(BackgroundContents* background_contents); 47 void AddToTaskManager(BackgroundContents* background_contents,
|
background_resource_provider.cc | 17 #include "chrome/browser/tab_contents/background_contents.h" 42 BackgroundContents* background_contents, 72 BackgroundContents* background_contents, 75 background_contents->web_contents()->GetRenderProcessHost()-> 77 background_contents->web_contents()->GetRenderProcessHost()-> 80 background_contents->web_contents()->GetRenderViewHost()), 81 background_contents_(background_contents), 228 BackgroundContents* background_contents, 231 new BackgroundContentsResource(background_contents, application_name); 232 resources_[background_contents] = resource [all...] |
/external/chromium/chrome/common/ |
view_types.h | 16 BACKGROUND_CONTENTS,
|
pref_names.cc | [all...] |
/external/chromium/chrome/browser/ |
background_contents_service.cc | 469 BackgroundContents* background_contents) { 470 DCHECK(IsTracked(background_contents)); 480 const string16& appid = GetParentApplicationId(background_contents); 487 dict->SetString(kUrlKey, background_contents->GetURL().spec()); 494 BackgroundContents* background_contents) { 497 DCHECK(IsTracked(background_contents)); 498 const string16 appid = GetParentApplicationId(background_contents); 526 BackgroundContents* background_contents) const { 527 return !GetParentApplicationId(background_contents).empty(); 531 BackgroundContents* background_contents) { [all...] |
background_page_tracker.cc | 238 std::vector<BackgroundContents*> background_contents = local 241 background_contents.begin(); 242 iter != background_contents.end();
|
background_contents_service.h | 16 #include "chrome/browser/tab_contents/background_contents.h"
|
background_contents_service_unittest.cc | 14 #include "chrome/browser/tab_contents/background_contents.h"
|
memory_details.cc | 185 case ViewType::BACKGROUND_CONTENTS:
|
/external/chromium_org/chrome/browser/background/ |
background_contents_service.cc | 656 BackgroundContents* background_contents) { 657 DCHECK(IsTracked(background_contents)); 667 const base::string16& appid = GetParentApplicationId(background_contents); 674 dict->SetString(kUrlKey, background_contents->GetURL().spec()); 690 BackgroundContents* background_contents) { 693 DCHECK(IsTracked(background_contents)); 694 const base::string16 appid = GetParentApplicationId(background_contents); 723 BackgroundContents* background_contents) const { 724 return !GetParentApplicationId(background_contents).empty(); 728 BackgroundContents* background_contents) { [all...] |
background_contents_service.h | 14 #include "chrome/browser/tab_contents/background_contents.h"
|
background_contents_service_unittest.cc | 16 #include "chrome/browser/tab_contents/background_contents.h"
|
/external/chromium/chrome/browser/task_manager/ |
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,
|
task_manager_resource_providers.cc | 29 #include "chrome/browser/tab_contents/background_contents.h" 605 BackgroundContents* background_contents, 608 background_contents->render_view_host()->process()->GetHandle(), 609 background_contents->render_view_host()), 610 background_contents_(background_contents), 745 BackgroundContents* background_contents, 748 new TaskManagerBackgroundContentsResource(background_contents, 750 resources_[background_contents] = resource; [all...] |
/external/chromium/chrome/browser/tab_contents/ |
background_contents.cc | 5 #include "chrome/browser/tab_contents/background_contents.h" 76 return ViewType::BACKGROUND_CONTENTS;
|
render_view_host_delegate_helper.cc | 20 #include "chrome/browser/tab_contents/background_contents.h"
|
/external/chromium_org/chrome/browser/tab_contents/ |
background_contents.cc | 5 #include "chrome/browser/tab_contents/background_contents.h"
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
drive_first_run_controller.cc | 20 #include "chrome/browser/tab_contents/background_contents.h"
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.cc | 229 return ViewType::BACKGROUND_CONTENTS;
|
/external/chromium/chrome/browser/extensions/ |
extensions_ui.cc | 31 #include "chrome/browser/tab_contents/background_contents.h" [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.cc | 31 #include "chrome/browser/tab_contents/background_contents.h" [all...] |
/external/chromium_org/chrome/ |
chrome_browser.gypi | [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_handler.cc | 49 #include "chrome/browser/tab_contents/background_contents.h" [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser.cc | 84 #include "chrome/browser/tab_contents/background_contents.h" [all...] |
/external/chromium/chrome/browser/ui/ |
browser.cc | 71 #include "chrome/browser/tab_contents/background_contents.h" [all...] |