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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 198 while (!identifiers_.empty() &&
199 identifiers_[0] == WebAutofillClient::MenuItemIDDataListEntry) {
203 identifiers_.erase(identifiers_.begin());
209 if (!identifiers_.empty() &&
210 identifiers_[0] == WebAutofillClient::MenuItemIDSeparator) {
214 identifiers_.erase(identifiers_.begin());
227 if (!identifiers_.empty() &&
228 identifiers_[0] != WebAutofillClient::MenuItemIDSeparator)
    [all...]
autofill_popup_controller_impl.h 232 std::vector<int> identifiers_; member in class:autofill::AutofillPopupControllerImpl
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.cc 94 identifiers_ = identifiers;
174 delegate_->DidAcceptSuggestion(values_[position], identifiers_[position]);
aw_autofill_manager_delegate.h 109 std::vector<int> identifiers_; member in class:android_webview::AwAutofillManagerDelegate

Completed in 84 milliseconds