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

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.cc 138 const AppStateMap& state_map1 = GetAppStates(profile1); local
140 if (state_map1.size() != state_map2.size()) {
146 AppStateMap::const_iterator it1 = state_map1.begin();
148 while (it1 != state_map1.end()) {
sync_extension_helper.cc 242 const ExtensionStateMap& state_map1 = GetExtensionStates(profile1); local
244 if (state_map1.size() != state_map2.size()) {
250 ExtensionStateMap::const_iterator it1 = state_map1.begin();
252 while (it1 != state_map1.end()) {

Completed in 70 milliseconds