Home
last modified time | relevance | path

Searched refs:sad_tab_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_gtk.cc107 sad_tab_(NULL), in TabContentsViewGtk()
174 if (sad_tab_ != NULL) { in CreateViewForWidget()
176 sad_tab_ = NULL; in CreateViewForWidget()
251 sad_tab_ = new SadTabView(tab_contents(), kind); in OnTabCrashed()
252 SetContentsView(sad_tab_); in OnTabCrashed()
274 if (tab_contents()->is_crashed() && sad_tab_ != NULL) { in Focus()
275 sad_tab_->RequestFocus(); in Focus()
415 sad_tab_) { in OnPaint()
417 sad_tab_->Paint(&canvas); in OnPaint()
453 if (sad_tab_ && sad_tab_->size() != size) in WasSized()
[all …]
Dtab_contents_view_touch.cc40 sad_tab_(NULL), in TabContentsViewTouch()
86 if (sad_tab_ != NULL) { in CreateViewForWidget()
87 RemoveChildView(sad_tab_.get()); in CreateViewForWidget()
88 sad_tab_.reset(); in CreateViewForWidget()
135 if (sad_tab_ != NULL) in OnTabCrashed()
138 sad_tab_.reset(new SadTabView( in OnTabCrashed()
143 AddChildView(sad_tab_.get()); in OnTabCrashed()
162 if (tab_contents()->is_crashed() && sad_tab_ != NULL) { in Focus()
163 sad_tab_->RequestFocus(); in Focus()
Dtab_contents_view_views.cc44 sad_tab_(NULL) { in TabContentsViewViews()
81 if (sad_tab_) { in CreateViewForWidget()
83 sad_tab_ = NULL; in CreateViewForWidget()
126 sad_tab_ = new SadTabView(tab_contents(), kind); in OnTabCrashed()
127 GetWidget()->SetContentsView(sad_tab_); in OnTabCrashed()
128 sad_tab_->SchedulePaint(); in OnTabCrashed()
142 if (tab_contents()->is_crashed() && sad_tab_ != NULL) { in Focus()
143 sad_tab_->RequestFocus(); in Focus()
299 return tab_contents()->is_crashed() && sad_tab_; in IsShowingSadTab()
Dtab_contents_view_touch.h104 scoped_ptr<SadTabView> sad_tab_; variable
Dtab_contents_view_gtk.h112 SadTabView* sad_tab_; variable
Dtab_contents_view_views.h115 SadTabView* sad_tab_; variable
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc206 if (tab_contents() != NULL && !sad_tab_.get()) { in OnTabCrashed()
207 sad_tab_.reset(new SadTabGtk( in OnTabCrashed()
211 InsertIntoContentArea(sad_tab_->widget()); in OnTabCrashed()
212 gtk_widget_show(sad_tab_->widget()); in OnTabCrashed()
294 sad_tab_.reset(); in Observe()
Dtab_contents_view_gtk.h126 scoped_ptr<SadTabGtk> sad_tab_; variable
Dtab_contents_view_mac.h122 scoped_nsobject<SadTabController> sad_tab_; variable
Dtab_contents_view_mac.mm181 if (!sad_tab_.get()) {
188 sad_tab_.reset(sad_tab);
340 sad_tab_.reset();