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

  /external/chromium_org/ui/message_center/views/
message_center_bubble.h 25 bool first_item_has_no_margin);
message_center_bubble.cc 62 bool first_item_has_no_margin)
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 65 // predecessor. If |first_item_has_no_margin| is set however the first item
70 bool first_item_has_no_margin);
message_popup_collection.cc 44 // first_item_has_no_margin was specified).
63 bool first_item_has_no_margin)
70 first_item_has_no_margin_(first_item_has_no_margin),
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 105 bool first_item_has_no_margin; member in struct:views::TrayBubbleView::InitParams
tray_bubble_view.cc 86 first_item_has_no_margin_(params.first_item_has_no_margin) {
283 first_item_has_no_margin(false),
  /external/chromium_org/ash/system/tray/
system_tray.cc 491 init_params.first_item_has_no_margin =
563 init_params.first_item_has_no_margin =

Completed in 159 milliseconds