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/chrome/browser/renderer_host/pepper/
pepper_crx_file_system_message_filter.h 49 const base::FilePath& profile_directory,
pepper_crx_file_system_message_filter.cc 56 const base::FilePath& profile_directory,
59 profile_directory_(profile_directory),
pepper_extensions_common_message_filter.cc 82 base::FilePath profile_directory = host->GetProfileDataDirectory(); local
87 profile_directory,
94 const base::FilePath& profile_directory,
98 profile_directory_(profile_directory),
pepper_extensions_common_message_filter.h 48 const base::FilePath& profile_directory,
  /external/chromium_org/content/public/browser/
browser_ppapi_host.h 51 const base::FilePath& profile_directory);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_host_message_filter.h 33 const base::FilePath& profile_directory,
nacl_host_message_filter.cc 35 const base::FilePath& profile_directory,
40 profile_directory_(profile_directory),
nacl_process_host.h 51 // profile_directory: is the path of current profile directory.
59 const base::FilePath& profile_directory);
nacl_process_host.cc 185 const base::FilePath& profile_directory)
202 profile_directory_(profile_directory),
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 24 const base::FilePath& profile_directory) {
34 base::FilePath(), profile_directory, true,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 184 def profile_directory(self): member in class:ChromeBrowserBackend
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_backend.py 128 def profile_directory(self): member in class:DesktopBrowserBackend
desktop_browser_finder.py 70 dirty_profile_dir = backend.profile_directory
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 239 self._browser_backend.profile_directory)

Completed in 447 milliseconds