Home | History | Annotate | Download | only in instant

Lines Matching full:tab_contents

22 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
28 #include "content/browser/tab_contents/navigation_controller.h"
29 #include "content/browser/tab_contents/navigation_entry.h"
30 #include "content/browser/tab_contents/provisional_load_details.h"
31 #include "content/browser/tab_contents/tab_contents.h"
32 #include "content/browser/tab_contents/tab_contents_delegate.h"
33 #include "content/browser/tab_contents/tab_contents_view.h"
67 TabContents* tab_contents,
71 tab_contents_(tab_contents),
265 : TabContentsObserver(loader->preview_contents()->tab_contents()),
273 Source<TabContents>(loader->preview_contents()->tab_contents()));
306 TabContents* tab = loader_->preview_contents()->tab_contents();
578 TabContents* source = loader_->preview_contents()->tab_contents();
623 bool InstantLoader::Update(TabContentsWrapper* tab_contents,
668 CreatePreviewContents(tab_contents);
718 preview_contents()->tab_contents(),
794 if (preview_contents_->tab_contents()->GetRenderWidgetHostView()) {
796 preview_contents_->tab_contents()->GetRenderWidgetHostView()->
804 preview_contents_->tab_contents()->set_delegate(NULL);
895 if (preview_contents_->tab_contents
896 preview_contents_->tab_contents()->GetRenderWidgetHostView()->
972 void InstantLoader::CreatePreviewContents(TabContentsWrapper* tab_contents) {
975 tab_contents->profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
981 int32 max_page_id = tab_contents->tab_contents()->GetMaxPageID();
989 tab_contents->view()->GetContainerBounds(&tab_bounds);
996 if (preview_contents_->tab_contents()->GetRenderWidgetHostView()) {
997 preview_contents_->tab_contents()->GetRenderWidgetHostView()->
1011 preview_contents_->tab_contents()->ShowContents();