HomeSort by relevance Sort by last modified time
    Searched defs:CookieFetcher (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.cc 22 CookieFetcher::CookieFetcher(Profile* profile) : profile_(profile) {
30 void CookieFetcher::AttemptFetch(const std::string& credentials) {
35 void CookieFetcher::OnURLFetchComplete(const URLFetcher* source,
cookie_fetcher.h 23 // A CookieFetcher manages its own lifecycle. It deletes itself once it's
25 class CookieFetcher : public URLFetcher::Delegate {
28 explicit CookieFetcher(Profile* profile);
32 CookieFetcher(Profile* profile,
56 virtual ~CookieFetcher() {}
63 DISALLOW_COPY_AND_ASSIGN(CookieFetcher);

Completed in 113 milliseconds