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

  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.h 43 class AutofillPopupViewGtk : public AutofillPopupView {
45 explicit AutofillPopupViewGtk(AutofillPopupController* controller);
48 virtual ~AutofillPopupViewGtk();
56 CHROMEGTK_CALLBACK_1(AutofillPopupViewGtk, gboolean, HandleConfigure,
58 CHROMEGTK_CALLBACK_1(AutofillPopupViewGtk, gboolean, HandleButtonRelease,
60 CHROMEGTK_CALLBACK_1(AutofillPopupViewGtk, gboolean, HandleExpose,
62 CHROMEGTK_CALLBACK_1(AutofillPopupViewGtk, gboolean, HandleLeave,
64 CHROMEGTK_CALLBACK_1(AutofillPopupViewGtk, gboolean, HandleMotion,
95 DISALLOW_COPY_AND_ASSIGN(AutofillPopupViewGtk);
autofill_popup_view_gtk.cc 38 AutofillPopupViewGtk::AutofillPopupViewGtk(
69 AutofillPopupViewGtk::~AutofillPopupViewGtk() {
74 void AutofillPopupViewGtk::Hide() {
78 void AutofillPopupViewGtk::Show() {
88 void AutofillPopupViewGtk::InvalidateRow(size_t row) {
94 void AutofillPopupViewGtk::UpdateBoundsAndRedrawPopup() {
108 gboolean AutofillPopupViewGtk::HandleConfigure(GtkWidget* widget,
114 gboolean AutofillPopupViewGtk::HandleButtonRelease(GtkWidget* widget
    [all...]

Completed in 72 milliseconds