OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultBrowserState
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
shell_integration.h
37
enum
DefaultBrowserState
{
47
static
DefaultBrowserState
IsDefaultBrowser();
169
void CompleteCheckDefaultBrowser(
DefaultBrowserState
state);
180
void UpdateUI(
DefaultBrowserState
state);
shell_integration.cc
99
DefaultBrowserState
state = ShellIntegration::IsDefaultBrowser();
107
DefaultBrowserState
state) {
130
DefaultBrowserState
state) {
shell_integration_linux.cc
260
ShellIntegration::
DefaultBrowserState
ShellIntegration::IsDefaultBrowser() {
shell_integration_win.cc
290
ShellIntegration::
DefaultBrowserState
ShellIntegration::IsDefaultBrowser() {
/external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.h
91
int StatusStringIdForState(ShellIntegration::
DefaultBrowserState
state);
browser_options_handler.cc
172
ShellIntegration::
DefaultBrowserState
state =
210
ShellIntegration::
DefaultBrowserState
state) {
Completed in 1367 milliseconds