OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PasswordAutofillAgentTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc
139
class
PasswordAutofillAgentTest
: public ChromeRenderViewTest {
141
PasswordAutofillAgentTest
() {
294
DISALLOW_COPY_AND_ASSIGN(
PasswordAutofillAgentTest
);
299
TEST_F(
PasswordAutofillAgentTest
, InitialAutocomplete) {
331
TEST_F(
PasswordAutofillAgentTest
, InitialAutocompleteForEmptyAction) {
366
TEST_F(
PasswordAutofillAgentTest
, NoInitialAutocompleteForReadOnlyPassword) {
379
TEST_F(
PasswordAutofillAgentTest
,
392
TEST_F(
PasswordAutofillAgentTest
,
403
TEST_F(
PasswordAutofillAgentTest
, NoAutocompleteForFilledFieldUnmatched) {
416
TEST_F(
PasswordAutofillAgentTest
, NoPartialMatchForPrefilledUsername)
[
all
...]
/external/chromium_org/components/autofill/content/renderer/
autofill_agent.h
226
friend class
PasswordAutofillAgentTest
;
231
FRIEND_TEST_ALL_PREFIXES(
PasswordAutofillAgentTest
, WaitUsername);
232
FRIEND_TEST_ALL_PREFIXES(
PasswordAutofillAgentTest
, SuggestionAccept);
233
FRIEND_TEST_ALL_PREFIXES(
PasswordAutofillAgentTest
, SuggestionSelect);
password_autofill_agent.h
61
friend class
PasswordAutofillAgentTest
;
Completed in 238 milliseconds