OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consumer2
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc
316
AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> >
consumer2
;
local
317
WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&
consumer2
);
319
EXPECT_EQ(handle2,
consumer2
.handle());
320
ASSERT_EQ(0U,
consumer2
.result().size());
364
AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> >
consumer2
;
local
365
WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&
consumer2
);
367
EXPECT_EQ(handle2,
consumer2
.handle());
368
ASSERT_EQ(2U,
consumer2
.result().size());
369
EXPECT_NE(profile1, *
consumer2
.result()[0]);
370
EXPECT_EQ(profile1_changed, *
consumer2
.result()[0])
435
AutofillWebDataServiceConsumer<std::vector<CreditCard*> >
consumer2
;
local
484
AutofillWebDataServiceConsumer<std::vector<CreditCard*> >
consumer2
;
local
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc
353
AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> >
consumer2
;
local
354
WebDataServiceBase::Handle handle2 = wds_->GetAutofillProfiles(&
consumer2
);
356
EXPECT_EQ(handle2,
consumer2
.handle());
357
ASSERT_EQ(0U,
consumer2
.result().size());
397
AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> >
consumer2
;
local
398
WebDataServiceBase::Handle handle2 = wds_->GetAutofillProfiles(&
consumer2
);
400
EXPECT_EQ(handle2,
consumer2
.handle());
401
ASSERT_EQ(2U,
consumer2
.result().size());
402
EXPECT_NE(profile1, *
consumer2
.result()[0]);
403
EXPECT_EQ(profile1_changed, *
consumer2
.result()[0])
444
AutofillWebDataServiceConsumer<std::vector<CreditCard*> >
consumer2
;
local
478
AutofillWebDataServiceConsumer<std::vector<CreditCard*> >
consumer2
;
local
[
all
...]
/external/chromium_org/google_apis/gaia/
oauth2_token_service_unittest.cc
394
TestingOAuth2TokenServiceConsumer
consumer2
;
local
396
oauth2_service_->StartRequest(account_id_, scopes1, &
consumer2
));
403
EXPECT_EQ(1,
consumer2
.number_of_successful_tokens_);
404
EXPECT_EQ(0,
consumer2
.number_of_errors_);
405
EXPECT_EQ("second token",
consumer2
.last_token_);
Completed in 155 milliseconds