/external/chromium/chrome/browser/chromeos/notifications/ |
D | balloon_collection_impl.cc | 73 new_balloon->set_view( in AddSystemNotification() 160 new_balloon->set_view(new chromeos::BalloonViewImpl(false, true, false)); in MakeBalloon()
|
D | desktop_notifications_unittest.cc | 51 balloon->set_view(new MockBalloonView(balloon)); in MakeBalloon()
|
/external/chromium/chrome/browser/ui/views/ |
D | first_run_bubble.h | 29 void set_view(FirstRunBubbleViewBase* view) { view_ = view; } in set_view() function
|
D | keyboard_overlay_delegate.h | 17 void set_view(HtmlDialogView* html_view) { in set_view() function
|
D | keyboard_overlay_dialog_view.cc | 106 delegate->set_view(html_view); in ShowDialog()
|
D | first_run_bubble.cc | 493 bubble->set_view(view); in Show()
|
/external/chromium/chrome/browser/notifications/ |
D | balloon.cc | 34 void Balloon::set_view(BalloonView* balloon_view) { in set_view() function in Balloon
|
D | balloon_collection_win.cc | 14 balloon->set_view(new BalloonViewImpl(this)); in MakeBalloon()
|
D | balloon_collection_linux.cc | 20 balloon->set_view(new BalloonViewImpl(this)); in MakeBalloon()
|
D | balloon.h | 85 void set_view(BalloonView* balloon_view);
|
D | balloon_collection_mac.mm | 14 balloon->set_view(new BalloonViewBridge());
|
D | balloon_host.cc | 220 rvh->set_view(render_widget_host_view()); in Init()
|
D | desktop_notifications_unittest.cc | 46 balloon->set_view(new MockBalloonView(balloon)); in MakeBalloon()
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | extension_view.cc | 27 host_->set_view(this); in ExtensionView()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_host.h | 57 void set_view(ExtensionView* view) { view_.reset(view); } in set_view() function
|
D | extension_host.cc | 201 render_view_host_->set_view(host_view); in CreateRenderViewSoon()
|
/external/chromium/chrome/browser/tab_contents/ |
D | thumbnail_generator_unittest.cc | 39 widget_.set_view(&view_);
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac_unittest.mm | 36 rvh()->set_view(old_rwhv_);
|
D | render_widget_host_view_views.cc | 166 host_->set_view(this); in RenderWidgetHostViewViews()
|
D | render_widget_host_view_gtk.cc | 518 host_->set_view(this); in RenderWidgetHostViewGtk()
|
D | render_widget_host_view_win.cc | 239 render_widget_host_->set_view(this); in RenderWidgetHostViewWin()
|
D | render_widget_host_view_mac.mm | 210 render_widget_host_->set_view(this);
|