Searched refs:SadTabView (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dsad_tab_view.h19 // SadTabView
25 class SadTabView : public views::View, class in inherits:views::View,views::LinkController
33 explicit SadTabView(TabContents* tab_contents, Kind kind);
34 virtual ~SadTabView();
66 DISALLOW_COPY_AND_ASSIGN(SadTabView);
H A Dsad_tab_view.cc48 SkBitmap* SadTabView::sad_tab_bitmap_ = NULL;
49 gfx::Font* SadTabView::title_font_ = NULL;
50 gfx::Font* SadTabView::message_font_ = NULL;
51 std::wstring SadTabView::title_;
52 std::wstring SadTabView::message_;
53 int SadTabView::title_width_;
55 SadTabView::SadTabView(TabContents* tab_contents, Kind kind) function in class:SadTabView
73 SadTabView::~SadTabView() {}
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dsad_tab_view.h26 // SadTabView
32 class SadTabView : public chrome::SadTab, class in inherits:chrome::SadTab,views::View,views::LinkListener,views::ButtonListener
37 SadTabView(content::WebContents* web_contents, chrome::SadTabKind kind);
38 virtual ~SadTabView();
70 DISALLOW_COPY_AND_ASSIGN(SadTabView);
H A Dsad_tab_view.cc46 SadTabView::SadTabView(WebContents* web_contents, chrome::SadTabKind kind) function in class:SadTabView
165 SadTabView::~SadTabView() {}
167 void SadTabView::LinkClicked(views::Link* source, int event_flags) {
184 void SadTabView::ButtonPressed(views::Button* sender,
191 void SadTabView::Layout() {
197 void SadTabView::OnPaint(gfx::Canvas* canvas) {
228 void SadTabView::Show() {
259 void SadTabView
[all...]
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_view.h17 @interface SadTabView : BaseView {
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_view.h17 @interface SadTabView : BaseView<NSTextViewDelegate> {
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc67 SadTabView* sad_tab = static_cast<SadTabView*>(sad_tab_helper->sad_tab());
177 SadTabView* sad_tab = static_cast<SadTabView*>(sad_tab_helper->sad_tab());
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h19 class SadTabView;
112 SadTabView* sad_tab_;
H A Dtab_contents_view_touch.h19 class SadTabView;
104 scoped_ptr<SadTabView> sad_tab_;
H A Dtab_contents_view_views.h16 class SadTabView;
115 SadTabView* sad_tab_;
H A Dtab_contents_view_views.cc123 SadTabView::Kind kind =
125 SadTabView::KILLED : SadTabView::CRASHED;
126 sad_tab_ = new SadTabView(tab_contents(), kind);
H A Dtab_contents_view_touch.cc138 sad_tab_.reset(new SadTabView(
141 SadTabView::KILLED : SadTabView::CRASHED));
H A Dtab_contents_view_gtk.cc248 SadTabView::Kind kind =
250 SadTabView::KILLED : SadTabView::CRASHED;
251 sad_tab_ = new SadTabView(tab_contents(), kind);
478 // Called when the mouse moves within the widget. We notify SadTabView if it's

Completed in 202 milliseconds