Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLSegments.h42 enum ComponentType { enum
89 int charactersBefore(ComponentType, bool includeDelimiter) const;
DURLSegments.cpp49 int URLSegments::charactersBefore(ComponentType type, bool includeDelimiter) const in charactersBefore()
/external/chromium/googleurl/src/
Durl_parse.h111 enum ComponentType { enum
159 GURL_API int CountCharactersBefore(ComponentType type,
Durl_parse.cc577 int Parsed::CountCharactersBefore(ComponentType type, in CountCharactersBefore()
Durl_parse_unittest.cc169 Parsed::ComponentType component; in TEST()