Searched refs:LayerSelectionBound (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/cc/input/
H A Dlayer_selection_bound.h15 struct CC_EXPORT LayerSelectionBound { struct in namespace:cc
16 LayerSelectionBound();
17 ~LayerSelectionBound();
25 bool operator==(const LayerSelectionBound& lhs, const LayerSelectionBound& rhs);
26 bool operator!=(const LayerSelectionBound& lhs, const LayerSelectionBound& rhs);
H A Dlayer_selection_bound.cc9 LayerSelectionBound::LayerSelectionBound() function in class:cc::LayerSelectionBound
13 LayerSelectionBound::~LayerSelectionBound() {
16 bool operator==(const LayerSelectionBound& lhs,
17 const LayerSelectionBound& rhs) {
22 bool operator!=(const LayerSelectionBound& lhs,
23 const LayerSelectionBound& rhs) {
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h185 void RegisterSelection(const LayerSelectionBound& start,
186 const LayerSelectionBound& end);
451 LayerSelectionBound selection_start_;
452 LayerSelectionBound selection_end_;
H A Dlayer_tree_impl.h285 void RegisterSelection(const LayerSelectionBound& start,
286 const LayerSelectionBound& end);
352 LayerSelectionBound selection_start_;
353 LayerSelectionBound selection_end_;
H A Dlayer_tree_impl_unittest.cc2099 LayerSelectionBound left_input;
2105 LayerSelectionBound right_input;
2131 LayerSelectionBound insertion_input;
2137 LayerSelectionBound());
2205 LayerSelectionBound left_input;
2211 LayerSelectionBound right_input;
2311 LayerSelectionBound left_input;
2317 LayerSelectionBound right_input;
H A Dlayer_tree_impl.cc1374 void LayerTreeImpl::RegisterSelection(const LayerSelectionBound& start,
1375 const LayerSelectionBound& end) {
1381 const LayerSelectionBound& layer_bound,
H A Dlayer_tree_host.cc1282 void LayerTreeHost::RegisterSelection(const LayerSelectionBound& start,
1283 const LayerSelectionBound& end) {
H A Dlayer_tree_host_impl_unittest.cc6616 LayerSelectionBound start, end;
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc88 cc::LayerSelectionBound ConvertWebSelectionBound(
92 cc::LayerSelectionBound cc_bound;
692 cc::LayerSelectionBound empty_selection;

Completed in 257 milliseconds