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

1 2

  /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_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.cc 33 ShellIntegration::DefaultWebClientSetPermission
34 ShellIntegration::CanSetAsDefaultProtocolClient() {
40 static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
43 void ShellIntegration::SetAppModeInfo(const struct AppModeInfo* info) {
48 const struct ShellIntegration::AppModeInfo* ShellIntegration::AppModeInfo() {
53 bool ShellIntegration::IsRunningInAppMode() {
58 CommandLine ShellIntegration::CommandLineArgsForLauncher(
84 void ShellIntegration::AppendProfileArgs(
117 base::string16 ShellIntegration::GetAppShortcutsSubdirName()
    [all...]
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...]
shell_integration_win.cc 49 // Helper function for ShellIntegration::GetAppId to generates profile id
132 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path);
175 ShellIntegration::MigrateShortcutsInPathInternal(chrome_exe, path,
232 ShellIntegration::DefaultWebClientState
237 return ShellIntegration::NOT_DEFAULT;
239 return ShellIntegration::IS_DEFAULT;
242 return ShellIntegration::UNKNOWN_DEFAULT;
248 ShellIntegration::DefaultWebClientSetPermission
249 ShellIntegration::CanSetAsDefaultBrowser() {
261 bool ShellIntegration::SetAsDefaultBrowser()
    [all...]
shell_integration_linux.cc 402 ShellIntegration::DefaultWebClientState GetIsDefaultWebClient(
405 return ShellIntegration::UNKNOWN_DEFAULT;
435 return ShellIntegration::UNKNOWN_DEFAULT;
439 return (reply.find("yes") == 0) ? ShellIntegration::IS_DEFAULT :
440 ShellIntegration::NOT_DEFAULT;
501 ShellIntegration::DefaultWebClientSetPermission
502 ShellIntegration::CanSetAsDefaultBrowser() {
507 bool ShellIntegration::SetAsDefaultBrowser() {
512 bool ShellIntegration::SetAsDefaultProtocolClient(
518 ShellIntegration::DefaultWebClientStat
    [all...]
shell_integration.h 21 class ShellIntegration {
  /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,
60 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) {
278 ShellIntegration::DefaultWebClientObserver* observer =
284 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker =
external_protocol_handler.h 30 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
31 ShellIntegration::DefaultWebClientObserver* observer,
  /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_org/chrome/browser/ui/apps/
chrome_app_window_delegate.cc 69 : public ShellIntegration::DefaultWebClientObserver {
78 ShellIntegration::DefaultWebClientUIState state) OVERRIDE {
85 case ShellIntegration::STATE_PROCESSING:
87 case ShellIntegration::STATE_IS_DEFAULT:
90 case ShellIntegration::STATE_NOT_DEFAULT:
91 case ShellIntegration::STATE_UNKNOWN:
131 scoped_refptr<ShellIntegration::DefaultWebClientWorker>
133 new ShellIntegration::DefaultBrowserWorker(
  /external/chromium_org/chrome/browser/ui/webui/
set_as_default_browser_ui.cc 98 public ShellIntegration::DefaultWebClientObserver {
107 // ShellIntegration::DefaultWebClientObserver implementation.
109 ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
120 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
130 : default_browser_worker_(new ShellIntegration::DefaultBrowserWorker(this)),
147 ShellIntegration::DefaultWebClientUIState state) {
153 if (state == ShellIntegration::STATE_NOT_DEFAULT && set_default_result_) {
158 } else if (state == ShellIntegration::STATE_IS_DEFAULT) {
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 46 : public ShellIntegration::DefaultWebClientObserver {
54 ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
60 void SetWorker(ShellIntegration::DefaultProtocolClientWorker* worker);
63 ShellIntegration::DefaultProtocolClientWorker* worker_;
85 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
86 ShellIntegration::DefaultWebClientObserver* observer,
protocol_handler_registry.cc 54 return ShellIntegration::CanSetAsDefaultProtocolClient() !=
55 ShellIntegration::SET_DEFAULT_NOT_ALLOWED;
235 ShellIntegration::DefaultWebClientUIState state) {
238 (state == ShellIntegration::STATE_NOT_DEFAULT)) {
252 ShellIntegration::DefaultProtocolClientWorker* worker) {
284 ShellIntegration::DefaultProtocolClientWorker*
286 ShellIntegration::DefaultWebClientObserver* observer,
288 return new ShellIntegration::DefaultProtocolClientWorker(observer, protocol);
303 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker;
462 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker
    [all...]
protocol_handler_registry_unittest.cc 137 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
138 ShellIntegration::DefaultWebClientObserver* observer,
191 ShellIntegration::DefaultWebClientUIState state) OVERRIDE {
194 if (state == ShellIntegration::STATE_IS_DEFAULT) {
197 if (state != ShellIntegration::STATE_PROCESSING) {
207 : public ShellIntegration::DefaultProtocolClientWorker {
209 FakeProtocolClientWorker(ShellIntegration::DefaultWebClientObserver* observer,
212 : ShellIntegration::DefaultProtocolClientWorker(observer, protocol),
218 virtual ShellIntegration::DefaultWebClientState CheckIsDefault() OVERRIDE {
220 return ShellIntegration::NOT_DEFAULT
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc 51 ShellIntegration::GetAppModelIdForProfile(
54 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
  /external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.cc 25 program_name_(ShellIntegration::GetApplicationNameForProtocol(url)) {
  /external/chromium_org/chrome/browser/ui/views/
uninstall_view.cc 86 ShellIntegration::GetDefaultBrowser() == ShellIntegration::IS_DEFAULT &&
87 (ShellIntegration::CanSetAsDefaultBrowser() !=
88 ShellIntegration::SET_DEFAULT_INTERACTIVE)) {
first_run_dialog.cc 135 ShellIntegration::SetAsDefaultBrowser();
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.h 56 public ShellIntegration::DefaultWebClientObserver,
83 // ShellIntegration::DefaultWebClientObserver implementation.
85 ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
161 int StatusStringIdForState(ShellIntegration::DefaultWebClientState state);
340 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 111 if (ShellIntegration::IsFirefoxDefaultBrowser()) {
119 if (ShellIntegration::IsFirefoxDefaultBrowser()) {
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.cc 122 ShellIntegration::GetAppModelIdForProfile(app_name_wide,
184 ShellIntegration::AppendProfileArgs(
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 116 ShellIntegration::GetChromiumModelIdForProfile(

Completed in 1648 milliseconds

1 2