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

  /external/chromium/chrome/browser/prefs/
pref_notifier_impl.cc 48 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)
pref_notifier_impl_unittest.cc 49 NotificationObserver* existing_obs; local
51 while ((existing_obs = it.GetNext()) != NULL) {
52 if (existing_obs == obs)
  /external/chromium/chrome/browser/chromeos/
cros_settings.cc 119 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 1296 milliseconds