HomeSort by relevance Sort by last modified time
    Searched refs:ParsedURL (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.cpp 27 #include "ParsedURL.h"
34 ParsedURL::ParsedURL(const URLString& spec)
43 String ParsedURL::scheme() const
48 String ParsedURL::username() const
53 String ParsedURL::password() const
58 String ParsedURL::host() const
63 String ParsedURL::port() const
68 String ParsedURL::path() const
73 String ParsedURL::query() cons
    [all...]
URLString.h 41 friend class ParsedURL;
43 // URLString can only be constructed by a ParsedURL.
ParsedURL.h 36 class ParsedURL {
38 explicit ParsedURL(const URLString&);
  /external/chromium/googleurl/src/
url_canon_internal_file.h 93 ParsedURL::Component sub_path(after_slashes, end - after_slashes);
97 ParsedURL::Component fake_output_path;
105 const ParsedURL& parsed,
107 ParsedURL* new_parsed) {
109 new_parsed->username = ParsedURL::Component(0, -1);
110 new_parsed->password = ParsedURL::Component(0, -1);
111 new_parsed->port = ParsedURL::Component(0, -1);

Completed in 664 milliseconds