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

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc187 // ChildProcessSecurityPolicy for process with id |handler_pid|.
191 int handler_pid);
324 int handler_pid = ExtractProcessFromExtensionId(profile_, extension_->id()); local
325 if (handler_pid <= 0 &&
331 if (handler_pid > 0) {
334 handler_pid,
353 handler_pid));
362 int handler_pid = host ? host->render_process_host()->GetID() : local
365 if (handler_pid <= 0) {
377 file_definition_list.get(), extension_.get(), handler_pid);
409 SetupHandlerHostFileAccessPermissions( FileDefinitionList* file_definition_list, const Extension* extension, int handler_pid) argument
[all...]

Completed in 75 milliseconds