Home
last modified time | relevance | path

Searched refs:profile_directory (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dauto_launch_util.cc43 base::string16 ProfileToKeyName(const base::string16& profile_directory) { in ProfileToKeyName() argument
47 path = path.Append(profile_directory); in ProfileToKeyName()
67 const base::string16& profile_directory, in WillLaunchAtLoginWithSwitch() argument
69 base::string16 key_name(ProfileToKeyName(profile_directory)); in WillLaunchAtLoginWithSwitch()
93 bool AutoStartRequested(const base::string16& profile_directory, in AutoStartRequested() argument
98 profile_directory, in AutoStartRequested()
128 const base::string16& profile_directory, in SetWillLaunchAtLogin() argument
134 if (profile_directory == ASCIIToUTF16(chrome::kInitialProfile) && in SetWillLaunchAtLogin()
148 base::string16 key_name(ProfileToKeyName(profile_directory)); in SetWillLaunchAtLogin()
155 profile_directory, in SetWillLaunchAtLogin()
[all …]
Dauto_launch_util.h35 bool AutoStartRequested(const base::string16& profile_directory,
42 void DisableAllAutoStartFeatures(const base::string16& profile_directory);
51 void EnableForegroundStartAtLogin(const base::string16& profile_directory,
59 void DisableForegroundStartAtLogin(const base::string16& profile_directory);
/external/chromium_org/chrome/browser/nacl_host/
Dnacl_browser_delegate_impl.cc193 const base::FilePath& profile_directory, in MapUrlToLocalFilePath() argument
197 GetExtensionInfoMap(profile_directory); in MapUrlToLocalFilePath()
211 const base::FilePath& profile_directory, in IsNonSfiModeAllowed() argument
215 &GetExtensionInfoMap(profile_directory)->extensions(); in IsNonSfiModeAllowed()
225 const base::FilePath& profile_directory) { in GetExtensionInfoMap() argument
227 Profile* profile = profile_manager_->GetProfileByPath(profile_directory); in GetExtensionInfoMap()
Dnacl_browser_delegate_impl.h38 const base::FilePath& profile_directory,
44 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
50 const base::FilePath& profile_directory);
/external/chromium_org/components/nacl/browser/
Dtest_nacl_browser_delegate.cc46 const base::FilePath& profile_directory, in MapUrlToLocalFilePath() argument
64 const base::FilePath& profile_directory, in IsNonSfiModeAllowed() argument
Dnacl_browser_delegate.h68 const base::FilePath& profile_directory,
81 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
Dtest_nacl_browser_delegate.h37 const base::FilePath& profile_directory,
43 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
Dnacl_host_message_filter.h34 const base::FilePath& profile_directory,
43 const base::FilePath& profile_directory() const { return profile_directory_; } in profile_directory() function
Dnacl_host_message_filter.cc69 const base::FilePath& profile_directory, in NaClHostMessageFilter() argument
74 profile_directory_(profile_directory), in NaClHostMessageFilter()
Dnacl_process_host.h80 const base::FilePath& profile_directory);
Dnacl_file_host.cc133 nacl_host_message_filter->profile_directory(), in DoOpenNaClExecutableOnThreadPool()
Dnacl_process_host.cc250 const base::FilePath& profile_directory) in NaClProcessHost() argument
269 profile_directory_(profile_directory), in NaClProcessHost()
414 nacl_host_message_filter->profile_directory(), manifest_url_); in Launch()
/external/chromium_org/extensions/shell/browser/
Dshell_nacl_browser_delegate.h40 const base::FilePath& profile_directory,
46 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
Dshell_nacl_browser_delegate.cc146 const base::FilePath& profile_directory, in MapUrlToLocalFilePath() argument
190 const base::FilePath& profile_directory, in IsNonSfiModeAllowed() argument
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dcros_browser_backend.py62 cri.RmRF(self.profile_directory)
64 self.profile_directory)
65 cri.Chown(self.profile_directory)
105 def profile_directory(self): member in CrOSBrowserBackend
Ddesktop_browser_backend.py92 return os.path.join(self.profile_directory, 'DevToolsActivePort')
213 def profile_directory(self): member in DesktopBrowserBackend
Dios_browser_backend.py127 def profile_directory(self): member in IosBrowserBackend
Dchrome_browser_backend.py222 def profile_directory(self): member in ChromeBrowserBackend
Dandroid_browser_backend.py359 def profile_directory(self): member in AndroidBrowserBackend
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_isolated_file_system_message_filter.cc59 const base::FilePath& profile_directory, in PepperIsolatedFileSystemMessageFilter() argument
63 profile_directory_(profile_directory), in PepperIsolatedFileSystemMessageFilter()
Dpepper_isolated_file_system_message_filter.h49 const base::FilePath& profile_directory,
/external/chromium_org/content/browser/renderer_host/pepper/
Dbrowser_ppapi_host_impl.cc25 const base::FilePath& profile_directory) { in CreateExternalPluginProcess() argument
32 profile_directory, in CreateExternalPluginProcess()
/external/chromium_org/content/public/browser/
Dbrowser_ppapi_host.h57 const base::FilePath& profile_directory);
/external/chromium_org/tools/telemetry/telemetry/core/
Dbrowser.py53 self._browser_backend.profile_directory)