Home
last modified time | relevance | path

Searched refs:TabContentsView (Results 1 – 21 of 21) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dtab_contents_drag_source.h24 class TabContentsView; variable
31 explicit TabContentsDragSource(TabContentsView* tab_contents_view);
63 TabContentsView* tab_contents_view_;
Dtab_contents_drag_source.cc31 TabContentsView* tab_contents_view) in TabContentsDragSource()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc34 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { in Create()
39 : TabContentsView(tab_contents), in TabContentsViewTouch()
Dtab_contents_view_views.cc35 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { in Create()
40 : TabContentsView(tab_contents), in TabContentsViewViews()
Dtab_contents_view_gtk.cc100 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { in Create()
105 : TabContentsView(tab_contents), in TabContentsViewGtk()
Dtab_contents_view_gtk.h33 class TabContentsViewGtk : public TabContentsView,
Dtab_contents_view_touch.h33 class TabContentsViewTouch : public TabContentsView, public views::View {
Dtab_contents_view_views.h30 class TabContentsViewViews : public TabContentsView,
/external/chromium/chrome/browser/ui/views/
Dfind_bar_host_gtk.cc21 TabContentsView* tab_view = find_bar_controller_->tab_contents()->view(); in GetWidgetPositionNative()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc83 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { in Create()
88 : TabContentsView(tab_contents), in TabContentsViewGtk()
Dtab_contents_view_mac.mm65 TabContentsView* TabContentsView::Create(TabContents* tab_contents) {
70 : TabContentsView(tab_contents), function
238 TabContentsView::UpdatePreferredSize(pref_size);
286 TabContentsView::CreateNewWidgetInternal(route_id, popup_type);
297 TabContentsView::ShowCreatedWidgetInternal(widget_host_view, initial_pos);
Dtab_contents.h114 class TabContentsView; variable
209 TabContentsView* view() const { in view()
765 friend class TabContentsView; variable
1076 scoped_ptr<TabContentsView> view_;
Dtab_contents_view_mac.h44 class TabContentsViewMac : public TabContentsView,
Dtab_contents_view_gtk.h27 class TabContentsViewGtk : public TabContentsView,
Drender_view_host_delegate_helper.cc116 TabContentsView* new_view = new_contents->view(); in CreateNewWindow()
Dweb_contents_unittest.cc153 virtual TabContentsView* CreateTabContentsView() { return NULL; } in CreateTabContentsView()
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dpreviewable_contents_controller_unittest.mm30 // changing the interface to take in a TabContentsView* instead of a
/external/chromium/chrome/browser/chromeos/offline/
Doffline_load_page_unittest.cc28 virtual TabContentsView* CreateTabContentsView() { in CreateTabContentsView()
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.h89 TabContentsView* view() const { return tab_contents()->view(); } in view()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page_unittest.cc33 virtual TabContentsView* CreateTabContentsView() { in CreateTabContentsView()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm1148 // it, we let the TabContentsView figure out how to reinject it.