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

  /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()),
shell_integration_linux.cc 70 const ShellIntegration::ShortcutInfo& shortcut_info,
228 std::string ShellIntegration::GetDesktopName(base::Environment* env) {
248 bool ShellIntegration::SetAsDefaultBrowser() {
260 ShellIntegration::DefaultBrowserState ShellIntegration::IsDefaultBrowser() {
282 bool ShellIntegration::IsFirefoxDefaultBrowser() {
295 bool ShellIntegration::GetDesktopShortcutTemplate(
339 FilePath ShellIntegration::GetDesktopShortcutFilename(const GURL& url) {
364 std::string ShellIntegration::GetDesktopFileContents(
387 ShellIntegration::CommandLineArgsForLauncher(url, extension_id)
    [all...]
shell_integration_win.cc 38 // Helper function for ShellIntegration::GetAppId to generates profile id
239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path));
271 bool ShellIntegration::SetAsDefaultBrowser() {
290 ShellIntegration::DefaultBrowserState ShellIntegration::IsDefaultBrowser() {
376 bool ShellIntegration::IsFirefoxDefaultBrowser() {
397 std::wstring ShellIntegration::GetAppId(const std::wstring& app_name,
412 std::wstring ShellIntegration::GetChromiumAppId(const FilePath& profile_path) {
417 void ShellIntegration::MigrateChromiumShortcuts() {
shell_integration.h 27 class ShellIntegration {
browser_process_impl.cc 636 ShellIntegration::SetAsDefaultBrowser();
867 ShellIntegration::SetAsDefaultBrowser();
    [all...]
jumplist_win.cc 603 app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath());
browser_main.cc     [all...]
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.h 19 ShellIntegration::ShortcutInfo* info);
web_app_ui.cc 78 ShellIntegration::ShortcutInfo shortcut_info_;
240 std::wstring app_id = ShellIntegration::GetAppId(
293 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);
web_app.cc 66 FilePath GetWebAppDir(const ShellIntegration::ShortcutInfo& info) {
155 const ShellIntegration::ShortcutInfo& shortcut_info,
190 ShellIntegration::ShortcutInfo shortcut_info_;
201 const ShellIntegration::ShortcutInfo& shortcut_info,
228 if (!ShellIntegration::GetDesktopShortcutTemplate(env.get(),
232 ShellIntegration::CreateDesktopShortcut(shortcut_info_, shortcut_template);
331 ShellIntegration::CommandLineArgsForLauncher(shortcut_info_.url,
346 std::wstring app_id = ShellIntegration::GetAppId(
447 const ShellIntegration::ShortcutInfo& info) {
454 const ShellIntegration::ShortcutInfo& shortcut_info)
    [all...]
web_app_unittest.cc 53 ShellIntegration::ShortcutInfo 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_;
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/ui/gtk/
create_application_shortcuts_dialog_gtk.h 49 const ShellIntegration::ShortcutInfo& shortcut_info);
59 ShellIntegration::ShortcutInfo shortcut_info_;
create_application_shortcuts_dialog_gtk.cc 204 const ShellIntegration::ShortcutInfo& shortcut_info) {
210 if (ShellIntegration::GetDesktopShortcutTemplate(env.get(),
212 ShellIntegration::CreateDesktopShortcut(shortcut_info,
first_run_dialog.cc 419 ShellIntegration::SetAsDefaultBrowser();
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h 80 ShellIntegration::ShortcutInfo shortcut_info_;
uninstall_view.cc 71 ShellIntegration::IsDefaultBrowser()) {
  /external/chromium/chrome/browser/importer/
importer_list.cc 170 if (ShellIntegration::IsFirefoxDefaultBrowser()) {
180 if (ShellIntegration::IsFirefoxDefaultBrowser()) {
  /external/chromium/chrome/browser/first_run/
first_run.cc 317 ShellIntegration::SetAsDefaultBrowser();
322 ShellIntegration::SetAsDefaultBrowser();
568 ShellIntegration::SetAsDefaultBrowser();
  /external/chromium/chrome/browser/ui/
browser_init.cc 127 ShellIntegration::SetAsDefaultBrowser();
287 if (ShellIntegration::IsDefaultBrowser() ||
742 ShellIntegration::MigrateChromiumShortcuts();
    [all...]
browser.cc 421 ShellIntegration::GetAppId(UTF8ToWide(app_name_), profile_->GetPath()) :
422 ShellIntegration::GetChromiumAppId(profile_->GetPath()),
    [all...]

Completed in 651 milliseconds