OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maximizebubblecontroller
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.cc
14
MaximizeBubbleController
::
MaximizeBubbleController
(
24
base::OneShotTimer<
MaximizeBubbleController
>* new_timer =
25
new base::OneShotTimer<
MaximizeBubbleController
>();
32
&
MaximizeBubbleController
::CreateBubble);
38
MaximizeBubbleController
::~
MaximizeBubbleController
() {
47
void
MaximizeBubbleController
::SetSnapType(SnapType snap_type) {
57
aura::Window*
MaximizeBubbleController
::GetBubbleWindow() {
61
void
MaximizeBubbleController
::DelayCreation()
[
all
...]
maximize_bubble_controller.h
31
class ASH_EXPORT
MaximizeBubbleController
{
33
MaximizeBubbleController
(FrameMaximizeButton* frame_maximize_button,
38
virtual ~
MaximizeBubbleController
();
99
DISALLOW_COPY_AND_ASSIGN(
MaximizeBubbleController
);
maximize_bubble_controller_bubble.h
20
class
MaximizeBubbleController
;
33
MaximizeBubbleControllerBubble(
MaximizeBubbleController
* owner,
71
// Get the owning
MaximizeBubbleController
. This might return NULL in case
73
MaximizeBubbleController
* controller() const { return owner_; }
84
MaximizeBubbleController
* owner_;
frame_maximize_button.h
30
class
MaximizeBubbleController
;
52
// Called by the
MaximizeBubbleController
when the maximize bubble is shown.
94
MaximizeBubbleController
* maximizer() { return maximizer_.get(); }
181
scoped_ptr<
MaximizeBubbleController
> maximizer_;
frame_maximize_button.cc
232
maximizer_.reset(new
MaximizeBubbleController
(
335
maximizer_.reset(new
MaximizeBubbleController
(
maximize_bubble_controller_bubble.cc
308
MaximizeBubbleController
* owner,
Completed in 92 milliseconds