Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/renderer/
Dautofill_agent.cc122 AutofillAgent::AutofillAgent(content::RenderView* render_view, in AutofillAgent() function in autofill::AutofillAgent
145 AutofillAgent::~AutofillAgent() {} in ~AutofillAgent()
147 bool AutofillAgent::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
149 IPC_BEGIN_MESSAGE_MAP(AutofillAgent, message) in OnMessageReceived()
173 void AutofillAgent::DidFinishDocumentLoad(WebLocalFrame* frame) { in DidFinishDocumentLoad()
181 void AutofillAgent::DidCommitProvisionalLoad(WebLocalFrame* frame, in DidCommitProvisionalLoad()
186 void AutofillAgent::FrameDetached(WebFrame* frame) { in FrameDetached()
190 void AutofillAgent::FrameWillClose(WebFrame* frame) { in FrameWillClose()
203 void AutofillAgent::WillSubmitForm(WebLocalFrame* frame, in WillSubmitForm()
218 void AutofillAgent::FocusedNodeChanged(const WebNode& node) { in FocusedNodeChanged()
[all …]
Dautofill_agent.h46 class AutofillAgent : public content::RenderViewObserver,
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/
Dchrome_render_view_test.h15 class AutofillAgent; variable
44 autofill::AutofillAgent* autofill_agent_;
Dchrome_render_view_test.cc37 using autofill::AutofillAgent;
73 new AutofillAgent(view_, password_autofill_agent_, password_generation_); in SetUp()
/external/chromium_org/android_webview/renderer/
Daw_content_renderer_client.cc147 new autofill::AutofillAgent(render_view, password_autofill_agent, NULL); in RenderViewCreated()
/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client.cc144 using autofill::AutofillAgent;
512 new AutofillAgent(render_view, in RenderViewCreated()