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

  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 46 CreateDisplayInfo(internal_display_id_, gfx::Rect(0, 0, 500, 500));
48 CreateDisplayInfo(external_display_id_, gfx::Rect(1, 1, 100, 100));
50 CreateDisplayInfo(mirrored_display_id_, gfx::Rect(0, 0, 100, 100));
230 DisplayInfo CreateDisplayInfo(int64 id, const gfx::Rect& bounds) {
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 23 DisplayInfo CreateDisplayInfo(int64 id, const gfx::Rect& bounds) {
220 CreateDisplayInfo(internal_id, gfx::Rect(0, 0, 500, 500));
222 CreateDisplayInfo(external_id, gfx::Rect(1, 1, 100, 100));
display_manager_unittest.cc 400 DisplayInfo CreateDisplayInfo(int64 id, const gfx::Rect& bounds) {
414 CreateDisplayInfo(internal_display_id, gfx::Rect(0, 0, 500, 500));
416 CreateDisplayInfo(external_id, gfx::Rect(1, 1, 100, 100));
418 CreateDisplayInfo(mirror_id, gfx::Rect(0, 0, 500, 500));
507 display_info_list.push_back(CreateDisplayInfo(12, gfx::Rect(1, 1, 100, 100)));
591 CreateDisplayInfo(10, gfx::Rect(1, 1, 100, 100));
693 CreateDisplayInfo(internal_display_id, gfx::Rect(0, 0, 500, 500));
695 CreateDisplayInfo(10, gfx::Rect(1, 1, 100, 100));
    [all...]

Completed in 94 milliseconds