Searched refs:PendingQueueElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.h141 typedef std::pair<std::string, base::Value*> PendingQueueElement; typedef in class:chromeos::DeviceSettingsProvider
142 std::deque<PendingQueueElement> pending_changes_;
H A Ddevice_settings_provider.cc475 pending_changes_.push_back(PendingQueueElement(path, in_value.DeepCopy()));

Completed in 75 milliseconds