OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnapType
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ash/wm/workspace/
snap_types.h
12
enum
SnapType
{
workspace_window_resizer.h
158
// Returns the
SnapType
for the specified point. SNAP_NONE is used if no
160
SnapType
GetSnapType(const gfx::Point& location) const;
199
// Last
SnapType
.
200
SnapType
snap_type_;
workspace_window_resizer.cc
[
all
...]
/external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.h
41
void SetSnapType(
SnapType
snap_type);
51
void OnButtonClicked(
SnapType
snap_type);
56
void OnButtonHover(
SnapType
snap_type);
68
views::CustomButton* GetButtonForUnitTest(
SnapType
state);
91
SnapType
snap_type_for_creation_;
maximize_bubble_controller.cc
47
void MaximizeBubbleController::SetSnapType(
SnapType
snap_type) {
66
void MaximizeBubbleController::OnButtonClicked(
SnapType
snap_type) {
70
void MaximizeBubbleController::OnButtonHover(
SnapType
snap_type) {
75
SnapType
state) {
maximize_bubble_controller_bubble.h
35
SnapType
initial_snap_type);
69
void SetSnapType(
SnapType
snap_type);
77
views::CustomButton* GetButtonForUnitTest(
SnapType
state);
frame_maximize_button.h
46
void SnapButtonHovered(
SnapType
type);
50
void ExecuteSnapAndCloseMenu(
SnapType
type);
133
SnapType
SnapTypeForLocation(const gfx::Point& location) const;
136
gfx::Rect ScreenBoundsForType(
SnapType
type,
173
SnapType
snap_type_;
bubble_contents_button_row.h
36
views::CustomButton* GetButtonForUnitTest(
SnapType
state);
alternate_frame_size_button.h
93
SnapType
snap_type_;
maximize_bubble_controller_bubble.cc
32
SnapType
initial_snap_type);
38
void SetSnapType(
SnapType
snap_type);
42
views::CustomButton* GetButtonForUnitTest(
SnapType
state);
59
SnapType
initial_snap_type)
90
void BubbleContentsView::SetSnapType(
SnapType
snap_type) {
123
views::CustomButton* BubbleContentsView::GetButtonForUnitTest(
SnapType
state) {
310
SnapType
initial_snap_type)
488
void MaximizeBubbleControllerBubble::SetSnapType(
SnapType
snap_type) {
494
SnapType
state) {
frame_maximize_button.cc
113
void FrameMaximizeButton::SnapButtonHovered(
SnapType
type) {
153
void FrameMaximizeButton::ExecuteSnapAndCloseMenu(
SnapType
snap_type) {
425
SnapType
type = SnapTypeForLocation(location);
471
SnapType
FrameMaximizeButton::SnapTypeForLocation(
487
SnapType
type,
bubble_contents_button_row.cc
162
SnapType
state) {
frame_maximize_button_unittest.cc
638
SnapType
snap_type) {
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h
124
bool CanDockWindow(aura::Window* window,
SnapType
edge);
docked_window_layout_manager.cc
522
SnapType
edge) {
[
all
...]
Completed in 570 milliseconds