Lines Matching full:tab_contents
78 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
92 #include "content/browser/tab_contents/navigation_entry.h"
93 #include "content/browser/tab_contents/tab_contents.h"
94 #include "content/browser/tab_contents/tab_contents_view.h"
467 TabContents* tab_contents = nav->tab_contents();
469 SendFindRequest(tab_contents,
479 TabContents* tab_contents,
489 tab_contents,
496 TabContentsWrapper::GetCurrentWrapperForContents(tab_contents);
500 tab_contents->render_view_host()->StartFinding(
595 return nav_controller->tab_contents();
624 TabContents* contents = nav->tab_contents();
716 if (tab && tab->tab_contents()) {
717 DCHECK(tab->tab_contents()->profile() != NULL);
718 tab->tab_contents()->profile()->GetPrefs()->SetInteger(
753 TabContents* tab_contents = tab->tab_contents();
754 if (!tab_contents) {
759 RenderViewHost* view_host = tab_contents->render_view_host();
962 TabContents* tab_contents = GetTabContentsForHandle(tab_handle, &tab);
963 if (tab_contents) {
965 TabContentsWrapper::GetCurrentWrapperForContents(tab_contents);