Searched refs:AutofillAgent (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/components/autofill/content/renderer/ |
D | autofill_agent.cc | 122 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 …]
|
D | autofill_agent.h | 46 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/ |
D | chrome_render_view_test.h | 15 class AutofillAgent; variable 44 autofill::AutofillAgent* autofill_agent_;
|
D | chrome_render_view_test.cc | 37 using autofill::AutofillAgent; 73 new AutofillAgent(view_, password_autofill_agent_, password_generation_); in SetUp()
|
/external/chromium_org/android_webview/renderer/ |
D | aw_content_renderer_client.cc | 147 new autofill::AutofillAgent(render_view, password_autofill_agent, NULL); in RenderViewCreated()
|
/external/chromium_org/chrome/renderer/ |
D | chrome_content_renderer_client.cc | 144 using autofill::AutofillAgent; 512 new AutofillAgent(render_view, in RenderViewCreated()
|