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

  /external/chromium_org/ui/message_center/views/
popup_alignment_delegate.h 33 virtual int GetBaseLine() const = 0;
desktop_popup_alignment_delegate.h 34 virtual int GetBaseLine() const OVERRIDE;
desktop_popup_alignment_delegate.cc 44 int DesktopPopupAlignmentDelegate::GetBaseLine() const {
message_popup_collection.cc 124 int base = GetBaseLine(toasts_.empty() ? NULL : toasts_.back());
248 int base = GetBaseLine(NULL); // We don't want to position relative to last
317 int MessagePopupCollection::GetBaseLine(ToastContentsView* last_toast) const {
319 return alignment_delegate_->GetBaseLine();
message_popup_collection.h 128 int GetBaseLine(ToastContentsView* last_toast) const;
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 77 toast_point.set_y(alignment_delegate()->GetBaseLine());
86 toast_point.set_y(alignment_delegate()->GetBaseLine());
95 toast_point.set_y(alignment_delegate()->GetBaseLine());
104 toast_point.set_y(alignment_delegate()->GetBaseLine());
118 toast_point.set_y(alignment_delegate()->GetBaseLine());
125 toast_point.set_y(alignment_delegate()->GetBaseLine());
135 int baseline = alignment_delegate()->GetBaseLine();
145 EXPECT_LT(baseline, alignment_delegate()->GetBaseLine());
153 int baseline = alignment_delegate()->GetBaseLine();
163 EXPECT_EQ(baseline, alignment_delegate()->GetBaseLine());
    [all...]
ash_popup_alignment_delegate.h 51 virtual int GetBaseLine() const OVERRIDE;
ash_popup_alignment_delegate.cc 97 int AshPopupAlignmentDelegate::GetBaseLine() const {

Completed in 101 milliseconds