Searched defs:LayerSelectionBound (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/input/
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) {
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);

Completed in 957 milliseconds