Home | History | Annotate | Download | only in automation

Lines Matching refs:hwnd

26   HWND hwnd = window_tracker_->GetResource(handle);
27 if (hwnd) {
30 GetWindowPlacement(hwnd, &window_placement);
40 HWND window = browser->window()->GetNativeHandle();
49 HWND hwnd = window_tracker_->GetResource(handle);
50 if (hwnd) {
53 GetWindowPlacement(hwnd, &window_placement);
63 HWND hwnd = window_tracker_->GetResource(handle);
64 if (::MoveWindow(hwnd, bounds.x(), bounds.y(), bounds.width(),
75 HWND hwnd = window_tracker_->GetResource(handle);
76 ::ShowWindow(hwnd, visible ? SW_SHOW : SW_HIDE);