OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_value_db_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/performance_monitor/
database.cc
254
return
max_value_db_
->Put(write_options_, max_value_key, value).ok();
454
max_value_db_
= SafelyOpenDatabase(open_options,
469
return recent_db_ &&
max_value_db_
&& state_db_ &&
543
max_value_db_
.reset();
565
scoped_ptr<leveldb::Iterator> it(
max_value_db_
->NewIterator(read_options_));
database.h
273
// Updates the max_value_map_ and
max_value_db_
if the value is greater than
301
scoped_ptr<leveldb::DB>
max_value_db_
;
member in class:performance_monitor::Database
Completed in 77 milliseconds