HomeSort by relevance Sort by last modified time
    Searched full:handler_pid (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 202 // 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);
    [all...]

Completed in 48 milliseconds