Searched refs:POPUP_ITEM_ID_DATALIST_ENTRY (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpopup_item_ids.h19 POPUP_ITEM_ID_DATALIST_ENTRY = -6, enumerator in enum:autofill::PopupItemId
H A Dautofill_external_delegate_unittest.cc192 static_cast<int>(POPUP_ITEM_ID_DATALIST_ENTRY),
221 testing::ElementsAre(static_cast<int>(POPUP_ITEM_ID_DATALIST_ENTRY)),
257 static_cast<int>(POPUP_ITEM_ID_DATALIST_ENTRY),
404 POPUP_ITEM_ID_DATALIST_ENTRY);
H A Dautofill_external_delegate.cc193 } else if (identifier == POPUP_ITEM_ID_DATALIST_ENTRY) {
389 POPUP_ITEM_ID_DATALIST_ENTRY);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc189 identifiers_[0] == POPUP_ITEM_ID_DATALIST_ENTRY) {
230 identifiers_.begin(), values.size(), POPUP_ITEM_ID_DATALIST_ENTRY);
533 identifiers_[0] == POPUP_ITEM_ID_DATALIST_ENTRY);
H A Dautofill_popup_controller_unittest.cc364 ids.insert(ids.begin(), POPUP_ITEM_ID_DATALIST_ENTRY);
378 ids.insert(ids.begin(), POPUP_ITEM_ID_DATALIST_ENTRY);
403 ids.push_back(POPUP_ITEM_ID_DATALIST_ENTRY);

Completed in 132 milliseconds