HomeSort by relevance Sort by last modified time
    Searched full:usernames (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/sync/test/accounts_client/
test_accounts_client_unittest.cc 42 vector<string> usernames)
43 : TestAccountsClient(server, account_space, usernames) {}
48 vector<string> usernames; local
49 NoNetworkTestAccountsClient client(kServer, kAccountSpace, usernames);
57 vector<string> usernames; local
58 usernames.push_back("foo0@gmail.com");
59 usernames.push_back("foo1@gmail.com");
60 usernames.push_back("foo2@gmail.com");
61 NoNetworkTestAccountsClient client(kServer, kAccountSpace, usernames);
83 vector<string> usernames; local
92 vector<string> usernames; local
    [all...]
test_accounts_client.h 35 // and |usernames| (the collection of accounts to be chosen from).
38 const vector<string>& usernames);
test_accounts_client.cc 73 const vector<string>& usernames)
74 : server_(server), account_space_(account_space), usernames_(usernames) {
87 // TODO(pvalenzuela): Select N random usernames instead of all usernames.
  /external/chromium_org/third_party/tlslite/tlslite/
basedb.py 116 """Return a list of usernames in the database.
119 @return: The usernames in the database.
126 usernames = self.db.keys()
129 usernames = [u for u in usernames if not u.startswith("--Reserved--")]
130 return usernames
  /external/chromium_org/components/os_crypt/
ie7_password_win.h 35 // Parses a data structure to find passwords and usernames.
42 // Decrypts usernames and passwords for a given data vector using the url as
ie7_password_win.cc 48 // are usernames, odd are passwords. There may be
66 if (entry_count % 2) // Usernames and Passwords
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.h 15 // * Fake authentication. You can configure expected usernames and password for
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_search_provider.cc 77 // Don't send URLs with usernames, queries or refs. Some of these are
81 // send usernames/passwords), and even if the port really is a port, the
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_selection_screen.h 80 // Map of usernames to their current authentication type. If a user is not
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.cc 71 // other saved usernames or with other other_possible_usernames. For now
password_form_fill_data.h 52 // A list of possible usernames in the case where we aren't completely sure
  /development/scripts/
add-accounts 18 A faux Setup Wizard. Stuffs one or two usernames + passwords into the
add-accounts-sdk 18 A faux Setup Wizard. Stuffs one or two usernames + passwords into the
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 132 // possible usernames. If |action| is ALLOW_OTHER_POSSIBLE_USERNAMES we will
133 // treat a possible usernames match as a sign that our original heuristics
253 // Returns true if |username| is one of the other possible usernames for a
298 // Set if the user has selected one of the other possible usernames in
password_manager.h 134 // Possibly set up FieldTrial for testing other possible usernames. This only
143 // Returns true if we can show possible usernames to users in cases where
  /external/chromium_org/third_party/WebKit/public/web/
WebSecurityOrigin.h 102 // Returns true if this WebSecurityOrigin can access usernames and
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 63 # default authentication realm to append to all usernames if no
radiusclient.conf.in 63 # default authentication realm to append to all usernames if no
  /external/ppp/pppd/
srp-entry.8 55 Usernames, passwords and IP addresses for SRP authentication. This
  /external/chromium_org/components/test/data/password_manager/
README 21 For security reasons, we didn't publish the passwords and the usernames we
86 * For security reasons, passwords and usernames need to be supplied in a
run_tests.py 32 help="Set the usernames/passwords path (required).", nargs=1,
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 435 std::set<base::string16> usernames; local
436 usernames.insert(username1_);
437 usernames.insert(username2_);
438 usernames.insert(username3_);
439 usernames.insert(alternate_username3_);
454 it = usernames.find(args.c[i]);
455 EXPECT_TRUE(it != usernames.end());
456 if (it != usernames.end())
457 usernames.erase(it);
460 EXPECT_TRUE(usernames.empty())
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 1241 std::vector<std::string> usernames; local
    [all...]
  /development/samples/SampleSyncAdapter/res/values/
strings.xml 38 name="permdesc_samplesyncadapterAuth">Allows applications to see the usernames (email addresses) of
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider_browsertest.cc 274 // URLs with usernames, ports, queries or refs are bad.

Completed in 480 milliseconds

1 2 3