Searched refs:tab_contents (Results 251 - 275 of 342) sorted by relevance

<<11121314

/external/chromium/chrome/browser/instant/
H A Dinstant_controller.cc21 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
26 #include "content/browser/tab_contents/tab_contents.h"
138 void InstantController::Update(TabContentsWrapper* tab_contents, argument
145 if (tab_contents != tab_contents_)
149 tab_contents_ = tab_contents;
263 CompleteRelease(tab->tab_contents());
300 GetPreviewContents()->tab_contents()->GetRenderWidgetHostView();
307 GetPreviewContents()->tab_contents()->GetNativeView();
/external/chromium/chrome/browser/ui/gtk/
H A Dcontent_setting_bubble_gtk.cc21 #include "content/browser/tab_contents/tab_contents.h"
55 TabContents* tab_contents)
58 tab_contents_(tab_contents),
63 Source<TabContents>(tab_contents));
50 ContentSettingBubbleGtk( GtkWidget* anchor, InfoBubbleGtkDelegate* delegate, ContentSettingBubbleModel* content_setting_bubble_model, Profile* profile, TabContents* tab_contents) argument
H A Dbrowser_titlebar.h59 // |tab_contents| is the tab that is associated with the window throbber.
60 // |tab_contents| can be null.
61 void UpdateThrobber(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc26 #include "content/browser/tab_contents/tab_contents.h"
413 Source<TabContents>(drag_data->contents->tab_contents()));
419 drag_data->contents->tab_contents()->delegate();
420 drag_data->contents->tab_contents()->set_delegate(this);
512 if (drag_data_[i].contents->tab_contents() == destroyed_contents) {
879 drag_data_[i].contents->tab_contents()->set_delegate(NULL);
884 source_dragged_contents()->tab_contents()->set_capturing_contents(false);
941 source_dragged_contents()->tab_contents()->set_capturing_contents(true);
964 drag_data_[i].contents->tab_contents()
[all...]
/external/chromium/chrome/browser/
H A Dalternate_nav_url_fetcher.cc10 #include "content/browser/tab_contents/navigation_controller.h"
11 #include "content/browser/tab_contents/navigation_entry.h"
12 #include "content/browser/tab_contents/tab_contents.h"
170 infobar_contents_ = controller_->tab_contents();
H A Doom_priority_manager.cc15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
18 #include "content/browser/tab_contents/tab_contents.h"
107 TabContents* contents = model->GetTabContentsAt(i)->tab_contents();
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.h14 #include "content/browser/tab_contents/tab_contents_delegate.h"
50 TabContentsWrapper* tab_contents() { return tab_contents_; } function in class:DevToolsWindow
/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc11 #include "chrome/browser/tab_contents/render_view_context_menu.h"
15 #include "content/browser/tab_contents/tab_contents.h"
29 TestRenderViewContextMenu(TabContents* tab_contents, argument
31 : RenderViewContextMenu(tab_contents, params) {}
136 TabContents* tab_contents = browser->GetSelectedTabContents(); local
143 new TestRenderViewContextMenu(tab_contents, params);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc13 #include "content/browser/tab_contents/navigation_entry.h"
14 #include "content/browser/tab_contents/test_tab_contents.h"
27 TabContents* tab_contents,
29 : SafeBrowsingBlockingPage(service, tab_contents, unsafe_resources) {
61 TabContents* tab_contents,
63 return new TestSafeBrowsingBlockingPage(service, tab_contents,
26 TestSafeBrowsingBlockingPage(SafeBrowsingService* service, TabContents* tab_contents, const UnsafeResourceList& unsafe_resources) argument
59 CreateSafeBrowsingPage( SafeBrowsingService* service, TabContents* tab_contents, const SafeBrowsingBlockingPage::UnsafeResourceList& unsafe_resources) argument
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.h14 #include "content/browser/tab_contents/tab_contents_delegate.h"
58 TabContents* tab_contents() const { return tab_; } function in class:SidebarContainer
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.h38 RenderViewContextMenu(TabContents* tab_contents,
H A Dtab_contents_view_gtk.h16 #include "content/browser/tab_contents/tab_contents_view.h"
33 explicit TabContentsViewGtk(TabContents* tab_contents);
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.h86 explicit TaskManagerTabContentsResource(TabContentsWrapper* tab_contents);
122 void Add(TabContentsWrapper* tab_contents);
123 void Remove(TabContentsWrapper* tab_contents);
125 void AddToTaskManager(TabContentsWrapper* tab_contents);
/external/chromium/chrome/browser/ui/cocoa/content_settings/
H A Dcollected_cookies_mac.h25 CollectedCookiesMac(NSWindow* parent, TabContents* tab_contents);
/external/chromium/chrome/browser/ui/toolbar/
H A Dtoolbar_model.cc18 #include "content/browser/tab_contents/navigation_controller.h"
19 #include "content/browser/tab_contents/navigation_entry.h"
20 #include "content/browser/tab_contents/tab_contents.h"
45 if (!navigation_controller->tab_contents()->ShouldDisplayURL()) {
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.h88 explicit CreateUrlApplicationShortcutView(TabContentsWrapper* tab_contents);
H A Dfile_manager_dialogs.cc17 #include "content/browser/tab_contents/tab_contents.h"
35 tab_id_ = html_view->tab_contents()->controller().session_id().id();
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h12 #include "content/browser/tab_contents/tab_contents_view.h"
39 explicit TabContentsViewGtk(TabContents* tab_contents);
H A Dtab_contents_view_touch.h12 #include "content/browser/tab_contents/tab_contents_view.h"
38 explicit TabContentsViewTouch(TabContents* tab_contents);
H A Dtab_contents_view_views.h11 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h"
12 #include "content/browser/tab_contents/tab_contents_view.h"
36 explicit TabContentsViewViews(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc44 #include "chrome/browser/tab_contents/link_infobar_delegate.h"
45 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h"
51 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
62 #include "content/browser/tab_contents/navigation_controller.h"
63 #include "content/browser/tab_contents/tab_contents.h"
64 #include "content/browser/tab_contents/tab_contents_view.h"
1035 TabContents* tab_contents = browser->GetSelectedTabContents();
1036 AddCrashedInfoBarIfNecessary(tab_contents);
1037 AddBadFlagsInfoBarIfNecessary(tab_contents);
1105 LearnMoreInfoBar(TabContents* tab_contents, const string16& message, const GURL& url) argument
[all...]
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc24 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
63 return wrapper ? wrapper->tab_contents() : NULL;
1039 TabContents* tab_contents = GetTabContentsFromDelegate(delegate_); local
1040 DCHECK(tab_contents);
1041 drag_utils::SetURLAndDragImage(tab_contents->GetURL(),
1042 UTF16ToWideHack(tab_contents->GetTitle()),
1043 tab_contents->GetFavicon(), data);
1049 TabContents* tab_contents = GetTabContentsFromDelegate(delegate_); local
1050 return (tab_contents && tab_contents
[all...]
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc25 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
31 #include "content/browser/tab_contents/navigation_controller.h"
32 #include "content/browser/tab_contents/navigation_entry.h"
33 #include "content/browser/tab_contents/tab_contents.h"
55 Source<TabContents>(source->tab_contents()));
152 TabContents* tab_contents) {
154 tab_contents->render_view_host()->site_instance(), MSG_ROUTING_NONE,
156 EXPECT_EQ(retval->tab_contents()->GetRenderProcessHost(),
157 tab_contents
151 CreateTabContentsWithSharedRPH( TabContents* tab_contents) argument
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.h27 #include "content/browser/tab_contents/navigation_controller.h"
29 #include "content/browser/tab_contents/tab_contents_observer.h"
64 explicit AutofillManager(TabContents* tab_contents);
131 AutofillManager(TabContents* tab_contents,
/external/chromium/chrome/browser/download/
H A Ddownload_manager.h177 TabContents* tab_contents);
186 TabContents* tab_contents);

Completed in 322 milliseconds

<<11121314