HomeSort by relevance Sort by last modified time
    Searched refs:UpdateType (Results 1 - 25 of 39) 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/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.h 42 enum UpdateType {
58 void updateRecursive(RenderLayer&, UpdateType, const UpdateContext&, Vector<RenderLayer*>& layersNeedingPaintInvalidation);
CompositingInputsUpdater.h 26 enum UpdateType {
53 void updateRecursive(RenderLayer*, UpdateType, AncestorInfo);
GraphicsLayerUpdater.cpp 92 void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer, UpdateType updateType, const UpdateContext& context, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
97 if (updateType == ForceUpdate || mapping->needsGraphicsLayerUpdate()) {
104 updateType = ForceUpdate;
115 updateType = mapping->updateTypeForChildren(updateType);
122 updateRecursive(*child, updateType, childContext, layersNeedingPaintInvalidation);
CompositedLayerMapping.h 189 GraphicsLayerUpdater::UpdateType updateTypeForChildren(GraphicsLayerUpdater::UpdateType) const;
  /external/chromium_org/components/storage_monitor/
storage_monitor_mac.h 24 enum UpdateType {
39 UpdateType update_type);
55 void GetDiskInfoAndUpdate(DADiskRef disk, UpdateType update_type);
  /art/compiler/optimizing/
ssa_type_propagation.cc 37 static bool UpdateType(HPhi* phi) {
68 if (UpdateType(phi)) {
78 if (UpdateType(instruction)) {
  /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/
service_discovery_client.h 51 enum UpdateType {
60 typedef base::Callback<void(UpdateType, const std::string&)> UpdatedCallback;
local_discovery_messages.h 37 IPC_ENUM_TRAITS_MAX_VALUE(local_discovery::ServiceWatcher::UpdateType,
122 local_discovery::ServiceWatcher::UpdateType /* update */,
service_discovery_client_impl.h 68 virtual void OnRecordUpdate(net::MDnsListener::UpdateType update,
133 void DeferUpdate(ServiceWatcher::UpdateType update_type,
135 void DeliverDeferredUpdate(ServiceWatcher::UpdateType update_type,
  /external/chromium_org/net/dns/
mdns_cache.h 55 enum UpdateType {
68 UpdateType UpdateDnsRecord(scoped_ptr<const RecordParsed> record);
mdns_client.h 88 enum UpdateType {
99 virtual void OnRecordUpdate(UpdateType update,
mdns_client_impl.h 141 void AlertListeners(MDnsCache::UpdateType update_type,
222 void HandleRecordUpdate(MDnsCache::UpdateType update_type,
264 virtual void 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 105 ServiceWatcher::UpdateType update,
118 ServiceWatcher::UpdateType update,
service_discovery_client_mac.h 69 void OnServicesUpdate(ServiceWatcher::UpdateType update,
99 void OnServicesUpdate(ServiceWatcher::UpdateType update,
service_discovery_device_lister.cc 45 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_message_handler.h 87 ServiceWatcher::UpdateType update,
  /external/chromium_org/content/browser/appcache/
appcache_update_job.h 73 enum UpdateType {
280 UpdateType update_type_;

Completed in 679 milliseconds

1 2