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

/external/chromium/googleurl/src/
H A Durl_canon_etc.cc261 url_parse::Component* out_ref) {
264 *out_ref = url_parse::Component();
271 out_ref->begin = output->length();
298 out_ref->len = output->length() - out_ref->begin;
381 url_parse::Component* out_ref) {
382 DoCanonicalizeRef<char, unsigned char>(spec, ref, output, out_ref);
388 url_parse::Component* out_ref) {
389 DoCanonicalizeRef<char16, char16>(spec, ref, output, out_ref);
258 DoCanonicalizeRef(const CHAR* spec, const url_parse::Component& ref, CanonOutput* output, url_parse::Component* out_ref) argument
378 CanonicalizeRef(const char* spec, const url_parse::Component& ref, CanonOutput* output, url_parse::Component* out_ref) argument
385 CanonicalizeRef(const char16* spec, const url_parse::Component& ref, CanonOutput* output, url_parse::Component* out_ref) argument
/external/chromium_org/url/
H A Durl_canon_etc.cc236 url_parse::Component* out_ref) {
239 *out_ref = url_parse::Component();
246 out_ref->begin = output->length();
273 out_ref->len = output->length() - out_ref->begin;
357 url_parse::Component* out_ref) {
358 DoCanonicalizeRef<char, unsigned char>(spec, ref, output, out_ref);
364 url_parse::Component* out_ref) {
365 DoCanonicalizeRef<base::char16, base::char16>(spec, ref, output, out_ref);
233 DoCanonicalizeRef(const CHAR* spec, const url_parse::Component& ref, CanonOutput* output, url_parse::Component* out_ref) argument
354 CanonicalizeRef(const char* spec, const url_parse::Component& ref, CanonOutput* output, url_parse::Component* out_ref) argument
361 CanonicalizeRef(const base::char16* spec, const url_parse::Component& ref, CanonOutput* output, url_parse::Component* out_ref) argument

Completed in 32 milliseconds