HomeSort by relevance Sort by last modified time
    Searched refs:temp_x (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc 47 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;
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 2693 int temp_x = static_cast<int>((device_x + position_.x())\/ current_zoom_ - local
    [all...]

Completed in 77 milliseconds