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

  /external/chromium/chrome/browser/ui/
input_window_dialog_win.cc 22 class ContentView;
56 // ContentView, as the name implies, is the content view for the InputWindow.
58 class ContentView : public views::View,
62 explicit ContentView(WinInputWindowDialog* delegate)
102 // The delegate that the ContentView uses to communicate changes to the
107 ScopedRunnableMethodFactory<ContentView> focus_grabber_factory_;
109 DISALLOW_COPY_AND_ASSIGN(ContentView);
113 // ContentView, views::DialogDelegate implementation:
115 bool ContentView::IsDialogButtonEnabled(
124 bool ContentView::Accept()
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 36 class ContentView
41 explicit ContentView(SpeechInputBubbleDelegate* delegate);
69 DISALLOW_COPY_AND_ASSIGN(ContentView);
72 ContentView::ContentView(SpeechInputBubbleDelegate* delegate)
116 void ContentView::UpdateLayout(SpeechInputBubbleBase::DisplayMode mode,
144 void ContentView::SetImage(const SkBitmap& image) {
148 void ContentView::ButtonPressed(views::Button* source,
159 void ContentView::LinkActivated(views::Link* source, int event_flags) {
164 gfx::Size ContentView::GetPreferredSize()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 74 class ContentView : public views::View {
76 ContentView()
114 ~ContentView() {
177 DISALLOW_COPY_AND_ASSIGN(ContentView);
269 contents_ = new ContentView();

Completed in 143 milliseconds