Searched refs:screen_coordinates (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/test/automation/ |
D | window_proxy.cc | 20 bool screen_coordinates) { in GetViewBounds() argument 32 handle_, view_id, screen_coordinates, &result, bounds))) { in GetViewBounds()
|
D | window_proxy.h | 40 bool GetViewBounds(int view_id, gfx::Rect* bounds, bool screen_coordinates);
|
/external/chromium_org/chrome/browser/automation/ |
D | testing_automation_provider_views.cc | 13 bool screen_coordinates, in WindowGetViewBounds() argument 27 if (screen_coordinates) in WindowGetViewBounds()
|
D | testing_automation_provider_gtk.cc | 22 bool screen_coordinates, in WindowGetViewBounds() argument 39 if (screen_coordinates) { in WindowGetViewBounds()
|
D | testing_automation_provider_mac.mm | 27 bool screen_coordinates, 58 if (screen_coordinates && [[NSScreen screens] count] > 0) {
|
D | testing_automation_provider.h | 108 void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_gtk.cc | 34 bool screen_coordinates, in WindowGetViewBounds() argument 48 if (screen_coordinates) { in WindowGetViewBounds()
|
D | testing_automation_provider_views.cc | 118 bool screen_coordinates, in WindowGetViewBounds() argument 133 if (screen_coordinates) in WindowGetViewBounds()
|
D | testing_automation_provider_mac.mm | 42 bool screen_coordinates, 73 if (screen_coordinates && [[NSScreen screens] count] > 0) {
|
D | testing_automation_provider.h | 113 void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,
|