HomeSort by relevance Sort by last modified time
    Searched refs:temp_y (Results 1 - 3 of 3) 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
83 !dict->GetInteger("top", &temp_y) ||
89 *y = temp_y;
  /external/opencv/ml/src/
mlsvm.cpp 1364 schar* temp_y = 0; local
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 2695 int temp_y = static_cast<int>((device_y + position_.y())\/ current_zoom_ - local
    [all...]

Completed in 168 milliseconds