Searched refs:AutofillAgent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc122 AutofillAgent::AutofillAgent(content::RenderView* render_view, function in class:autofill::AutofillAgent
145 AutofillAgent::~AutofillAgent() {}
147 bool AutofillAgent::OnMessageReceived(const IPC::Message& message) {
149 IPC_BEGIN_MESSAGE_MAP(AutofillAgent, message)
173 void AutofillAgent::DidFinishDocumentLoad(WebLocalFrame* frame) {
181 void AutofillAgent::DidCommitProvisionalLoad(WebLocalFrame* frame,
186 void AutofillAgent::FrameDetached(WebFrame* frame) {
190 void AutofillAgent
[all...]
H A Dautofill_agent.h38 // AutofillAgent deals with Autofill related communications between WebKit and
39 // the browser. There is one AutofillAgent per RenderView.
46 class AutofillAgent : public content::RenderViewObserver, class in namespace:autofill
50 // PasswordAutofillAgent is guaranteed to outlive AutofillAgent.
52 // guaranteed to outlive AutofillAgent.
53 AutofillAgent(content::RenderView* render_view,
56 virtual ~AutofillAgent();
231 base::WeakPtrFactory<AutofillAgent> weak_ptr_factory_;
233 DISALLOW_COPY_AND_ASSIGN(AutofillAgent);
/external/chromium_org/chrome/test/base/
H A Dchrome_render_view_test.h15 class AutofillAgent;
44 autofill::AutofillAgent* autofill_agent_;
H A Dchrome_render_view_test.cc37 using autofill::AutofillAgent;
73 new AutofillAgent(view_, password_autofill_agent_, password_generation_);
/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc147 new autofill::AutofillAgent(render_view, password_autofill_agent, NULL);
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc144 using autofill::AutofillAgent;
512 new AutofillAgent(render_view,

Completed in 167 milliseconds