Searched refs:capture_window_ (Results 1 – 2 of 2) sorted by relevance
52 : capture_window_(NULL), in NativeViewPhotoboothWin()62 capture_window_->Close(); in ~NativeViewPhotoboothWin()67 GetParent(current_hwnd_) == capture_window_->GetNativeView()) { in Replace()77 SetParent(current_hwnd_, capture_window_->GetNativeView()); in Replace()94 GetParent(current_hwnd_) != capture_window_->GetNativeView()) { in PaintScreenshotIntoCanvas()156 capture_window_ = views::Widget::CreateWidget(params); in CreateCaptureWindow()159 capture_window_->Init(NULL, capture_bounds); in CreateCaptureWindow()160 capture_window_->Show(); in CreateCaptureWindow()162 capture_window_->GetNativeView(), RGB(0xFF, 0xFF, 0xFF), 0xFF, LWA_ALPHA); in CreateCaptureWindow()
51 views::Widget* capture_window_; variable