Home
last modified time | relevance | path

Searched defs:top_down (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection.cc135 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; in UpdateWidgets() local
270 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; in RepositionWidgets() local
303 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; in RepositionWidgetsWithTarget() local
362 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; in GetBaseLine() local
Dmessage_center_view.cc174 bool top_down) in MessageListView()
538 bool top_down, in MessageCenterView()
/external/chromium_org/v8/src/
Dprofile-generator.h183 const ProfileTree* top_down() const { return &top_down_; } in top_down() function