Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/tests/
DKURLTest.cpp51 struct ComponentCase { struct
52 const char* url;
53 const char* protocol;
54 const char* host;
55 const int port;
56 const char* user;
57 const char* pass;
58 const char* path;
59 const char* lastPath;
60 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;