Home
last modified time | relevance | path

Searched defs:RelativeCase (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/url/
Durl_canon_unittest.cc1903 struct RelativeCase { in TEST() struct
1904 const char* base; // Input base URL: MUST BE CANONICAL in TEST()
1905 bool is_base_hier; // Is the base URL hierarchical in TEST()
1906 bool is_base_file; // Tells us if the base is a file URL. in TEST()
1907 const char* test; // Input URL to test against. in TEST()
1908 bool succeed_relative; // Whether we expect IsRelativeURL to succeed in TEST()
1909 bool is_rel; // Whether we expect |test| to be relative or not. in TEST()
1910 bool succeed_resolve; // Whether we expect ResolveRelativeURL to succeed. in TEST()
1911 const char* resolved; // What we expect in the result when resolving. in TEST()