HomeSort by relevance Sort by last modified time
    Searched refs:PendingQueueElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h 141 typedef std::pair<std::string, base::Value*> PendingQueueElement;
142 std::deque<PendingQueueElement> pending_changes_;
device_settings_provider.cc 475 pending_changes_.push_back(PendingQueueElement(path, in_value.DeepCopy()));
    [all...]

Completed in 52 milliseconds