OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ManagePasswordsBubbleUIController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_ui_controller.cc
15
DEFINE_WEB_CONTENTS_USER_DATA_KEY(
ManagePasswordsBubbleUIController
);
17
ManagePasswordsBubbleUIController
::
ManagePasswordsBubbleUIController
(
25
ManagePasswordsBubbleUIController
::~
ManagePasswordsBubbleUIController
() {}
27
void
ManagePasswordsBubbleUIController
::UpdateBubbleAndIconVisibility() {
38
void
ManagePasswordsBubbleUIController
::OnPasswordSubmitted(
49
void
ManagePasswordsBubbleUIController
::OnPasswordAutofilled(
59
void
ManagePasswordsBubbleUIController
::RemoveFromBestMatches(
64
void
ManagePasswordsBubbleUIController
::OnBubbleShown()
[
all
...]
manage_passwords_bubble_ui_controller.h
18
class
ManagePasswordsBubbleUIController
20
public content::WebContentsUserData<
ManagePasswordsBubbleUIController
> {
22
virtual ~
ManagePasswordsBubbleUIController
();
86
friend class content::WebContentsUserData<
ManagePasswordsBubbleUIController
>;
88
explicit
ManagePasswordsBubbleUIController
(
118
DISALLOW_COPY_AND_ASSIGN(
ManagePasswordsBubbleUIController
);
Completed in 71 milliseconds