Home | History | Annotate | Download | only in win

Lines Matching defs:succeeded

100     // We don't care if setting the key hook succeeded.
491 const bool succeeded = !!::GetWindowPlacement(hwnd(), &wp);
492 DCHECK(succeeded);
499 const bool succeeded = GetWindowRect(hwnd(), &wp.rcNormalPosition) != 0;
500 DCHECK(succeeded);
506 const bool succeeded = GetMonitorInfo(
508 DCHECK(succeeded);