OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_bar_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
message_center_view.cc
608
button_bar_
= new MessageCenterButtonBar(this,
613
const int button_height =
button_bar_
->GetPreferredSize().height();
641
AddChildView(
button_bar_
);
713
button_bar_
->SetBackArrowVisible(visible);
721
button_bar_
->SetAllButtonsEnabled(false);
727
button_bar_
->SetAllButtonsEnabled(true);
728
button_bar_
->SetCloseAllButtonEnabled(false);
754
int button_height =
button_bar_
->GetHeightForWidth(width()) +
755
button_bar_
->GetInsets().height();
761
button_bar_
->SetBounds
[
all
...]
message_center_view.h
96
MessageCenterButtonBar*
button_bar_
;
member in class:message_center::MessageCenterView
Completed in 2825 milliseconds