Searched defs:temp_x (Results 1 - 2 of 2) 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);
80 int temp_x = 0; local
85 !dict->GetInteger("left", &temp_x) ||
91 *x = temp_x;
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc2800 int temp_x = static_cast<int>((device_x + position_.x())/ current_zoom_ - local
2807 current_rotation_, temp_x, temp_y, page_x, page_y);

Completed in 101 milliseconds