HomeSort by relevance Sort by last modified time
    Searched defs:AutofillManager (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_manager.h 61 AutofillManager : public TabContentsObserver,
64 explicit AutofillManager(TabContents* tab_contents);
65 virtual ~AutofillManager();
131 AutofillManager(TabContents* tab_contents,
304 DISALLOW_COPY_AND_ASSIGN(AutofillManager);
autofill_manager.cc 232 AutofillManager::AutofillManager(TabContents* tab_contents)
248 AutofillManager::~AutofillManager() {
254 void AutofillManager::RegisterBrowserPrefs(PrefService* prefs) {
261 void AutofillManager::RegisterUserPrefs(PrefService* prefs) {
276 void AutofillManager::DidNavigateMainFramePostCommit(
284 bool AutofillManager::OnMessageReceived(const IPC::Message& message) {
286 IPC_BEGIN_MESSAGE_MAP(AutofillManager, message)
306 void AutofillManager::OnFormSubmitted(const FormData& form)
    [all...]

Completed in 140 milliseconds