Home | History | Annotate | Download | only in options

Lines Matching refs:AutofillOptionsHandler

120 AutofillOptionsHandler::AutofillOptionsHandler()
124 AutofillOptionsHandler::~AutofillOptionsHandler() {
131 void AutofillOptionsHandler::GetLocalizedValues(
158 void AutofillOptionsHandler::Initialize() {
165 void AutofillOptionsHandler::RegisterMessages() {
168 NewCallback(this, &AutofillOptionsHandler::RemoveAddress));
171 NewCallback(this, &AutofillOptionsHandler::RemoveCreditCard));
174 NewCallback(this, &AutofillOptionsHandler::LoadAddressEditor));
177 NewCallback(this, &AutofillOptionsHandler::LoadCreditCardEditor));
180 NewCallback(this, &AutofillOptionsHandler::SetAddress));
183 NewCallback(this, &AutofillOptionsHandler::SetCreditCard));
188 void AutofillOptionsHandler::OnPersonalDataLoaded() {
192 void AutofillOptionsHandler::OnPersonalDataChanged() {
196 void AutofillOptionsHandler::SetAddressOverlayStrings(
234 void AutofillOptionsHandler::SetCreditCardOverlayStrings(
246 void AutofillOptionsHandler::LoadAutofillData() {
280 void AutofillOptionsHandler::RemoveAddress(const ListValue* args) {
292 void AutofillOptionsHandler::RemoveCreditCard(const ListValue* args) {
304 void AutofillOptionsHandler::LoadAddressEditor(const ListValue* args) {
345 void AutofillOptionsHandler::LoadCreditCardEditor(const ListValue* args) {
380 void AutofillOptionsHandler::SetAddress(const ListValue* args) {
426 void AutofillOptionsHandler::SetCreditCard(const ListValue* args) {