OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMultipleProfilesEnabled
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profiles_state.h
20
bool
IsMultipleProfilesEnabled
();
avatar_menu.cc
103
DCHECK(profiles::
IsMultipleProfilesEnabled
());
110
if (profiles::
IsMultipleProfilesEnabled
()) {
131
DCHECK(profiles::
IsMultipleProfilesEnabled
() ||
profile_list_desktop_unittest.cc
277
if (!profiles::
IsMultipleProfilesEnabled
())
299
if (profiles::
IsMultipleProfilesEnabled
())
309
if (!profiles::
IsMultipleProfilesEnabled
())
321
if (!profiles::
IsMultipleProfilesEnabled
())
336
if (!profiles::
IsMultipleProfilesEnabled
())
profile_list_desktop_browsertest.cc
58
if (!profiles::
IsMultipleProfilesEnabled
())
101
if (!profiles::
IsMultipleProfilesEnabled
())
profiles_state.cc
29
bool
IsMultipleProfilesEnabled
() {
profile_manager_browsertest.cc
279
if (!profiles::
IsMultipleProfilesEnabled
())
347
if (!profiles::
IsMultipleProfilesEnabled
())
profile_manager_unittest.cc
[
all
...]
profile_manager.cc
593
DCHECK(profiles::
IsMultipleProfilesEnabled
());
624
DCHECK(profiles::
IsMultipleProfilesEnabled
());
[
all
...]
/external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view_browsertest.cc
89
if (!profiles::
IsMultipleProfilesEnabled
())
avatar_menu_button_browsertest.cc
92
if (!profiles::
IsMultipleProfilesEnabled
())
new_avatar_menu_button_browsertest.cc
105
if (!profiles::
IsMultipleProfilesEnabled
())
/external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.cc
60
if (!profiles::
IsMultipleProfilesEnabled
())
create_profile_handler.cc
64
if (!profiles::
IsMultipleProfilesEnabled
())
manage_profile_handler.cc
380
DCHECK(profiles::
IsMultipleProfilesEnabled
());
browser_options_handler.cc
[
all
...]
/external/chromium_org/chrome/browser/
chrome_browser_field_trials_desktop.cc
65
if (trial && !profiles::
IsMultipleProfilesEnabled
())
chrome_browser_main.cc
323
if (profiles::
IsMultipleProfilesEnabled
() &&
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc
46
if (!profiles::
IsMultipleProfilesEnabled
())
/external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc
175
if (!profiles::
IsMultipleProfilesEnabled
())
212
if (!profiles::
IsMultipleProfilesEnabled
())
238
if (!profiles::
IsMultipleProfilesEnabled
())
276
if (!profiles::
IsMultipleProfilesEnabled
())
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc
194
if (!profiles::
IsMultipleProfilesEnabled
())
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc
387
if (!profiles::
IsMultipleProfilesEnabled
())
Completed in 714 milliseconds