Home
last modified time | relevance | path

Searched refs:AutofillManager (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc232 AutofillManager::AutofillManager(TabContents* tab_contents) in AutofillManager() function in AutofillManager
248 AutofillManager::~AutofillManager() { in ~AutofillManager()
254 void AutofillManager::RegisterBrowserPrefs(PrefService* prefs) { in RegisterBrowserPrefs()
261 void AutofillManager::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
276 void AutofillManager::DidNavigateMainFramePostCommit( in DidNavigateMainFramePostCommit()
284 bool AutofillManager::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
286 IPC_BEGIN_MESSAGE_MAP(AutofillManager, message) in OnMessageReceived()
306 void AutofillManager::OnFormSubmitted(const FormData& form) { in OnFormSubmitted()
349 void AutofillManager::OnFormsSeen(const std::vector<FormData>& forms) { in OnFormsSeen()
363 bool AutofillManager::OnQueryFormFieldAutofill( in OnQueryFormFieldAutofill()
[all …]
Dautofill_manager.h61 AutofillManager : public TabContentsObserver,
64 explicit AutofillManager(TabContents* tab_contents);
65 virtual ~AutofillManager();
131 AutofillManager(TabContents* tab_contents,
304 DISALLOW_COPY_AND_ASSIGN(AutofillManager);
Dform_structure_browsertest.cc62 AutofillManager* autofill_manager = in GenerateResults()
64 ASSERT_NE(static_cast<AutofillManager*>(NULL), autofill_manager); in GenerateResults()
Dpersonal_data_manager.h26 class AutofillManager; variable
Dautofill_metrics_unittest.cc121 class TestAutofillManager : public AutofillManager {
125 : AutofillManager(tab_contents, personal_manager), in TestAutofillManager()
139 AutofillManager::metric_logger()); in metric_logger()
Dautofill_manager_unittest.cc409 class TestAutofillManager : public AutofillManager {
413 : AutofillManager(tab_contents, personal_manager), in TestAutofillManager()
473 typedef AutofillManager::GUIDPair GUIDPair;
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.h28 class AutofillManager; variable
102 AutofillManager* autofill_manager() { return autofill_manager_.get(); } in autofill_manager()
183 scoped_ptr<AutofillManager> autofill_manager_;
Dtab_contents_wrapper.cc60 autofill_manager_.reset(new AutofillManager(contents)); in TabContentsWrapper()
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DWebAutofill.h39 class AutofillManager; variable
99 OwnPtr<AutofillManager> mAutofillManager;
DWebAutofill.cpp69 mAutofillManager = new AutofillManager(mTabContents.get()); in init()
/external/chromium/chrome/browser/prefs/
Dbrowser_prefs.cc104 AutofillManager::RegisterBrowserPrefs(local_state); in RegisterLocalState()
124 AutofillManager::RegisterUserPrefs(user_prefs); in RegisterUserPrefs()