Searched refs:Fetch (Results 1 - 25 of 100) sorted by relevance

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dplugin.properties14 fetchFactories.name = Fetch Script Factories
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dcommand_line_log_source.h20 virtual void Fetch(const SysLogsSourceCallback& callback) OVERRIDE;
H A Ddbus_log_source.h19 virtual void Fetch(const SysLogsSourceCallback& request) OVERRIDE;
H A Dlsb_release_log_source.h18 virtual void Fetch(const SysLogsSourceCallback& callback) OVERRIDE;
H A Dmemory_details_log_source.h19 virtual void Fetch(const SysLogsSourceCallback& request) OVERRIDE;
H A Dnetwork_event_log_source.h19 virtual void Fetch(const SysLogsSourceCallback& request) OVERRIDE;
H A Dtouch_log_source.h19 virtual void Fetch(const SysLogsSourceCallback& callback) OVERRIDE;
H A Dchrome_internal_log_source.h19 virtual void Fetch(const SysLogsSourceCallback& request) OVERRIDE;
H A Dsystem_logs_fetcher_base.cc30 void SystemLogsFetcherBase::Fetch(const SysLogsFetcherCallback& callback) { function in class:chromeos::SystemLogsFetcherBase
37 data_sources_[i]->Fetch(base::Bind(&SystemLogsFetcherBase::AddResponse,
H A Dsystem_logs_fetcher_base.h33 virtual void Fetch(const SysLogsSourceCallback& callback) = 0;
49 // fetcher->Fetch(base::Bind(&Example::ProcessLogs, this));
57 void Fetch(const SysLogsFetcherCallback& callback);
H A Dlsb_release_log_source.cc12 void LsbReleaseLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::LsbReleaseLogSource
H A Dnetwork_event_log_source.cc15 void NetworkEventLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::NetworkEventLogSource
H A Ddbus_log_source.cc15 void DBusLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::DBusLogSource
/external/chromium_org/components/policy/core/common/
H A Dexternal_data_manager.h30 virtual void Fetch(const std::string& policy,
H A Dexternal_data_fetcher.cc38 void ExternalDataFetcher::Fetch(const FetchCallback& callback) const { function in class:policy::ExternalDataFetcher
40 manager_->Fetch(policy_, callback);
/external/chromium/net/proxy/
H A Dproxy_script_fetcher.h47 virtual int Fetch(const GURL& url, string16* utf16_text,
H A Dproxy_script_fetcher_impl_unittest.cc102 { // Fetch a non-existent file.
105 int result = pac_fetcher.Fetch(GetTestFileUrl("does-not-exist"),
111 { // Fetch a file that exists.
114 int result = pac_fetcher.Fetch(GetTestFileUrl("pac.txt"),
130 { // Fetch a PAC with mime type "text/plain"
134 int result = pac_fetcher.Fetch(url, &text, &callback);
139 { // Fetch a PAC with mime type "text/html"
143 int result = pac_fetcher.Fetch(url, &text, &callback);
148 { // Fetch a PAC with mime type "application/x-ns-proxy-autoconfig"
152 int result = pac_fetcher.Fetch(ur
[all...]
/external/chromium_org/chrome/browser/accessibility/
H A Dbrowser_accessibility_state_browsertest.cc21 histograms.Fetch();
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher.cc23 int DoNothingDhcpProxyScriptFetcher::Fetch( function in class:net::DoNothingDhcpProxyScriptFetcher
H A Dproxy_script_fetcher.h47 virtual int Fetch(const GURL& url, base::string16* utf16_text,
H A Ddhcp_proxy_script_fetcher.h20 // The Fetch method on this interface tries to retrieve the most appropriate
59 virtual int Fetch(base::string16* utf16_text,
65 // After successful completion of |Fetch()|, this will return the URL
66 // retrieved from DHCP. It is reset if/when |Fetch()| is called again.
88 virtual int Fetch(base::string16* utf16_text,
H A Dproxy_script_fetcher_impl_unittest.cc207 { // Fetch a non-existent file.
210 int result = pac_fetcher.Fetch(GetTestFileUrl("does-not-exist"),
216 { // Fetch a file that exists.
219 int result = pac_fetcher.Fetch(GetTestFileUrl("pac.txt"),
234 { // Fetch a PAC with mime type "text/plain"
238 int result = pac_fetcher.Fetch(url, &text, callback.callback());
243 { // Fetch a PAC with mime type "text/html"
247 int result = pac_fetcher.Fetch(url, &text, callback.callback());
252 { // Fetch a PAC with mime type "application/x-ns-proxy-autoconfig"
256 int result = pac_fetcher.Fetch(ur
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dtpm_password_fetcher.cc31 void TpmPasswordFetcher::Fetch() { function in class:chromeos::TpmPasswordFetcher
71 base::Bind(&TpmPasswordFetcher::Fetch, weak_factory_.GetWeakPtr()),
H A Dtpm_password_fetcher.h34 void Fetch();
37 // Used to implement Fetch().
40 // Used to implement Fetch().
44 // Posts a task to call Fetch() later.
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_url_fetcher_unittest.cc46 void Fetch(const std::string& url, function in class:DistillerURLFetcherTest
63 Fetch(kTestPageA,
69 Fetch(kTestPageB, std::string(std::string(), 0));

Completed in 385 milliseconds

1234