Lines Matching refs:op

31 static void ooo_mount_operation_ask_password (GMountOperation   *op,
35 static void ooo_mount_operation_init (OOoMountOperation *op) in ooo_mount_operation_init() argument
37 op->m_pPrevPassword = NULL; in ooo_mount_operation_init()
38 op->m_pPrevUsername = NULL; in ooo_mount_operation_init()
63 static void ooo_mount_operation_ask_password (GMountOperation *op, in ooo_mount_operation_ask_password() argument
69 OOoMountOperation *pThis = (OOoMountOperation*)op; in ooo_mount_operation_ask_password()
78 g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED); in ooo_mount_operation_ask_password()
127 g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED); in ooo_mount_operation_ask_password()
134 g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED); in ooo_mount_operation_ask_password()
143 …g_mount_operation_set_username(op, rtl::OUStringToOString(aUserName, RTL_TEXTENCODING_UTF8).getStr… in ooo_mount_operation_ask_password()
146 …g_mount_operation_set_password(op, rtl::OUStringToOString(aPassword, RTL_TEXTENCODING_UTF8).getStr… in ooo_mount_operation_ask_password()
149 …g_mount_operation_set_domain(op, rtl::OUStringToOString(xSupp->getRealm(), RTL_TEXTENCODING_UTF8).… in ooo_mount_operation_ask_password()
155 g_mount_operation_set_password_save(op, G_PASSWORD_SAVE_NEVER); in ooo_mount_operation_ask_password()
158 g_mount_operation_set_password_save(op, G_PASSWORD_SAVE_FOR_SESSION); in ooo_mount_operation_ask_password()
161 g_mount_operation_set_password_save(op, G_PASSWORD_SAVE_PERMANENTLY); in ooo_mount_operation_ask_password()
171 g_mount_operation_reply (op, G_MOUNT_OPERATION_HANDLED); in ooo_mount_operation_ask_password()