HomeSort by relevance Sort by last modified time
    Searched refs:first_item_has_no_margin_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/message_center/views/
message_center_bubble.h 56 bool first_item_has_no_margin_; member in class:message_center::MessageCenterBubble
message_center_bubble.cc 66 first_item_has_no_margin_(first_item_has_no_margin) {
87 init_params.first_item_has_no_margin = first_item_has_no_margin_;
message_popup_collection.h 193 bool first_item_has_no_margin_; member in class:message_center::MessagePopupCollection
message_popup_collection.cc 68 first_item_has_no_margin_(first_item_has_no_margin) {
322 if (!first_item_has_no_margin_)
332 if (!first_item_has_no_margin_)
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 58 first_item_has_no_margin_(params.first_item_has_no_margin) {
73 if (first_item_has_no_margin_) {
140 const bool first_item_has_no_margin_; member in class:views::internal::TrayBubbleBorder

Completed in 790 milliseconds