HomeSort by relevance Sort by last modified time
    Searched refs:BalloonViewHost (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_view_host_mac.h 10 // BalloonViewHost class is a delegate to the renderer host for the HTML
14 class BalloonViewHost : public BalloonHost {
16 explicit BalloonViewHost(Balloon* balloon);
18 virtual ~BalloonViewHost();
27 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_controller.h 16 class BalloonViewHost;
52 scoped_ptr<BalloonViewHost> htmlContents_;
87 - (BalloonViewHost*)getHost;
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.h 11 // BalloonViewHost class is a delegate to the renderer host for the HTML
15 class BalloonViewHost : public BalloonHost {
17 explicit BalloonViewHost(Balloon* balloon);
19 virtual ~BalloonViewHost();
28 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_view_host_gtk.cc 15 BalloonViewHost::BalloonViewHost(Balloon* balloon)
19 BalloonViewHost::~BalloonViewHost() {
23 void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) {
35 gfx::NativeView BalloonViewHost::native_view() const {
balloon_view_gtk.h 113 scoped_ptr<BalloonViewHost> html_contents_;
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.h 24 class BalloonViewHost : public ::BalloonViewHost {
26 explicit BalloonViewHost(Balloon* balloon) : ::BalloonViewHost(balloon) {}
27 virtual ~BalloonViewHost();
45 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_view_host.cc 13 BalloonViewHost::~BalloonViewHost() {
18 bool BalloonViewHost::AddWebUIMessageCallback(
28 void BalloonViewHost::ProcessWebUIMessage(
30 ::BalloonViewHost::ProcessWebUIMessage(params);
balloon_view.h 37 class BalloonViewHost;
110 BalloonViewHost* html_contents_;
balloon_collection_impl.cc 61 BalloonViewHost* host =
62 static_cast<BalloonViewHost*>(balloon->view()->GetHost());
balloon_view.cc 215 html_contents_ = new BalloonViewHost(balloon);
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc 12 BalloonViewHost::BalloonViewHost(Balloon* balloon)
17 void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) {
23 gfx::NativeView BalloonViewHost::native_view() const {
27 void BalloonViewHost::InitRenderWidgetHostView() {
33 RenderWidgetHostView* BalloonViewHost::render_widget_host_view() const {
balloon_view_host_gtk.h 14 // BalloonViewHost class is a delegate to the renderer host for the HTML
18 class BalloonViewHost : public BalloonHost {
20 explicit BalloonViewHost(Balloon* balloon);
22 ~BalloonViewHost() {
40 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_view_gtk.h 114 scoped_ptr<BalloonViewHost> html_contents_;
balloon_view_gtk.cc 226 // Create a BalloonViewHost to host the HTML contents of this balloon.
227 html_contents_.reset(new BalloonViewHost(balloon));
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view_host_mac.h 14 // BalloonViewHost class is a delegate to the renderer host for the HTML
18 class BalloonViewHost : public BalloonHost {
20 explicit BalloonViewHost(Balloon* balloon);
22 ~BalloonViewHost();
39 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_controller.h 18 class BalloonViewHost;
54 scoped_ptr<BalloonViewHost> htmlContents_;
89 - (BalloonViewHost*)getHost;
  /external/chromium_org/chrome/browser/chromeos/notifications/
balloon_view_host_chromeos.cc 20 BalloonViewHost::BalloonViewHost(Balloon* balloon)
21 : ::BalloonViewHost(balloon) {
24 BalloonViewHost::~BalloonViewHost() {
27 bool BalloonViewHost::AddWebUIMessageCallback(
35 bool BalloonViewHost::HandleContextMenu(
41 void BalloonViewHost::WebUISend(WebContents* tab,
balloon_view_host_chromeos.h 25 class BalloonViewHost : public ::BalloonViewHost {
29 explicit BalloonViewHost(Balloon* balloon);
30 virtual ~BalloonViewHost();
52 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_host.h 11 // BalloonViewHost class is a delegate to the renderer host for the HTML
15 class BalloonViewHost : public BalloonHost {
17 explicit BalloonViewHost(Balloon* balloon);
19 virtual ~BalloonViewHost();
44 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_view_host.cc 16 explicit BalloonViewHostView(BalloonViewHost* host)
32 BalloonViewHost* host_;
37 BalloonViewHost::BalloonViewHost(Balloon* balloon)
42 BalloonViewHost::~BalloonViewHost() {
46 void BalloonViewHost::Init(gfx::NativeView parent_native_view) {
balloon_view_views.h 20 class BalloonViewHost;
135 scoped_ptr<BalloonViewHost> html_contents_;
balloon_view_views.cc 336 html_contents_.reset(new chromeos::BalloonViewHost(balloon));
338 html_contents_.reset(new BalloonViewHost(balloon));
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.h 12 // BalloonViewHost class is a delegate to the renderer host for the HTML
16 class BalloonViewHost : public BalloonHost {
18 explicit BalloonViewHost(Balloon* balloon);
20 virtual ~BalloonViewHost() {
54 DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
balloon_view_host.cc 30 explicit BalloonViewHostView(BalloonViewHost* host)
47 BalloonViewHost* host_;
52 BalloonViewHost::BalloonViewHost(Balloon* balloon)
57 void BalloonViewHost::Init(gfx::NativeView parent_native_view) {
62 void BalloonViewHost::InitRenderWidgetHostView() {
94 RenderWidgetHostView* BalloonViewHost::render_widget_host_view() const {
balloon_view.h 146 scoped_ptr<BalloonViewHost> html_contents_;

Completed in 347 milliseconds

1 2