HomeSort by relevance Sort by last modified time
    Searched full:last_notifier (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/content_settings/
stub_settings_observer.cc 11 : last_notifier(NULL),
25 last_notifier = content_settings.ptr();
32 last_notifier->GetContentSettings(GURL("http://random-hostname.com/"));
stub_settings_observer.h 25 HostContentSettingsMap* last_notifier; member in class:StubSettingsObserver
content_settings_policy_provider_unittest.cc 70 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
79 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
content_settings_pref_provider_unittest.cc 83 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
188 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier);
host_content_settings_map_unittest.cc 216 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);
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map_unittest.cc 22 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:__anon2801::StubSettingsObserver
296 EXPECT_EQ(map, observer.last_notifier);
307 EXPECT_EQ(map, observer.last_notifier);

Completed in 360 milliseconds