Searched defs:profile_directory (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_crx_file_system_message_filter.cc56 const base::FilePath& profile_directory,
59 profile_directory_(profile_directory),
54 PepperCrxFileSystemMessageFilter( int render_process_id, const base::FilePath& profile_directory, const GURL& document_url) argument
H A Dpepper_extensions_common_message_filter.cc82 base::FilePath profile_directory = host->GetProfileDataDirectory(); local
87 profile_directory,
94 const base::FilePath& profile_directory,
98 profile_directory_(profile_directory),
91 PepperExtensionsCommonMessageFilter( int render_process_id, int render_view_id, const base::FilePath& profile_directory, const GURL& document_url) argument
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
H A Ddesktop_browser_backend.py128 def profile_directory(self): member in class:DesktopBrowserBackend
H A Dandroid_browser_backend.py252 def profile_directory(self): member in class:AndroidBrowserBackend
H A Dcros_browser_backend.py155 def profile_directory(self): member in class:CrOSBrowserBackend
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.cc41 string16 ProfileToKeyName(const string16& profile_directory) { argument
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, argument
108 profile_directory,
138 const string16& profile_directory,
144 if (profile_directory == ASCIIToUTF16(chrome::kInitialProfile) &&
158 string16 key_name(ProfileToKeyName(profile_directory));
77 WillLaunchAtLoginWithSwitch(const base::FilePath& application_path, const string16& profile_directory, const std::string& command_line_switch) argument
137 SetWillLaunchAtLogin(const base::FilePath& application_path, const string16& profile_directory, FlagSetting foreground_mode, FlagSetting background_mode) argument
221 DisableAllAutoStartFeatures(const string16& profile_directory) argument
226 EnableForegroundStartAtLogin(const string16& profile_directory, const base::FilePath& application_path) argument
232 DisableForegroundStartAtLogin(const string16& profile_directory) argument
234 base::FilePath(), profile_directory, FLAG_DISABLE, FLAG_PRESERVE); local
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc24 const base::FilePath& profile_directory) {
34 base::FilePath(), profile_directory, true,
16 CreateExternalPluginProcess( IPC::Sender* sender, ppapi::PpapiPermissions permissions, base::ProcessHandle plugin_child_process, IPC::ChannelProxy* channel, net::HostResolver* host_resolver, int render_process_id, int render_view_id, const base::FilePath& profile_directory) argument
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dchrome_browser_backend.py184 def profile_directory(self): member in class:ChromeBrowserBackend
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_host_message_filter.cc35 const base::FilePath& profile_directory,
40 profile_directory_(profile_directory),
32 NaClHostMessageFilter( int render_process_id, bool is_off_the_record, const base::FilePath& profile_directory, ExtensionInfoMap* extension_info_map, net::URLRequestContextGetter* request_context) argument
H A Dnacl_process_host.cc185 const base::FilePath& profile_directory)
202 profile_directory_(profile_directory),
178 NaClProcessHost(const GURL& manifest_url, int render_view_id, uint32 permission_bits, bool uses_irt, bool enable_dyncode_syscalls, bool enable_exception_handling, bool off_the_record, const base::FilePath& profile_directory) argument

Completed in 285 milliseconds