Home
last modified time | relevance | path

Searched refs:screen_coordinates (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dwindow_proxy.cc20 bool screen_coordinates) { in GetViewBounds() argument
32 handle_, view_id, screen_coordinates, &result, bounds))) { in GetViewBounds()
Dwindow_proxy.h40 bool GetViewBounds(int view_id, gfx::Rect* bounds, bool screen_coordinates);
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider_views.cc13 bool screen_coordinates, in WindowGetViewBounds() argument
27 if (screen_coordinates) in WindowGetViewBounds()
Dtesting_automation_provider_gtk.cc22 bool screen_coordinates, in WindowGetViewBounds() argument
39 if (screen_coordinates) { in WindowGetViewBounds()
Dtesting_automation_provider_mac.mm27 bool screen_coordinates,
58 if (screen_coordinates && [[NSScreen screens] count] > 0) {
Dtesting_automation_provider.h108 void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_gtk.cc34 bool screen_coordinates, in WindowGetViewBounds() argument
48 if (screen_coordinates) { in WindowGetViewBounds()
Dtesting_automation_provider_views.cc118 bool screen_coordinates, in WindowGetViewBounds() argument
133 if (screen_coordinates) in WindowGetViewBounds()
Dtesting_automation_provider_mac.mm42 bool screen_coordinates,
73 if (screen_coordinates && [[NSScreen screens] count] > 0) {
Dtesting_automation_provider.h113 void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,