Home | History | Annotate | Download | only in storage

Lines Matching refs:created_

181     DCHECK(created_.count(extension_id));
182 return created_[extension_id];
189 DCHECK(!created_.count(extension_id));
190 created_[extension_id] = new_storage;
200 std::map<std::string, TestingValueStore*> created_;