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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 179 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
198 int height_available = top_down ? work_area_.bottom() - base : base;
219 if (top_down)
226 if (top_down)
316 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
331 if ((top_down ? work_area_.bottom() - bounds.bottom() : bounds.y()) >= 0)
338 if (top_down)
349 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP;
353 if (top_down ? toasts_.back()->origin().y() < target_top_edge_
361 if (top_down ? (*iter)->origin().y() < target_top_edge
408 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
    [all...]
  /external/chromium_org/v8/src/
profile-generator.h 207 const ProfileTree* top_down() const { return &top_down_; } function in class:v8::internal::CpuProfile
  /external/v8/src/
profile-generator.h 224 INLINE(const ProfileTree* top_down() const) { return &top_down_; } function in class:v8::internal::CpuProfile
    [all...]

Completed in 210 milliseconds