Home
last modified time | relevance | path

Searched refs:ContentView (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/
Dinput_window_dialog_win.cc22 class ContentView;
58 class ContentView : public views::View, class
62 explicit ContentView(WinInputWindowDialog* delegate) in ContentView() function in ContentView
107 ScopedRunnableMethodFactory<ContentView> focus_grabber_factory_;
109 DISALLOW_COPY_AND_ASSIGN(ContentView);
115 bool ContentView::IsDialogButtonEnabled( in IsDialogButtonEnabled()
124 bool ContentView::Accept() { in Accept()
129 bool ContentView::Cancel() { in Cancel()
134 void ContentView::DeleteDelegate() { in DeleteDelegate()
138 std::wstring ContentView::GetWindowTitle() const { in GetWindowTitle()
[all …]
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_views.cc36 class ContentView class
41 explicit ContentView(SpeechInputBubbleDelegate* delegate);
69 DISALLOW_COPY_AND_ASSIGN(ContentView);
72 ContentView::ContentView(SpeechInputBubbleDelegate* delegate) in ContentView() function in __anonf13ef1240111::ContentView
116 void ContentView::UpdateLayout(SpeechInputBubbleBase::DisplayMode mode, in UpdateLayout()
144 void ContentView::SetImage(const SkBitmap& image) { in SetImage()
148 void ContentView::ButtonPressed(views::Button* source, in ButtonPressed()
159 void ContentView::LinkActivated(views::Link* source, int event_flags) { in LinkActivated()
164 gfx::Size ContentView::GetPreferredSize() { in GetPreferredSize()
197 void ContentView::Layout() { in Layout()
[all …]
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc74 class ContentView : public views::View { class
76 ContentView() in ContentView() function in __anonb2e791490111::ContentView
114 ~ContentView() { in ~ContentView()
177 DISALLOW_COPY_AND_ASSIGN(ContentView);
269 contents_ = new ContentView(); in Init()