HomeSort by relevance Sort by last modified time
    Searched defs:BalloonViewHost (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/gtk/notifications/
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_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 {
  /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);
  /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 {
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.cc 13 BalloonViewHost::~BalloonViewHost() {
18 bool BalloonViewHost::AddWebUIMessageCallback(
28 void BalloonViewHost::ProcessWebUIMessage(
30 ::BalloonViewHost::ProcessWebUIMessage(params);
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);

Completed in 321 milliseconds