HomeSort by relevance Sort by last modified time
    Searched refs:IsEndOfAutofillableFlow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/content/browser/
autocheckout_page_meta_data_unittest.cc 26 EXPECT_FALSE(page_meta_data.IsEndOfAutofillableFlow());
31 EXPECT_FALSE(page_meta_data.IsEndOfAutofillableFlow());
36 EXPECT_FALSE(page_meta_data.IsEndOfAutofillableFlow());
41 EXPECT_TRUE(page_meta_data.IsEndOfAutofillableFlow());
46 EXPECT_TRUE(page_meta_data.IsEndOfAutofillableFlow());
51 EXPECT_FALSE(page_meta_data.IsEndOfAutofillableFlow());
autocheckout_page_meta_data.cc 24 bool AutocheckoutPageMetaData::IsEndOfAutofillableFlow() const {
autocheckout_page_meta_data.h 32 bool IsEndOfAutofillableFlow() const;
autocheckout_manager.cc 223 if (page_meta_data_->IsEndOfAutofillableFlow() || status != SUCCESS)
240 old_meta_data->IsEndOfAutofillableFlow() &&

Completed in 47 milliseconds