HomeSort by relevance Sort by last modified time
    Searched refs:profile_directory (Results 1 - 16 of 16) 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 string16& profile_directory,
39 // Disables all auto-start features. |profile_directory| is the name of the
42 void DisableAllAutoStartFeatures(const string16& profile_directory);
46 // |profile_directory| is the name of the directory (leaf, not the full path)
51 void EnableForegroundStartAtLogin(const string16& profile_directory,
55 // |profile_directory| is the name of the directory (leaf, not the full path)
59 void DisableForegroundStartAtLogin(const string16& profile_directory);
auto_launch_util.cc 41 string16 ProfileToKeyName(const string16& profile_directory) {
58 path = path.Append(profile_directory);
72 // |profile_directory| is the name of the directory (leaf, not the full path)
78 const string16& profile_directory,
80 string16 key_name(ProfileToKeyName(profile_directory));
103 bool AutoStartRequested(const string16& profile_directory,
108 profile_directory,
138 const string16& profile_directory,
144 if (profile_directory == ASCIIToUTF16(chrome::kInitialProfile) &&
158 string16 key_name(ProfileToKeyName(profile_directory));
234 base::FilePath(), profile_directory, FLAG_DISABLE, FLAG_PRESERVE); local
    [all...]
  /external/chromium_org/content/public/browser/
browser_ppapi_host.h 46 const base::FilePath& profile_directory);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_extensions_common_message_filter.cc 91 base::FilePath profile_directory = host->GetProfileDataDirectory(); local
96 profile_directory,
103 const base::FilePath& profile_directory,
107 profile_directory_(profile_directory),
pepper_extensions_common_message_filter.h 48 const base::FilePath& profile_directory,
pepper_isolated_file_system_message_filter.h 50 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/components/nacl/browser/
nacl_host_message_filter.h 33 const base::FilePath& profile_directory,
nacl_host_message_filter.cc 22 const base::FilePath& profile_directory,
26 profile_directory_(profile_directory),
nacl_process_host.h 62 // profile_directory: is the path of current profile directory.
71 const base::FilePath& profile_directory);
nacl_process_host.cc 234 const base::FilePath& profile_directory)
252 profile_directory_(profile_directory),
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 24 const base::FilePath& profile_directory) {
28 base::FilePath(), profile_directory,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py 80 cri.RmRF(self.profile_directory)
82 self.profile_directory)
83 cri.Chown(self.profile_directory)
178 def profile_directory(self): member in class:CrOSBrowserBackend
chrome_browser_backend.py 236 def profile_directory(self): member in class:ChromeBrowserBackend
desktop_browser_backend.py 148 def profile_directory(self): member in class:DesktopBrowserBackend
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 267 self._browser_backend.profile_directory)

Completed in 258 milliseconds