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

  /external/chromium_org/sync/test/accounts_client/
test_accounts_client_unittest.cc 43 vector<string> usernames)
44 : TestAccountsClient(server, account_space, usernames) {}
49 vector<string> usernames; local
50 NoNetworkTestAccountsClient client(kServer, kAccountSpace, usernames);
58 vector<string> usernames; local
59 usernames.push_back("foo0@gmail.com");
60 usernames.push_back("foo1@gmail.com");
61 usernames.push_back("foo2@gmail.com");
62 NoNetworkTestAccountsClient client(kServer, kAccountSpace, usernames);
84 vector<string> usernames; local
93 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/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 1224 std::vector<std::string> usernames; local
    [all...]
autofill_dialog_controller_impl.cc 2634 std::vector<std::string> usernames; local
    [all...]
  /external/chromium_org/third_party/jinja2/
filters.py 804 of users but you are only interested in a list of usernames:

Completed in 94 milliseconds