OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpecialPopupRow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
special_popup_row.h
25
class
SpecialPopupRow
: public views::View {
27
SpecialPopupRow
();
28
virtual ~
SpecialPopupRow
();
48
DISALLOW_COPY_AND_ASSIGN(
SpecialPopupRow
);
special_popup_row.cc
41
SpecialPopupRow
::
SpecialPopupRow
()
52
SpecialPopupRow
::~
SpecialPopupRow
() {
55
void
SpecialPopupRow
::SetTextLabel(int string_id, ViewClickListener* listener) {
79
void
SpecialPopupRow
::SetContent(views::View* view) {
85
void
SpecialPopupRow
::AddButton(TrayPopupHeaderButton* button) {
93
void
SpecialPopupRow
::AddThrobber(ThrobberView* throbber) {
101
gfx::Size
SpecialPopupRow
::GetPreferredSize() {
107
int
SpecialPopupRow
::GetHeightForWidth(int width)
[
all
...]
Completed in 183 milliseconds