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

  /external/chromium/chrome/browser/notifications/
balloon.cc 5 #include "chrome/browser/notifications/balloon.h"
14 Balloon::Balloon(const Notification& notification, Profile* profile,
21 Balloon::~Balloon() {
24 void Balloon::SetPosition(const gfx::Point& upper_left, bool reposition) {
30 void Balloon::SetContentPreferredSize(const gfx::Size& size) {
34 void Balloon::set_view(BalloonView* balloon_view) {
38 void Balloon::Show() {
46 void Balloon::Update(const Notification& notification)
    [all...]
balloon.h 17 class Balloon;
24 // Interface for a view that displays a balloon.
30 virtual void Show(Balloon* balloon) = 0;
35 // Reposition the view to match the position of its balloon.
49 class Balloon {
51 Balloon(const Notification& notification,
54 virtual ~Balloon();
78 // Request a new content size for this balloon. This will get passed
79 // to the balloon collection for checking against available space an
    [all...]
  /external/chromium_org/chrome/browser/notifications/
balloon.cc 5 #include "chrome/browser/notifications/balloon.h"
23 Balloon::Balloon(const Notification& notification, Profile* profile,
30 Balloon::~Balloon() {
33 void Balloon::SetPosition(const gfx::Point& upper_left, bool reposition) {
39 void Balloon::ResizeDueToAutoResize(const gfx::Size& size) {
43 void Balloon::set_view(BalloonView* balloon_view) {
47 void Balloon::Show() {
55 void Balloon::Update(const Notification& notification)
    [all...]
balloon.h 16 class Balloon;
22 // Interface for a view that displays a balloon.
28 virtual void Show(Balloon* balloon) = 0;
33 // Reposition the view to match the position of its balloon.
51 class Balloon {
53 Balloon(const Notification& notification,
56 virtual ~Balloon();
80 // Request a new content size for this balloon. This will get passed
81 // to the balloon collection for checking against available space an
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 45 BALLOON = 'balloon'
531 class Balloon(TixWidget):
532 """Balloon help widget.
551 """Bind balloon widget to another.
552 One balloon widget may be bound to several widgets at the same time"""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 45 BALLOON = 'balloon'
531 class Balloon(TixWidget):
532 """Balloon help widget.
551 """Bind balloon widget to another.
552 One balloon widget may be bound to several widgets at the same time"""
    [all...]

Completed in 291 milliseconds