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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 123 bool top_down = alignment_delegate_->IsTopDown(); local
140 top_down ? alignment_delegate_->GetWorkAreaBottom() - base : base;
162 if (top_down)
169 if (top_down)
247 bool top_down = alignment_delegate_->IsTopDown(); local
255 bounds.set_y(top_down ? base : base - bounds.height());
261 if ((top_down ? alignment_delegate_->GetWorkAreaBottom() - bounds.bottom()
269 if (top_down)
280 bool top_down = alignment_delegate_->IsTopDown();
284 if (top_down ? toasts_.back()->origin().y() < target_top_edge
    [all...]
  /external/chromium_org/v8/src/
profile-generator.h 182 const ProfileTree* top_down() const { return &top_down_; } function in class:v8::internal::CpuProfile

Completed in 62 milliseconds