Searched defs:TestRequestAllowedNotifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
H A Dresource_request_allowed_notifier_test_util.h19 class TestRequestAllowedNotifier : public ResourceRequestAllowedNotifier { class in inherits:ResourceRequestAllowedNotifier
21 TestRequestAllowedNotifier();
22 virtual ~TestRequestAllowedNotifier();
45 DISALLOW_COPY_AND_ASSIGN(TestRequestAllowedNotifier);
H A Dresource_request_allowed_notifier_test_util.cc7 TestRequestAllowedNotifier::TestRequestAllowedNotifier() function in class:TestRequestAllowedNotifier
12 TestRequestAllowedNotifier::~TestRequestAllowedNotifier() {
15 void TestRequestAllowedNotifier::InitWithEulaAcceptNotifier(
22 void TestRequestAllowedNotifier::SetRequestsAllowedOverride(bool allowed) {
27 void TestRequestAllowedNotifier::NotifyObserver() {
38 TestRequestAllowedNotifier::GetResourceRequestsAllowedState() {
44 EulaAcceptedNotifier* TestRequestAllowedNotifier::CreateEulaNotifier() {

Completed in 55 milliseconds