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

12 3 4

  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 30 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
31 ShellIntegration::DefaultWebClientObserver* observer,
  /external/chromium/chrome/browser/ui/webui/options/
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_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc 63 ShellIntegration::DefaultWebClientState default_state =
64 ShellIntegration::GetDefaultBrowser();
66 ShellIntegration::NUM_DEFAULT_STATES);
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 41 const ShellIntegration::ShortcutInfo& shortcut_info) {
42 ShellIntegration::ShortcutLocations creation_locations;
117 base::Callback<void(const ShellIntegration::ShortcutInfo&)>
191 ShellIntegration::ShortcutInfo delete_info =
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.h 43 public ShellIntegration::DefaultWebClientObserver,
62 // ShellIntegration::DefaultWebClientObserver implementation.
64 ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
120 int StatusStringIdForState(ShellIntegration::DefaultWebClientState state);
322 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
browser_options_handler.cc 180 default_browser_worker_ = new ShellIntegration::DefaultBrowserWorker(this);
    [all...]
  /external/chromium/chrome/browser/
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 {
  /external/chromium/chrome/browser/web_applications/
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_org/chrome/browser/ui/views/
create_application_shortcut_view.h 78 ShellIntegration::ShortcutInfo shortcut_info_;
131 const ShellIntegration::ShortcutInfo& shortcut_info);
uninstall_view.cc 83 ShellIntegration::GetDefaultBrowser() == ShellIntegration::IS_DEFAULT &&
84 (ShellIntegration::CanSetAsDefaultBrowser() !=
85 ShellIntegration::SET_DEFAULT_INTERACTIVE)) {
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 79 const ShellIntegration::ShortcutInfo& shortcut_info,
371 ShellIntegration::DefaultWebClientState GetIsDefaultWebClient(
374 return ShellIntegration::IS_DEFAULT;
404 return ShellIntegration::UNKNOWN_DEFAULT;
408 return (reply.find("yes") == 0) ? ShellIntegration::IS_DEFAULT :
409 ShellIntegration::NOT_DEFAULT;
463 ShellIntegration::DefaultWebClientSetPermission
464 ShellIntegration::CanSetAsDefaultBrowser() {
469 bool ShellIntegration::SetAsDefaultBrowser() {
474 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol)
    [all...]
shell_integration_unittest.cc 174 ShellIntegration::ShortcutLocations result =
194 ShellIntegration::ShortcutLocations result =
215 ShellIntegration::ShortcutLocations result =
236 ShellIntegration::ShortcutLocations result =
266 ShellIntegration::ShortcutLocations result =
  /external/chromium_org/chrome/browser/ui/webui/
set_as_default_browser_ui.cc 102 public ShellIntegration::DefaultWebClientObserver {
111 // ShellIntegration::DefaultWebClientObserver implementation.
113 ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
128 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
138 : default_browser_worker_(new ShellIntegration::DefaultBrowserWorker(this)),
155 ShellIntegration::DefaultWebClientUIState state) {
161 if (state == ShellIntegration::STATE_NOT_DEFAULT && set_default_result_) {
166 } else if (state == ShellIntegration::STATE_IS_DEFAULT) {
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 213 ShellIntegration::ShortcutLocations creation_locations;
235 const ShellIntegration::ShortcutInfo& shortcut_info,
236 const ShellIntegration::ShortcutLocations& creation_locations) {
338 const ShellIntegration::ShortcutInfo& shortcut_info) {
346 const ShellIntegration::ShortcutInfo& shortcut_info,
347 const ShellIntegration::ShortcutLocations& creation_locations) {
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 124 ShellIntegration::ShortcutInfo shortcut_info_;
297 string16 app_id = ShellIntegration::GetAppModelIdForProfile(
340 void OnImageLoaded(ShellIntegration::ShortcutInfo shortcut_info,
382 ShellIntegration::ShortcutInfo ShortcutInfoForExtensionAndProfile(
384 ShellIntegration::ShortcutInfo shortcut_info;
390 ShellIntegration::ShortcutInfo* info) {
423 ShellIntegration::ShortcutInfo* shortcut_info) {
439 ShellIntegration::ShortcutInfo shortcut_info =
  /external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.cc 32 UTF8ToUTF16(ShellIntegration::GetApplicationForProtocol(url()));
  /external/chromium_org/chrome/browser/web_applications/
web_app_unittest.cc 46 ShellIntegration::ShortcutInfo info;
web_app_win.cc 164 const ShellIntegration::ShortcutInfo& shortcut_info,
195 cmd_line = ShellIntegration::CommandLineArgsForLauncher(shortcut_info.url,
211 string16 app_id(ShellIntegration::GetAppModelIdForProfile(
282 ShellIntegration::ShortcutLocations all_shortcut_locations;
334 const ShellIntegration::ShortcutInfo& shortcut_info) {
368 const ShellIntegration::ShortcutInfo& shortcut_info,
369 const ShellIntegration::ShortcutLocations& creation_locations,
411 const ShellIntegration::ShortcutInfo& shortcut_info) {
454 const ShellIntegration::ShortcutInfo& shortcut_info) {
482 const ShellIntegration::ShortcutLocations& creation_locations)
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 120 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
121 ShellIntegration::DefaultWebClientObserver* observer,
174 ShellIntegration::DefaultWebClientUIState state) OVERRIDE {
177 if (state == ShellIntegration::STATE_IS_DEFAULT) {
180 if (state != ShellIntegration::STATE_PROCESSING) {
190 : public ShellIntegration::DefaultProtocolClientWorker {
192 FakeProtocolClientWorker(ShellIntegration::DefaultWebClientObserver* observer,
195 : ShellIntegration::DefaultProtocolClientWorker(observer, protocol),
201 virtual ShellIntegration::DefaultWebClientState CheckIsDefault() OVERRIDE {
203 return ShellIntegration::NOT_DEFAULT
    [all...]
protocol_handler_registry.cc 54 return ShellIntegration::CanSetAsDefaultProtocolClient() !=
55 ShellIntegration::SET_DEFAULT_NOT_ALLOWED;
234 ShellIntegration::DefaultWebClientUIState state) {
237 (state == ShellIntegration::STATE_NOT_DEFAULT)) {
251 ShellIntegration::DefaultProtocolClientWorker* worker) {
283 ShellIntegration::DefaultProtocolClientWorker*
285 ShellIntegration::DefaultWebClientObserver* observer,
287 return new ShellIntegration::DefaultProtocolClientWorker(observer, protocol);
302 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker;
475 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker
    [all...]
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h 80 ShellIntegration::ShortcutInfo shortcut_info_;
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 78 ShellIntegration::ShortcutInfo shortcut_info_;
240 std::wstring app_id = ShellIntegration::GetAppId(
293 ShellIntegration::ShortcutInfo* info) {

Completed in 951 milliseconds

12 3 4