Searched refs:GetChangesAndReset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context_unittest.cc74 context().GetChangesAndReset(&changes);
103 context().GetChangesAndReset(&changes);
126 context().GetChangesAndReset(&changes);
H A Dhost_pairing_screen.cc38 context_.GetChangesAndReset(&diff);
H A Dscreen_context.h29 // context.GetChangesAndReset(&dictionary);
33 // via GetChangesAndReset() method. After call to this method an
74 // GetChangesAndReset().
78 // GetChangesAndReset() in |diff|. All previous contents of |diff|
80 void GetChangesAndReset(base::DictionaryValue* diff);
H A Dcontroller_pairing_screen.cc40 context_.GetChangesAndReset(&diff);
H A Dscreen_context.cc135 void ScreenContext::GetChangesAndReset(base::DictionaryValue* diff) { function in class:chromeos::ScreenContext

Completed in 86 milliseconds