OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_struct_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc
106
config_struct_
.clear();
114
for (BlockList::const_iterator block_it =
config_struct_
.begin();
115
block_it !=
config_struct_
.end();
134
if (!
config_struct_
.empty() &&
config_struct_
.back().hwids.empty()) {
135
config_struct_
.pop_back();
147
config_struct_
.resize(
config_struct_
.size() + 1);
152
if (
config_struct_
.empty())
155
ConfigFileBlock& last_block =
config_struct_
.back()
[
all
...]
burn_manager.h
97
bool empty() const { return
config_struct_
.empty(); }
99
size_t size() const { return
config_struct_
.size(); }
130
BlockList
config_struct_
;
member in class:chromeos::imageburner::ConfigFile
Completed in 41 milliseconds