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

  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 102 scoped_ptr<EulaAcceptedNotifier> eula_notifier_; member in class:ResourceRequestAllowedNotifier
resource_request_allowed_notifier_unittest.cc 82 eula_notifier_(new TestEulaAcceptedNotifier),
85 this, scoped_ptr<EulaAcceptedNotifier>(eula_notifier_));
114 eula_notifier_->SimulateEulaAccepted();
119 eula_notifier_->SetEulaAcceptedForTesting(!needs_acceptance);
150 TestEulaAcceptedNotifier* eula_notifier_; // Weak, owned by RRAN. member in class:ResourceRequestAllowedNotifierTest

Completed in 114 milliseconds