HomeSort by relevance Sort by last modified time
    Searched refs:UpdateType (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_observer.h 20 enum UpdateType {
26 UpdateType update_type;
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_mac.h 22 enum UpdateType {
37 UpdateType update_type);
53 void GetDiskInfoAndUpdate(DADiskRef disk, UpdateType update_type);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 30 enum UpdateType { FULL_CS, CLIP_CS, REG_CS, SL, ADAPTIVE_REG };
stochastic_linear_ranker.h 86 UpdateType GetUpdateType() const {
155 void SetUpdateType(UpdateType u) {
209 UpdateType update_type_;
  /external/chromium_org/chrome/common/local_discovery/
local_discovery_messages.h 41 IPC_ENUM_TRAITS(local_discovery::ServiceWatcher::UpdateType)
108 local_discovery::ServiceWatcher::UpdateType /* update */,
service_discovery_client.h 51 enum UpdateType {
59 typedef base::Callback<void(UpdateType, const std::string&)> UpdatedCallback;
  /external/chromium_org/net/dns/
mdns_cache.h 55 enum UpdateType {
67 UpdateType UpdateDnsRecord(scoped_ptr<const RecordParsed> record);
mdns_client.h 88 enum UpdateType {
99 virtual void OnRecordUpdate(UpdateType update,
mdns_client_impl.h 136 void AlertListeners(MDnsListener::UpdateType update_type,
214 void AlertDelegate(MDnsListener::UpdateType update_type,
248 virtual void OnRecordUpdate(MDnsListener::UpdateType update,
mdns_client_impl.cc 195 std::map<MDnsCache::Key, MDnsListener::UpdateType> update_keys;
233 MDnsCache::UpdateType update = cache_.UpdateDnsRecord(record.Pass());
239 MDnsListener::UpdateType update_external;
260 for (std::map<MDnsCache::Key, MDnsListener::UpdateType>::iterator i =
314 MDnsListener::UpdateType update_type,
481 void MDnsListenerImpl::AlertDelegate(MDnsListener::UpdateType update_type,
568 void MDnsTransactionImpl::OnRecordUpdate(MDnsListener::UpdateType update,
mdns_cache.cc 91 MDnsCache::UpdateType MDnsCache::UpdateDnsRecord(
105 UpdateType type = NoChange;
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_device_lister.h 43 void OnServiceUpdated(ServiceWatcher::UpdateType update,
service_discovery_host_client.h 103 ServiceWatcher::UpdateType update,
116 ServiceWatcher::UpdateType update,
service_discovery_client_mac.h 45 void OnServicesUpdate(ServiceWatcher::UpdateType update,
service_discovery_device_lister.cc 43 ServiceWatcher::UpdateType update,
service_discovery_host_client.cc 384 ServiceWatcher::UpdateType update,
418 ServiceWatcher::UpdateType update,
  /external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.h 47 void OnServiceUpdated(ServiceWatcher::UpdateType,
service_discovery_sniffer.cc 82 void ServiceTypePrinter::OnServiceUpdated(ServiceWatcher::UpdateType update,
  /external/chromium_org/sandbox/win/src/
handle_table.h 67 enum UpdateType {
77 void UpdateInfo(UpdateType flag);
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.h 65 virtual void OnRecordUpdate(net::MDnsListener::UpdateType update,
106 void DeferUpdate(ServiceWatcher::UpdateType update_type,
108 void DeliverDeferredUpdate(ServiceWatcher::UpdateType update_type,
service_discovery_message_handler.h 85 ServiceWatcher::UpdateType update,
service_discovery_client_impl.cc 117 net::MDnsListener::UpdateType update,
199 void ServiceWatcherImpl::DeferUpdate(ServiceWatcher::UpdateType update_type,
213 ServiceWatcher::UpdateType update_type, const std::string& service_name) {
service_discovery_message_handler.cc 143 std::string WatcherUpdateToString(ServiceWatcher::UpdateType update) {
414 ServiceWatcher::UpdateType update,
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 62 enum UpdateType {
257 UpdateType update_type_;
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 245 enum UpdateType {
253 UpdateType last_update_type() {
342 UpdateType last_update_type_;

Completed in 274 milliseconds

1 2