Home | History | Annotate | Download | only in browser

Lines Matching full:tab_contents

17 #include "content/browser/tab_contents/navigation_controller.h"
18 #include "content/browser/tab_contents/navigation_entry.h"
19 #include "content/browser/tab_contents/tab_contents_delegate.h"
20 #include "content/browser/tab_contents/tab_contents.h"
67 FaviconHelper::FaviconHelper(TabContents* tab_contents, Type icon_type)
68 : TabContentsObserver(tab_contents),
115 return tab_contents()->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
157 tab_contents()->NotifyNavigationStateChanged(TabContents::INVALIDATE_TAB);
211 NavigationEntry* entry = tab_contents()->controller().GetActiveEntry();
213 tab_contents()->IsActiveEntry(entry->page_id())) {
222 return tab_contents()->render_view_host()->DownloadFavicon(image_url,
262 if (!tab_contents()->profile()->IsOffTheRecord())
266 BookmarkModel* bookmark_model = tab_contents()->profile()->GetBookmarkModel();
369 if (tab_contents()->profile()->IsOffTheRecord()) {