HomeSort by relevance Sort by last modified time
    Searched refs:new_types (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl_unittest.cc 488 syncer::ModelTypeSet new_types(syncer::EXTENSIONS,
490 enabled_types_.PutAll(new_types);
499 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
529 syncer::ModelTypeSet new_types(syncer::EXTENSIONS,
531 enabled_types_.PutAll(new_types);
541 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))));
559 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS,
561 enabled_types_.PutAll(new_types);
570 enabled_types_).Equals(new_types));
578 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI))))
    [all...]
  /external/chromium_org/v8/src/
code-stubs.cc 837 Types new_types = types(); local
838 Types old_types = new_types;
839 bool to_boolean_value = new_types.UpdateStatus(object);
840 TraceTransition(old_types, new_types);
841 set_sub_minor_key(TypesBits::update(sub_minor_key(), new_types.ToByte()));
  /external/valgrind/main/VEX/priv/
ir_defs.c 3335 IRType* new_types local
    [all...]

Completed in 183 milliseconds