Searched defs:update_type (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_observer.h26 UpdateType update_type; member in struct:dom_distiller::DomDistillerObserver::ArticleUpdate
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_unittest.cc154 const std::string update_type = "fakeType"; local
157 1, 2, update_type, update_value);
166 VerifyString(dict, "type", update_type);
219 const std::string update_type = "fakeType"; local
225 pid, lid, update_type, update_value);
253 VerifyString(dict, "type", update_type);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp94 update_type(ir_expression *ir) function
116 update_type(ir2);
158 update_type(ir2);
164 update_type(ir2);
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp94 update_type(ir_expression *ir) function
116 update_type(ir2);
158 update_type(ir2);
164 update_type(ir2);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h76 FRAME_UPDATE_TYPE update_type[(MAX_LAG_BUFFERS * 2) + 1]; member in struct:__anon13175
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x_unittest.cc535 void CheckPSLUpdate(UpdateType update_type) { argument
584 switch (update_type) {
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client_impl.cc267 void ServiceWatcherImpl::DeferUpdate(ServiceWatcher::UpdateType update_type, argument
276 update_type, service_name));
281 ServiceWatcher::UpdateType update_type, const std::string& service_name) {
287 callback_.Run(update_type, service_name);
280 DeliverDeferredUpdate( ServiceWatcher::UpdateType update_type, const std::string& service_name) argument
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_tracker.cc480 string update_type; local
483 update_type = "setLocalDescription";
486 update_type = "setRemoteDescription";
489 update_type = "createOffer";
492 update_type = "createAnswer";
498 update_type += callback_type;
500 SendPeerConnectionUpdate(pc_handler, update_type, value);
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc328 MDnsCache::UpdateType update_type,
335 HandleRecordUpdate(update_type, record));
507 void MDnsListenerImpl::HandleRecordUpdate(MDnsCache::UpdateType update_type, argument
511 if (update_type != MDnsCache::RecordRemoved) {
518 if (update_type != MDnsCache::NoChange) {
521 switch (update_type) {
327 AlertListeners( MDnsCache::UpdateType update_type, const ListenerKey& key, const RecordParsed* record) argument

Completed in 5534 milliseconds