HomeSort by relevance Sort by last modified time
    Searched refs:tab_contents_container_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc 29 return tab_contents_container_.widget();
58 TabContentsContainerGtk tab_contents_container_; member in class:ConstrainedHtmlDelegateGtk
71 tab_contents_container_(NULL),
83 tab_contents_container_.SetTab(&tab_);
87 gtk_widget_set_size_request(GTK_WIDGET(tab_contents_container_.widget()),
html_dialog_gtk.cc 151 tab_contents_container_.reset(new TabContentsContainerGtk(NULL));
153 tab_contents_container_->widget(), TRUE, TRUE, 0);
155 tab_contents_container_->SetTab(tab_.get());
160 gtk_widget_set_size_request(GTK_WIDGET(tab_contents_container_->widget()),
html_dialog_gtk.h 67 scoped_ptr<TabContentsContainerGtk> tab_contents_container_; member in class:HtmlDialogGtk
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 309 tab_contents_container_(NULL),
459 tab_contents_container_->SetWebContents(NULL);
500 tab_contents_container_ = NULL;
830 DCHECK_EQ(tab_contents_container_->GetWebContents(), contents);
831 tab_contents_container_->OnWebContentsFocused(contents);
    [all...]
external_tab_container_win.h 269 views::WebView* tab_contents_container_; member in class:ExternalTabContainerWin
  /external/chromium/chrome/browser/
external_tab_container_win.cc 91 tab_contents_container_(NULL),
236 tab_contents_container_ = NULL;
    [all...]
external_tab_container_win.h 275 TabContentsContainer* tab_contents_container_; member in class:ExternalTabContainer

Completed in 5398 milliseconds