Searched defs:enum_params (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi.cc569 SetWindowPosParams enum_params = { x, y, width, height, set_window_flags, local
580 ::EnumWindows(ChromeWindowEnumProc, reinterpret_cast<LPARAM>(&enum_params));
584 if (!found_window && enum_params.success) {

Completed in 421 milliseconds