Searched refs:GetAllowedOrigins (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model_unittest.cc63 EXPECT_EQ(2u, service_->GetAllowedOrigins().size());
70 EXPECT_EQ(0u, service_->GetAllowedOrigins().size());
115 EXPECT_EQ(0u, service_->GetAllowedOrigins().size());
126 EXPECT_EQ(0u, service_->GetAllowedOrigins().size());
H A Ddesktop_notification_service.h109 std::vector<GURL> GetAllowedOrigins();
H A Ddesktop_notification_service.cc289 allowed_origins = GetAllowedOrigins();
395 std::vector<GURL> allowed_origins(GetAllowedOrigins());
437 std::vector<GURL> DesktopNotificationService::GetAllowedOrigins() { function in class:DesktopNotificationService
H A Dnotification_exceptions_table_model.cc115 std::vector<GURL> allowed(service_->GetAllowedOrigins());
H A Ddesktop_notification_service_unittest.cc222 TEST_F(DesktopNotificationServiceTest, GetAllowedOrigins) {
226 std::vector<GURL> allowed_origins(service_->GetAllowedOrigins());
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_notification_provider.h78 std::vector<GURL> GetAllowedOrigins() const;
H A Dcontent_settings_notification_provider.cc143 std::vector<GURL> allowed_origins = GetAllowedOrigins();
235 std::vector<GURL> NotificationProvider::GetAllowedOrigins() const { function in class:content_settings::NotificationProvider
333 std::vector<GURL> allowed_origins(GetAllowedOrigins());
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc482 std::vector<GURL> allowed(service->GetAllowedOrigins());

Completed in 106 milliseconds