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

  /external/chromium_org/chrome/browser/password_manager/
password_generation_manager.cc 26 DEFINE_WEB_CONTENTS_USER_DATA_KEY(PasswordGenerationManager);
28 PasswordGenerationManager::PasswordGenerationManager(
36 PasswordGenerationManager::~PasswordGenerationManager() {}
39 void PasswordGenerationManager::CreateForWebContents(
41 content::WebContentsUserData<PasswordGenerationManager>::
50 void PasswordGenerationManager::RegisterProfilePrefs(
58 void PasswordGenerationManager::RegisterWithSyncService() {
67 void PasswordGenerationManager::SetUpPrefChangeRegistrar()
    [all...]
password_generation_manager.h 34 // NOTE: At the moment, the creation of the renderer PasswordGenerationManager
43 class PasswordGenerationManager
46 public content::WebContentsUserData<PasswordGenerationManager> {
50 virtual ~PasswordGenerationManager();
53 explicit PasswordGenerationManager(content::WebContents* contents);
56 friend class content::WebContentsUserData<PasswordGenerationManager>;
98 base::WeakPtrFactory<PasswordGenerationManager> weak_factory_;
103 DISALLOW_COPY_AND_ASSIGN(PasswordGenerationManager);
password_generation_manager_unittest.cc 19 class TestPasswordGenerationManager : public PasswordGenerationManager {
22 : PasswordGenerationManager(contents) {}
  /external/chromium_org/components/autofill/content/renderer/
password_generation_manager.h 31 class PasswordGenerationManager : public content::RenderViewObserver,
34 explicit PasswordGenerationManager(content::RenderView* render_view);
35 virtual ~PasswordGenerationManager();
77 DISALLOW_COPY_AND_ASSIGN(PasswordGenerationManager);
password_generation_manager.cc 69 PasswordGenerationManager::PasswordGenerationManager(
76 PasswordGenerationManager::~PasswordGenerationManager() {}
78 void PasswordGenerationManager::DidFinishDocumentLoad(WebKit::WebFrame* frame) {
94 void PasswordGenerationManager::DidFinishLoad(WebKit::WebFrame* frame) {
140 bool PasswordGenerationManager::ShouldAnalyzeDocument(
153 void PasswordGenerationManager::openPasswordGenerator(
170 bool PasswordGenerationManager::OnMessageReceived(const IPC::Message& message) {
172 IPC_BEGIN_MESSAGE_MAP(PasswordGenerationManager, message
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
password_generation_manager_browsertest.cc 26 class TestPasswordGenerationManager : public PasswordGenerationManager {
29 : PasswordGenerationManager(view) {}
34 return PasswordGenerationManager::OnMessageReceived(message);
63 // We don't actually create a PasswordGenerationManager during
  /external/chromium_org/chrome/browser/ui/
browser_tab_contents.cc 136 PasswordGenerationManager::CreateForWebContents(web_contents);
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 318 PasswordGenerationManager::RegisterProfilePrefs(registry);
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 112 using autofill::PasswordGenerationManager;
379 new PasswordGenerationManager(render_view);
    [all...]

Completed in 540 milliseconds