HomeSort by relevance Sort by last modified time
    Searched refs:UpdateDisplay (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/ash/high_contrast/
high_contrast_controller.cc 29 UpdateDisplay(*it);
33 void HighContrastController::UpdateDisplay(aura::Window* root_window) {
38 UpdateDisplay(root_window);
high_contrast_controller.h 31 void UpdateDisplay(aura::Window* root_window);
  /external/chromium_org/ash/test/
display_manager_test_api.h 28 void UpdateDisplay(const std::string& display_specs);
  /external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc 176 UpdateDisplay("400x400");
180 UpdateDisplay("400x400,200x200");
194 UpdateDisplay("400x400,200x200");
206 UpdateDisplay("400x400");
214 UpdateDisplay("400x400,200x200");
227 UpdateDisplay("400x400,200x200");
240 UpdateDisplay("400x400@1.5");
257 UpdateDisplay("400x400@1.5,200x200");
270 UpdateDisplay("400x400@1.5,200x200");
282 UpdateDisplay("400x400@1.5,200x200")
    [all...]
  /external/chromium_org/ash/display/
display_error_observer_chromeos_unittest.cc 48 UpdateDisplay("200x200,300x300");
58 UpdateDisplay("200x200,300x300");
73 UpdateDisplay("200x200,300x300");
display_manager_unittest.cc 138 UpdateDisplay("100+0-500x500,0+501-400x400");
154 UpdateDisplay("100+0-500x500");
159 UpdateDisplay("1+1-1000x600");
166 UpdateDisplay("1+1-1000x600,1002+0-600x400");
177 UpdateDisplay("1+1-800x300");
196 UpdateDisplay("100+100-500x400");
212 UpdateDisplay("0+0-1000x600,1000+1000-600x400");
224 UpdateDisplay("0+0-800x600,1000+1000-600x400");
261 UpdateDisplay("0+0-500x500,0+501-400x400");
309 UpdateDisplay("0+0-500x500")
    [all...]
mirror_window_controller_unittest.cc 77 UpdateDisplay("400x400,400x400");
134 UpdateDisplay("400x400,400x400");
159 UpdateDisplay("400x400/r,400x400"); // 90 degrees.
170 UpdateDisplay("400x400/u,400x400"); // 180 degrees.
180 UpdateDisplay("400x400/l,400x400"); // 270 degrees.
200 UpdateDisplay("400x600*2,400x600");
214 UpdateDisplay("400x600*0.5,400x600");
224 UpdateDisplay("400x600/r,400x600");
resolution_notification_controller_unittest.cc 86 // so invoke UpdateDisplay() to emit that event explicitly.
168 UpdateDisplay("300x300#300x300%57|200x200%58,250x250#250x250%59|200x200%60");
201 UpdateDisplay("300x300#300x300%57|200x200%58,250x250#250x250%59|200x200%60");
235 UpdateDisplay("300x300#300x300%59|200x200%60");
253 UpdateDisplay("300x300#300x300%59|200x200%60");
271 UpdateDisplay("100x100,150x150#150x150%59|200x200%60");
300 UpdateDisplay("300x300#300x300%59|200x200%60");
325 UpdateDisplay("300x300#300x300%56|200x200%57,"
335 UpdateDisplay("300x300#300x300%56|200x200%57");
350 UpdateDisplay("300x300#300x300%56|200x200%57,
    [all...]
mouse_cursor_event_filter_unittest.cc 69 UpdateDisplay("500x500,500x500");
113 UpdateDisplay("500x500,600x600"); // the second one is larger.
144 UpdateDisplay("500x500,600x600*2");
175 UpdateDisplay("500x500,500x500");
197 UpdateDisplay("360x360,700x700");
252 UpdateDisplay("360x360,700x700");
280 UpdateDisplay("360x360,700x700");
322 UpdateDisplay("400x400,800x800*2");
root_window_transformers_unittest.cc 142 UpdateDisplay("120x200,300x400*2");
233 UpdateDisplay("600x400*2@1.5,500x300");
275 UpdateDisplay("200x200*2");
314 UpdateDisplay("600x400*2/r@1.5");
341 UpdateDisplay("600x400*2/u@1.5");
366 UpdateDisplay("600x400*2/l@1.5");
399 UpdateDisplay("400x200,500x500");
405 UpdateDisplay("200x400,500x500");
screen_position_controller_unittest.cc 88 UpdateDisplay("100+100-200x200,100+500-200x200");
176 UpdateDisplay("100+100-200x200*2,100+500-200x200");
218 UpdateDisplay("100+100-200x200/r,100+500-200x200/l");
250 UpdateDisplay("100+100-200x200*2@1.5,100+500-200x200");
display_controller_unittest.cc 386 UpdateDisplay("444x333, 200x200");
405 UpdateDisplay("500x500,400x400");
534 UpdateDisplay("500x500");
613 UpdateDisplay("200x200,300x300"); // layout, resize and add.
627 UpdateDisplay("400x400,200x200");
634 UpdateDisplay("400x400,300x300");
641 UpdateDisplay("400x400");
648 UpdateDisplay("400x500*2,300x300");
657 UpdateDisplay("400x500*2,300x300");
706 UpdateDisplay("200x200,300x300")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc 72 UpdateDisplay("800x600");
85 // ash::test::DisplayManagerTestApi::UpdateDisplay for more details.
86 void UpdateDisplay(const std::string& display_specs) {
89 display_manager_test_api.UpdateDisplay(display_specs);
197 UpdateDisplay("800x600,800x600");
204 UpdateDisplay("800x600");
207 UpdateDisplay("800x600,2000x2000");
216 UpdateDisplay("800x600");
219 UpdateDisplay("800x600,2000x2000");
338 UpdateDisplay("800x600")
    [all...]
  /external/chromium_org/ash/
dip_unittest.cc 36 UpdateDisplay("1000x900*1.0f");
47 UpdateDisplay("2000x1800*2.0f");
screen_util_unittest.cc 28 UpdateDisplay("600x600,500x500");
70 UpdateDisplay("600x600,500x500");
87 UpdateDisplay("600x600,500x500");
extended_desktop_unittest.cc 182 UpdateDisplay("1000x600,600x400");
204 UpdateDisplay("1000x600,600x400");
238 UpdateDisplay("1000x600,600x400");
276 UpdateDisplay("1000x600,600x400");
291 UpdateDisplay("1000x600,600x400");
314 UpdateDisplay("700x500,500x500");
335 UpdateDisplay("700x500,500x500");
375 UpdateDisplay("1000x600,600x400");
445 UpdateDisplay("1000x600,600x400");
480 UpdateDisplay("1000x600*2,600x400")
    [all...]
root_window_controller_unittest.cc 137 UpdateDisplay("600x600,300x300");
199 UpdateDisplay("600x600");
268 UpdateDisplay("500x500,500x500");
289 UpdateDisplay("500x500");
297 UpdateDisplay("600x600");
337 UpdateDisplay("600x600");
382 UpdateDisplay("600x600");
429 UpdateDisplay("600x600");
464 UpdateDisplay("600x600,600x600");
501 UpdateDisplay("600x600")
    [all...]
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_chromeos_unittest.cc 72 UpdateDisplay("500x600,400x520");
111 UpdateDisplay("500x600/r");
156 UpdateDisplay("500x600,400x520*2");
188 UpdateDisplay("640x720*2/o, 400x520/o");
238 UpdateDisplay("600x600, 400x520/o");
283 UpdateDisplay("600x600, 400x520");
315 UpdateDisplay("1200x600,520x400");
334 UpdateDisplay("1200x600,520x400");
353 UpdateDisplay("1200x600,520x400");
372 UpdateDisplay("1200x600,520x400")
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 286 display_manager_test_api.UpdateDisplay("320x200");
309 UpdateDisplay("1000x300*2");
315 UpdateDisplay("1000x300*2/r");
321 UpdateDisplay("1000x300*2@1.5");
330 UpdateDisplay("400x300,100x100");
336 UpdateDisplay("400x300,500x600");
342 UpdateDisplay("400x300,100x500");
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 74 UpdateDisplay("600x600");
133 UpdateDisplay("600x600");
151 UpdateDisplay("600x600");
170 UpdateDisplay("600x600");
174 UpdateDisplay("800x800");
178 UpdateDisplay("400x400");
185 UpdateDisplay("600x600");
  /external/chromium_org/ash/wm/
window_positioner_unittest.cc 26 UpdateDisplay("400x400,500x500");
43 UpdateDisplay("400x400,1400x900");
69 UpdateDisplay("1400x900");
142 UpdateDisplay("400x400");
ash_native_cursor_manager_unittest.cc 71 UpdateDisplay("800x800*2/r");
94 UpdateDisplay("800x800/u");
140 UpdateDisplay("800x100*2");
144 UpdateDisplay("800x100/l");
155 UpdateDisplay("800x100*1.25");
176 UpdateDisplay("800x800*2");
app_list_controller_unittest.cc 135 UpdateDisplay("800x600,800x600");
146 UpdateDisplay("800x600");
162 // UpdateDisplay is not supported in this case, so just skip the test.
167 UpdateDisplay("400x300");
  /external/chromium_org/ash/system/overview/
overview_button_tray_unittest.cc 95 UpdateDisplay("400x400,200x200");
114 UpdateDisplay("400x400,200x200");
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate_unittest.cc 37 UpdateDisplay("500x400,300x200");

Completed in 766 milliseconds

1 2 3