HomeSort by relevance Sort by last modified time
    Searched refs:BalloonCollection (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/notifications/
balloon_collection.cc 7 BalloonCollection::BalloonCollection()
11 BalloonCollection::~BalloonCollection() {
balloon_collection.h 26 class BalloonCollection {
49 static BalloonCollection* Create();
51 BalloonCollection();
53 virtual ~BalloonCollection();
notification_ui_manager.h 30 : public BalloonCollection::BalloonSpaceChangeListener,
46 void Initialize(BalloonCollection* balloon_collection);
66 BalloonCollection* balloon_collection() {
71 BalloonCollection::PositionPreference GetPositionPreference();
75 void SetPositionPreference(BalloonCollection::PositionPreference preference);
101 scoped_ptr<BalloonCollection> balloon_collection_;
balloon.h 18 class BalloonCollection;
53 BalloonCollection* collection);
71 const BalloonCollection* collection() const { return collection_; }
119 BalloonCollection* collection_;
notification_options_menu_model.cc 67 BalloonCollection::PositionPreference current = ui->GetPositionPreference();
70 return (current == BalloonCollection::UPPER_LEFT);
72 return (current == BalloonCollection::UPPER_RIGHT);
74 return (current == BalloonCollection::LOWER_LEFT);
76 return (current == BalloonCollection::LOWER_RIGHT);
78 return (current == BalloonCollection::DEFAULT_POSITION);
99 ui->SetPositionPreference(BalloonCollection::UPPER_LEFT);
101 ui->SetPositionPreference(BalloonCollection::UPPER_RIGHT);
103 ui->SetPositionPreference(BalloonCollection::LOWER_LEFT);
105 ui->SetPositionPreference(BalloonCollection::LOWER_RIGHT)
    [all...]
notification_ui_manager.cc 70 BalloonCollection* balloons = BalloonCollection::Create();
80 BalloonCollection::DEFAULT_POSITION);
84 BalloonCollection* balloon_collection) {
89 static_cast<BalloonCollection::PositionPreference>(
198 BalloonCollection::Balloons::iterator balloon_iter;
199 BalloonCollection::Balloons balloons =
214 BalloonCollection::PositionPreference
218 return static_cast<BalloonCollection::PositionPreference>(
223 BalloonCollection::PositionPreference preference)
    [all...]
balloon_collection_linux.cc 85 BalloonCollection* BalloonCollection::Create() {
balloon_collection_win.cc 74 BalloonCollection* BalloonCollection::Create() {
desktop_notifications_unittest.cc 62 const BalloonCollection::Balloons& MockBalloonCollection::GetActiveBalloons() {
352 BalloonCollection::PositionPreference pref;
353 for (pref = BalloonCollection::UPPER_RIGHT;
354 pref <= BalloonCollection::LOWER_LEFT;
355 pref = static_cast<BalloonCollection::PositionPreference>(pref + 1)) {
376 BalloonCollection::LOWER_RIGHT);
415 BalloonCollection::UPPER_RIGHT);
441 BalloonCollection::UPPER_LEFT);
balloon.cc 15 BalloonCollection* collection)
desktop_notifications_unittest.h 48 virtual const BalloonCollection::Balloons& GetActiveBalloons();
balloon_collection_impl.h 33 class BalloonCollectionImpl : public BalloonCollection
42 // BalloonCollection interface.
balloon_collection_impl.cc 38 SetPositionPreference(BalloonCollection::DEFAULT_POSITION);
151 const BalloonCollection::Balloons& BalloonCollectionImpl::GetActiveBalloons() {
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 24 class BalloonCollection;
43 explicit BalloonViewImpl(BalloonCollection* collection);
balloon_view_gtk.cc 99 BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 37 class BalloonCollection;
56 explicit BalloonViewImpl(BalloonCollection* collection);
135 BalloonCollection* collection_;
balloon_view.cc 95 BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 167 BalloonCollection* BalloonCollection::Create() {
balloon_collection_impl.h 32 class BalloonCollectionImpl : public BalloonCollection,
  /external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 37 BalloonCollection::Balloons balloons =
59 BalloonCollection::Balloons balloons =
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 44 class BalloonCollection;
    [all...]
automation_provider_observers.cc     [all...]
testing_automation_provider.cc     [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc     [all...]

Completed in 206 milliseconds