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

  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.h 25 // There is one PasswordAutofillAgent per RenderView.
26 class PasswordAutofillAgent : public content::RenderViewObserver {
28 explicit PasswordAutofillAgent(content::RenderView* render_view);
29 virtual ~PasswordAutofillAgent();
126 base::WeakPtrFactory<PasswordAutofillAgent> weak_ptr_factory_;
128 DISALLOW_COPY_AND_ASSIGN(PasswordAutofillAgent);
password_autofill_agent.cc 216 // PasswordAutofillAgent, public:
218 PasswordAutofillAgent::PasswordAutofillAgent(content::RenderView* render_view)
225 PasswordAutofillAgent::~PasswordAutofillAgent() {
228 bool PasswordAutofillAgent::TextFieldDidEndEditing(
254 bool PasswordAutofillAgent::TextDidChangeInTextField(
302 bool PasswordAutofillAgent::TextFieldHandlingKeyDown(
319 bool PasswordAutofillAgent::DidAcceptAutofillSuggestion(
334 bool PasswordAutofillAgent::DidClearAutofillSelection
    [all...]

Completed in 60 milliseconds