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 27 // There is one PasswordAutofillAgent per RenderView.
28 class PasswordAutofillAgent : public content::RenderViewObserver {
30 explicit PasswordAutofillAgent(content::RenderView* render_view);
31 virtual ~PasswordAutofillAgent();
245 base::WeakPtrFactory<PasswordAutofillAgent> weak_ptr_factory_;
247 DISALLOW_COPY_AND_ASSIGN(PasswordAutofillAgent);
password_autofill_agent.cc 231 // PasswordAutofillAgent, public:
233 PasswordAutofillAgent::PasswordAutofillAgent(content::RenderView* render_view)
246 PasswordAutofillAgent::~PasswordAutofillAgent() {
249 PasswordAutofillAgent::PasswordValueGatekeeper::PasswordValueGatekeeper()
253 PasswordAutofillAgent::PasswordValueGatekeeper::~PasswordValueGatekeeper() {
256 void PasswordAutofillAgent::PasswordValueGatekeeper::RegisterElement(
264 void PasswordAutofillAgent::PasswordValueGatekeeper::OnUserGesture() {
276 void PasswordAutofillAgent::PasswordValueGatekeeper::Reset()
    [all...]

Completed in 63 milliseconds