Home
last modified time | relevance | path

Searched refs:BalloonViewHost (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_view_host_mac.mm10 BalloonViewHost::BalloonViewHost(Balloon* balloon) function
14 BalloonViewHost::~BalloonViewHost() { function
18 void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) {
28 gfx::NativeView BalloonViewHost::native_view() const {
32 void BalloonViewHost::InitRenderWidgetHostView() {
37 RenderWidgetHostView* BalloonViewHost::render_widget_host_view() const {
Dballoon_view_host_mac.h18 class BalloonViewHost : public BalloonHost {
20 explicit BalloonViewHost(Balloon* balloon);
22 ~BalloonViewHost();
39 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
Dballoon_controller.h18 class BalloonViewHost; variable
54 scoped_ptr<BalloonViewHost> htmlContents_;
89 - (BalloonViewHost*)getHost;
Dballoon_controller.mm209 - (BalloonViewHost*) getHost {
215 htmlContents_.reset(new BalloonViewHost(balloon_));
/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_host_gtk.cc12 BalloonViewHost::BalloonViewHost(Balloon* balloon) in BalloonViewHost() function in BalloonViewHost
17 void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) { in UpdateActualSize()
23 gfx::NativeView BalloonViewHost::native_view() const { in native_view()
27 void BalloonViewHost::InitRenderWidgetHostView() { in InitRenderWidgetHostView()
33 RenderWidgetHostView* BalloonViewHost::render_widget_host_view() const { in render_widget_host_view()
Dballoon_view_host_gtk.h18 class BalloonViewHost : public BalloonHost {
20 explicit BalloonViewHost(Balloon* balloon);
22 ~BalloonViewHost() { in ~BalloonViewHost()
40 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
Dballoon_view_gtk.h114 scoped_ptr<BalloonViewHost> html_contents_;
Dballoon_view_gtk.cc227 html_contents_.reset(new BalloonViewHost(balloon)); in Show()
/external/chromium/chrome/browser/chromeos/notifications/
Dballoon_view_host.h24 class BalloonViewHost : public ::BalloonViewHost {
26 explicit BalloonViewHost(Balloon* balloon) : ::BalloonViewHost(balloon) {} in BalloonViewHost() function
27 virtual ~BalloonViewHost();
45 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
Dballoon_view_host.cc13 BalloonViewHost::~BalloonViewHost() { in ~BalloonViewHost()
18 bool BalloonViewHost::AddWebUIMessageCallback( in AddWebUIMessageCallback()
28 void BalloonViewHost::ProcessWebUIMessage( in ProcessWebUIMessage()
30 ::BalloonViewHost::ProcessWebUIMessage(params); in ProcessWebUIMessage()
Dballoon_view.h37 class BalloonViewHost; variable
110 BalloonViewHost* html_contents_;
Dballoon_collection_impl.cc61 BalloonViewHost* host = in AddWebUIMessageCallback()
62 static_cast<BalloonViewHost*>(balloon->view()->GetHost()); in AddWebUIMessageCallback()
Dballoon_view.cc215 html_contents_ = new BalloonViewHost(balloon); in Show()
/external/chromium/chrome/browser/ui/views/notifications/
Dballoon_view_host.cc30 explicit BalloonViewHostView(BalloonViewHost* host) in BalloonViewHostView()
47 BalloonViewHost* host_;
52 BalloonViewHost::BalloonViewHost(Balloon* balloon) in BalloonViewHost() function in BalloonViewHost
57 void BalloonViewHost::Init(gfx::NativeView parent_native_view) { in Init()
62 void BalloonViewHost::InitRenderWidgetHostView() { in InitRenderWidgetHostView()
94 RenderWidgetHostView* BalloonViewHost::render_widget_host_view() const { in render_widget_host_view()
Dballoon_view_host.h16 class BalloonViewHost : public BalloonHost {
18 explicit BalloonViewHost(Balloon* balloon);
20 virtual ~BalloonViewHost() { in ~BalloonViewHost()
54 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
Dballoon_view.h146 scoped_ptr<BalloonViewHost> html_contents_;
Dballoon_view.cc316 html_contents_.reset(new BalloonViewHost(balloon)); in Show()