HomeSort by relevance Sort by last modified time
    Searched refs:ShellIntegration (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/
shell_integration_android.cc 10 ShellIntegration::DefaultWebClientSetPermission
11 ShellIntegration::CanSetAsDefaultBrowser() {
17 bool ShellIntegration::SetAsDefaultBrowser() {
23 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) {
29 ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() {
35 ShellIntegration::DefaultWebClientState
36 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) {
42 bool ShellIntegration::IsFirefoxDefaultBrowser() {
shell_integration.cc 27 ShellIntegration::DefaultWebClientSetPermission
28 ShellIntegration::CanSetAsDefaultProtocolClient() {
34 ShellIntegration::ShortcutInfo::ShortcutInfo()
38 ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
40 ShellIntegration::ShortcutLocations::ShortcutLocations()
47 static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
50 void ShellIntegration::SetAppModeInfo(const struct AppModeInfo* info) {
55 const struct ShellIntegration::AppModeInfo* ShellIntegration::AppModeInfo() {
60 bool ShellIntegration::IsRunningInAppMode()
    [all...]
shell_integration_win.cc 48 // Helper function for ShellIntegration::GetAppId to generates profile id
129 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path);
172 ShellIntegration::MigrateShortcutsInPathInternal(chrome_exe, path,
177 ShellIntegration::DefaultWebClientState
182 return ShellIntegration::NOT_DEFAULT;
184 return ShellIntegration::IS_DEFAULT;
187 return ShellIntegration::UNKNOWN_DEFAULT;
193 ShellIntegration::DefaultWebClientSetPermission
194 ShellIntegration::CanSetAsDefaultBrowser() {
204 bool ShellIntegration::SetAsDefaultBrowser()
    [all...]
shell_integration_linux.h 45 ShellIntegration::ShortcutLocations GetExistingShortcutLocations(
53 ShellIntegration::ShortcutLocations GetExistingShortcutLocations(
103 const ShellIntegration::ShortcutInfo& shortcut_info,
104 const ShellIntegration::ShortcutLocations& creation_locations);
shell_integration_win_unittest.cc 53 ShellIntegration::GetAppListAppModelIdForProfile(default_profile_path);
58 ShellIntegration::GetChromiumModelIdForProfile(
61 ShellIntegration::GetChromiumModelIdForProfile(
64 ShellIntegration::GetChromiumModelIdForProfile(
73 ShellIntegration::GetAppModelIdForProfile(app_name,
76 ShellIntegration::GetAppModelIdForProfile(
252 ShellIntegration::MigrateShortcutsInPathInternal(
275 ShellIntegration::MigrateShortcutsInPathInternal(
285 ShellIntegration::MigrateShortcutsInPathInternal(
318 ShellIntegration::MigrateShortcutsInPathInternal
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_android.cc 12 const ShellIntegration::ShortcutInfo& shortcut_info,
13 const ShellIntegration::ShortcutLocations& creation_locations,
20 const ShellIntegration::ShortcutInfo& shortcut_info) {}
25 const ShellIntegration::ShortcutInfo& shortcut_info) {}
web_app.h 48 const ShellIntegration::ShortcutInfo& shortcut_info);
65 const ShellIntegration::ShortcutInfo& shortcut_info,
66 const ShellIntegration::ShortcutLocations& creation_locations,
71 void DeleteAllShortcuts(const ShellIntegration::ShortcutInfo& shortcut_info);
78 const ShellIntegration::ShortcutInfo& shortcut_info);
85 const ShellIntegration::ShortcutInfo& shortcut_info,
86 const ShellIntegration::ShortcutLocations& creation_locations,
114 const ShellIntegration::ShortcutLocations& creation_locations);
125 const ShellIntegration::ShortcutInfo& shortcut_info,
126 const ShellIntegration::ShortcutLocations& creation_locations
    [all...]
web_app_linux.cc 18 const ShellIntegration::ShortcutInfo& shortcut_info,
19 const ShellIntegration::ShortcutLocations& creation_locations,
28 const ShellIntegration::ShortcutInfo& shortcut_info) {
36 const ShellIntegration::ShortcutInfo& shortcut_info) {
42 ShellIntegration::ShortcutLocations creation_locations =
web_app_mac.h 29 const ShellIntegration::ShortcutInfo& shortcut_info);
32 void MaybeLaunchShortcut(const ShellIntegration::ShortcutInfo& shortcut_info);
43 const ShellIntegration::ShortcutInfo& shortcut_info,
108 ShellIntegration::ShortcutInfo info_;
web_app_win.h 21 const ShellIntegration::ShortcutInfo& shortcut_info);
web_app.cc 37 const ShellIntegration::ShortcutInfo& shortcut_info) {
48 const ShellIntegration::ShortcutInfo& shortcut_info) {
119 const ShellIntegration::ShortcutInfo& shortcut_info) {
151 const ShellIntegration::ShortcutInfo& shortcut_info,
152 const ShellIntegration::ShortcutLocations& creation_locations,
163 void DeleteAllShortcuts(const ShellIntegration::ShortcutInfo& shortcut_info) {
173 const ShellIntegration::ShortcutInfo& shortcut_info) {
183 const ShellIntegration::ShortcutInfo& shortcut_info,
184 const ShellIntegration::ShortcutLocations& creation_locations,
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler_unittest.cc 14 : public ShellIntegration::DefaultProtocolClientWorker {
17 ShellIntegration::DefaultWebClientObserver* observer,
19 ShellIntegration::DefaultWebClientState os_state)
20 : ShellIntegration::DefaultProtocolClientWorker(observer, protocol),
26 virtual ShellIntegration::DefaultWebClientState CheckIsDefault() OVERRIDE {
34 ShellIntegration::DefaultWebClientState os_state_;
42 os_state_(ShellIntegration::UNKNOWN_DEFAULT),
47 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
48 ShellIntegration::DefaultWebClientObserver* observer,
58 os_state_ == ShellIntegration::IS_DEFAULT)
    [all...]
external_protocol_handler.cc 36 ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
37 ShellIntegration::DefaultWebClientObserver* observer,
41 return new ShellIntegration::DefaultProtocolClientWorker(observer,
84 : public ShellIntegration::DefaultWebClientObserver {
98 ShellIntegration::DefaultWebClientUIState state) OVERRIDE {
103 if (state == ShellIntegration::STATE_PROCESSING) {
110 if (state == ShellIntegration::STATE_IS_DEFAULT) {
269 ShellIntegration::DefaultWebClientObserver* observer =
275 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker =
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.h 25 typedef base::Callback<void(const ShellIntegration::ShortcutInfo&)>
28 ShellIntegration::ShortcutInfo ShortcutInfoForExtensionAndProfile(
33 ShellIntegration::ShortcutInfo* info);
45 ShellIntegration::ShortcutInfo* shortcut_info);
  /external/chromium/chrome/browser/
shell_integration.cc 18 ShellIntegration::ShortcutInfo::ShortcutInfo()
24 ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
27 CommandLine ShellIntegration::CommandLineArgsForLauncher(
64 // ShellIntegration::DefaultBrowserWorker
67 ShellIntegration::DefaultBrowserWorker::DefaultBrowserWorker(
72 void ShellIntegration::DefaultBrowserWorker::StartCheckDefaultBrowser() {
80 void ShellIntegration::DefaultBrowserWorker::StartSetAsDefaultBrowser() {
88 void ShellIntegration::DefaultBrowserWorker::ObserverDestroyed() {
97 void ShellIntegration::DefaultBrowserWorker::ExecuteCheckDefaultBrowser() {
99 DefaultBrowserState state = ShellIntegration::IsDefaultBrowser()
    [all...]
shell_integration_unittest.cc 93 ASSERT_TRUE(ShellIntegration::GetDesktopShortcutTemplate(&env,
111 ASSERT_TRUE(ShellIntegration::GetDesktopShortcutTemplate(&env,
133 ASSERT_TRUE(ShellIntegration::GetDesktopShortcutTemplate(&env,
156 ShellIntegration::GetDesktopShortcutFilename(
302 ShellIntegration::GetDesktopFileContents(
316 ShellIntegration::GetChromiumAppId(empty_path));
324 ShellIntegration::GetChromiumAppId(default_profile_path));
333 ShellIntegration::GetChromiumAppId(profile_path));
background_mode_manager_linux.cc 53 if (!AutoStart::Remove(ShellIntegration::GetDesktopName(environment.get()))) {
58 // TODO(rickcam): Bug 56280: Share implementation with ShellIntegration
73 ShellIntegration::GetDesktopName(environment.get()),
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.h 19 ShellIntegration::ShortcutInfo* info);
  /external/chromium/chrome/browser/web_applications/
web_app.h 23 const ShellIntegration::ShortcutInfo& shortcut_info);
44 const ShellIntegration::ShortcutInfo& shortcut_info,
77 const ShellIntegration::ShortcutInfo& info);
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 43 if (!ShellIntegration::SetAsDefaultBrowserInteractive()) {
45 } else if (ShellIntegration::GetDefaultBrowser() ==
46 ShellIntegration::NOT_DEFAULT) {
54 ShellIntegration::SetAsDefaultBrowser();
195 (ShellIntegration::CanSetAsDefaultBrowser() ==
196 ShellIntegration::SET_DEFAULT_INTERACTIVE));
200 if (ShellIntegration::GetDefaultBrowser() == ShellIntegration::NOT_DEFAULT) {
201 ShellIntegration::DefaultWebClientSetPermission default_change_mode =
202 ShellIntegration::CanSetAsDefaultBrowser()
    [all...]
default_browser_prompt_win.cc 78 (ShellIntegration::CanSetAsDefaultBrowser() ==
79 ShellIntegration::SET_DEFAULT_INTERACTIVE) &&
80 (ShellIntegration::GetDefaultBrowser() == ShellIntegration::NOT_DEFAULT);
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 61 const ShellIntegration::ShortcutInfo& shortcut_info,
62 const ShellIntegration::ShortcutLocations& creation_locations);
72 ShellIntegration::ShortcutInfo shortcut_info_;
128 const ShellIntegration::ShortcutInfo& shortcut_info,
129 const ShellIntegration::ShortcutLocations& creation_locations) OVERRIDE;
133 const ShellIntegration::ShortcutInfo& shortcut_info);
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.h 24 public ShellIntegration::DefaultBrowserObserver,
40 // ShellIntegration::DefaultBrowserObserver implementation.
42 ShellIntegration::DefaultBrowserUIState state);
91 int StatusStringIdForState(ShellIntegration::DefaultBrowserState state);
109 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 42 : public ShellIntegration::DefaultWebClientObserver {
50 ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
56 void SetWorker(ShellIntegration::DefaultProtocolClientWorker* worker);
59 ShellIntegration::DefaultProtocolClientWorker* worker_;
81 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
82 ShellIntegration::DefaultWebClientObserver* observer,
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 49 const ShellIntegration::ShortcutInfo& shortcut_info);
59 ShellIntegration::ShortcutInfo shortcut_info_;

Completed in 502 milliseconds

1 2 3 4