OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PasswordForm
(Results
151 - 175
of
210
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h
62
const autofill::
PasswordForm
& form) OVERRIDE;
/external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_ui_controller.cc
60
autofill::
PasswordForm
password_form) {
/external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.h
75
const autofill::
PasswordForm
& form) OVERRIDE;
external_process_importer_bridge.cc
140
const autofill::
PasswordForm
& form) {
/external/chromium_org/components/autofill/core/browser/
autofill_manager_delegate.h
34
struct
PasswordForm
;
/external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc
21
using autofill::
PasswordForm
;
357
const
PasswordForm
& form,
390
PasswordForm
form_google_;
391
PasswordForm
form_isc_;
425
std::vector<
PasswordForm
*> form_list;
497
std::vector<
PasswordForm
*> form_list;
551
std::vector<
PasswordForm
*> form_list;
589
std::vector<
PasswordForm
*> form_list;
615
std::vector<
PasswordForm
*> form_list;
642
std::vector<
PasswordForm
*> form_list
[
all
...]
native_backend_kwallet_x.cc
25
using autofill::
PasswordForm
;
47
bool CompareForms(const autofill::
PasswordForm
& a,
48
const autofill::
PasswordForm
& b,
266
bool NativeBackendKWallet::AddLogin(const
PasswordForm
& form) {
287
forms.push_back(new
PasswordForm
(form));
295
bool NativeBackendKWallet::UpdateLogin(const
PasswordForm
& form) {
314
bool NativeBackendKWallet::RemoveLogin(const
PasswordForm
& form) {
428
bool NativeBackendKWallet::GetLogins(const
PasswordForm
& form,
698
const
PasswordForm
* form = *it;
754
scoped_ptr<
PasswordForm
> form(new PasswordForm())
[
all
...]
password_generation_manager.cc
126
const autofill::
PasswordForm
& form) {
/external/chromium_org/chrome/browser/ui/
browser_window.h
37
struct
PasswordForm
;
377
const autofill::
PasswordForm
& form,
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.h
26
struct
PasswordForm
;
235
void PasswordSubmitted(const autofill::
PasswordForm
& form);
/external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.cc
153
const ScopedVector<autofill::
PasswordForm
>& password_list,
178
const ScopedVector<autofill::
PasswordForm
>& password_exception_list) {
/external/chromium/chrome/browser/importer/
external_process_importer_client.h
102
// Called when the
passwordform
has been received.
104
const webkit_glue::
PasswordForm
& form) OVERRIDE;
profile_import_process_client.cc
70
const webkit_glue::
PasswordForm
& form) {
in_process_importer_bridge.cc
78
const webkit_glue::
PasswordForm
& form) {
external_process_importer_client.cc
218
const webkit_glue::
PasswordForm
& form) {
/external/chromium/chrome/browser/ui/login/
login_prompt_win.cc
21
using webkit_glue::
PasswordForm
;
login_prompt_gtk.cc
26
using webkit_glue::
PasswordForm
;
/external/chromium_org/chrome/browser/ui/views/
login_prompt_views.cc
26
using autofill::
PasswordForm
;
/external/chromium/chrome/browser/sync/glue/
password_change_processor.cc
153
webkit_glue::
PasswordForm
form;
173
webkit_glue::
PasswordForm
password;
/external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc
216
const std::vector<webkit_glue::
PasswordForm
*>& result) {
245
const std::vector<webkit_glue::
PasswordForm
*>& result) {
/external/chromium_org/chrome/browser/sync/glue/
password_change_processor.cc
195
autofill::
PasswordForm
form;
215
autofill::
PasswordForm
password;
/external/chromium_org/chrome/browser/ui/gtk/
login_prompt_gtk.cc
28
using autofill::
PasswordForm
;
password_generation_bubble_gtk.cc
43
const autofill::
PasswordForm
& form,
/external/chromium_org/chrome/browser/ui/views/passwords/
manage_password_item_view.cc
17
autofill::
PasswordForm
password_form,
/external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc
349
std::vector<
PasswordForm
> password_forms;
358
scoped_ptr<
PasswordForm
> password_form(CreatePasswordForm(form));
425
scoped_ptr<
PasswordForm
> password_form(CreatePasswordForm(form));
432
scoped_ptr<
PasswordForm
> submitted_form = CreatePasswordForm(form);
Completed in 1155 milliseconds
1
2
3
4
5
6
7
8
9