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

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 309 // Sets whether mouse events should be forwarded to |proxy_button_|.
326 // Converts |event| to one suitable for |proxy_button_|.
329 // Returns true if the given event should be forwarded to |proxy_button_|.
333 views::Button* proxy_button_; // Weak reference. member in class:autofill::AutofillDialogViews::SectionContainer
335 // When true, all mouse events will be forwarded to |proxy_button_|.
autofill_dialog_views.cc 817 : proxy_button_(proxy_button),
864 bool is_active = active && proxy_button_->visible();
896 proxy_button_->OnMouseEntered(ProxyEvent(event));
906 proxy_button_->OnMouseExited(ProxyEvent(event));
915 return proxy_button_->OnMousePressed(ProxyEvent(event));
923 proxy_button_->OnMouseReleased(ProxyEvent(event));
931 proxy_button_->OnGestureEvent(event);
954 if (handler == proxy_button_)
    [all...]

Completed in 206 milliseconds