OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingQueueElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h
162
typedef std::pair<std::string, base::Value*>
PendingQueueElement
;
163
std::deque<
PendingQueueElement
> pending_changes_;
device_settings_provider.cc
153
pending_changes_.push_back(
PendingQueueElement
(path, in_value.DeepCopy()));
[
all
...]
Completed in 38 milliseconds