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

  /external/chromium_org/third_party/WebKit/public/web/
WebAutofillClient.h 51 MenuItemIDSeparator = -3,
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate_unittest.cc 151 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
197 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
199 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
257 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
259 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
autofill_external_delegate.cc 79 ids.push_back(WebAutofillClient::MenuItemIDSeparator);
96 if (ids.back() == WebAutofillClient::MenuItemIDSeparator) {
361 WebAutofillClient::MenuItemIDSeparator);
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 116 if (m_itemIDs[i] == WebAutofillClient::MenuItemIDSeparator) {
214 return m_itemIDs[listIndex] == WebAutofillClient::MenuItemIDSeparator;
277 itemIDsWithSeparator[separatorIndex] = WebAutofillClient::MenuItemIDSeparator;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 190 identifiers_[0] == WebAutofillClient::MenuItemIDSeparator) {
208 identifiers_[0] != WebAutofillClient::MenuItemIDSeparator) {
213 WebAutofillClient::MenuItemIDSeparator);
510 if (identifier == WebAutofillClient::MenuItemIDSeparator)
517 return id != WebAutofillClient::MenuItemIDSeparator &&
autofill_popup_controller_unittest.cc 325 autofill_ids.push_back(WebAutofillClient::MenuItemIDSeparator);
394 ids.insert(ids.begin() + 1, WebAutofillClient::MenuItemIDSeparator);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 75 WebAutofillClient::MenuItemIDSeparator) {
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 148 if (controller_->identifiers()[i] == WebAutofillClient::MenuItemIDSeparator)

Completed in 1426 milliseconds