Home | History | Annotate | Download | only in autofill

Lines Matching refs:DialogNotification

341 scoped_ptr<DialogNotification> GetWalletError(
366 scoped_ptr<DialogNotification> notification(new DialogNotification(
367 DialogNotification::WALLET_ERROR,
446 scoped_ptr<DialogNotificationDialogNotification(
447 DialogNotification::WALLET_ERROR,
2208 std::vector<DialogNotification> AutofillDialogControllerImpl::
2210 std::vector<DialogNotification> notifications;
2217 notifications.push_back(DialogNotification(
2218 DialogNotification::REQUIRED_ACTION,
2223 notifications.push_back(DialogNotification(
2224 DialogNotification::REQUIRED_ACTION,
2230 notifications.push_back(DialogNotification(
2231 DialogNotification::REQUIRED_ACTION,
2241 DialogNotification notification(
2242 DialogNotification::WALLET_USAGE_CONFIRMATION,
2252 notifications.push_back(DialogNotification(
2253 DialogNotification::DEVELOPER_WARNING,
2258 notifications.push_back(DialogNotification(
2259 DialogNotification::SECURITY_WARNING,
2297 DialogNotification::Type type, bool checked) {
2298 if (type == DialogNotification::WALLET_USAGE_CONFIRMATION) {