HomeSort by relevance Sort by last modified time
    Searched refs:PrivetURLFetcher (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 28 public PrivetURLFetcher::Delegate {
38 virtual void OnError(PrivetURLFetcher* fetcher,
39 PrivetURLFetcher::ErrorType error) OVERRIDE;
40 virtual void OnParsedJson(PrivetURLFetcher* fetcher,
47 scoped_ptr<PrivetURLFetcher> url_fetcher_;
52 public PrivetURLFetcher::Delegate,
64 virtual void OnError(PrivetURLFetcher* fetcher,
65 PrivetURLFetcher::ErrorType error) OVERRIDE;
67 virtual void OnParsedJson(PrivetURLFetcher* fetcher,
72 PrivetURLFetcher* fetcher
    [all...]
privet_url_fetcher.cc 54 void PrivetURLFetcher::Delegate::OnNeedPrivetToken(
55 PrivetURLFetcher* fetcher,
60 std::string PrivetURLFetcher::Delegate::GetAuthToken() {
64 bool PrivetURLFetcher::Delegate::OnRawData(PrivetURLFetcher* fetcher,
71 PrivetURLFetcher::PrivetURLFetcher(
75 PrivetURLFetcher::Delegate* delegate)
91 PrivetURLFetcher::~PrivetURLFetcher() {
    [all...]
privetv3_session.cc 30 class PrivetV3Session::FetcherDelegate : public PrivetURLFetcher::Delegate {
36 // PrivetURLFetcher::Delegate methods.
38 PrivetURLFetcher* fetcher,
39 const PrivetURLFetcher::TokenCallback& callback) OVERRIDE;
40 virtual void OnError(PrivetURLFetcher* fetcher,
41 PrivetURLFetcher::ErrorType error) OVERRIDE;
42 virtual void OnParsedJson(PrivetURLFetcher* fetcher,
48 scoped_ptr<PrivetURLFetcher> url_fetcher_;
63 PrivetURLFetcher* fetcher,
64 const PrivetURLFetcher::TokenCallback& callback)
    [all...]
privet_url_fetcher.h 29 class PrivetURLFetcher : public net::URLFetcherDelegate {
48 PrivetURLFetcher* fetcher,
54 virtual void OnError(PrivetURLFetcher* fetcher, ErrorType error) = 0;
55 virtual void OnParsedJson(PrivetURLFetcher* fetcher,
62 virtual bool OnRawData(PrivetURLFetcher* fetcher,
68 PrivetURLFetcher(
74 virtual ~PrivetURLFetcher();
141 base::WeakPtrFactory<PrivetURLFetcher> weak_factory_;
142 DISALLOW_COPY_AND_ASSIGN(PrivetURLFetcher);
privet_url_fetcher_unittest.cc 26 class MockPrivetURLFetcherDelegate : public PrivetURLFetcher::Delegate {
34 virtual void OnError(PrivetURLFetcher* fetcher,
35 PrivetURLFetcher::ErrorType error) OVERRIDE {
39 MOCK_METHOD1(OnErrorInternal, void(PrivetURLFetcher::ErrorType error));
41 virtual void OnParsedJson(PrivetURLFetcher* fetcher,
51 PrivetURLFetcher* fetcher,
52 const PrivetURLFetcher::TokenCallback& callback) {
55 bool OnRawData(PrivetURLFetcher* fetcher,
93 privet_urlfetcher_.reset(new PrivetURLFetcher(
99 PrivetURLFetcher::SetTokenForHost(GURL(kSamplePrivetURL).GetOrigin().spec()
    [all...]
privet_http_impl.cc 113 void PrivetInfoOperationImpl::OnError(PrivetURLFetcher* fetcher,
114 PrivetURLFetcher::ErrorType error) {
118 void PrivetInfoOperationImpl::OnParsedJson(PrivetURLFetcher* fetcher,
173 void PrivetRegisterOperationImpl::OnError(PrivetURLFetcher* fetcher,
174 PrivetURLFetcher::ErrorType error) {
179 if (error == PrivetURLFetcher::RESPONSE_CODE_ERROR) {
182 } else if (error == PrivetURLFetcher::JSON_PARSE_ERROR) {
184 } else if (error == PrivetURLFetcher::TOKEN_ERROR) {
186 } else if (error == PrivetURLFetcher::RETRY_ERROR) {
198 PrivetURLFetcher* fetcher
    [all...]
privet_http.h 58 virtual scoped_ptr<PrivetURLFetcher> CreateURLFetcher(
61 PrivetURLFetcher::Delegate* delegate) = 0;
64 const PrivetURLFetcher::TokenCallback& token_callback) = 0;
privetv3_session.h 51 virtual void OnError(PrivetURLFetcher::ErrorType error) = 0;
privetv3_setup_flow_unittest.cc 50 const PrivetURLFetcher::TokenCallback& callback) OVERRIDE {
59 virtual scoped_ptr<PrivetURLFetcher> CreateURLFetcher(
62 PrivetURLFetcher::Delegate* delegate) OVERRIDE {
63 return make_scoped_ptr(new PrivetURLFetcher(
privetv3_setup_flow.cc 27 virtual void OnError(PrivetURLFetcher::ErrorType error) OVERRIDE;
52 void SetupRequest::OnError(PrivetURLFetcher::ErrorType error) {
privet_http_unittest.cc 245 PrivetURLFetcher::ResetTokenMapForTests();
792 PrivetURLFetcher::ResetTokenMapForTests();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_api.cc 205 local_discovery::PrivetURLFetcher::ErrorType error) OVERRIDE;
511 local_discovery::PrivetURLFetcher::ErrorType error) {

Completed in 2166 milliseconds