Home | History | Annotate | Download | only in frame

Lines Matching defs:ContentsContainer

19 // ContentsContainer is still valid when the destructor is invoked this invokes
20 // |OverlayViewDestroyed| on the ContentsContainer.
21 class ContentsContainer::OverlayContentView : public views::View {
23 explicit OverlayContentView(ContentsContainer* container)
36 ContentsContainer* container_;
41 ContentsContainer::ContentsContainer(views::View* active)
51 ContentsContainer::~ContentsContainer() {
58 void ContentsContainer::MakePreviewContentsActiveContents() {
67 void ContentsContainer::SetPreview(views::View* preview,
82 void ContentsContainer::SetActiveTopMargin(int margin) {
92 gfx::Rect ContentsContainer::GetPreviewBounds() {
98 void ContentsContainer::FadeActiveContents() {
116 void ContentsContainer::ShowFade() {
123 void ContentsContainer::RemoveFade() {
133 void ContentsContainer::AnimationProgressed(const ui::Animation* animation) {
140 void ContentsContainer::Layout() {
153 void ContentsContainer::CreateOverlay(int initial_opacity) {
172 void ContentsContainer::OverlayViewDestroyed() {