Searched refs:ViewportSelectionBound (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/output/
H A Dviewport_selection_bound.h15 struct CC_EXPORT ViewportSelectionBound { struct in namespace:cc
16 ViewportSelectionBound();
17 ~ViewportSelectionBound();
25 CC_EXPORT bool operator==(const ViewportSelectionBound& lhs,
26 const ViewportSelectionBound& rhs);
27 CC_EXPORT bool operator!=(const ViewportSelectionBound& lhs,
28 const ViewportSelectionBound& rhs);
H A Dviewport_selection_bound.cc9 ViewportSelectionBound::ViewportSelectionBound() function in class:cc::ViewportSelectionBound
13 ViewportSelectionBound::~ViewportSelectionBound() {
16 bool operator==(const ViewportSelectionBound& lhs,
17 const ViewportSelectionBound& rhs) {
22 bool operator!=(const ViewportSelectionBound& lhs,
23 const ViewportSelectionBound& rhs) {
H A Dcompositor_frame_metadata.h45 ViewportSelectionBound selection_start;
46 ViewportSelectionBound selection_end;
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.h52 void OnSelectionBoundsChanged(const cc::ViewportSelectionBound& start,
53 const cc::ViewportSelectionBound& end);
125 cc::ViewportSelectionBound start_;
126 cc::ViewportSelectionBound end_;
H A Dtouch_selection_controller.cc56 const cc::ViewportSelectionBound& start,
57 const cc::ViewportSelectionBound& end) {
380 start_ = cc::ViewportSelectionBound();
381 end_ = cc::ViewportSelectionBound();
H A Dtouch_selection_controller_unittest.cc94 controller_->OnSelectionBoundsChanged(cc::ViewportSelectionBound(),
95 cc::ViewportSelectionBound());
101 cc::ViewportSelectionBound bound;
113 cc::ViewportSelectionBound start_bound, end_bound;
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h290 void GetViewportSelection(ViewportSelectionBound* start,
291 ViewportSelectionBound* end);
H A Dlayer_tree_impl.cc1380 static ViewportSelectionBound ComputeViewportSelection(
1384 ViewportSelectionBound viewport_bound;
1427 void LayerTreeImpl::GetViewportSelection(ViewportSelectionBound* start,
1428 ViewportSelectionBound* end) {
H A Dlayer_tree_impl_unittest.cc2111 ViewportSelectionBound left_output, right_output;
2115 EXPECT_EQ(ViewportSelectionBound(), left_output);
2116 EXPECT_EQ(ViewportSelectionBound(), right_output);
2219 ViewportSelectionBound left_output, right_output;
2326 ViewportSelectionBound left_output, right_output;
H A Dlayer_tree_host_impl_unittest.cc6606 const ViewportSelectionBound& selection_start_before =
6608 const ViewportSelectionBound& selection_end_before =
6610 EXPECT_EQ(ViewportSelectionBound(), selection_start_before);
6611 EXPECT_EQ(ViewportSelectionBound(), selection_end_before);
6635 const ViewportSelectionBound& selection_start_after =
6637 const ViewportSelectionBound& selection_end_after =
/external/chromium_org/content/common/
H A Dcc_messages.h264 IPC_STRUCT_TRAITS_BEGIN(cc::ViewportSelectionBound)
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc1543 cc::ViewportSelectionBound insertion_bound;

Completed in 348 milliseconds