OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifiers_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc
188
while (!
identifiers_
.empty() &&
189
identifiers_
[0] == POPUP_ITEM_ID_DATALIST_ENTRY) {
193
identifiers_
.erase(
identifiers_
.begin());
199
if (!
identifiers_
.empty() &&
identifiers_
[0] == POPUP_ITEM_ID_SEPARATOR) {
203
identifiers_
.erase(
identifiers_
.begin());
216
if (!
identifiers_
.empty() &&
identifiers_
[0] != POPUP_ITEM_ID_SEPARATOR)
[
all
...]
autofill_popup_controller_impl.h
186
std::vector<int>
identifiers_
;
member in class:autofill::AutofillPopupControllerImpl
/external/chromium_org/android_webview/native/
aw_autofill_client.cc
89
identifiers_
= identifiers;
168
delegate_->DidAcceptSuggestion(values_[position],
identifiers_
[position]);
aw_autofill_client.h
108
std::vector<int>
identifiers_
;
member in class:android_webview::AwAutofillClient
Completed in 3647 milliseconds