Searched refs:user (Results 251 - 275 of 1242) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
H A DHelloLicenseServlet.java7 * program logs the user in with OpenID, fetches their license state with OAuth,
41 * user IDs
62 User user = userService.getCurrentUser();
65 user.getEmail(),
70 // Send a signed request for the user's license state.
79 URLEncoder.encode(user.getFederatedIdentity(), "UTF-8")
104 } else { // The user isn't logged in.
/external/chromium_org/cloud_print/service/win/
H A Dservice_controller.cc132 const base::string16& user,
136 return InstallService(user, password, true, kServiceSwitch, user_data_dir,
141 const base::string16& user,
144 return InstallService(user, password, false, kRequirementsSwitch,
148 HRESULT ServiceController::InstallService(const base::string16& user, argument
180 if (!local_security_policy.IsPrivilegeSet(user, kSeServiceLogonRight)) {
181 LOG(WARNING) << "Setting " << kSeServiceLogonRight << " for " << user; local
182 if (!local_security_policy.SetPrivilege(user, kSeServiceLogonRight)) {
184 LOG(ERROR) << "Make sure you can run the service as " << user << ".";
204 NULL, NULL, NULL, user
131 InstallConnectorService( const base::string16& user, const base::string16& password, const base::FilePath& user_data_dir, bool enable_logging) argument
140 InstallCheckService( const base::string16& user, const base::string16& password, const base::FilePath& user_data_dir) argument
[all...]
/external/guava/guava-gwt/src/com/google/common/collect/
H A DMultimap_CustomFieldSerializerBase.java19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
/external/chromium-trace/trace-viewer/src/ui/
H A Dfilter_control.css7 -webkit-user-select: none;
24 -webkit-user-select: auto;
/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.cc70 void AwLoginDelegate::Proceed(const base::string16& user, argument
75 this, user, password));
111 void AwLoginDelegate::ProceedOnIOThread(const base::string16& user, argument
115 request_->SetAuth(net::AuthCredentials(user, password));
/external/chromium_org/ash/system/chromeos/enterprise/
H A Dtray_enterprise.h32 virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.h34 virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
/external/chromium_org/ash/system/user/
H A Dlogin_status.cc5 #include "ash/system/user/login_status.h"
15 namespace user { namespace in namespace:ash
51 } // namespace user
/external/chromium_org/ash/test/
H A Dstatus_area_widget_test_helper.cc15 user::LoginStatus StatusAreaWidgetTestHelper::GetUserLoginStatus() {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dfake_login_utils.cc23 #include "components/user_manager/user.h"
70 user_manager::User* user = local
73 DCHECK(user);
76 user->set_profile_is_created();
77 Profile* profile = ProfileHelper::Get()->GetProfileByUserUnsafe(user);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_cert_service_factory.cc98 user_manager::User* user = chromeos::ProfileHelper::Get()->GetUserByProfile( local
100 if (!user)
110 SetUsedPolicyCertificates(user->email());
117 // Note that a user becomes logged in before his profile is created.
130 return new PolicyCertService(user->email(), net_conf_updater, user_manager);
H A Dstub_enterprise_install_attributes.h18 // user.
24 void SetRegistrationUser(const std::string& user);
H A Duser_network_configuration_updater.cc17 #include "components/user_manager/user.h"
32 const user_manager::User& user,
38 user,
58 const user_manager::User& user,
66 user_(&user),
29 CreateForUserPolicy( Profile* profile, bool allow_trusted_certs_from_policy, const user_manager::User& user, PolicyService* policy_service, chromeos::ManagedNetworkConfigurationHandler* network_config_handler) argument
55 UserNetworkConfigurationUpdater( Profile* profile, bool allow_trusted_certs_from_policy, const user_manager::User& user, PolicyService* policy_service, chromeos::ManagedNetworkConfigurationHandler* network_config_handler) argument
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper.h32 // active user profile.
33 // Whenever active user is changed (either add another user into session or
39 // 2. Get profile dir of an active user, used by ProfileManager:
72 // Returns user profile dir in a format [u-user_id_hash].
83 // Returns true when |profile| corresponds to the primary user profile
91 // Returns active user profile dir in a format [u-$hash].
97 // Returns hash for active user ID which is used to identify that user profile
105 // Returns profile of the |user| i
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dprofile_policy_connector.cc27 #include "components/user_manager/user.h"
59 const user_manager::User* user,
102 if (!user) {
108 // |user| should never be NULL except for the signin profile.
110 user == user_manager::UserManager::Get()->GetPrimaryUser();
112 user->email(),
56 Init( bool force_immediate_load, const user_manager::User* user, SchemaRegistry* schema_registry, CloudPolicyManager* user_cloud_policy_manager) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py41 """Fetches the license for a given user by making an OAuth signed request
45 userid OpenID of the user you are checking access for.
74 """Returns the license for a given user as a structured object.
77 userid: The OpenID of the user to check.
114 user = users.get_current_user()
115 if user:
119 userid = user.federated_identity()
131 'user_name': user.nickname(),
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm.cc54 // The username may be in the form "DOMAIN\user". Parse it into the two
57 base::string16 user;
62 user = username;
65 user = username.substr(backslash_idx + 1);
68 credentials_.Set(user, credentials->password());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_keymap.c68 const void *key, void *data, void *user)
135 * \param user user-provided pointer passed through to the delete callback
138 util_delete_keymap(struct keymap *map, void *user) argument
140 util_keymap_remove_all(map, user);
189 const void *data, void *user)
204 map->delete_func(map, item->key, item->value, user);
254 * \param user passed to the delete callback as the last param.
257 util_keymap_remove(struct keymap *map, const void *key, void *user) argument
277 map->delete_func(map, item->key, item->value, user);
67 default_delete_func(const struct keymap *map, const void *key, void *data, void *user) argument
188 util_keymap_insert(struct keymap *map, const void *key, const void *data, void *user) argument
292 util_keymap_remove_all(struct keymap *map, void *user) argument
[all...]
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.js11 * Number of displayed columns depending on user pod count.
18 * Mapping between number of columns in pod-row and margin between user pods
27 * between user pods for such layout.
61 * Minimal padding between user pod and virtual keyboard.
68 * Maximum time for which the pod row remains hidden until all user images
83 * Tab order for user pods. Update these when adding new controls.
92 PAD_MENU_ITEM: 5 // User pad menu items (Remove this user).
124 // (1) all user pods have tab index 1 so they are traversed first;
125 // (2) when a user pod is activated, its tab index is set to -1 and its
127 // (3) if user po
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_keymap.c68 const void *key, void *data, void *user)
135 * \param user user-provided pointer passed through to the delete callback
138 util_delete_keymap(struct keymap *map, void *user) argument
140 util_keymap_remove_all(map, user);
189 const void *data, void *user)
204 map->delete_func(map, item->key, item->value, user);
254 * \param user passed to the delete callback as the last param.
257 util_keymap_remove(struct keymap *map, const void *key, void *user) argument
277 map->delete_func(map, item->key, item->value, user);
67 default_delete_func(const struct keymap *map, const void *key, void *data, void *user) argument
188 util_keymap_insert(struct keymap *map, const void *key, const void *data, void *user) argument
292 util_keymap_remove_all(struct keymap *map, void *user) argument
[all...]
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java12 SipURI createSipURI(String user, String host) throws ParseException; argument
/external/pdfium/fpdfsdk/include/
H A Dfpdf_progressive.h47 //A user defined data pointer, used by user's application. Can be NULL.
48 void* user; member in struct:_IFSDK_PAUSE
/external/valgrind/main/drd/tests/
H A Drwlock_type_checking.stderr.exp2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
/external/wpa_supplicant_8/hs20/server/www/
H A Dadd-free.php31 $user = $row['value']; variable
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
39 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', machine_managed='1' WHERE rowid=$rowid")) {
43 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
44 "VALUES ('$user', '$realm', '$id', " .
46 "'completed user input response for a new PPS MO')");
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_impl.cc47 // A dictionary that maps user_ids to old user image data with images stored in
52 // A dictionary that maps user_ids to user image data with images stored in
56 // Names of user image properties.
61 // Delay betweeen user login and attempt to update user's profile data.
64 // Interval betweeen retries to update user's profile data.
98 // Time histogram suffix for a profile image download when the user chooses the
204 // The |Job| will update the user object corresponding to |parent|.
209 // depending on |image_index|, and updates the user object with the
215 // Sets the user imag
413 user_manager::User* user = local
577 const user_manager::User* user = GetUser(); local
713 const user_manager::User* user = GetUser(); local
819 const user_manager::User* user = GetUser(); local
880 const user_manager::User* user = GetUser(); local
893 const user_manager::User* user = GetUser(); local
1004 const user_manager::User* user = GetUser(); local
1023 const user_manager::User* user = GetUser(); local
[all...]

Completed in 674 milliseconds

<<11121314151617181920>>