OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestRequestAllowedNotifier
(Results
1 - 4
of
4
) 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
);
resource_request_allowed_notifier_unittest.cc
149
TestRequestAllowedNotifier
resource_request_allowed_notifier_;
/external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc
40
TestVariationsService(
TestRequestAllowedNotifier
* test_notifier,
271
TestRequestAllowedNotifier
* test_notifier = new
TestRequestAllowedNotifier
;
292
TestRequestAllowedNotifier
* test_notifier = new
TestRequestAllowedNotifier
;
307
TestVariationsService service(new
TestRequestAllowedNotifier
, &prefs);
337
VariationsService service(new
TestRequestAllowedNotifier
, &prefs, NULL);
358
VariationsService service(new
TestRequestAllowedNotifier
, &prefs, NULL);
374
VariationsService service(new
TestRequestAllowedNotifier
, &prefs, NULL);
Completed in 108 milliseconds