HomeSort by relevance Sort by last modified time
    Searched refs:profile_directory (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/installer/util/
auto_launch_util.h 20 // |profile_directory| is the name of the directory (leaf, not the full path)
35 bool AutoStartRequested(const base::string16& profile_directory,
39 // Disables all auto-start features. |profile_directory| is the name of the
42 void DisableAllAutoStartFeatures(const base::string16& profile_directory);
46 // |profile_directory| is the name of the directory (leaf, not the full path)
51 void EnableForegroundStartAtLogin(const base::string16& profile_directory,
55 // |profile_directory| is the name of the directory (leaf, not the full path)
59 void DisableForegroundStartAtLogin(const base::string16& profile_directory);
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/components/nacl/browser/
nacl_browser_delegate.h 68 const base::FilePath& profile_directory,
81 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
test_nacl_browser_delegate.cc 46 const base::FilePath& profile_directory,
64 const base::FilePath& profile_directory,
test_nacl_browser_delegate.h 37 const base::FilePath& profile_directory,
43 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
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
nacl_host_message_filter.cc 69 const base::FilePath& profile_directory,
74 profile_directory_(profile_directory),
nacl_process_host.h 67 // profile_directory: is the path of current profile directory.
80 const base::FilePath& profile_directory);
nacl_file_host.cc 133 nacl_host_message_filter->profile_directory(),
nacl_process_host.cc 250 const base::FilePath& profile_directory)
269 profile_directory_(profile_directory),
414 nacl_host_message_filter->profile_directory(), manifest_url_);
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
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);
nacl_browser_delegate_impl.cc 193 const base::FilePath& profile_directory,
197 GetExtensionInfoMap(profile_directory);
211 const base::FilePath& profile_directory,
215 &GetExtensionInfoMap(profile_directory)->extensions();
225 const base::FilePath& profile_directory) {
227 Profile* profile = profile_manager_->GetProfileByPath(profile_directory);
  /external/chromium_org/extensions/shell/browser/
shell_nacl_browser_delegate.h 40 const base::FilePath& profile_directory,
46 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
shell_nacl_browser_delegate.cc 146 const base::FilePath& profile_directory,
190 const base::FilePath& profile_directory,
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_isolated_file_system_message_filter.h 49 const base::FilePath& profile_directory,
pepper_isolated_file_system_message_filter.cc 59 const base::FilePath& profile_directory,
63 profile_directory_(profile_directory),
  /external/chromium_org/content/public/browser/
browser_ppapi_host.h 57 const base::FilePath& profile_directory);
  /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
ios_browser_backend.py 127 def profile_directory(self): member in class:IosBrowserBackend
desktop_browser_backend.py 92 return os.path.join(self.profile_directory, 'DevToolsActivePort')
213 def profile_directory(self): member in class:DesktopBrowserBackend
chrome_browser_backend.py 222 def profile_directory(self): member in class:ChromeBrowserBackend
android_browser_backend.py 359 def profile_directory(self): member in class:AndroidBrowserBackend
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 25 const base::FilePath& profile_directory) {
32 profile_directory,
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 53 self._browser_backend.profile_directory)

Completed in 1229 milliseconds