OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window_create_point_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
557
//
window_create_point_
is only used in CompleteDrag() (through
562
// the
window_create_point_
is not in the correct coordinate system. Please
566
window_create_point_
= first_source_tab_point_;
567
window_create_point_
.Offset(mouse_offset_.x(), mouse_offset_.y());
591
return gfx::Point(cursor_point.x() -
window_create_point_
.x(),
592
cursor_point.y() -
window_create_point_
.y());
[
all
...]
dragged_tab_controller.h
330
gfx::Point
window_create_point_
;
member in class:DraggedTabController
333
// This is used to calculate
window_create_point_
.
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
195
window_create_point_
.SetPoint(mouse_offset_.x(), mouse_offset_.y());
200
return gfx::Point(cursor_point.x() -
window_create_point_
.x(),
201
cursor_point.y() -
window_create_point_
.y());
dragged_tab_controller_gtk.h
240
gfx::Point
window_create_point_
;
member in class:DraggedTabControllerGtk
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h
547
gfx::Point
window_create_point_
;
member in class:TabDragController
550
// This is used to calculate |
window_create_point_
|.
tab_drag_controller.cc
760
//
window_create_point_
is only used in CompleteDrag() (through
765
// the
window_create_point_
is not in the correct coordinate system. Please
769
window_create_point_
= first_source_tab_point_;
770
window_create_point_
.Offset(mouse_offset_.x(), mouse_offset_.y());
795
return gfx::Point(create_point.x() -
window_create_point_
.x(),
796
create_point.y() -
window_create_point_
.y());
[
all
...]
Completed in 71 milliseconds