HomeSort by relevance Sort by last modified time
    Searched refs:PasswordFormList (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 58 PasswordFormList* forms) OVERRIDE;
59 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
60 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
72 PasswordFormList* forms);
94 bool GetLoginsList(PasswordFormList* forms,
99 bool GetLoginsList(PasswordFormList* forms,
104 bool GetAllLogins(PasswordFormList* forms, int wallet_handle);
109 bool SetLoginsList(const PasswordFormList& forms,
125 static void SerializeValue(const PasswordFormList& forms, Pickle* pickle);
136 PasswordFormList* forms)
    [all...]
native_backend_gnome_x.h 109 PasswordFormList* forms) OVERRIDE;
110 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
111 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
123 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
126 bool GetAllLogins(PasswordFormList* forms);
133 PasswordFormList* forms);
password_store_x.h 37 typedef std::vector<autofill::PasswordForm*> PasswordFormList;
63 PasswordFormList* forms) = 0;
64 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
65 virtual bool GetBlacklistLogins(PasswordFormList* forms) = 0;
105 void SortLoginsByOrigin(NativeBackend::PasswordFormList* list);
native_backend_kwallet_x.cc 340 PasswordFormList all_forms;
343 PasswordFormList kept_forms;
375 PasswordFormList* forms) {
382 bool NativeBackendKWallet::GetAutofillableLogins(PasswordFormList* forms) {
389 bool NativeBackendKWallet::GetBlacklistLogins(PasswordFormList* forms) {
396 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
461 PasswordFormList all_forms;
468 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
471 PasswordFormList all_forms;
487 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms
    [all...]
password_store_x_unittest.cc 86 PasswordFormList* forms) OVERRIDE {
90 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
93 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE {
155 PasswordFormList* forms) OVERRIDE {
162 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
169 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE {
native_backend_gnome_x.cc 150 // Parse all the results from the given GList into a PasswordFormList, and free
160 NativeBackendGnome::PasswordFormList* forms) {
258 typedef NativeBackendGnome::PasswordFormList PasswordFormList;
277 GnomeKeyringResult WaitResult(PasswordFormList* forms);
309 NativeBackendGnome::PasswordFormList forms_;
469 GnomeKeyringResult GKRMethod::WaitResult(PasswordFormList* forms) {
671 PasswordFormList* forms) {
689 bool NativeBackendGnome::GetAutofillableLogins(PasswordFormList* forms) {
693 bool NativeBackendGnome::GetBlacklistLogins(PasswordFormList* forms)
    [all...]
password_store_x.cc 129 void PasswordStoreX::SortLoginsByOrigin(NativeBackend::PasswordFormList* list) {

Completed in 330 milliseconds