OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LaunchSource
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_types.h
11
enum
LaunchSource
{
app_shortcut_launcher_item_controller.h
41
virtual void Launch(ash::
LaunchSource
source, int event_flags) OVERRIDE;
42
virtual bool Activate(ash::
LaunchSource
source) OVERRIDE;
browser_shortcut_launcher_item_controller.h
35
virtual void Launch(ash::
LaunchSource
source, int event_flags) OVERRIDE;
36
virtual bool Activate(ash::
LaunchSource
source) OVERRIDE;
launcher_item_controller.h
74
virtual void Launch(ash::
LaunchSource
source, int event_flags) = 0;
79
virtual bool Activate(ash::
LaunchSource
source) = 0;
shell_window_launcher_item_controller.h
60
virtual void Launch(ash::
LaunchSource
source, int event_flags) OVERRIDE;
61
virtual bool Activate(ash::
LaunchSource
source) OVERRIDE;
shell_window_launcher_item_controller.cc
126
void ShellWindowLauncherItemController::Launch(ash::
LaunchSource
source,
133
bool ShellWindowLauncherItemController::Activate(ash::
LaunchSource
source) {
app_shortcut_launcher_item_controller.cc
98
void AppShortcutLauncherItemController::Launch(ash::
LaunchSource
source,
103
bool AppShortcutLauncherItemController::Activate(ash::
LaunchSource
source) {
browser_shortcut_launcher_item_controller.cc
126
void BrowserShortcutLauncherItemController::Launch(ash::
LaunchSource
source,
130
bool BrowserShortcutLauncherItemController::Activate(ash::
LaunchSource
source) {
chrome_launcher_controller.h
209
ash::
LaunchSource
source,
216
ash::
LaunchSource
source,
chrome_launcher_controller.cc
210
std::string GetSourceFromAppListSource(ash::
LaunchSource
source) {
647
ash::
LaunchSource
source,
690
ash::
LaunchSource
source,
[
all
...]
chrome_launcher_controller_unittest.cc
230
virtual void Launch(ash::
LaunchSource
source, int event_flags) OVERRIDE {}
231
virtual bool Activate(ash::
LaunchSource
source) OVERRIDE { return false; }
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.h
43
ash::
LaunchSource
AppListSourceToLaunchSource(AppListSource source);
app_list_controller_ash.cc
102
ash::
LaunchSource
AppListControllerDelegateAsh::AppListSourceToLaunchSource(
/external/chromium_org/tools/metrics/actions/
extract_actions.py
392
actions.add('ConnectivityDiagnostics.
LaunchSource
.OfflineChromeOS')
393
actions.add('ConnectivityDiagnostics.
LaunchSource
.WebStore')
Completed in 3516 milliseconds