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

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.h49 Status GetWindowInfo(int* x, int* y, int* width, int* height);
H A Dautomation_extension.cc35 return GetWindowInfo(x, y, &temp_width, &temp_height);
48 return GetWindowInfo(&temp_x, &temp_y, width, height);
65 Status AutomationExtension::GetWindowInfo(int* x, function in class:AutomationExtension
/external/chromium_org/ui/base/win/
H A Dopen_file_name_win.cc52 ::GetWindowInfo(parent_window, &parent_info);

Completed in 219 milliseconds