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

  /external/chromium_org/chrome/browser/local_discovery/
privetv3_session.h 24 class PrivetV3Session {
56 friend class PrivetV3Session;
60 PrivetV3Session(scoped_ptr<PrivetHTTPClient> client, Delegate* delegate);
61 ~PrivetV3Session();
78 base::WeakPtrFactory<PrivetV3Session> weak_ptr_factory_;
79 DISALLOW_COPY_AND_ASSIGN(PrivetV3Session);
privetv3_session.cc 30 class PrivetV3Session::FetcherDelegate : public PrivetURLFetcher::Delegate {
32 FetcherDelegate(const base::WeakPtr<PrivetV3Session>& session,
47 friend class PrivetV3Session;
49 base::WeakPtr<PrivetV3Session> session_;
53 PrivetV3Session::FetcherDelegate::FetcherDelegate(
54 const base::WeakPtr<PrivetV3Session>& session,
59 PrivetV3Session::FetcherDelegate::~FetcherDelegate() {
62 void PrivetV3Session::FetcherDelegate::OnNeedPrivetToken(
69 void PrivetV3Session::FetcherDelegate::OnError(
75 void PrivetV3Session::FetcherDelegate::OnParsedJson
    [all...]

Completed in 164 milliseconds