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

  /external/chromium_org/components/autofill/content/renderer/
test_password_autofill_agent.cc 11 : PasswordAutofillAgent(render_view) {}
test_password_autofill_agent.h 12 class TestPasswordAutofillAgent : public PasswordAutofillAgent {
20 // PasswordAutofillAgent:
password_autofill_agent.cc 187 // PasswordAutofillAgent, public:
189 PasswordAutofillAgent::PasswordAutofillAgent(content::RenderView* render_view)
196 PasswordAutofillAgent::~PasswordAutofillAgent() {
199 bool PasswordAutofillAgent::TextFieldDidEndEditing(
227 bool PasswordAutofillAgent::TextDidChangeInTextField(
275 bool PasswordAutofillAgent::TextFieldHandlingKeyDown(
292 bool PasswordAutofillAgent::DidAcceptAutofillSuggestion(
309 bool PasswordAutofillAgent::DidClearAutofillSelection
    [all...]
password_autofill_agent.h 27 // There is one PasswordAutofillAgent per RenderView.
28 class PasswordAutofillAgent : public content::RenderViewObserver {
30 explicit PasswordAutofillAgent(content::RenderView* render_view);
31 virtual ~PasswordAutofillAgent();
160 base::WeakPtrFactory<PasswordAutofillAgent> weak_ptr_factory_;
162 DISALLOW_COPY_AND_ASSIGN(PasswordAutofillAgent);
autofill_agent.h 34 class PasswordAutofillAgent;
48 // PasswordAutofillAgent is guaranteed to outlive AutofillAgent.
50 PasswordAutofillAgent* password_autofill_manager);
178 PasswordAutofillAgent* password_autofill_agent_; // WEAK reference.
autofill_agent.cc 131 PasswordAutofillAgent* password_autofill_agent)
  /external/chromium_org/chrome/test/base/
chrome_render_view_test.cc 42 using autofill::PasswordAutofillAgent;
63 // RenderView doesn't expose its PasswordAutofillAgent or AutofillAgent
  /external/chromium_org/android_webview/renderer/
aw_content_renderer_client.cc 123 autofill::PasswordAutofillAgent* password_autofill_agent =
124 new autofill::PasswordAutofillAgent(render_view);
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 117 using autofill::PasswordAutofillAgent;
378 PasswordAutofillAgent* password_autofill_agent =
379 new PasswordAutofillAgent(render_view);
    [all...]

Completed in 932 milliseconds