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 99 PasswordFormList* forms) OVERRIDE;
100 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
101 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
113 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
116 bool GetAllLogins(PasswordFormList* forms);
123 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 147 // Parse all the results from the given GList into a PasswordFormList, and free
158 NativeBackendGnome::PasswordFormList* forms) {
249 typedef NativeBackendGnome::PasswordFormList PasswordFormList;
268 GnomeKeyringResult WaitResult(PasswordFormList* forms);
300 NativeBackendGnome::PasswordFormList forms_;
458 GnomeKeyringResult GKRMethod::WaitResult(PasswordFormList* forms) {
661 PasswordFormList* forms) {
679 bool NativeBackendGnome::GetAutofillableLogins(PasswordFormList* forms) {
683 bool NativeBackendGnome::GetBlacklistLogins(PasswordFormList* forms)
    [all...]
password_store_x.cc 129 void PasswordStoreX::SortLoginsByOrigin(NativeBackend::PasswordFormList* list) {

Completed in 2062 milliseconds