Searched refs:handler_pid (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc202 // ChildProcessSecurityPolicy for process with id |handler_pid|.
206 int handler_pid);
326 int handler_pid = ExtractProcessFromExtensionId(profile_, extension_->id()); local
327 if (handler_pid <= 0 &&
337 if (handler_pid > 0) {
339 file_list, handler_pid, NULL);
354 info.name, info.root_url, file_list, handler_pid));
364 int handler_pid = host ? host->render_process_host()->GetID() : local
367 if (handler_pid <= 0) {
380 file_list, extension_.get(), handler_pid);
411 SetupHandlerHostFileAccessPermissions( const FileDefinitionList& file_list, const Extension* extension, int handler_pid) argument
[all...]

Completed in 164 milliseconds