Home | History | Annotate | Download | only in plugin

Lines Matching full:full_url

433                nacl::string* full_url,
436 CHECK(full_url != NULL && error_info != NULL);
448 return manifest->ResolveURL(relative_url, full_url, error_info);
556 nacl::string* full_url,
571 *full_url = resolved_url.AsString();
575 bool JsonManifest::GetProgramURL(nacl::string* full_url,
578 if (full_url == NULL || pnacl_options == NULL || error_info == NULL)
595 return ResolveURL(nexe_url, full_url, error_info);
613 nacl::string* full_url,
619 if (full_url == NULL || pnacl_options == NULL || error_info == NULL)
623 return GetKeyUrl(dictionary_, key, sandbox_isa_, this, full_url,
658 return GetKeyUrl(files, rest, sandbox_isa_, this, full_url, pnacl_options,