Searched defs:OverlayView (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc364 // CustomFrameViewAsh::OverlayView
367 // is a child of OverlayView to avoid creating a larger texture than necessary
369 class CustomFrameViewAsh::OverlayView : public views::View, class in class:ash::CustomFrameViewAsh
372 explicit OverlayView(HeaderView* header_view);
373 virtual ~OverlayView();
385 DISALLOW_COPY_AND_ASSIGN(OverlayView);
388 CustomFrameViewAsh::OverlayView::OverlayView(HeaderView* header_view) function in class:ash::CustomFrameViewAsh::OverlayView
395 CustomFrameViewAsh::OverlayView::~OverlayView() {
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h216 class OverlayView : public views::View { class in class:autofill::AutofillDialogViews
218 explicit OverlayView(AutofillDialogViewDelegate* delegate);
219 virtual ~OverlayView();
251 DISALLOW_COPY_AND_ASSIGN(OverlayView);
643 OverlayView* overlay_view_;
H A Dautofill_dialog_views.cc119 const char kOverlayViewClassName[] = "autofill/OverlayView";
562 // AutofillDialogViews::OverlayView --------------------------------------------
564 AutofillDialogViews::OverlayView::OverlayView( function in class:autofill::AutofillDialogViews::OverlayView
576 AutofillDialogViews::OverlayView::~OverlayView() {}
578 int AutofillDialogViews::OverlayView::GetHeightForContentsForWidth(int width) {
589 void AutofillDialogViews::OverlayView::UpdateState() {
614 gfx::Insets AutofillDialogViews::OverlayView::GetInsets() const {
618 void AutofillDialogViews::OverlayView
[all...]

Completed in 376 milliseconds