HomeSort by relevance Sort by last modified time
    Searched refs:ContentsView (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/views/
contents_view.h 28 // exclusive. ContentsView manages a show state to choose one set to show
30 class ContentsView : public views::View {
32 ContentsView(AppListMainView* app_list_main_view,
35 virtual ~ContentsView();
79 DISALLOW_COPY_AND_ASSIGN(ContentsView);
contents_view.cc 26 // Indexes of interesting views in ViewModel of ContentsView.
48 ContentsView::ContentsView(AppListMainView* app_list_main_view,
76 ContentsView::~ContentsView() {
79 void ContentsView::SetDragAndDropHostOfCurrentAppList(
84 void ContentsView::SetShowState(ShowState show_state) {
92 void ContentsView::ShowStateChanged() {
104 void ContentsView::CalculateIdealBounds() {
132 void ContentsView::AnimateToIdealBounds()
    [all...]
app_list_main_view.h 27 class ContentsView;
94 ContentsView* contents_view_; // Owned by views hierarchy.
app_list_main_view.cc 96 contents_view_ = new ContentsView(this, pagination_model, model_);
  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 15 // ContentsView ////////////////////////////////////////////////////////////////
18 class ContentsView : public views::View {
20 explicit ContentsView(MessageCenterBubble* bubble, views::View* contents);
21 virtual ~ContentsView();
33 DISALLOW_COPY_AND_ASSIGN(ContentsView);
36 ContentsView::ContentsView(MessageCenterBubble* bubble, views::View* contents)
42 ContentsView::~ContentsView() {
45 int ContentsView::GetHeightForWidth(int width)
    [all...]

Completed in 375 milliseconds