Searched refs:BackgroundContents (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc24 // BackgroundContents
26 BackgroundContents::BackgroundContents(SiteInstance* site_instance, function in class:BackgroundContents
47 BackgroundContents::BackgroundContents() function in class:BackgroundContents
52 BackgroundContents::~BackgroundContents() {
59 Details<BackgroundContents>(this));
63 BackgroundContents* BackgroundContents
[all...]
H A Dbackground_contents.h34 class BackgroundContents : public RenderViewHostDelegate, class in inherits:RenderViewHostDelegate,RenderViewHostDelegate::View,NotificationObserver,JavaScriptAppModalDialogDelegate
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...]
H A Drender_view_host_delegate_helper.h19 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(
H A Drender_view_host_delegate_helper.cc38 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/chrome/browser/
H A Dbackground_contents_service.h37 // 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
[all...]
H A Dbackground_contents_service.cc108 // 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>(detail
[all...]
H A Dbackground_contents_service_unittest.cc55 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
H A Dbackground_page_tracker.cc238 std::vector<BackgroundContents*> background_contents =
240 for (std::vector<BackgroundContents*>::const_iterator iter =
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.h21 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*, TaskManagerBackgroundContentsResourc
[all...]
H A Dtask_manager_resource_providers.cc86 // 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_content
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextensions_ui.cc645 deleting_rvh_ = Details<BackgroundContents>(details)->render_view_host();
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc738 deleting_rvh_ = Details<BackgroundContents>(details)->render_view_host();

Completed in 183 milliseconds