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 135 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
151 int height_available = top_down ? work_area_.bottom() - base : base;
172 if (top_down)
179 if (top_down)
270 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
285 if ((top_down ? work_area_.bottom() - bounds.bottom() : bounds.y()) >= 0)
292 if (top_down)
303 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP;
307 if (top_down ? toasts_.back()->origin().y() < target_top_edge_
315 if (top_down ? (*iter)->origin().y() < target_top_edge
362 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
    [all...]
  /external/chromium_org/v8/src/
profile-generator.h 183 const ProfileTree* top_down() const { return &top_down_; } function in class:v8::internal::CpuProfile

Completed in 368 milliseconds