/external/chromium_org/chrome/installer/util/ |
D | auto_launch_util.cc | 43 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 …]
|
D | auto_launch_util.h | 35 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/ |
D | nacl_browser_delegate_impl.cc | 193 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()
|
D | nacl_browser_delegate_impl.h | 38 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/ |
D | test_nacl_browser_delegate.cc | 46 const base::FilePath& profile_directory, in MapUrlToLocalFilePath() argument 64 const base::FilePath& profile_directory, in IsNonSfiModeAllowed() argument
|
D | nacl_browser_delegate.h | 68 const base::FilePath& profile_directory, 81 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
|
D | test_nacl_browser_delegate.h | 37 const base::FilePath& profile_directory, 43 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
|
D | nacl_host_message_filter.h | 34 const base::FilePath& profile_directory, 43 const base::FilePath& profile_directory() const { return profile_directory_; } in profile_directory() function
|
D | nacl_host_message_filter.cc | 69 const base::FilePath& profile_directory, in NaClHostMessageFilter() argument 74 profile_directory_(profile_directory), in NaClHostMessageFilter()
|
D | nacl_process_host.h | 80 const base::FilePath& profile_directory);
|
D | nacl_file_host.cc | 133 nacl_host_message_filter->profile_directory(), in DoOpenNaClExecutableOnThreadPool()
|
D | nacl_process_host.cc | 250 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/ |
D | shell_nacl_browser_delegate.h | 40 const base::FilePath& profile_directory, 46 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
|
D | shell_nacl_browser_delegate.cc | 146 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/ |
D | cros_browser_backend.py | 62 cri.RmRF(self.profile_directory) 64 self.profile_directory) 65 cri.Chown(self.profile_directory) 105 def profile_directory(self): member in CrOSBrowserBackend
|
D | desktop_browser_backend.py | 92 return os.path.join(self.profile_directory, 'DevToolsActivePort') 213 def profile_directory(self): member in DesktopBrowserBackend
|
D | ios_browser_backend.py | 127 def profile_directory(self): member in IosBrowserBackend
|
D | chrome_browser_backend.py | 222 def profile_directory(self): member in ChromeBrowserBackend
|
D | android_browser_backend.py | 359 def profile_directory(self): member in AndroidBrowserBackend
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
D | pepper_isolated_file_system_message_filter.cc | 59 const base::FilePath& profile_directory, in PepperIsolatedFileSystemMessageFilter() argument 63 profile_directory_(profile_directory), in PepperIsolatedFileSystemMessageFilter()
|
D | pepper_isolated_file_system_message_filter.h | 49 const base::FilePath& profile_directory,
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | browser_ppapi_host_impl.cc | 25 const base::FilePath& profile_directory) { in CreateExternalPluginProcess() argument 32 profile_directory, in CreateExternalPluginProcess()
|
/external/chromium_org/content/public/browser/ |
D | browser_ppapi_host.h | 57 const base::FilePath& profile_directory);
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | browser.py | 53 self._browser_backend.profile_directory)
|