HomeSort by relevance Sort by last modified time
    Searched defs:TestRequestAllowedNotifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_test_util.cc 7 TestRequestAllowedNotifier::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() {
resource_request_allowed_notifier_test_util.h 19 class TestRequestAllowedNotifier : public ResourceRequestAllowedNotifier {
21 TestRequestAllowedNotifier();
22 virtual ~TestRequestAllowedNotifier();
45 DISALLOW_COPY_AND_ASSIGN(TestRequestAllowedNotifier);

Completed in 529 milliseconds