Searched defs:net (Results 101 - 125 of 2553) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_cookie_helper.h15 #include "net/cookies/cookie_monster.h"
19 namespace net { namespace
33 net::URLRequestContextGetter* request_context_getter);
39 const base::Callback<void(const net::CookieList& cookies)>& callback);
43 virtual void DeleteCookie(const net::CanonicalCookie& cookie);
49 net::URLRequestContextGetter* request_context_getter() {
58 void OnFetchComplete(const net::CookieList& cookies);
61 void NotifyInUIThread(const net::CookieList& cookies);
64 void DeleteCookieOnIOThread(const net::CanonicalCookie& cookie);
72 scoped_refptr<net
[all...]
H A Dbrowsing_data_remover.h43 namespace net { namespace
351 void ClearCookiesOnIOThread(net::URLRequestContextGetter* rq_context);
355 net::URLRequestContextGetter* rq_context);
360 net::URLRequestContextGetter* rq_context);
407 scoped_refptr<net::URLRequestContextGetter> main_context_getter_;
408 scoped_refptr<net::URLRequestContextGetter> media_context_getter_;
H A Dcookies_tree_model.h29 #include "net/ssl/channel_id_store.h"
63 namespace net { namespace
109 DetailedInfo& InitCookie(const net::CanonicalCookie* cookie);
127 const net::ChannelIDStore::ChannelID* channel_id);
134 const net::CanonicalCookie* cookie;
143 const net::ChannelIDStore::ChannelID* channel_id;
262 std::list<net::CanonicalCookie>::iterator cookie);
272 std::list<net::CanonicalCookie>::iterator cookie_;
549 net::ChannelIDStore::ChannelIDList::iterator cert);
559 net
[all...]
H A Dlocal_data_container.h25 #include "net/ssl/channel_id_store.h"
31 namespace net { namespace
38 typedef std::list<net::CanonicalCookie> CookieList;
49 typedef net::ChannelIDStore::ChannelIDList ChannelIDList;
98 void OnCookiesModelInfoLoaded(const net::CookieList& cookie_list);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper.h26 namespace net { namespace
96 void OnSSLCertError(const net::SSLInfo& ssl_info);
147 // net::OK, otherwise.
H A Dcaptive_portal_tab_reloader.h22 namespace net { namespace
89 // Called when the main frame is committed. |net_error| will be net::OK in
95 // code, followed by another OnLoadCommitted with net::OK for the Link Doctor
112 void OnSSLCertError(const net::SSLInfo& ssl_info);
/external/chromium_org/chrome/browser/
H A Dcertificate_viewer.h14 namespace net { namespace
27 net::X509Certificate* cert);
H A Dchrome_net_benchmarking_message_filter.h10 namespace net { namespace
23 net::URLRequestContextGetter* request_context);
44 scoped_refptr<net::URLRequestContextGetter> request_context_;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.h32 namespace net { namespace
86 net::URLRequestContextGetter* GetRequestContextGetter();
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.h17 #include "net/url_request/url_fetcher_delegate.h"
32 namespace net { namespace
142 private net::URLFetcherDelegate {
227 // Overriden from net::URLFetcherDelegate:
228 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
299 scoped_ptr<net::URLFetcher> url_fetcher_;
H A Dcustomization_wallpaper_downloader.h16 #include "net/url_request/url_fetcher_delegate.h"
19 namespace net { namespace
21 } // namespace net
28 class CustomizationWallpaperDownloader : public net::URLFetcherDelegate {
30 // - |url_context_getter| - Context to initialize net::URLFetcher.
40 net::URLRequestContextGetter* url_context_getter,
52 // net::URLFetcherDelegate
53 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
77 // This is used to initialize net::URLFetcher object.
78 scoped_refptr<net
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_file_stream_reader.h17 #include "net/base/completion_callback.h"
23 namespace net { namespace
26 } // namespace net
43 virtual int Read(net::IOBuffer* buffer, int buffer_length,
44 const net::CompletionCallback& callback) = 0;
65 virtual int Read(net::IOBuffer* buffer, int buffer_length,
66 const net::CompletionCallback& callback) OVERRIDE;
75 const net::CompletionCallback& callback, int read_result);
99 virtual int Read(net::IOBuffer* buffer, int buffer_length,
100 const net
[all...]
H A Dlocal_file_reader.h11 #include "net/base/completion_callback.h"
12 #include "net/base/file_stream.h"
19 namespace net { namespace
21 } // namespace net
41 const net::CompletionCallback& callback);
47 void Read(net::IOBuffer* buffer,
49 const net::CompletionCallback& callback);
52 void DidOpen(const net::CompletionCallback& callback,
55 void DidSeek(const net::CompletionCallback& callback,
59 net
[all...]
H A Dtest_util.h12 #include "net/base/completion_callback.h"
13 #include "net/base/io_buffer.h"
14 #include "net/base/network_change_notifier.h"
15 #include "net/base/test_completion_callback.h"
20 namespace net { namespace
22 } // namespace net
44 // Reads all the data from |reader| and copies to |content|. Returns net::Error
49 scoped_refptr<net::IOBuffer> buffer(new net::IOBuffer(kBufferSize));
51 net
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.h20 namespace net { namespace
22 } // namespace net
50 virtual int Write(net::IOBuffer* buf, int buf_len,
51 const net::CompletionCallback& callback) OVERRIDE;
52 virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE;
53 virtual int Flush(const net::CompletionCallback& callback) OVERRIDE;
58 net::IOBuffer* buf,
71 net::CompletionCallback pending_write_callback_;
72 net::CompletionCallback pending_cancel_callback_;
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.h31 namespace net { namespace
70 net::URLRequestContextGetter* request_context,
163 scoped_refptr<net::URLRequestContextGetter> request_context_;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dfake_provided_file_system.h25 namespace net { namespace
27 } // namespace net
92 net::IOBuffer* buffer,
121 net::IOBuffer* buffer,
H A Dprovided_file_system.cc31 namespace net { namespace
33 } // namespace net
118 net::IOBuffer* buffer,
255 net::IOBuffer* buffer,
H A Dprovided_file_system.h16 namespace net { namespace
18 } // namespace net
59 net::IOBuffer* buffer,
88 net::IOBuffer* buffer,
H A Dprovided_file_system_interface.h23 namespace net { namespace
25 } // namespace net
119 net::IOBuffer* buffer,
168 net::IOBuffer* buffer,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dbuffering_file_stream_reader.h14 namespace net { namespace
16 } // namespace net
39 virtual int Read(net::IOBuffer* buf,
41 const net::CompletionCallback& callback) OVERRIDE;
43 const net::Int64CompletionCallback& callback) OVERRIDE;
48 int CopyFromPreloadingBuffer(scoped_refptr<net::IOBuffer> buffer,
52 void Preload(const net::CompletionCallback& callback);
54 void OnReadCompleted(const net::CompletionCallback& callback, int result);
58 void OnPreloadCompleted(scoped_refptr<net::IOBuffer> buffer,
60 const net
[all...]
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job.h14 #include "net/base/net_errors.h"
15 #include "net/http/http_byte_range.h"
16 #include "net/url_request/url_request_job.h"
20 namespace net { namespace
24 } // namespace net
32 class ExternalFileURLRequestJob : public net::URLRequestJob {
37 void(net::Error,
43 net::URLRequest* request,
44 net::NetworkDelegate* network_delegate);
46 // net
[all...]
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_provider.h16 namespace net { namespace
31 SimpleGeolocationProvider(net::URLRequestContextGetter* url_context_getter,
54 scoped_refptr<net::URLRequestContextGetter> url_context_getter_;
H A Dsimple_geolocation_request.h16 #include "net/url_request/url_fetcher.h"
17 #include "net/url_request/url_fetcher_delegate.h"
20 namespace net { namespace
35 class SimpleGeolocationRequest : private net::URLFetcherDelegate {
47 SimpleGeolocationRequest(net::URLRequestContextGetter* url_context_getter,
69 // net::URLFetcherDelegate
70 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
84 scoped_refptr<net::URLRequestContextGetter> url_context_getter_;
94 scoped_ptr<net::URLFetcher> url_fetcher_;
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.h22 #include "net/url_request/url_fetcher_delegate.h"
25 namespace net { namespace
28 } // namespace net
213 class BurnManager : public net::URLFetcherDelegate,
252 scoped_refptr<net::URLRequestContextGetter> context_getter);
314 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
315 virtual void OnURLFetchDownloadProgress(const net::URLFetcher* source,
350 scoped_refptr<net::URLRequestContextGetter> context_getter);
392 scoped_ptr<net::URLFetcher> config_fetcher_;
393 scoped_ptr<net
[all...]

Completed in 502 milliseconds

1234567891011>>