Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/tests/
DKURLTest.cpp48 struct ComponentCase { struct
49 const char* url;
50 const char* protocol;
51 const char* host;
52 const int port;
53 const char* user;
54 const char* pass;
55 const char* path;
56 const char* lastPath;
57 const char* query;
[all …]
/external/chromium/googleurl/src/
Durl_canon_unittest.cc55 struct ComponentCase { struct
56 const char* input;
57 const char* expected;
58 url_parse::Component expected_component;
59 bool expected_success;