HomeSort by relevance Sort by last modified time
    Searched full:shellintegration (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/
shell_integration_chromeos.cc 8 ShellIntegration::DefaultWebClientSetPermission
9 ShellIntegration::CanSetAsDefaultBrowser() {
14 bool ShellIntegration::SetAsDefaultBrowser() {
19 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) {
24 ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() {
29 ShellIntegration::DefaultWebClientState
30 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) {
35 bool ShellIntegration::IsFirefoxDefaultBrowser() {
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 33 ShellIntegration::DefaultWebClientSetPermission
34 ShellIntegration::CanSetAsDefaultProtocolClient() {
40 ShellIntegration::ShortcutInfo::ShortcutInfo()
44 ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
46 ShellIntegration::ShortcutLocations::ShortcutLocations()
56 static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
59 void ShellIntegration::SetAppModeInfo(const struct AppModeInfo* info) {
64 const struct ShellIntegration::AppModeInfo* ShellIntegration::AppModeInfo() {
69 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() {
206 bool ShellIntegration::SetAsDefaultBrowser()
    [all...]
shell_integration_mac.mm 13 ShellIntegration::DefaultWebClientSetPermission
14 ShellIntegration::CanSetAsDefaultBrowser() {
26 bool ShellIntegration::SetAsDefaultBrowser() {
43 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) {
103 ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() {
114 bool ShellIntegration::IsFirefoxDefaultBrowser() {
120 ShellIntegration::DefaultWebClientState
121 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) {
  /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 39 ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
40 ShellIntegration::DefaultWebClientObserver* observer,
44 return new ShellIntegration::DefaultProtocolClientWorker(observer,
91 : public ShellIntegration::DefaultWebClientObserver {
105 ShellIntegration::DefaultWebClientUIState state) OVERRIDE {
110 if (state == ShellIntegration::STATE_PROCESSING) {
117 if (state == ShellIntegration::STATE_IS_DEFAULT) {
277 ShellIntegration::DefaultWebClientObserver* observer =
283 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker =
  /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_chromeos.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_linux.cc 18 const ShellIntegration::ShortcutInfo& shortcut_info,
19 const ShellIntegration::ShortcutLocations& creation_locations,
32 const ShellIntegration::ShortcutInfo& shortcut_info) {
42 const ShellIntegration::ShortcutInfo& shortcut_info) {
48 ShellIntegration::ShortcutLocations creation_locations =
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,
113 const ShellIntegration::ShortcutLocations& creation_locations);
124 const ShellIntegration::ShortcutInfo& shortcut_info,
125 const ShellIntegration::ShortcutLocations& creation_locations
    [all...]
web_app_mac.h 22 const ShellIntegration::ShortcutInfo& shortcut_info);
25 void MaybeLaunchShortcut(const ShellIntegration::ShortcutInfo& shortcut_info);
36 const ShellIntegration::ShortcutInfo& shortcut_info);
54 ShellIntegration::ShortcutLocations creation_locations);
104 ShellIntegration::ShortcutInfo info_;
web_app_mac_unittest.mm 40 const ShellIntegration::ShortcutInfo& shortcut_info)
54 ShellIntegration::ShortcutInfo GetShortcutInfo() {
55 ShellIntegration::ShortcutInfo info;
90 ShellIntegration::ShortcutInfo info_;
110 SHORTCUT_CREATION_AUTOMATED, ShellIntegration::ShortcutLocations()));
194 SHORTCUT_CREATION_AUTOMATED, ShellIntegration::ShortcutLocations()));
240 SHORTCUT_CREATION_AUTOMATED, ShellIntegration::ShortcutLocations()));
257 SHORTCUT_CREATION_AUTOMATED, ShellIntegration::ShortcutLocations()));
286 SHORTCUT_CREATION_AUTOMATED, ShellIntegration::ShortcutLocations()));
290 SHORTCUT_CREATION_BY_USER, ShellIntegration::ShortcutLocations()))
    [all...]
web_app.cc 35 const ShellIntegration::ShortcutInfo& shortcut_info) {
46 const ShellIntegration::ShortcutInfo& shortcut_info) {
117 const ShellIntegration::ShortcutInfo& shortcut_info) {
149 const ShellIntegration::ShortcutInfo& shortcut_info,
150 const ShellIntegration::ShortcutLocations& creation_locations,
161 void DeleteAllShortcuts(const ShellIntegration::ShortcutInfo& shortcut_info) {
171 const ShellIntegration::ShortcutInfo& shortcut_info) {
181 const ShellIntegration::ShortcutInfo& shortcut_info,
182 const ShellIntegration::ShortcutLocations& creation_locations,
  /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_mac.mm 13 bool ShellIntegration::SetAsDefaultBrowser() {
45 ShellIntegration::DefaultBrowserState ShellIntegration::IsDefaultBrowser() {
55 bool ShellIntegration::IsFirefoxDefaultBrowser() {
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_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_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_;
126 const ShellIntegration::ShortcutInfo& shortcut_info,
127 const ShellIntegration::ShortcutLocations& creation_locations) OVERRIDE;
131 const ShellIntegration::ShortcutInfo& shortcut_info);
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 44 if (!ShellIntegration::SetAsDefaultBrowserInteractive()) {
46 } else if (ShellIntegration::GetDefaultBrowser() ==
47 ShellIntegration::NOT_DEFAULT) {
55 ShellIntegration::SetAsDefaultBrowser();
194 (ShellIntegration::CanSetAsDefaultBrowser() ==
195 ShellIntegration::SET_DEFAULT_INTERACTIVE));
199 if (ShellIntegration::GetDefaultBrowser() == ShellIntegration::NOT_DEFAULT) {
200 ShellIntegration::DefaultWebClientSetPermission default_change_mode =
201 ShellIntegration::CanSetAsDefaultBrowser()
    [all...]
default_browser_prompt_win.cc 78 (ShellIntegration::CanSetAsDefaultBrowser() ==
79 ShellIntegration::SET_DEFAULT_INTERACTIVE) &&
80 (ShellIntegration::GetDefaultBrowser() == ShellIntegration::NOT_DEFAULT);
  /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_;
browser_options_handler.cc 41 default_browser_worker_ = new ShellIntegration::DefaultBrowserWorker(this);
172 ShellIntegration::DefaultBrowserState state =
173 ShellIntegration::IsDefaultBrowser();
175 if (state == ShellIntegration::IS_DEFAULT_BROWSER)
177 else if (state == ShellIntegration::NOT_DEFAULT_BROWSER)
196 if (ShellIntegration::SetAsDefaultBrowser())
210 ShellIntegration::DefaultBrowserState state) {
211 if (state == ShellIntegration::IS_DEFAULT_BROWSER)
213 if (state == ShellIntegration::NOT_DEFAULT_BROWSER)
219 ShellIntegration::DefaultBrowserUIState state)
    [all...]
  /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/chrome/browser/ui/web_applications/
web_app_ui.h 19 ShellIntegration::ShortcutInfo* info);

Completed in 3854 milliseconds

1 2 3 4 5