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

  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 30 types_.push_back(type);
63 types_.resize(max_size);
72 types_[position]};
84 DCHECK_LE(proj->second.size(), types_.size());
86 if (types_[proj->second[i]] == syncable::BOOKMARKS)
97 types_ = other.types_;
ordered_commit_set.h 60 return types_[position];
109 std::vector<syncable::ModelType> types_; member in class:browser_sync::sessions::OrderedCommitSet
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl2_unittest.cc 165 std::set<syncable::ModelType> types_; member in class:DataTypeManagerImpl2Test
172 dtm.Configure(types_);
184 types_.insert(syncable::BOOKMARKS);
187 dtm.Configure(types_);
200 types_.insert(syncable::BOOKMARKS);
203 dtm.Configure(types_);
215 types_.insert(syncable::BOOKMARKS);
218 dtm.Configure(types_);
235 types_.insert(syncable::PASSWORDS);
238 dtm.Configure(types_);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 47 types_ = types;
50 *types = types_;
58 syncable::ModelTypeSet types_; member in class:FakeProfileSyncService
  /external/chromium/chrome/common/
json_schema_validator.cc 157 CHECK(types_.find(id) == types_.end());
158 types_[id] = type;
176 TypeMap::iterator iter = types_.find(id);
177 if (iter == types_.end())
178 types_[id] = schema;
184 // that schema. It must be present in types_ to be referenced.
187 TypeMap::iterator type = types_.find(ref);
188 if (type == types_.end()) {
json_schema_validator.h 200 TypeMap types_; member in class:JSONSchemaValidator
  /external/v8/src/
code-stubs.h 1066 : tos_(tos), types_(types) { }
1076 int MinorKey() { return (tos_.code() << NUMBER_OF_TYPES) | types_.ToByte(); }
1079 code->set_to_boolean_state(types_.ToByte());
1089 Types types_; member in class:v8::internal::ToBooleanStub
    [all...]
hydrogen-instructions.cc     [all...]
code-stubs.cc 355 types_.Print(stream);
hydrogen-instructions.h 3784 SmallMapList types_; member in class:v8::HLoadNamedFieldPolymorphic
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 409 if (!types_.IsEmpty()) {
423 if (types_.Contains(SMI)) {
433 } else if (types_.NeedsMap()) {
438 if (types_.NeedsMap()) {
441 if (types_.CanBeUndetectable()) {
453 if (types_.Contains(SPEC_OBJECT)) {
466 if (types_.Contains(STRING)) {
476 if (types_.Contains(HEAP_NUMBER)) {
524 if (types_.Contains(type)) {
546 __ Push(Smi::FromInt(types_.ToByte()))
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 427 if (!types_.IsEmpty()) {
441 if (types_.Contains(SMI)) {
451 } else if (types_.NeedsMap()) {
456 if (types_.NeedsMap()) {
459 if (types_.CanBeUndetectable()) {
471 if (types_.Contains(SPEC_OBJECT)) {
484 if (types_.Contains(STRING)) {
494 if (types_.Contains(HEAP_NUMBER)) {
559 if (types_.Contains(type)) {
581 __ push(Immediate(Smi::FromInt(types_.ToByte())))
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]

Completed in 125 milliseconds