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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 204 EXPECT_EQ("359,16 1x344", event_filter()->src_indicator_bounds_.ToString());
207 EXPECT_EQ("360,16 1x344", event_filter()->src_indicator_bounds_.ToString());
216 EXPECT_EQ("359,16 1x344", event_filter()->src_indicator_bounds_.ToString());
219 EXPECT_EQ("360,21 1x339", event_filter()->src_indicator_bounds_.ToString());
227 EXPECT_EQ("359,200 1x160", event_filter()->src_indicator_bounds_.ToString());
230 EXPECT_EQ("360,200 1x160", event_filter()->src_indicator_bounds_.ToString());
237 EXPECT_EQ("359,16 1x344", event_filter()->src_indicator_bounds_.ToString());
242 EXPECT_EQ("360,11 1x349", event_filter()->src_indicator_bounds_.ToString());
259 EXPECT_EQ("0,16 1x344", event_filter()->src_indicator_bounds_.ToString());
262 EXPECT_EQ("-1,16 1x344", event_filter()->src_indicator_bounds_.ToString())
    [all...]
mouse_cursor_event_filter.cc 128 src_indicator_bounds_.SetRect(0, 0, 0, 0);
142 shared_display_edge_indicator_->Show(src_indicator_bounds_,
282 src_indicator_bounds_.set_x(
284 src_indicator_bounds_.set_width(
286 src_indicator_bounds_.x());
287 src_indicator_bounds_.set_height(kIndicatorThickness);
288 src_indicator_bounds_.set_y(
293 dst_indicator_bounds_ = src_indicator_bounds_;
305 CreateHorizontalEdgeBoundsInNative(src_root, src_indicator_bounds_);
333 src_indicator_bounds_.set_width(kIndicatorThickness)
    [all...]
mouse_cursor_event_filter.h 112 gfx::Rect src_indicator_bounds_; member in class:ash::MouseCursorEventFilter

Completed in 190 milliseconds