OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaximizeBubbleController
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/
maximize_bubble_controller.h
30
class ASH_EXPORT
MaximizeBubbleController
{
34
MaximizeBubbleController
(FrameMaximizeButton* frame_maximize_button,
39
virtual ~
MaximizeBubbleController
();
96
DISALLOW_COPY_AND_ASSIGN(
MaximizeBubbleController
);
maximize_bubble_controller.cc
192
explicit BubbleMouseWatcherHost(
MaximizeBubbleController
::Bubble* bubble)
200
MaximizeBubbleController
::Bubble* bubble_;
210
class
MaximizeBubbleController
::Bubble : public views::BubbleDelegateView,
213
explicit Bubble(
MaximizeBubbleController
* owner, int appearance_delay_ms_);
249
// Get the owning
MaximizeBubbleController
. This might return NULL in case
251
MaximizeBubbleController
* controller() const { return owner_; }
262
MaximizeBubbleController
* owner_;
289
explicit BubbleContentsButtonRow(
MaximizeBubbleController
::Bubble* bubble);
303
MaximizeBubbleController
::Bubble* bubble() { return bubble_; }
312
MaximizeBubbleController
::Bubble* bubble_
[
all
...]
/external/chromium_org/ash/wm/workspace/
frame_maximize_button.h
28
class
MaximizeBubbleController
;
86
MaximizeBubbleController
* maximizer() { return maximizer_.get(); }
173
scoped_ptr<
MaximizeBubbleController
> maximizer_;
frame_maximize_button.cc
226
maximizer_.reset(new
MaximizeBubbleController
(
333
maximizer_.reset(new
MaximizeBubbleController
(
Completed in 854 milliseconds