HomeSort by relevance Sort by last modified time
    Searched refs:dst_indicator_bounds_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 205 EXPECT_EQ("360,0 1x360", event_filter()->dst_indicator_bounds_.ToString());
208 EXPECT_EQ("359,0 1x360", event_filter()->dst_indicator_bounds_.ToString());
217 EXPECT_EQ("360,5 1x355", event_filter()->dst_indicator_bounds_.ToString());
220 EXPECT_EQ("359,5 1x355", event_filter()->dst_indicator_bounds_.ToString());
228 EXPECT_EQ("360,200 1x160", event_filter()->dst_indicator_bounds_.ToString());
231 EXPECT_EQ("359,200 1x160", event_filter()->dst_indicator_bounds_.ToString());
238 EXPECT_EQ("360,0 1x360", event_filter()->dst_indicator_bounds_.ToString());
243 EXPECT_EQ("359,0 1x360", event_filter()->dst_indicator_bounds_.ToString());
260 EXPECT_EQ("-1,0 1x360", event_filter()->dst_indicator_bounds_.ToString());
263 EXPECT_EQ("0,0 1x360", event_filter()->dst_indicator_bounds_.ToString())
    [all...]
mouse_cursor_event_filter.cc 129 dst_indicator_bounds_.SetRect(0, 0, 0, 0);
143 dst_indicator_bounds_);
293 dst_indicator_bounds_ = src_indicator_bounds_;
294 dst_indicator_bounds_.set_height(kIndicatorThickness);
295 dst_indicator_bounds_.set_y(
307 CreateHorizontalEdgeBoundsInNative(dst_root, dst_indicator_bounds_);
329 dst_indicator_bounds_.SetRect(
370 CreateVerticalEdgeBoundsInNative(dst_root, dst_indicator_bounds_);
mouse_cursor_event_filter.h 110 // The bounds for warp hole windows. |dst_indicator_bounds_| is kept
113 gfx::Rect dst_indicator_bounds_; member in class:ash::MouseCursorEventFilter

Completed in 402 milliseconds