Home
last modified time | relevance | path

Searched refs:capture_window_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc52 : 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()
Dnative_view_photobooth_win.h51 views::Widget* capture_window_; variable