HomeSort by relevance Sort by last modified time
    Searched defs:AutofillManager (Results 1 - 4 of 4) 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...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.h 68 class AutofillManager : public AutofillDownloadManager::Observer {
78 AutofillManager(AutofillDriver* driver,
82 virtual ~AutofillManager();
171 AutofillManager(AutofillDriver* driver,
339 base::WeakPtrFactory<AutofillManager> weak_ptr_factory_;
367 DISALLOW_COPY_AND_ASSIGN(AutofillManager);
autofill_manager.cc 166 AutofillManager::AutofillManager(
195 AutofillManager::~AutofillManager() {}
198 void AutofillManager::RegisterProfilePrefs(
225 void AutofillManager::SetExternalDelegate(AutofillExternalDelegate* delegate) {
227 // work if the delegate has a pointer to the AutofillManager, but
233 bool AutofillManager::OnFormSubmitted(const FormData& form,
290 base::Bind(&AutofillManager::UploadFormDataAsyncCallback,
301 void AutofillManager::OnFormsSeen(const std::vector<FormData>& forms
    [all...]

Completed in 692 milliseconds