OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppListController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
app_list_controller.h
38
//
AppListController
is a controller that manages app list UI for shell.
42
class
AppListController
: public ui::EventHandler,
51
AppListController
();
52
virtual ~
AppListController
();
139
DISALLOW_COPY_AND_ASSIGN(
AppListController
);
app_list_controller.cc
120
//
AppListController
, public:
122
AppListController
::
AppListController
()
131
AppListController
::~
AppListController
() {
141
void
AppListController
::SetVisible(bool visible, aura::Window* window) {
208
bool
AppListController
::IsVisible() const {
212
aura::Window*
AppListController
::GetWindow() {
217
//
AppListController
, private:
219
void
AppListController
::SetDragAndDropHostOfCurrentAppList
[
all
...]
Completed in 24 milliseconds