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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 58 alignment_delegate_(alignment_delegate),
67 alignment_delegate_->set_collection(this);
123 bool top_down = alignment_delegate_->IsTopDown();
140 top_down ? alignment_delegate_->GetWorkAreaBottom() - base : base;
156 alignment_delegate_->GetToastOriginX(gfx::Rect(preferred_size)), base);
158 if (alignment_delegate_->IsFromLeft())
247 bool top_down = alignment_delegate_->IsTopDown();
254 bounds.set_x(alignment_delegate_->GetToastOriginX(bounds));
261 if ((top_down ? alignment_delegate_->GetWorkAreaBottom() - bounds.bottom()
280 bool top_down = alignment_delegate_->IsTopDown()
    [all...]
message_popup_collection_unittest.cc 33 alignment_delegate_.reset(new DesktopPopupAlignmentDelegate);
35 GetContext(), MessageCenter::Get(), NULL, alignment_delegate_.get()));
76 alignment_delegate_->RecomputeAlignment(dummy_display);
81 return alignment_delegate_->work_area_;
130 scoped_ptr<DesktopPopupAlignmentDelegate> alignment_delegate_; member in class:message_center::test::MessagePopupCollectionTest
message_popup_collection.h 156 PopupAlignmentDelegate* alignment_delegate_; member in class:message_center::MessagePopupCollection
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 26 alignment_delegate_.reset(new AshPopupAlignmentDelegate());
27 alignment_delegate_->StartObserving(
32 alignment_delegate_.reset();
46 return alignment_delegate_.get();
65 return alignment_delegate_->work_area_;
69 scoped_ptr<AshPopupAlignmentDelegate> alignment_delegate_; member in class:ash::AshPopupAlignmentDelegateTest
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h 117 scoped_ptr<message_center::DesktopPopupAlignmentDelegate> alignment_delegate_; member in class:message_center::WebNotificationTray
web_notification_tray.cc 139 alignment_delegate_.reset(new message_center::DesktopPopupAlignmentDelegate);
142 alignment_delegate_.get()));
170 alignment_delegate_->StartObserving(gfx::Screen::GetNativeScreen());

Completed in 95 milliseconds