Home
last modified time | relevance | path

Searched refs:ShouldAnalyzeDocument (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
Dpassword_generation_agent.cc128 if (!ShouldAnalyzeDocument(frame->document())) in DidFinishLoad()
168 bool PasswordGenerationAgent::ShouldAnalyzeDocument( in ShouldAnalyzeDocument() function in autofill::PasswordGenerationAgent
Dpassword_generation_agent.h40 virtual bool ShouldAnalyzeDocument(const blink::WebDocument& document) const;
/external/chromium_org/chrome/renderer/autofill/
Dpassword_generation_agent_browsertest.cc47 virtual bool ShouldAnalyzeDocument(const blink::WebDocument& document) const in ShouldAnalyzeDocument() function in autofill::TestPasswordGenerationAgent