Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLComponent.h37 URLComponent() : m_begin(0), m_length(-1) { } in URLComponent() function
38 URLComponent(int begin, int length) : m_begin(begin), m_length(length) { } in URLComponent() function
/external/webkit/Source/JavaScriptCore/wtf/url/api/
DParsedURL.h34 class URLComponent; variable