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

  /external/chromium_org/ui/message_center/views/
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();
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate.cc 97 int AshPopupAlignmentDelegate::GetBaseLine() const {

Completed in 61 milliseconds