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

  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 16 // ContentsView ////////////////////////////////////////////////////////////////
19 class ContentsView : public views::View {
21 explicit ContentsView(MessageCenterBubble* bubble, views::View* contents);
22 virtual ~ContentsView();
34 DISALLOW_COPY_AND_ASSIGN(ContentsView);
37 ContentsView::ContentsView(MessageCenterBubble* bubble, views::View* contents)
43 ContentsView::~ContentsView() {
46 int ContentsView::GetHeightForWidth(int width) const
    [all...]
  /external/chromium_org/ui/app_list/views/
contents_view.h 42 // one of which can be active at a given time. ContentsView provides the user
45 class APP_LIST_EXPORT ContentsView : public views::View,
56 ContentsView(AppListMainView* app_list_main_view);
57 virtual ~ContentsView();
118 // Returns the pagination model for the ContentsView.
138 // view is inserted as a child of the ContentsView, and a button with
144 // view is inserted as a child of the ContentsView, and a button with
154 // Special sub views of the ContentsView. All owned by the views hierarchy.
173 DISALLOW_COPY_AND_ASSIGN(ContentsView);
contents_view.cc 29 ContentsView::ContentsView(AppListMainView* app_list_main_view)
41 ContentsView::~ContentsView() {
47 void ContentsView::InitNamedPages(AppListModel* model,
88 void ContentsView::CancelDrag() {
99 void ContentsView::SetDragAndDropHostOfCurrentAppList(
104 void ContentsView::SetContentsSwitcherView(
112 void ContentsView::SetActivePage(int page_index) {
119 int ContentsView::GetActivePageIndex() const
    [all...]

Completed in 130 milliseconds