OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChromeLauncherController
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_chromeos.cc
7
bool
ChromeLauncherController
::LaunchedInNativeDesktop(
chrome_launcher_app_menu_item_v2app.h
16
class
ChromeLauncherController
;
27
ChromeLauncherController
* launcher_controller,
35
ChromeLauncherController
* launcher_controller_;
multi_profile_browser_status_monitor.h
16
ChromeLauncherController
* launcher_controller);
35
ChromeLauncherController
* launcher_controller_;
chrome_launcher_controller.cc
102
ChromeLauncherController
*
ChromeLauncherController
::instance_ = NULL;
230
ChromeLauncherController
* controller)
258
// The owning
ChromeLauncherController
.
259
ChromeLauncherController
* controller_;
275
// Forward the OS specific event to the
ChromeLauncherController
.
324
ChromeLauncherController
::
ChromeLauncherController
(Profile* profile,
401
ChromeLauncherController
::~
ChromeLauncherController
() {
[
all
...]
launcher_app_tab_helper.h
16
class LauncherAppTabHelper : public
ChromeLauncherController
::AppTabHelper {
launcher_context_menu.h
15
class
ChromeLauncherController
;
31
LauncherContextMenu(
ChromeLauncherController
* controller,
35
LauncherContextMenu(
ChromeLauncherController
* controller,
83
ChromeLauncherController
* controller_;
launcher_item_controller.h
17
class
ChromeLauncherController
;
30
// LauncherItemController is used by
ChromeLauncherController
to track one
43
ChromeLauncherController
* launcher_controller);
50
ChromeLauncherController
* launcher_controller() const {
100
ChromeLauncherController
* launcher_controller_;
browser_status_monitor.cc
39
ChromeLauncherController
::AppState state =
40
ChromeLauncherController
::APP_STATE_INACTIVE;
43
state =
ChromeLauncherController
::APP_STATE_WINDOW_ACTIVE;
45
state =
ChromeLauncherController
::APP_STATE_ACTIVE;
59
ChromeLauncherController
* launcher_controller)
67
//
ChromeLauncherController
will fail in win7_aura.
87
//
ChromeLauncherController
will fail in win7_aura.
106
ChromeLauncherController
::AppState app_state) {
133
ChromeLauncherController
::APP_STATE_INACTIVE);
145
ChromeLauncherController
::APP_STATE_WINDOW_ACTIVE)
[
all
...]
multi_profile_browser_status_monitor.cc
18
ChromeLauncherController
* launcher_controller)
52
ChromeLauncherController
::APP_STATE_REMOVED);
69
ChromeLauncherController
::APP_STATE_WINDOW_ACTIVE :
70
ChromeLauncherController
::APP_STATE_INACTIVE);
107
ChromeLauncherController
::APP_STATE_INACTIVE);
116
ChromeLauncherController
::APP_STATE_REMOVED);
chrome_launcher_app_menu_item_v2app.cc
13
ChromeLauncherController
* launcher_controller,
app_shortcut_launcher_item_controller.h
24
class
ChromeLauncherController
;
32
ChromeLauncherController
* controller);
93
ChromeLauncherController
* chrome_launcher_controller_;
shell_window_launcher_controller.h
30
class
ChromeLauncherController
;
36
//
ChromeLauncherController
.
42
explicit ShellWindowLauncherController(
ChromeLauncherController
* owner);
45
// Called by
ChromeLauncherController
when the active user changed and the
83
ChromeLauncherController
* owner_;
chrome_launcher_controller_win.cc
19
bool
ChromeLauncherController
::LaunchedInNativeDesktop(
multi_profile_shell_window_launcher_controller.h
16
ChromeLauncherController
* owner);
browser_shortcut_launcher_item_controller.h
19
class
ChromeLauncherController
;
25
ChromeLauncherController
* controller);
browser_status_monitor.h
42
explicit BrowserStatusMonitor(
ChromeLauncherController
* launcher_controller);
46
// Note that this function is called by the
ChromeLauncherController
to be
51
// A shortcut to call the
ChromeLauncherController
's UpdateAppState().
53
ChromeLauncherController
::AppState app_state);
136
ChromeLauncherController
* launcher_controller_;
launcher_context_menu_unittest.cc
19
class TestChromeLauncherController : public
ChromeLauncherController
{
22
:
ChromeLauncherController
(profile, model) {}
64
scoped_ptr<
ChromeLauncherController
> controller_;
launcher_item_controller.cc
17
ChromeLauncherController
* launcher_controller)
shell_window_launcher_item_controller.h
28
class
ChromeLauncherController
;
44
ChromeLauncherController
* controller);
chrome_launcher_controller.h
85
//
ChromeLauncherController
manages the launcher items needed for content
93
class
ChromeLauncherController
: public ash::ShelfDelegate,
137
ChromeLauncherController
(Profile* profile, ash::ShelfModel* model);
138
virtual ~
ChromeLauncherController
();
140
// Initializes this
ChromeLauncherController
.
144
static
ChromeLauncherController
* CreateInstance(Profile* profile,
147
// Returns the single
ChromeLauncherController
instance.
148
static
ChromeLauncherController
* instance() { return instance_; }
540
static
ChromeLauncherController
* instance_;
590
DISALLOW_COPY_AND_ASSIGN(
ChromeLauncherController
);
[
all
...]
multi_profile_shell_window_launcher_controller.cc
25
ChromeLauncherController
* owner)
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
32
return
ChromeLauncherController
::instance()->IsAppPinned(extension_id);
36
ChromeLauncherController
::instance()->PinAppWithID(extension_id);
40
ChromeLauncherController
::instance()->UnpinAppWithID(extension_id);
45
return
ChromeLauncherController
::instance()->CanPin() ? PIN_EDITABLE :
62
ChromeLauncherController
::instance()->CreateNewIncognitoWindow();
64
ChromeLauncherController
::instance()->CreateNewWindow();
72
ChromeLauncherController
::instance()->ActivateApp(
85
ChromeLauncherController
::instance()->LaunchApp(
app_list_service_ash.cc
57
return
ChromeLauncherController
::instance()->profile()->GetPath();
88
return
ChromeLauncherController
::instance()->profile();
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
28
class
ChromeLauncherController
;
76
ChromeLauncherController
* shelf_delegate_;
chrome_shell_delegate.cc
121
shelf_delegate_ =
ChromeLauncherController
::CreateInstance(NULL, model);
Completed in 72 milliseconds
1
2