Searched refs:always_create (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_window.h40 // |desktop_type|. If no such window yet exists, or if |always_create| is
50 bool always_create);
53 // If |always_create| is true then a new window is created
59 bool always_create,
H A Dprofile_window.cc82 bool always_create,
102 // If |always_create| is false, and we have a |callback| to run, check
107 if (!always_create) {
120 // passing |always_create| = true to FindOrCreateNewWindow below, which ends
127 // We already dealt with the case when |always_create| was false and a browser
129 // Passing true for |always_create| means we won't duplicate the code that
199 bool always_create) {
205 if (!always_create) {
224 bool always_create,
231 always_create,
80 OpenBrowserWindowForProfile( ProfileManager::CreateCallback callback, bool always_create, bool is_new_profile, chrome::HostDesktopType desktop_type, Profile* profile, Profile::CreateStatus status) argument
194 FindOrCreateNewWindowForProfile( Profile* profile, chrome::startup::IsProcessStartup process_startup, chrome::startup::IsFirstRun is_first_run, chrome::HostDesktopType desktop_type, bool always_create) argument
222 SwitchToProfile(const base::FilePath& path, chrome::HostDesktopType desktop_type, bool always_create, ProfileManager::CreateCallback callback, ProfileMetrics::ProfileOpen metric) argument
[all...]
H A Davatar_menu.cc129 bool always_create,
152 profiles::SwitchToProfile(path, desktop_type, always_create,
128 SwitchToProfile(size_t index, bool always_create, ProfileMetrics::ProfileOpen metric) argument
H A Davatar_menu.h105 // selecting an item. If |always_create| is true then a new window is created
108 bool always_create,
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp380 const bool always_create = false; local
386 always_create);
H A DPlatformRemoteiOS.cpp753 const bool always_create = false; local
759 always_create);
/external/lldb/source/Target/
H A DPlatform.cpp143 const bool always_create = false; local
149 always_create);
/external/lldb/include/lldb/Core/
H A DModuleList.h511 bool always_create = false);
/external/lldb/source/Core/
H A DModuleList.cpp861 bool always_create
884 if (always_create == false)

Completed in 173 milliseconds