Home
last modified time | relevance | path

Searched refs:POPUP_ITEM_ID_SEPARATOR (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_external_delegate_unittest.cc148 static_cast<int>(POPUP_ITEM_ID_SEPARATOR), in TEST_F()
197 static_cast<int>(POPUP_ITEM_ID_SEPARATOR), in TEST_F()
199 static_cast<int>(POPUP_ITEM_ID_SEPARATOR), in TEST_F()
266 static_cast<int>(POPUP_ITEM_ID_SEPARATOR), in TEST_F()
268 static_cast<int>(POPUP_ITEM_ID_SEPARATOR), in TEST_F()
Dpopup_item_ids.h16 POPUP_ITEM_ID_SEPARATOR = -3, enumerator
Dautofill_external_delegate.cc96 ids.push_back(POPUP_ITEM_ID_SEPARATOR); in OnSuggestionsReturned()
113 if (ids.back() == POPUP_ITEM_ID_SEPARATOR) { in OnSuggestionsReturned()
384 unique_ids->insert(unique_ids->begin(), POPUP_ITEM_ID_SEPARATOR); in InsertDataListValues()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc199 if (!identifiers_.empty() && identifiers_[0] == POPUP_ITEM_ID_SEPARATOR) { in UpdateDataListValues()
216 if (!identifiers_.empty() && identifiers_[0] != POPUP_ITEM_ID_SEPARATOR) { in UpdateDataListValues()
220 identifiers_.insert(identifiers_.begin(), POPUP_ITEM_ID_SEPARATOR); in UpdateDataListValues()
518 if (identifier == POPUP_ITEM_ID_SEPARATOR) in GetRowHeightFromId()
525 return id != POPUP_ITEM_ID_SEPARATOR && id != POPUP_ITEM_ID_WARNING_MESSAGE; in CanAccept()
Dautofill_popup_controller_unittest.cc292 autofill_ids.push_back(POPUP_ITEM_ID_SEPARATOR); in TEST_F()
365 ids.insert(ids.begin() + 1, POPUP_ITEM_ID_SEPARATOR); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc54 if (controller_->identifiers()[i] == POPUP_ITEM_ID_SEPARATOR) { in OnPaint()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm107 if (controller_->identifiers()[i] == autofill::POPUP_ITEM_ID_SEPARATOR) {