HomeSort by relevance Sort by last modified time
    Searched refs:InitCanonical (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/url/
gurl.cc 78 InitCanonical(url_string, true);
82 InitCanonical(url_string, true);
86 InitCanonical(url_string, false);
106 void GURL::InitCanonical(const STR& input_spec, bool trim_path_end) {
gurl.h 370 void InitCanonical(const STR& input_spec, bool trim_path_end);
  /external/chromium/googleurl/src/
gurl.cc 51 bool InitCanonical(const STR& input_spec,
118 is_valid_ = InitCanonical(url_string, &spec_, &parsed_);
122 is_valid_ = InitCanonical(url_string, &spec_, &parsed_);

Completed in 642 milliseconds