HomeSort by relevance Sort by last modified time
    Searched refs:profile_directory (Results 1 - 21 of 21) 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 66 const base::FilePath& profile_directory,
71 profile_directory_(profile_directory),
nacl_process_host.h 62 // profile_directory: is the path of current profile directory.
73 const base::FilePath& profile_directory);
nacl_file_host.cc 122 nacl_host_message_filter->profile_directory(),
nacl_process_host.cc 261 const base::FilePath& profile_directory)
280 profile_directory_(profile_directory),
436 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,
49 const base::FilePath& profile_directory);
nacl_browser_delegate_impl.cc 222 const base::FilePath& profile_directory,
225 GetExtensionInfoMap(profile_directory);
288 const base::FilePath& profile_directory,
291 &GetExtensionInfoMap(profile_directory)->extensions();
297 const base::FilePath& profile_directory) {
299 Profile* profile = profile_manager_->GetProfileByPath(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 65 cri.RmRF(self.profile_directory)
67 self.profile_directory)
68 cri.Chown(self.profile_directory)
112 def profile_directory(self): member in class:CrOSBrowserBackend
desktop_browser_backend.py 91 return os.path.join(self.profile_directory, 'DevToolsActivePort')
228 def profile_directory(self): member in class:DesktopBrowserBackend
android_browser_backend.py 354 def profile_directory(self): member in class:AndroidBrowserBackend
chrome_browser_backend.py 250 def profile_directory(self): member in class:ChromeBrowserBackend
  /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 295 self._browser_backend.profile_directory)

Completed in 264 milliseconds