Home | History | Annotate | Download | only in perf

Lines Matching refs:url_canon

8 #include "url/url_canon.h"
73 url_canon::RawCanonOutput<1024> output;
77 url_canon::CanonicalizeStandardURL(typical_url1, typical_url1_len, parsed1,
82 url_canon::CanonicalizeStandardURL(typical_url2, typical_url2_len, parsed2,
87 url_canon::CanonicalizeStandardURL(typical_url3, typical_url3_len, parsed3,
104 url_canon::StdStringCanonOutput output1(&out1);
105 url_canon::CanonicalizeStandardURL(typical_url1, typical_url1_len, parsed1,
110 url_canon::StdStringCanonOutput output2(&out2);
111 url_canon::CanonicalizeStandardURL(typical_url2, typical_url2_len, parsed2,
116 url_canon::StdStringCanonOutput output3(&out3);
117 url_canon::CanonicalizeStandardURL(typical_url3, typical_url3_len, parsed3,