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 148 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
194 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
196 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
254 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
256 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
autofill_external_delegate.cc 68 ids.push_back(WebAutofillClient::MenuItemIDSeparator);
85 if (ids.back() == WebAutofillClient::MenuItemIDSeparator) {
338 WebAutofillClient::MenuItemIDSeparator);
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 114 if (m_itemIDs[i] == WebAutofillClient::MenuItemIDSeparator) {
212 return m_itemIDs[listIndex] == WebAutofillClient::MenuItemIDSeparator;
275 itemIDsWithSeparator[separatorIndex] = WebAutofillClient::MenuItemIDSeparator;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 210 identifiers_[0] == WebAutofillClient::MenuItemIDSeparator) {
228 identifiers_[0] != WebAutofillClient::MenuItemIDSeparator) {
233 WebAutofillClient::MenuItemIDSeparator);
553 if (identifier == WebAutofillClient::MenuItemIDSeparator)
560 return id != WebAutofillClient::MenuItemIDSeparator &&
autofill_popup_controller_unittest.cc 292 autofill_ids.push_back(WebAutofillClient::MenuItemIDSeparator);
365 ids.insert(ids.begin() + 1, WebAutofillClient::MenuItemIDSeparator);
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 148 if (controller_->identifiers()[i] == WebAutofillClient::MenuItemIDSeparator)
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 82 WebAutofillClient::MenuItemIDSeparator) {

Completed in 297 milliseconds