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 114 state_db_->Get(read_options_, key, &result);
135 read_options_));
168 scoped_ptr<leveldb::Iterator> it(event_db_->NewIterator(read_options_));
200 scoped_ptr<leveldb::Iterator> it(event_db_->NewIterator(read_options_));
271 recent_db_->NewIterator(read_options_));
292 metric_db_->NewIterator(read_options_));
316 scoped_ptr<leveldb::Iterator> it(recent_db_->NewIterator(read_options_));
347 leveldb::Status status = recent_db_->Get(read_options_, recent_key, &result);
367 scoped_ptr<leveldb::Iterator> it(metric_db_->NewIterator(read_options_));
401 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 118 milliseconds