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

  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate.cc 34 AshPopupAlignmentDelegate::AshPopupAlignmentDelegate()
42 AshPopupAlignmentDelegate::~AshPopupAlignmentDelegate() {
50 void AshPopupAlignmentDelegate::StartObserving(gfx::Screen* screen,
64 void AshPopupAlignmentDelegate::SetSystemTrayHeight(int height) {
85 int AshPopupAlignmentDelegate::GetToastOriginX(
97 int AshPopupAlignmentDelegate::GetBaseLine() const {
105 int AshPopupAlignmentDelegate::GetWorkAreaBottom() const {
109 bool AshPopupAlignmentDelegate::IsTopDown() const
    [all...]
ash_popup_alignment_delegate.h 33 class ASH_EXPORT AshPopupAlignmentDelegate
39 AshPopupAlignmentDelegate();
40 virtual ~AshPopupAlignmentDelegate();
88 DISALLOW_COPY_AND_ASSIGN(AshPopupAlignmentDelegate);
web_notification_tray.h 44 class AshPopupAlignmentDelegate;
178 scoped_ptr<AshPopupAlignmentDelegate> popup_alignment_delegate_;
ash_popup_alignment_delegate_unittest.cc 26 alignment_delegate_.reset(new AshPopupAlignmentDelegate());
45 AshPopupAlignmentDelegate* alignment_delegate() {
69 scoped_ptr<AshPopupAlignmentDelegate> alignment_delegate_;
web_notification_tray.cc 184 popup_alignment_delegate_.reset(new AshPopupAlignmentDelegate());

Completed in 3443 milliseconds