Home
last modified time | relevance | path

Searched refs:ComponentType (Results 1 – 3 of 3) sorted by relevance

/external/chromium/googleurl/src/
Durl_parse.h110 enum ComponentType { enum
158 int CountCharactersBefore(ComponentType type, bool include_delimiter) const;
Durl_parse_unittest.cc169 Parsed::ComponentType component; in TEST()
Durl_parse.cc574 int Parsed::CountCharactersBefore(ComponentType type, in CountCharactersBefore()