Searched defs:Fetch (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/system_logs/
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 Dcommand_line_log_source.cc82 void CommandLineLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::CommandLineLogSource
H A Ddbus_log_source.cc15 void DBusLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::DBusLogSource
H A Dmemory_details_log_source.cc35 void MemoryDetailsLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::MemoryDetailsLogSource
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 Dtouch_log_source.cc64 void TouchLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::TouchLogSource
H A Dchrome_internal_log_source.cc31 void ChromeInternalLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::ChromeInternalLogSource
H A Ddebug_daemon_log_source.cc38 void DebugDaemonLogSource::Fetch(const SysLogsSourceCallback& callback) { function in class:chromeos::DebugDaemonLogSource
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
H A Dcommon.js19 function Fetch(url, callback) { function
/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()),
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_url_fetcher.py39 def Fetch(self, url, username=None, password=None): member in class:AppEngineUrlFetcher
H A Dfake_url_fetcher.py54 def Fetch(self, url): member in class:FakeUrlFetcher
100 return Future(value=self.Fetch(url))
102 def Fetch(self, url, **kwargs): member in class:FakeURLFSFetcher
112 def Fetch(self, url, **kwargs): member in class:MockURLFetcher
114 return self._fetcher.Fetch(url, **kwargs)
H A Dsubversion_file_system_test.py88 def Fetch(self, path, **kwargs): member in class:SubversionFileSystemTest.testRevisions.ValueErrorFetcher
/external/chromium_org/chrome/test/base/
H A Duma_histogram_helper.cc16 void UMAHistogramHelper::Fetch() { function in class:UMAHistogramHelper
/external/chromium_org/components/policy/core/common/
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_org/net/proxy/
H A Ddhcp_proxy_script_fetcher.cc23 int DoNothingDhcpProxyScriptFetcher::Fetch( function in class:net::DoNothingDhcpProxyScriptFetcher
H A Dmock_proxy_script_fetcher.cc23 int MockProxyScriptFetcher::Fetch(const GURL& url, base::string16* text, function in class:net::MockProxyScriptFetcher
/external/chromium_org/chromeos/network/
H A Ddhcp_proxy_script_fetcher_chromeos.cc47 int DhcpProxyScriptFetcherChromeos::Fetch( function in class:chromeos::DhcpProxyScriptFetcherChromeos
86 int res = proxy_script_fetcher_->Fetch(pac_url_, utf16_text, callback);
/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));
/external/chromium_org/content/browser/device_orientation/
H A Ddata_fetcher_shared_memory_mac.cc103 void DataFetcherSharedMemory::Fetch(unsigned consumer_bitmask) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/chrome/test/chromedriver/net/
H A Dnet_util.cc31 bool Fetch() { function in class:__anon7312::SyncUrlFetcher
92 return SyncUrlFetcher(GURL(url), getter, response).Fetch();
/external/clang/test/SemaCXX/
H A Dclass-base-member-init.cpp107 void Fetch() { function in namespace:PR16596
/external/chromium/net/proxy/
H A Dinit_proxy_resolver_unittest.cc97 virtual int Fetch(const GURL& url, function in class:net::__anon3154::RuleBasedProxyScriptFetcher
339 // (Note that the Fetch and Set states are repeated since both WPAD and custom
/external/chromium/net/url_request/
H A Durl_request_job_tracker_unittest.cc175 Fetch(gurl);
179 void Fetch(const GURL& url) { function in class:net::__anon3259::URLRequestJobTrackerTest

Completed in 616 milliseconds

12