Home
last modified time | relevance | path

Searched refs:NativeViewPhotobooth (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth.h26 class NativeViewPhotobooth {
31 static NativeViewPhotobooth* Create(gfx::NativeView initial_view);
34 virtual ~NativeViewPhotobooth() {} in ~NativeViewPhotobooth()
Ddragged_tab_view.h17 class NativeViewPhotobooth; variable
27 NativeViewPhotobooth* photobooth);
83 scoped_ptr<NativeViewPhotobooth> photobooth_;
Dnative_view_photobooth_gtk.cc14 NativeViewPhotobooth* NativeViewPhotobooth::Create( in Create()
Dnative_view_photobooth_win.cc46 NativeViewPhotobooth* NativeViewPhotobooth::Create( in Create()
Dnative_view_photobooth_gtk.h12 class NativeViewPhotoboothGtk : public NativeViewPhotobooth {
Dnative_view_photobooth_win.h25 class NativeViewPhotoboothWin : public NativeViewPhotobooth {
Ddragged_tab_view.cc33 NativeViewPhotobooth* photobooth) in DraggedTabView()
Ddragged_tab_controller.cc1343 NativeViewPhotobooth* photobooth = in CreateDraggedView()
1344 NativeViewPhotobooth::Create( in CreateDraggedView()