Searched defs:PrivetV3Session (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session.h24 class PrivetV3Session { class in namespace:local_discovery
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);
H A Dprivetv3_session.cc30 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
91 PrivetV3Session::PrivetV3Session(scoped_ptr<PrivetHTTPClient> client, function in class:local_discovery::PrivetV3Session
[all...]

Completed in 136 milliseconds