OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillManagerTest
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_manager.h
246
// web database. This is overridden by the
AutofillManagerTest
.
255
// Should be set to true in
AutofillManagerTest
and other tests, false in
277
friend class
AutofillManagerTest
;
279
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, FillCreditCardForm);
280
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
,
282
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, FillCreditCardFormYearNoMonth);
283
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, FillCreditCardFormNoYearMonth);
284
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, FillCreditCardFormYearMonth);
285
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, FillAddressForm);
286
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, FillAddressAndCreditCardForm)
[
all
...]
autofill_manager_unittest.cc
471
class
AutofillManagerTest
: public TabContentsWrapperTestHarness {
475
AutofillManagerTest
() {}
476
virtual ~
AutofillManagerTest
() {
574
DISALLOW_COPY_AND_ASSIGN(
AutofillManagerTest
);
603
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsEmptyValue) {
645
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsMatchCharacter) {
680
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsUnknownFields) {
709
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsWithDuplicates) {
755
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsAutofillDisabledByUser) {
772
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsMethodGet)
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_manager.h
290
// web database. This is overridden by the
AutofillManagerTest
.
341
friend class
AutofillManagerTest
;
343
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
,
345
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
,
347
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
,
359
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
, TestExternalDelegate);
360
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
,
365
FRIEND_TEST_ALL_PREFIXES(
AutofillManagerTest
,
autocomplete_history_manager.h
56
friend class
AutofillManagerTest
;
autofill_manager_unittest.cc
617
class
AutofillManagerTest
: public ChromeRenderViewHostTestHarness {
763
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsEmptyValue) {
797
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsMatchCharacter) {
823
TEST_F(
AutofillManagerTest
, GetProfileSuggestionsUnknownFields) {
[
all
...]
/external/chromium/chrome/browser/
autocomplete_history_manager.h
51
friend class
AutofillManagerTest
;
Completed in 295 milliseconds