Home | History | Annotate | Download | only in ftp

Lines Matching refs:GURL

11 #include "googleurl/src/gurl.h"
17 // The parameter for doing lookups, insertions, and deletions is a GURL of the
20 // GURL("ftp://myserver") -- OK (implied port of 21)
21 // GURL("ftp://myserver:21") -- OK
22 // GURL("ftp://myserver/PATH") -- WRONG, paths not allowed
29 Entry(const GURL& origin, const std::wstring& username,
36 const GURL origin;
45 Entry* Lookup(const GURL& origin);
50 void Add(const GURL& origin, const std::wstring& username,
55 void Remove(const GURL& origin, const std::wstring& username,