Searched refs:PrivetV3Session (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
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...]
H A Dprivetv3_setup_operation.cc12 PrivetV3Session* session,
H A Dprivetv3_setup_operation.h15 class PrivetV3Session;
26 PrivetV3Session* session,
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_setup_flow.h19 class PrivetV3SetupFlow : public PrivetV3Session::Delegate {
74 // PrivetV3Session::Delegate implementation.
97 scoped_ptr<PrivetV3Session> session_;
98 scoped_ptr<PrivetV3Session::Request> setup_request_;
H A Dprivetv3_session_unittest.cc22 class MockDelegate : public PrivetV3Session::Delegate {
54 PrivetV3Session session_;
H A Dprivetv3_setup_flow.cc19 class SetupRequest : public PrivetV3Session::Request {
161 session_.reset(new PrivetV3Session(privet_http_client.Pass(), this));
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.cc193 class GcdPrivateRequest : public local_discovery::PrivetV3Session::Request {
201 // local_discovery::PrivetV3Session::Request implementation.
217 : public local_discovery::PrivetV3Session::Delegate {
242 // local_discovery::PrivetV3Session::Delegate implementation.
249 scoped_ptr<local_discovery::PrivetV3Session> privet_session_;
549 new local_discovery::PrivetV3Session(http_client_.Pass(), this));

Completed in 88 milliseconds