Searched defs:initial_hwnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_win.cc51 NativeViewPhotoboothWin::NativeViewPhotoboothWin(HWND initial_hwnd) argument
53 current_hwnd_(initial_hwnd) {
55 CreateCaptureWindow(initial_hwnd);
123 void NativeViewPhotoboothWin::CreateCaptureWindow(HWND initial_hwnd) { argument
149 GetClientRect(initial_hwnd, &contents_rect);
164 Replace(initial_hwnd);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_win.cc50 NativeViewPhotoboothWin::NativeViewPhotoboothWin(HWND initial_hwnd) argument
52 current_hwnd_(initial_hwnd) {
54 CreateCaptureWindow(initial_hwnd);
122 void NativeViewPhotoboothWin::CreateCaptureWindow(HWND initial_hwnd) { argument
148 GetClientRect(initial_hwnd, &contents_rect);
164 Replace(initial_hwnd);

Completed in 288 milliseconds