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

/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.h34 const base::FilePath& profile_directory,
43 const base::FilePath& profile_directory() const { return profile_directory_; } function in class:nacl::NaClHostMessageFilter
H A Dtest_nacl_browser_delegate.cc46 const base::FilePath& profile_directory,
64 const base::FilePath& profile_directory,
43 MapUrlToLocalFilePath( const GURL& url, bool use_blocking_api, const base::FilePath& profile_directory, base::FilePath* file_path) argument
63 IsNonSfiModeAllowed( const base::FilePath& profile_directory, const GURL& manifest_url) argument
H A Dnacl_host_message_filter.cc69 const base::FilePath& profile_directory,
74 profile_directory_(profile_directory),
66 NaClHostMessageFilter( int render_process_id, bool is_off_the_record, const base::FilePath& profile_directory, net::URLRequestContextGetter* request_context) argument
H A Dnacl_process_host.cc250 const base::FilePath& profile_directory)
269 profile_directory_(profile_directory),
414 nacl_host_message_filter->profile_directory(), manifest_url_);
238 NaClProcessHost(const GURL& manifest_url, base::File nexe_file, const NaClFileToken& nexe_token, ppapi::PpapiPermissions permissions, int render_view_id, uint32 permission_bits, bool uses_irt, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling, bool off_the_record, const base::FilePath& profile_directory) argument
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_isolated_file_system_message_filter.cc59 const base::FilePath& profile_directory,
63 profile_directory_(profile_directory),
57 PepperIsolatedFileSystemMessageFilter( int render_process_id, const base::FilePath& profile_directory, const GURL& document_url, ppapi::host::PpapiHost* ppapi_host) argument
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.cc38 // A helper function that takes a |profile_directory| and builds a registry key
43 base::string16 ProfileToKeyName(const base::string16& profile_directory) { argument
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, argument
98 profile_directory,
128 const base::string16& profile_directory,
134 if (profile_directory
66 WillLaunchAtLoginWithSwitch(const base::FilePath& application_path, const base::string16& profile_directory, const std::string& command_line_switch) argument
127 SetWillLaunchAtLogin(const base::FilePath& application_path, const base::string16& profile_directory, FlagSetting foreground_mode, FlagSetting background_mode) argument
210 DisableAllAutoStartFeatures(const base::string16& profile_directory) argument
215 EnableForegroundStartAtLogin(const base::string16& profile_directory, const base::FilePath& application_path) argument
221 DisableForegroundStartAtLogin(const base::string16& profile_directory) argument
223 base::FilePath(), profile_directory, FLAG_DISABLE, FLAG_PRESERVE); local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_browser_backend.py62 cri.RmRF(self.profile_directory)
64 self.profile_directory)
65 cri.Chown(self.profile_directory)
105 def profile_directory(self): member in class:CrOSBrowserBackend
H A Ddesktop_browser_backend.py92 return os.path.join(self.profile_directory, 'DevToolsActivePort')
213 def profile_directory(self): member in class:DesktopBrowserBackend
H A Dios_browser_backend.py127 def profile_directory(self): member in class:IosBrowserBackend
H A Dandroid_browser_backend.py359 def profile_directory(self): member in class:AndroidBrowserBackend
H A Dchrome_browser_backend.py222 def profile_directory(self): member in class:ChromeBrowserBackend
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc193 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);
190 MapUrlToLocalFilePath( const GURL& file_url, bool use_blocking_api, const base::FilePath& profile_directory, base::FilePath* file_path) argument
210 IsNonSfiModeAllowed( const base::FilePath& profile_directory, const GURL& manifest_url) argument
224 GetExtensionInfoMap( const base::FilePath& profile_directory) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc25 const base::FilePath& profile_directory) {
32 profile_directory,
18 CreateExternalPluginProcess( IPC::Sender* sender, ppapi::PpapiPermissions permissions, base::ProcessHandle plugin_child_process, IPC::ChannelProxy* channel, int render_process_id, int render_view_id, const base::FilePath& profile_directory) argument
/external/chromium_org/extensions/shell/browser/
H A Dshell_nacl_browser_delegate.cc146 const base::FilePath& profile_directory,
190 const base::FilePath& profile_directory,
143 MapUrlToLocalFilePath( const GURL& file_url, bool use_blocking_api, const base::FilePath& profile_directory, base::FilePath* file_path) argument
189 IsNonSfiModeAllowed( const base::FilePath& profile_directory, const GURL& manifest_url) argument

Completed in 757 milliseconds