Home
last modified time | relevance | path

Searched refs:URLComponent (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLParser.h64 …y(const CHAR* spec, const URLComponent& auth, URLComponent& username, URLComponent& password, URLC… in parseAuthority()
84 parseUserInfo(spec, URLComponent(auth.begin(), i - auth.begin()), username, password); in parseAuthority()
85 … parseServerInfo(spec, URLComponent::fromRange(i + 1, auth.begin() + auth.length()), host, port); in parseAuthority()
94 static bool extractScheme(const CHAR* spec, int specLength, URLComponent& scheme) in extractScheme()
106 scheme = URLComponent::fromRange(begin, i); in extractScheme()
126 URLComponent authority; in parseAfterScheme()
127 URLComponent fullPath; in parseAfterScheme()
134 authority = URLComponent(afterSlashes, authEnd - afterSlashes); in parseAfterScheme()
137 fullPath = URLComponent(); in parseAfterScheme()
139 fullPath = URLComponent(authEnd, specLength - authEnd); in parseAfterScheme()
[all …]
DURLSegments.h93 URLComponent scheme;
94 URLComponent username;
95 URLComponent password;
96 URLComponent host;
97 URLComponent port;
98 URLComponent path;
99 URLComponent query;
100 URLComponent fragment;
DURLComponent.h35 class URLComponent {
37 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
42 static inline URLComponent fromRange(int begin, int end) in fromRange()
44 return URLComponent(begin, end - begin); in fromRange()
60 …bool operator==(const URLComponent& other) const { return m_begin == other.m_begin && m_length == …
DURLQueryCanonicalizer.h44 …c void canonicalize(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer, URL… in canonicalize()
47 resultQuery = URLComponent(); in canonicalize()
58 static bool isAllASCII(const InChar* spec, const URLComponent& query) in isAllASCII()
90 …static void convertToQueryEncoding(const InChar* spec, const URLComponent& query, URLBuffer<OutCha… in convertToQueryEncoding()
/external/webkit/Source/JavaScriptCore/wtf/url/api/
DParsedURL.h34 class URLComponent; variable
54 inline String segment(const URLComponent&) const;
DParsedURL.cpp83 String ParsedURL::segment(const URLComponent& component) const in segment()
/external/webkit/Source/JavaScriptCore/wtf/url/
Dwtfurl.gyp41 'src/URLComponent.h',
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi669 'wtf/url/src/URLComponent.h',
DChangeLog-2010-05-242426 * wtf/url/src/URLComponent.h:
2427 (WTF::URLComponent::fromRange):
2428 (WTF::URLComponent::isNonEmpty):
2429 (WTF::URLComponent::isEmptyOrInvalid):
2781 * wtf/url/src/URLComponent.h: Added.
2783 (WTF::URLComponent::URLComponent):
2784 (WTF::URLComponent::isValid):
2785 (WTF::URLComponent::isNonempty):
2786 (WTF::URLComponent::reset):
2787 (WTF::URLComponent::operator==):
[all …]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj358 …4AF4D122F289A0092D9F5 /* URLComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9714AF33122…
1049 …* URLComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.…
2134 9714AF33122F27E70092D9F5 /* URLComponent.h */,
2512 9714AF4D122F289A0092D9F5 /* URLComponent.h in Headers */,