Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:BackgroundContents

25 BackgroundContents::BackgroundContents(
65 BackgroundContents::BackgroundContents()
70 BackgroundContents::~BackgroundContents() {
82 content::Details<BackgroundContents>(this));
85 const GURL& BackgroundContents::GetURL() const {
89 void BackgroundContents::CloseContents(WebContents* source) {
93 content::Details<BackgroundContents>(this));
97 bool BackgroundContents::ShouldSuppressDialogs() {
101 void BackgroundContents::DidNavigateMainFramePostCommit(WebContents* tab) {
102 // Note: because BackgroundContents are only available to extension apps,
104 // RenderView::decidePolicyForNavigation. If BackgroundContents become
112 content::Details<BackgroundContents>(this));
116 void BackgroundContents::AddNewContents(WebContents* source,
126 bool BackgroundContents::IsNeverVisible(content::WebContents* web_contents) {
132 void BackgroundContents::RenderProcessGone(base::TerminationStatus status) {
136 content::Details<BackgroundContents>(this));
139 // via the TaskManager doesn't permanently leave a BackgroundContents hanging
145 void BackgroundContents::Observe(int type,