OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveLogin
(Results
1 - 25
of
25
) sorted by null
/external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h
29
virtual bool
RemoveLogin
(const webkit_glue::PasswordForm& form);
login_database.h
41
bool
RemoveLogin
(const webkit_glue::PasswordForm& form);
password_store_x.h
40
virtual bool
RemoveLogin
(const webkit_glue::PasswordForm& form) = 0;
native_backend_kwallet_x.h
33
virtual bool
RemoveLogin
(const webkit_glue::PasswordForm& form);
87
// fields that are checked by LoginDatabase::
RemoveLogin
() for removing them.
password_store.h
87
void
RemoveLogin
(const webkit_glue::PasswordForm& form);
password_store_default.cc
92
web_data_service_->
RemoveLogin
(**it);
150
if (login_db_->
RemoveLogin
(form)) {
password_store_x.cc
62
if (use_native_backend() && backend_->
RemoveLogin
(form)) {
226
backend_->
RemoveLogin
(dummy);
native_backend_gnome_x.cc
255
void
RemoveLogin
(const PasswordForm& form);
267
// Use after AddLogin,
RemoveLogin
.
401
void GKRMethod::
RemoveLogin
(const PasswordForm& form) {
403
// We find forms using the same fields as LoginDatabase::
RemoveLogin
().
672
RemoveLogin
(*forms[0]);
706
RemoveLogin
(*forms[i]);
726
bool NativeBackendGnome::
RemoveLogin
(const PasswordForm& form) {
731
&GKRMethod::
RemoveLogin
,
748
// easier to build the list and use
RemoveLogin
() to delete them.
756
if (!
RemoveLogin
(*forms[i])
[
all
...]
password_store.cc
52
void PasswordStore::
RemoveLogin
(const PasswordForm& form) {
login_database_unittest.cc
120
EXPECT_TRUE(db->
RemoveLogin
(form));
172
EXPECT_TRUE(db->
RemoveLogin
(form4));
password_store_x_unittest.cc
97
virtual bool
RemoveLogin
(const PasswordForm& form) { return false; }
134
virtual bool
RemoveLogin
(const PasswordForm& form) {
592
store->
RemoveLogin
(*form);
login_database.cc
235
bool LoginDatabase::
RemoveLogin
(const PasswordForm& form) {
password_manager_unittest.cc
53
MOCK_METHOD1(
RemoveLogin
, void(const PasswordForm&));
password_form_manager.cc
131
password_store->
RemoveLogin
(*iter->second);
password_store_default_unittest.cc
512
store->
RemoveLogin
(*form);
password_store_mac.cc
816
if (login_metadata_db_->
RemoveLogin
(form)) {
[
all
...]
native_backend_kwallet_x.cc
156
bool NativeBackendKWallet::
RemoveLogin
(const PasswordForm& form) {
/external/chromium/chrome/browser/webdata/
logins_table.h
74
bool
RemoveLogin
(const webkit_glue::PasswordForm& form);
logins_table_unittest.cc
127
EXPECT_TRUE(db.GetLoginsTable()->
RemoveLogin
(form));
172
EXPECT_TRUE(db.GetLoginsTable()->
RemoveLogin
(form4));
logins_table.cc
182
bool LoginsTable::
RemoveLogin
(const PasswordForm& form) {
web_data_service.h
386
void
RemoveLogin
(const webkit_glue::PasswordForm& form);
web_data_service.cc
276
void WebDataService::
RemoveLogin
(const PasswordForm& form) {
856
if (db_->GetLoginsTable()->
RemoveLogin
(request->GetArgument()))
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc
131
GetPasswordStore()->
RemoveLogin
(*password_list_[index]);
140
GetPasswordStore()->
RemoveLogin
(*password_exception_list_[index]);
149
store->
RemoveLogin
(*password_list_[i]);
156
store->
RemoveLogin
(*password_exception_list_[i]);
/external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc
99
MOCK_METHOD1(
RemoveLogin
, void(const PasswordForm&));
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 332 milliseconds