/external/chromium_org/components/nacl/browser/ |
nacl_host_message_filter.h | 34 const base::FilePath& profile_directory, 43 const base::FilePath& profile_directory() const { return profile_directory_; } function in class:nacl::NaClHostMessageFilter
|
/external/chromium_org/chrome/installer/util/ |
auto_launch_util.cc | 38 // A helper function that takes a |profile_directory| and builds a registry key 43 base::string16 ProfileToKeyName(const base::string16& profile_directory) { 47 path = path.Append(profile_directory); 61 // |profile_directory| is the name of the directory (leaf, not the full path) 67 const base::string16& profile_directory, 69 base::string16 key_name(ProfileToKeyName(profile_directory)); 93 bool AutoStartRequested(const base::string16& profile_directory, 98 profile_directory, 128 const base::string16& profile_directory, 134 if (profile_directory == ASCIIToUTF16(chrome::kInitialProfile) & 223 base::FilePath(), profile_directory, FLAG_DISABLE, FLAG_PRESERVE); local [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
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 class:CrOSBrowserBackend
|
desktop_browser_backend.py | 92 return os.path.join(self.profile_directory, 'DevToolsActivePort') 213 def profile_directory(self): member in class:DesktopBrowserBackend
|
ios_browser_backend.py | 127 def profile_directory(self): member in class:IosBrowserBackend
|
android_browser_backend.py | 359 def profile_directory(self): member in class:AndroidBrowserBackend
|
chrome_browser_backend.py | 222 def profile_directory(self): member in class:ChromeBrowserBackend
|