OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:press_location_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/workspace/
frame_maximize_button.cc
115
press_location_
= gfx::Point(width() / 2, height() / 2);
117
gfx::Point location =
press_location_
;
344
press_location_
= event.location();
358
event.location() -
press_location_
);
417
UpdateSnap(
press_location_
, false, press_is_gesture_);
471
gfx::Vector2d delta(location -
press_location_
);
frame_maximize_button.h
159
gfx::Point
press_location_
;
member in class:ash::FrameMaximizeButton
Completed in 373 milliseconds