Searched defs:types_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.h186 std::vector<std::string> types_; member in class:PreferencesBrowserTest
/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set.h60 return types_[position];
109 std::vector<syncable::ModelType> types_; member in class:browser_sync::sessions::OrderedCommitSet
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.h111 const std::vector<ResourceType::Type> types_; member in class:extensions::WebRequestConditionAttributeResourceType
/external/chromium_org/ppapi/tests/clang/
H A Dfind_affected_interfaces.cc126 StringVec types_; member in class:__anon10248::FindAffectedInterfacesAction
130 return new FindAffectedInterfacesConsumer(types_);
142 types_.push_back(type_name);
/external/chromium/chrome/common/
H A Djson_schema_validator.h200 TypeMap types_; member in class:JSONSchemaValidator
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.h235 TypeMap types_; member in class:JSONSchemaValidator
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_writer.cc48 TypesSet types_; member in class:ipc_fuzzer::__anon14986::Writer
96 types_.insert(type);
108 header.name_count = types_.size();
127 for (TypesSet::iterator it = types_.begin(); it != types_.end(); ++it) {
141 for (TypesSet::iterator it = types_.begin(); it != types_.end(); ++it) {
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_entry.h31 : types_(0), response_id_(kNoResponseId), response_size_(0) {}
34 : types_(type), response_id_(kNoResponseId), response_size_(0) {}
37 : types_(type), response_id_(response_id), response_size_(0) {}
40 : types_(type), response_id_(response_id), response_size_(response_size) {}
42 int types() const { return types_; }
43 void add_types(int added_types) { types_ |= added_types; }
44 bool IsMaster() const { return (types_ & MASTER) != 0; }
45 bool IsManifest() const { return (types_ & MANIFEST) != 0; }
46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; }
47 bool IsForeign() const { return (types_
60 int types_; member in class:appcache::AppCacheEntry
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_browsertest.cc47 types_ = types;
50 *types = types_;
58 syncable::ModelTypeSet types_; member in class:FakeProfileSyncService
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager_impl2_unittest.cc165 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_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc210 : types_(new vector<Type>), total_weight_(0), num_tests_(0) {
214 delete types_;
248 vector<Type>* types_; // Registered types member in class:testing::TestHarness
258 types_->push_back(t);
270 for (i = 0; i < types_->size(); i++) {
271 v -= (*types_)[i].weight;
277 assert(i < types_->size());
280 num_tests_, FLAGS_numtests, (*types_)[i].name.c_str());
282 return (*types_)[i].type;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc210 : types_(new vector<Type>), total_weight_(0), num_tests_(0) {
214 delete types_;
248 vector<Type>* types_; // Registered types member in class:testing::TestHarness
258 types_->push_back(t);
270 for (i = 0; i < types_->size(); i++) {
271 v -= (*types_)[i].weight;
277 assert(i < types_->size());
280 num_tests_, FLAGS_numtests, (*types_)[i].name.c_str());
282 return (*types_)[i].type;
/external/chromium_org/v8/src/
H A Dcode-stubs.h2173 : types_(types) { }
2175 : types_(static_cast<byte>(state)) { }
2178 Types GetTypes() { return types_; }
2202 return types_.ToIntegral();
2206 if (types_.IsEmpty()) {
2220 Types types_; member in class:v8::ToBooleanStub
/external/v8/src/
H A Dcode-stubs.h1066 : 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
H A Dhydrogen-instructions.h3766 SmallMapList* types() { return &types_; }
3784 SmallMapList types_; member in class:v8::HLoadNamedFieldPolymorphic

Completed in 520 milliseconds