OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apps_container_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
contents_view.cc
60
apps_container_view_
= new AppsContainerView(
62
AddChildView(
apps_container_view_
);
63
view_model_->Add(
apps_container_view_
, kIndexAppsContainer);
77
if (
apps_container_view_
->apps_grid_view()->has_dragged_view())
78
apps_container_view_
->apps_grid_view()->EndDrag(true);
83
apps_container_view_
->apps_grid_view()->
148
apps_container_view_
->ShowActiveFolder(item);
153
apps_container_view_
->apps_grid_view()->Prerender(selected_page);
contents_view.h
58
AppsContainerView* apps_container_view() { return
apps_container_view_
; }
88
AppsContainerView*
apps_container_view_
; // Owned by the views hierarchy.
member in class:app_list::ContentsView
Completed in 44 milliseconds