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

  /external/chromium_org/chrome/browser/ui/gtk/
password_generation_bubble_gtk.cc 41 PasswordGenerationBubbleGtk::PasswordGenerationBubbleGtk(
114 PasswordGenerationBubbleGtk::~PasswordGenerationBubbleGtk() {}
116 void PasswordGenerationBubbleGtk::BubbleClosing(BubbleGtk* bubble,
121 void PasswordGenerationBubbleGtk::OnDestroy(GtkWidget* widget) {
127 void PasswordGenerationBubbleGtk::OnAcceptClicked(GtkWidget* widget) {
138 void PasswordGenerationBubbleGtk::OnRegenerateClicked(
147 void PasswordGenerationBubbleGtk::OnPasswordEdited(GtkWidget* widget) {
151 void PasswordGenerationBubbleGtk::OnLearnMoreLinkClicked(GtkButton* button)
    [all...]
password_generation_bubble_gtk.h 25 // PasswordGenerationBubbleGtk is a bubble use to show possible generated
29 class PasswordGenerationBubbleGtk : public BubbleDelegateGtk {
31 PasswordGenerationBubbleGtk(const gfx::Rect& anchor_rect,
35 virtual ~PasswordGenerationBubbleGtk();
41 CHROMEGTK_CALLBACK_0(PasswordGenerationBubbleGtk, void, OnDestroy);
42 CHROMEGTK_CALLBACK_0(PasswordGenerationBubbleGtk, void, OnAcceptClicked);
43 CHROMEGTK_CALLBACK_2(PasswordGenerationBubbleGtk, void, OnRegenerateClicked,
45 CHROMEGTK_CALLBACK_0(PasswordGenerationBubbleGtk, void, OnPasswordEdited);
47 PasswordGenerationBubbleGtk, void, OnLearnMoreLinkClicked, GtkButton*);
66 DISALLOW_COPY_AND_ASSIGN(PasswordGenerationBubbleGtk);
    [all...]

Completed in 3398 milliseconds