Searched refs:temp_x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.cc47 int temp_x, temp_y; local
48 return GetWindowInfo(&temp_x, &temp_y, width, height);
79 int temp_x, temp_y, temp_width, temp_height; local
82 !dict->GetInteger("left", &temp_x) ||
88 *x = temp_x;

Completed in 69 milliseconds