Searched refs:use_native_backend (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_x.cc32 if (use_native_backend() && backend_->AddLogin(form)) {
47 if (use_native_backend() && backend_->UpdateLogin(form)) {
62 if (use_native_backend() && backend_->RemoveLogin(form)) {
80 if (use_native_backend() &&
104 if (use_native_backend() && backend_->GetLogins(form, &request->value)) {
117 if (use_native_backend() &&
131 if (use_native_backend() &&
145 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
156 if (use_native_backend() && backend_->GetBlacklistLogins(forms)) {
H A Dpassword_store_x.h83 bool use_native_backend() { return !!backend_.get(); } function in class:PasswordStoreX
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_x.cc37 if (use_native_backend() && backend_->AddLogin(form)) {
52 if (use_native_backend() && backend_->UpdateLogin(form)) {
67 if (use_native_backend() && backend_->RemoveLogin(form)) {
85 if (use_native_backend() &&
126 if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) {
145 if (use_native_backend() &&
162 if (use_native_backend() &&
179 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
192 if (use_native_backend() && backend_->GetBlacklistLogins(forms)) {
H A Dpassword_store_x.h105 bool use_native_backend() { return !!backend_.get(); } function in class:PasswordStoreX

Completed in 162 milliseconds