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

  /external/chromium_org/chrome/browser/performance_monitor/
database.cc 116 state_db_->Get(read_options_, key, &result);
137 read_options_));
170 scoped_ptr<leveldb::Iterator> it(event_db_->NewIterator(read_options_));
202 scoped_ptr<leveldb::Iterator> it(event_db_->NewIterator(read_options_));
273 recent_db_->NewIterator(read_options_));
294 metric_db_->NewIterator(read_options_));
318 scoped_ptr<leveldb::Iterator> it(recent_db_->NewIterator(read_options_));
349 leveldb::Status status = recent_db_->Get(read_options_, recent_key, &result);
369 scoped_ptr<leveldb::Iterator> it(metric_db_->NewIterator(read_options_));
403 scoped_ptr<leveldb::Iterator> it(metric_db_->NewIterator(read_options_));
    [all...]
database.h 311 leveldb::ReadOptions read_options_; member in class:performance_monitor::Database
database_unittest.cc 73 level_db->NewIterator(database_->read_options_));

Completed in 46 milliseconds