Home | History | Annotate | Download | only in autofill

Lines Matching defs:AutofillManager

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) {
349 void AutofillManager::OnFormsSeen(const std::vector<FormData>& forms) {
363 bool AutofillManager::OnQueryFormFieldAutofill(
365 void AutofillManager::OnQueryFormFieldAutofill(
477 void AutofillManager::OnFillAutofillFormData(int query_id,
625 void AutofillManager::OnShowAutofillDialog() {
633 void AutofillManager::OnDidFillAutofillFormData() {
642 void AutofillManager::OnDidShowAutofillSuggestions() {
651 void AutofillManager::OnLoadedAutofillHeuristics(
653 // TODO(jhawkins): Store |upload_required| in the AutofillManager.
661 void AutofillManager::OnUploadedAutofillHeuristics(
665 void AutofillManager::OnHeuristicsRequestError(
671 bool AutofillManager::IsAutofillEnabled() const {
676 return const_cast<AutofillManager*>(this)->tab_contents()->profile()->
681 void AutofillManager::DeterminePossibleFieldTypesForUpload(
693 void AutofillManager::ImportFormData(const FormStructure& submitted_form) {
715 void AutofillManager::UploadFormData(const FormStructure& submitted_form) {
737 void AutofillManager::Reset() {
743 AutofillManager::AutofillManager(TabContents* tab_contents,
755 void AutofillManager::set_metric_logger(
760 bool AutofillManager::GetHost(const std::vector<AutofillProfile*>& profiles,
785 bool AutofillManager::FindCachedForm(const FormData& form,
804 bool AutofillManager::FindCachedFormAndField(const FormData& form,
838 void AutofillManager::GetProfileSuggestions(FormStructure* form,
918 void AutofillManager::GetCreditCardSuggestions(FormStructure* form,
955 void AutofillManager::FillCreditCardFormField(const CreditCard* credit_card,
981 void AutofillManager::FillFormField(const AutofillProfile* profile,
1003 void AutofillManager::FillPhoneNumberField(const AutofillProfile* profile,
1031 void AutofillManager::ParseForms(const std::vector<FormData>& forms) {
1060 int AutofillManager::GUIDToID(const GUIDPair& guid) {
1076 const AutofillManager::GUIDPair AutofillManager::IDToGUID(int id) {
1092 int AutofillManager::PackGUIDs(const GUIDPair& cc_guid,
1106 void AutofillManager::UnpackGUIDs(int id,