Searched refs:existing_obs (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_notifier_impl.cc48 NotificationObserver* existing_obs; local
49 while ((existing_obs = it.GetNext()) != NULL) {
50 DCHECK(existing_obs != obs) << path << " observer already registered";
51 if (existing_obs == obs)
H A Dpref_notifier_impl_unittest.cc49 NotificationObserver* existing_obs; local
51 while ((existing_obs = it.GetNext()) != NULL) {
52 if (existing_obs == obs)
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings.cc119 NotificationObserver* existing_obs; local
120 while ((existing_obs = it.GetNext()) != NULL) {
121 DCHECK(existing_obs != obs) << path << " observer already registered";
122 if (existing_obs == obs)

Completed in 69 milliseconds