HomeSort by relevance Sort by last modified time
    Searched refs:BackgroundContents (Results 1 - 12 of 12) sorted by null

  /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/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/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/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...]

Completed in 165 milliseconds