OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:popup_controller_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.cc
46
DCHECK(!
popup_controller_
);
125
// Will delete or reuse the old |
popup_controller_
|.
126
popup_controller_
= AutofillPopupControllerImpl::GetOrCreate(
127
popup_controller_
,
134
popup_controller_
->Show(values, labels, icons, identifiers);
140
if (
popup_controller_
.get())
141
popup_controller_
->UpdateDataListValues(values, labels);
145
if (
popup_controller_
.get())
146
popup_controller_
->Hide();
tab_autofill_manager_delegate.h
93
base::WeakPtr<AutofillPopupControllerImpl>
popup_controller_
;
member in class:autofill::TabAutofillManagerDelegate
autofill_dialog_controller_impl.cc
511
if (
popup_controller_
)
512
popup_controller_
->Hide();
[
all
...]
autofill_dialog_controller_impl.h
452
// Hides |
popup_controller_
|'s popup view, if it exists.
673
base::WeakPtr<AutofillPopupControllerImpl>
popup_controller_
;
member in class:autofill::AutofillDialogControllerImpl
675
// The input for which |
popup_controller_
| is currently showing a popup
[
all
...]
Completed in 193 milliseconds