Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURLTest.cpp44 struct ComponentCase { struct
45 const char* url;
46 const char* protocol;
47 const char* host;
48 const int port;
49 const char* user;
50 const char* pass;
51 const char* lastPath;
52 const char* query;
53 const char* ref;
/external/chromium_org/url/
Durl_canon_unittest.cc30 struct ComponentCase { struct
31 const char* input;
32 const char* expected;
33 Component expected_component;
34 bool expected_success;