Searched defs:PasswordAutofillAgent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.h25 // There is one PasswordAutofillAgent per RenderView.
26 class PasswordAutofillAgent : public content::RenderViewObserver { class in namespace:autofill
28 explicit PasswordAutofillAgent(content::RenderView* render_view);
29 virtual ~PasswordAutofillAgent();
126 base::WeakPtrFactory<PasswordAutofillAgent> weak_ptr_factory_;
128 DISALLOW_COPY_AND_ASSIGN(PasswordAutofillAgent);
H A Dpassword_autofill_agent.cc216 // PasswordAutofillAgent, public:
218 PasswordAutofillAgent::PasswordAutofillAgent(content::RenderView* render_view) function in class:autofill::PasswordAutofillAgent
225 PasswordAutofillAgent::~PasswordAutofillAgent() {
228 bool PasswordAutofillAgent::TextFieldDidEndEditing(
254 bool PasswordAutofillAgent::TextDidChangeInTextField(
302 bool PasswordAutofillAgent::TextFieldHandlingKeyDown(
319 bool PasswordAutofillAgent::DidAcceptAutofillSuggestion(
334 bool PasswordAutofillAgent
[all...]

Completed in 48 milliseconds