Searched defs:status_string_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1000 int status_string_id; local
1002 status_string_id = IDS_OPTIONS_DEFAULTBROWSER_DEFAULT;
1004 status_string_id = IDS_OPTIONS_DEFAULTBROWSER_NOTDEFAULT;
1006 status_string_id = IDS_OPTIONS_DEFAULTBROWSER_UNKNOWN;
1008 SetDefaultBrowserUIString(status_string_id);
1046 int status_string_id; local
1049 status_string_id = IDS_OPTIONS_DEFAULTBROWSER_DEFAULT;
1053 status_string_id = IDS_OPTIONS_DEFAULTBROWSER_SXS;
1055 status_string_id = IDS_OPTIONS_DEFAULTBROWSER_NOTDEFAULT;
1058 status_string_id
1070 SetDefaultBrowserUIString(int status_string_id) argument
[all...]

Completed in 57 milliseconds