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

  /external/chromium/chrome/browser/
shell_integration.h 39 IS_DEFAULT_BROWSER,
shell_integration.cc 136 case IS_DEFAULT_BROWSER:
shell_integration_linux.cc 278 return (reply.find("yes") == 0) ? IS_DEFAULT_BROWSER : NOT_DEFAULT_BROWSER;
shell_integration_win.cc 362 return IS_DEFAULT_BROWSER;
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 175 if (state == ShellIntegration::IS_DEFAULT_BROWSER)
211 if (state == ShellIntegration::IS_DEFAULT_BROWSER)

Completed in 905 milliseconds