OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_button_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.cc
54
size_button_
(NULL),
63
// |
size_button_
| is capable of minimizing in this case.
70
size_button_
= new AlternateFrameSizeButton(this, frame, this);
72
size_button_
= new FrameMaximizeButton(this, frame);
73
size_button_
->SetAccessibleName(
75
size_button_
->SetVisible(frame_->widget_delegate()->CanMaximize());
76
AddChildView(
size_button_
);
93
NULL : static_cast<FrameMaximizeButton*>(
size_button_
);
105
} else if (
size_button_
->visible() &&
106
ConvertPointToViewAndHitTest(this,
size_button_
, point))
[
all
...]
frame_caption_button_container_view.h
64
return container_view_->
size_button_
;
126
// and |
size_button_
| is visible.
128
FrameCaptionButton*
size_button_
;
member in class:ash::FrameCaptionButtonContainerView
alternate_frame_size_button_unittest.cc
98
size_button_
->state() == views::Button::STATE_NORMAL &&
133
size_button_
= test.size_button();
135
size_button_
)->set_delay_to_set_buttons_to_snap_mode(0);
143
FrameCaptionButton* size_button() { return
size_button_
; }
150
FrameCaptionButton*
size_button_
;
member in class:ash::test::AlternateFrameSizeButtonTest
Completed in 235 milliseconds