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

  /external/chromium_org/chrome/test/base/
chrome_render_view_test.h 15 class AutofillAgent;
44 autofill::AutofillAgent* autofill_agent_;
chrome_render_view_test.cc 37 using autofill::AutofillAgent;
73 new AutofillAgent(view_, password_autofill_agent_, password_generation_);
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 122 AutofillAgent::AutofillAgent(content::RenderView* render_view,
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::FrameWillClose(WebFrame* frame)
    [all...]
autofill_agent.h 38 // AutofillAgent deals with Autofill related communications between WebKit and
39 // the browser. There is one AutofillAgent per RenderView.
46 class AutofillAgent : public content::RenderViewObserver,
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/android_webview/renderer/
aw_content_renderer_client.cc 147 new autofill::AutofillAgent(render_view, password_autofill_agent, NULL);
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 144 using autofill::AutofillAgent;
512 new AutofillAgent(render_view,
    [all...]

Completed in 224 milliseconds