Searched defs:users (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/profiles/
H A Davatar_menu_chromeos.cc20 chromeos::UserList users = chromeos::UserManager::Get()->GetLoggedInUsers(); local
22 for (chromeos::UserList::const_iterator it = users.begin();
23 it != users.end(); ++it) {
H A Dprofile_list_chromeos.cc44 // Filter for profiles associated with logged-in users.
45 UserList users = UserManager::Get()->GetLoggedInUsers(); local
48 for (UserList::const_iterator it = users.begin();
49 it != users.end(); ++it) {
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
H A Dmenu.py31 from google.appengine.api import users namespace
51 user = users.get_current_user()
55 login_url = users.create_logout_url(self.request.uri)
59 login_url = users.create_login_url(self.request.uri)
H A Dtestfilehandler.py35 from google.appengine.api import users namespace
108 "admin": users.is_current_user_admin(),
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.cc19 chromeos::UserVector users = chromeos::UserManager::Get()->GetUsers(); local
20 for (size_t i = 0; i < users.size(); ++i) {
21 if (users[i].email() == email) {
22 gfx::PNGCodec::EncodeBGRASkBitmap(users[i].image(), false, &user_image);
H A Daccounts_options_handler.cc101 UserVector users = UserManager::Get()->GetUsers(); local
102 for (UserVector::const_iterator it = users.begin();
103 it != users.end(); ++it) {
117 UserVector users = UserManager::Get()->GetUsers(); local
118 for (UserVector::const_iterator it = users.begin();
119 it < users.end(); ++it) {
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos_unittest.cc39 void SetNumberOfUsers(int users) { argument
43 delegate->set_logged_in_users(users);
80 // Add more users.
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DQueueUsersListener.java54 * The list of users waiting in the queue was updated.
57 * @param users the list of users waiting in the queue.
59 public void usersUpdated(WorkgroupQueue queue, Set<QueueUser> users); argument
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py8 from google.appengine.api import users namespace
111 user = users.get_current_user()
130 'user_logout': users.create_logout_url(self.request.uri),
135 login_url = users.create_login_url(dest_url='/',
/external/chromium_org/ash/test/
H A Dtest_session_state_delegate.h21 void set_logged_in_users(int users) { logged_in_users_ = users; } argument
42 virtual void GetLoggedInUsers(UserIdList* users) OVERRIDE;
106 // The number of users logged in.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py8 from google.appengine.api import users namespace
114 user = users.get_current_user()
133 'user_logout': users.create_logout_url(self.request.uri),
138 login_url = users.create_login_url(dest_url='/',
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.h31 void SetUsers(const Users& users) { argument
32 users_ = users;
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.cc39 void DOMLoginDisplay::Init(const std::vector<UserManager::User>& users, argument
44 users_ = users;
H A Dbase_login_display_host.cc121 std::vector<chromeos::UserManager::User> users = local
124 // Fix for users who updated device and thus never passed register screen.
125 // If we already have users, we assume that it is not a second part of
127 if (!WizardController::IsDeviceRegistered() && !users.empty()) {
128 VLOG(1) << "Mark device registered because there are remembered users: "
129 << users.size();
137 sign_in_controller_->Init(users);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcrash_restore_browsertest.cc142 const UserList& users = user_manager->GetLoggedInUsers(); local
143 ASSERT_EQ(3UL, users.size());
146 EXPECT_EQ(kUserId3, users[0]->email());
148 users[0]->username_hash());
149 EXPECT_EQ(kUserId2, users[1]->email());
151 users[1]->username_hash());
152 EXPECT_EQ(kUserId1, users[2]->email());
154 users[2]->username_hash());
H A Dscreen_locker.h47 explicit ScreenLocker(const UserList& users);
102 // Returns the users to authenticate.
103 const UserList& users() const { return users_; } function in class:chromeos::ScreenLocker
149 // Returns true if |username| is found among logged in users.
H A Duser_manager_unittest.cc147 const UserList* users = &UserManager::Get()->GetUsers(); local
148 ASSERT_EQ(3U, users->size());
149 EXPECT_EQ((*users)[0]->email(), "user1@invalid.domain");
150 EXPECT_EQ((*users)[1]->email(), "user0@invalid.domain");
151 EXPECT_EQ((*users)[2]->email(), "owner@invalid.domain");
156 users = &UserManager::Get()->GetUsers();
157 EXPECT_EQ(1U, users->size());
158 EXPECT_EQ((*users)[0]->email(), "owner@invalid.domain");
172 const UserList* users = &UserManager::Get()->GetUsers(); local
173 EXPECT_EQ(1U, users
[all...]
H A Dmulti_profile_user_controller.cc182 const UserList& users = UserManager::Get()->GetLoggedInUsers(); local
183 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) {
/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_print_account_manager.cc17 const char kCloudPrintKeyUsers[] = "request.users";
59 const base::ListValue* users = NULL; local
63 !value->GetList(kCloudPrintKeyUsers, &users) ||
70 for (size_t i = 0; i < users->GetSize(); i++) {
72 if (!users->GetString(i, &user)) {
73 // If we can't read a user from the list, send the users we do recognize
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_handler.cc131 const UserList& users = UserManager::Get()->GetUsers(); local
132 for (UserList::const_iterator it = users.begin(); it < users.end(); ++it)
/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h76 GemmParallelInfo() : sync(-1), users(0), rhs_start(0), rhs_length(0) {}
79 int volatile users; member in struct:Eigen::internal::GemmParallelInfo
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DQueueDetails.java34 * Queue details packet extension, which contains details about the users
53 * The list of users in the queue.
55 private Set<QueueUser> users; field in class:QueueDetails
61 users = new HashSet<QueueUser>();
65 * Returns the number of users currently in the queue that are waiting to
68 * @return the number of users in the queue.
71 return users.size();
75 * Returns the set of users in the queue that are waiting to
78 * @return a Set for the users waiting in a queue.
81 synchronized (users) {
[all...]
/external/chromium_org/ash/
H A Dsession_state_delegate_stub.cc79 void SessionStateDelegateStub::GetLoggedInUsers(UserIdList* users) { argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dsession_state_delegate_chromeos.cc33 // TODO(nkostylev): Show some UI messages why no more users could be added
35 // We limit list of logged in users to 10 due to memory constraints.
36 // Note that 10 seems excessive, but we want to test how many users are
124 void SessionStateDelegateChromeos::GetLoggedInUsers(ash::UserIdList* users) { argument
130 users->push_back(user->email());
H A Dsession_state_delegate_views.cc82 void SessionStateDelegate::GetLoggedInUsers(ash::UserIdList* users) { argument

Completed in 727 milliseconds

123