Searched refs:last_notifier (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/content_settings/
H A Dstub_settings_observer.cc11 : last_notifier(NULL),
25 last_notifier = content_settings.ptr();
32 last_notifier->GetContentSettings(GURL("http://random-hostname.com/"));
H A Dstub_settings_observer.h25 HostContentSettingsMap* last_notifier; member in class:StubSettingsObserver
H A Dcontent_settings_policy_provider_unittest.cc70 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
79 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
H A Dcontent_settings_pref_provider_unittest.cc83 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
188 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
H A Dhost_content_settings_map_unittest.cc216 EXPECT_EQ(host_content_settings_map, observer.last_notifier);
224 EXPECT_EQ(host_content_settings_map, observer.last_notifier);
230 EXPECT_EQ(host_content_settings_map, observer.last_notifier);
237 EXPECT_EQ(host_content_settings_map, observer.last_notifier);
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map_unittest.cc22 StubSettingsObserver() : last_notifier(NULL), counter(0) {
33 last_notifier = content_settings.ptr();
40 last_notifier->GetContentSetting(GURL("http://random-hostname.com/"),
44 GeolocationContentSettingsMap* last_notifier; member in class:__anon2210::StubSettingsObserver
296 EXPECT_EQ(map, observer.last_notifier);
307 EXPECT_EQ(map, observer.last_notifier);

Completed in 258 milliseconds