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

  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 32 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)) {
password_store_x.h 83 bool use_native_backend() { return !!backend_.get(); } function in class:PasswordStoreX

Completed in 195 milliseconds