/external/chromium/chrome/browser/tab_contents/ |
background_contents.cc | 24 // BackgroundContents 26 BackgroundContents::BackgroundContents(SiteInstance* site_instance, 47 BackgroundContents::BackgroundContents() 52 BackgroundContents::~BackgroundContents() { 59 Details<BackgroundContents>(this)); 63 BackgroundContents* BackgroundContents::GetAsBackgroundContents() [all...] |
background_contents.h | 34 class BackgroundContents : public RenderViewHostDelegate, 53 BackgroundContents(SiteInstance* site_instance, 56 virtual ~BackgroundContents(); 63 virtual BackgroundContents* GetAsBackgroundContents(); 143 // Helper to find the BackgroundContents that originated the given request. 146 // BackgroundContents. 147 static BackgroundContents* GetBackgroundContentsByID(int render_process_id, 152 BackgroundContents(); 155 // The delegate for this BackgroundContents. 169 DISALLOW_COPY_AND_ASSIGN(BackgroundContents); [all...] |
render_view_host_delegate_helper.h | 19 class BackgroundContents; 37 // BackgroundContents (if the window_container_type == 64 // to be shown, if there is one (i.e. not a BackgroundContents). Note that 73 BackgroundContents* MaybeCreateBackgroundContents(
|
render_view_host_delegate_helper.cc | 38 BackgroundContents* 54 // can create BackgroundContents. We don't have to check for background 81 // Passed all the checks, so this should be created as a BackgroundContents. 95 BackgroundContents* contents = MaybeCreateBackgroundContents(
|
/external/chromium_org/chrome/browser/tab_contents/ |
background_contents.cc | 26 BackgroundContents::BackgroundContents( 66 BackgroundContents::BackgroundContents() 71 BackgroundContents::~BackgroundContents() { 83 content::Details<BackgroundContents>(this)); 86 const GURL& BackgroundContents::GetURL() const { 90 void BackgroundContents::CloseContents(WebContents* source) { 94 content::Details<BackgroundContents>(this)) [all...] |
background_contents.h | 26 class BackgroundContents : public content::WebContentsDelegate, 46 BackgroundContents( 52 virtual ~BackgroundContents(); 79 BackgroundContents(); 82 // The delegate for this BackgroundContents. 89 DISALLOW_COPY_AND_ASSIGN(BackgroundContents); 94 // The BackgroundContents object that has just been opened. 95 BackgroundContents* contents;
|
/external/chromium_org/chrome/browser/task_manager/ |
background_resource_provider.h | 16 class BackgroundContents; 43 void Add(BackgroundContents* background_contents, 45 void Remove(BackgroundContents* background_contents); 47 void AddToTaskManager(BackgroundContents* background_contents, 56 // Maps the actual resources (the BackgroundContents) to the Task Manager 58 typedef std::map<BackgroundContents*, BackgroundContentsResource*>
|
background_resource_provider.cc | 42 BackgroundContents* background_contents, 54 BackgroundContents* background_contents_; 58 // The icon painted for BackgroundContents. 60 // BackgroundContents. 72 BackgroundContents* background_contents, 160 // Add all the existing BackgroundContents from every profile, including 173 std::vector<BackgroundContents*> contents = 176 for (std::vector<BackgroundContents*>::iterator iterator = contents.begin(); 192 // Then we register for notifications to get new BackgroundContents. 228 BackgroundContents* background_contents [all...] |
/external/chromium/chrome/browser/ |
background_contents_service.h | 37 // managing the lifetime of BackgroundContents (tracking the set of background 39 // as there are BackgroundContents loaded). 42 // BackgroundContents and their parent app, and shutting them down when the 45 public BackgroundContents::Delegate, 51 // Returns the BackgroundContents associated with the passed application id, 53 BackgroundContents* GetAppBackgroundContents(const string16& appid); 55 // Returns all currently opened BackgroundContents (used by the task manager). 56 std::vector<BackgroundContents*> GetBackgroundContents() const; 60 // BackgroundContents::Delegate implementation. 66 // Gets the parent application id for the passed BackgroundContents. Return [all...] |
background_contents_service.cc | 108 // Keys for the information we store about individual BackgroundContents in 111 // BackgroundContents is stored under that top-level DictionaryValue, keyed 138 // BackgroundContents should be shutdown before we go away, as otherwise 143 std::vector<BackgroundContents*> 146 std::vector<BackgroundContents*> contents; 158 // Track the lifecycle of all BackgroundContents in the system to allow us 165 // Stop tracking BackgroundContents when they have been deleted (happens 170 // Track when the BackgroundContents navigates to a new URL so we can update 188 // BackgroundContents. 209 BackgroundContentsShutdown(Details<BackgroundContents>(details).ptr()) [all...] |
background_contents_service_unittest.cc | 55 class MockBackgroundContents : public BackgroundContents { 78 Details<BackgroundContents>(this)); 86 Details<BackgroundContents>(this)); 94 Details<BackgroundContents>(this)); 169 // Test what happens if a BackgroundContents shuts down (say, due to a renderer 188 // Reopen the BackgroundContents to the same URL, we should not register the 199 // between a BackgroundContents and its parent extension, including
|
background_page_tracker.cc | 238 std::vector<BackgroundContents*> background_contents = 240 for (std::vector<BackgroundContents*>::const_iterator iter =
|
/external/chromium_org/chrome/browser/background/ |
background_contents_service.h | 45 // managing the lifetime of BackgroundContents (tracking the set of background 47 // as there are BackgroundContents loaded). 50 // BackgroundContents and their parent app, and shutting them down when the 53 public BackgroundContents::Delegate, 64 // Returns the BackgroundContents associated with the passed application id, 66 BackgroundContents* GetAppBackgroundContents(const base::string16& appid); 68 // Returns true if there's a registered BackgroundContents for this app. It 70 // returns false, if the BackgroundContents closed due to the render process 74 // Returns all currently opened BackgroundContents (used by the task manager). 75 std::vector<BackgroundContents*> GetBackgroundContents() const [all...] |
background_contents_service.cc | 236 // Keys for the information we store about individual BackgroundContents in 239 // BackgroundContents is stored under that top-level DictionaryValue, keyed 268 // BackgroundContents should be shutdown before we go away, as otherwise 280 std::vector<BackgroundContents*> 283 std::vector<BackgroundContents*> contents; 295 // Track the lifecycle of all BackgroundContents in the system to allow us 302 // Stop tracking BackgroundContents when they have been deleted (happens 307 // Track when the BackgroundContents navigates to a new URL so we can update 325 // BackgroundContents. 351 content::Details<BackgroundContents>(details).ptr()) [all...] |
background_contents_service_unittest.cc | 53 class MockBackgroundContents : public BackgroundContents { 76 content::Details<BackgroundContents>(this)); 84 content::Details<BackgroundContents>(this)); 92 content::Details<BackgroundContents>(this)); 170 // Test what happens if a BackgroundContents shuts down (say, due to a renderer 191 // Reopen the BackgroundContents to the same URL, we should not register the 202 // between a BackgroundContents and its parent extension, including
|
/external/chromium/chrome/browser/task_manager/ |
task_manager_resource_providers.h | 21 class BackgroundContents; 197 BackgroundContents* background_contents, 208 BackgroundContents* background_contents_; 212 // The icon painted for BackgroundContents. 214 // BackgroundContents. 241 void Add(BackgroundContents* background_contents, const string16& title); 242 void Remove(BackgroundContents* background_contents); 244 void AddToTaskManager(BackgroundContents* background_contents, 253 // Maps the actual resources (the BackgroundContents) to the Task Manager 255 std::map<BackgroundContents*, TaskManagerBackgroundContentsResource* [all...] |
task_manager_resource_providers.cc | 86 // We cache the process and pid as when a Tab/BackgroundContents is closed the 605 BackgroundContents* background_contents, 667 BackgroundContents* contents = BackgroundContents::GetBackgroundContentsByID( 677 std::map<BackgroundContents*, 692 // Add all the existing BackgroundContents from every profile. 699 std::vector<BackgroundContents*> contents = 701 for (std::vector<BackgroundContents*>::iterator iterator = contents.begin(); 717 // Then we register for notifications to get new BackgroundContents. 745 BackgroundContents* background_contents [all...] |
/external/chromium_org/chrome/browser/chromeos/first_run/ |
drive_first_run_controller.cc | 286 BackgroundContents* contents = background_contents_service
|
/external/chromium_org/chrome/browser/ui/ |
browser.cc | [all...] |
/external/chromium/chrome/browser/extensions/ |
extensions_ui.cc | 645 deleting_rvh_ = Details<BackgroundContents>(details)->render_view_host(); [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.cc | 738 deleting_rvh_ = Details<BackgroundContents>(details)->render_view_host(); [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_handler.cc | 569 deleting_rvh_ = content::Details<BackgroundContents>(details)-> [all...] |