OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_origin
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_drag_handler.cc
38
gfx::Vector2d
delta_origin
= target_position - panel->GetBounds().origin();
local
45
delta_origin
.set_y(0);
47
stack->MoveAllDraggingPanelsInstantly(
delta_origin
);
78
gfx::Vector2d
delta_origin
(
81
stack->MoveAllDraggingPanelsInstantly(
delta_origin
);
stacked_panel_collection.h
70
void MoveAllDraggingPanelsInstantly(const gfx::Vector2d&
delta_origin
);
panel.h
294
void MoveByInstantly(const gfx::Vector2d&
delta_origin
);
panel.cc
785
void Panel::MoveByInstantly(const gfx::Vector2d&
delta_origin
) {
787
bounds.Offset(
delta_origin
);
stacked_panel_collection.cc
709
const gfx::Vector2d&
delta_origin
) {
714
GetStackWindowForPanel(panel)->MovePanelsBy(
delta_origin
);
Completed in 129 milliseconds