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

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_cocoa.h 13 class AutofillPopupController;
20 __weak autofill::AutofillPopupController* controller_;
24 - (id)initWithController:(autofill::AutofillPopupController*)controller
autofill_popup_view_bridge.h 19 class AutofillPopupController;
26 explicit AutofillPopupViewBridge(AutofillPopupController* controller);
42 AutofillPopupController* controller_; // Weak reference.
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view.h 20 class AutofillPopupController;
58 static AutofillPopupView* Create(AutofillPopupController* controller);
autofill_popup_controller.h 28 class AutofillPopupController {
117 virtual ~AutofillPopupController() {}
autofill_popup_controller_impl.h 38 // AutofillPopupController to allow calls from AutofillPopupView. The
40 class AutofillPopupControllerImpl : public AutofillPopupController {
89 // AutofillPopupController implementation.
autofill_popup_controller_unittest.cc 472 static_cast<AutofillPopupController*>(controller3.get())->
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.h 20 class AutofillPopupController;
24 explicit AutofillPopupViewAndroid(AutofillPopupController* controller);
46 AutofillPopupController* controller_; // weak.
autofill_popup_view_android.cc 20 AutofillPopupController* controller)
98 AutofillPopupController* controller) {
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.h 40 class AutofillPopupController;
45 explicit AutofillPopupViewGtk(AutofillPopupController* controller);
88 AutofillPopupController* controller_; // Weak reference.
autofill_popup_view_gtk.cc 39 AutofillPopupController* controller)
291 AutofillPopupController* controller) {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.h 12 class AutofillPopupController;
28 AutofillPopupViewViews(AutofillPopupController* controller,
63 AutofillPopupController* controller_; // Weak reference.
autofill_popup_view_views.cc 42 AutofillPopupController* controller, views::Widget* observing_widget)
309 AutofillPopupController* controller) {

Completed in 281 milliseconds