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.cc123 bool top_down = alignment_delegate_->IsTopDown(); in UpdateWidgets() local
247 bool top_down = alignment_delegate_->IsTopDown(); in RepositionWidgets() local
280 bool top_down = alignment_delegate_->IsTopDown(); in RepositionWidgetsWithTarget() local
Dmessage_center_view.cc175 bool top_down) in MessageListView()
541 bool top_down, in MessageCenterView()
/external/chromium_org/v8/src/
Dprofile-generator.h182 const ProfileTree* top_down() const { return &top_down_; } in top_down() function