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

  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.h 37 // AutofillAgent deals with Autofill related communications between WebKit and
38 // the browser. There is one AutofillAgent per RenderView.
45 class AutofillAgent : public content::RenderViewObserver,
49 // PasswordAutofillAgent is guaranteed to outlive AutofillAgent.
50 AutofillAgent(content::RenderView* render_view,
52 virtual ~AutofillAgent();
240 base::OneShotTimer<AutofillAgent> click_timer_;
261 base::WeakPtrFactory<AutofillAgent> weak_ptr_factory_;
272 DISALLOW_COPY_AND_ASSIGN(AutofillAgent);
autofill_agent.cc 127 AutofillAgent::AutofillAgent(content::RenderView* render_view,
151 AutofillAgent::~AutofillAgent() {}
153 bool AutofillAgent::OnMessageReceived(const IPC::Message& message) {
155 IPC_BEGIN_MESSAGE_MAP(AutofillAgent, message)
187 void AutofillAgent::DidFinishDocumentLoad(WebFrame* frame) {
216 void AutofillAgent::DidStartProvisionalLoad(WebFrame* frame) {
227 void AutofillAgent::DidFailProvisionalLoad(WebFrame* frame,
235 void AutofillAgent::DidCommitProvisionalLoad(WebFrame* frame
    [all...]

Completed in 39 milliseconds