Searched refs:IsRelativeURL (Results 1 - 8 of 8) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_relative.cc85 // See IsRelativeURL in the header file for usage.
522 bool IsRelativeURL(const char* base, function in namespace:url_canon
534 bool IsRelativeURL(const char* base, function in namespace:url_canon
H A Durl_canon.h820 GURL_API bool IsRelativeURL(const char* base,
827 GURL_API bool IsRelativeURL(const char* base,
837 // IsRelativeURL), this produces a new parsed canonical URL in |output| and
H A Durl_util.cc237 if (!url_canon::IsRelativeURL(base_spec, base_parsed,
H A Durl_canon_unittest.cc1785 bool succeed_relative; // Whether we expect IsRelativeURL to succeed
1920 bool succeed_is_rel = url_canon::IsRelativeURL(
/external/chromium_org/url/
H A Durl_canon_relative.cc61 // See IsRelativeURL in the header file for usage.
512 bool IsRelativeURL(const char* base, function in namespace:url_canon
524 bool IsRelativeURL(const char* base, function in namespace:url_canon
H A Durl_canon.h842 URL_EXPORT bool IsRelativeURL(const char* base,
849 URL_EXPORT bool IsRelativeURL(const char* base,
859 // IsRelativeURL), this produces a new parsed canonical URL in |output| and
H A Durl_util.cc231 if (!url_canon::IsRelativeURL(base_spec, base_parsed,
H A Durl_canon_unittest.cc1887 bool succeed_relative; // Whether we expect IsRelativeURL to succeed
2035 bool succeed_is_rel = url_canon::IsRelativeURL(

Completed in 368 milliseconds