Searched defs:user (Results 326 - 350 of 439) sorted by relevance

<<1112131415161718

/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...]
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc74 // A string pref that gets set when a public account is removed but a user is
240 // Specific case: only one logged in user or
241 // primary user has primary-only multi-profile policy.
251 user_manager::User* user = (*it); local
252 Profile* profile = ProfileHelper::Get()->GetProfileByUserUnsafe(user);
256 user->can_lock()) {
257 unlock_users.push_back(user);
260 << "Spotted primary-only multi-profile policy for non-primary user";
320 // Do not update local state if data stored or cached outside the user's
368 user_manager::User* user local
426 const user_manager::User* user = FindUser(user_id); local
674 PublicAccountUserLoggedIn( user_manager::User* user) argument
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_impl.cc39 const char kPrivetRegisterUserArgName[] = "user";
71 const std::string& user) {
74 return net::AppendQueryParameter(url, kPrivetRegisterUserArgName, user);
126 const std::string& user,
128 : user_(user),
214 // TODO(noamsml): Match the user&action with the user&action in the object,
321 const std::string& user) {
324 CreatePrivetRegisterURL(kPrivetActionCancel, user),
804 void PrivetLocalPrintOperationImpl::SetUsername(const std::string& user) { argument
70 CreatePrivetRegisterURL(const std::string& action, const std::string& user) argument
124 PrivetRegisterOperationImpl( PrivetHTTPClient* privet_client, const std::string& user, PrivetRegisterOperation::Delegate* delegate) argument
319 Cancelation( PrivetHTTPClient* privet_client, const std::string& user) argument
914 CreateRegisterOperation( const std::string& user, PrivetRegisterOperation::Delegate* delegate) argument
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc131 #include "components/user_manager/user.h"
314 // Make sure NSS is initialized for the user.
317 // Check if it's OK to initialize TPM for the user before continuing. This
319 // requested for the same user.
397 user_manager::User* user = local
400 // Getters for a user's NSS slots always return NULL slot if the user's
402 // user.
403 if (user && !user
[all...]
H A Dprofile_manager.cc93 #include "components/user_manager/user.h"
347 const user_manager::User* user = manager->GetActiveUser(); local
349 // if the profile of the user was already created. If the profile was not yet
352 if (user && user->is_profile_created())
353 return chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe(user);
359 // |profile| could be null if the user doesn't have a profile yet and the path
418 // Get the icon index from the user's icon url
422 // add profile to cache with user selected name and avatar
483 // Use default login profile if user ha
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.cc213 const std::string& user) {
223 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
233 state_.user = user;
248 requester_->StartRegistration(GenerateProxyId(), kPrinterName, user, local
255 const std::string& user,
258 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
290 const std::string& user,
292 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
312 const std::string& user) {
212 RegistrationStart( const std::string& user) argument
254 RegistrationGetClaimToken( const std::string& user, std::string* token, std::string* claim_url) argument
289 RegistrationComplete( const std::string& user, std::string* device_id) argument
311 RegistrationCancel( const std::string& user) argument
697 CheckCommonRegErrors( const std::string& user) argument
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc1120 // bookmarks can be edited by the user.
1122 // Reload the model with an extra node that is not editable by the user.
1125 // "google.com" is a "user" bookmark.
1145 // are not owned by the user.
1147 // Reload the model with an extra node that is not editable by the user.
1162 // Now add a user node.
1163 const BookmarkNode* user = model_->AddURL(user_parent, 0, title, url); local
1164 EXPECT_EQ(user, model_->GetMostRecentlyAddedUserNodeForURL(url));
1168 EXPECT_GE(managed->date_added(), user->date_added());
1169 EXPECT_EQ(user, model
[all...]
/external/chromium_org/components/user_manager/
H A Duser_manager_base.cc44 // A dictionary that maps user IDs to the displayed name.
47 // A dictionary that maps user IDs to the user's given name.
50 // A dictionary that maps user IDs to the displayed (non-canonical) emails.
53 // A dictionary that maps user IDs to OAuth token presence flag.
56 // A dictionary that maps user IDs to a flag indicating whether online
60 // A string pref containing the ID of the last user who logged in if it was
61 // a regular user or an empty string if it was another type of user (guest,
65 // A string pref containing the ID of the last active user
168 User* user = FindUserInListAndModify(user_id); local
237 User* user = FindUserAndModify(user_id); local
393 User* user = FindUserAndModify(user_id); local
444 const User* user = FindUser(user_id); local
452 User* user = FindUserAndModify(user_id); local
472 const User* user = FindUser(user_id); local
751 User* user = NULL; local
822 AddUserRecord(User* user) argument
922 User* user = NULL; local
996 SetLRUUser(User* user) argument
1051 User* user = FindUserAndModify(user_id); local
1056 DeleteUser(User* user) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp318 // the spec to tell this to the user.
611 void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, ExceptionState& exceptionState) argument
614 urlWithCredentials.setUser(user);
619 void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, const String& password, ExceptionState& exceptionState) argument
622 urlWithCredentials.setUser(user);
963 // user), |error| does nothing.
1461 // readystatechange, and user javascript can cause |abort()|.
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp401 String KURL::user() const function in class:blink::KURL
557 void KURL::setUser(const String& user) argument
561 if (user.isEmpty() && !m_parsed.username.is_valid())
566 StringUTF8Adaptor userUTF8(user);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dirclib.py448 self.user(self.username, self.ircname)
820 def user(self, username, realname): member in class:ServerConnection
1299 """Get the user part of a nickmask.
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h558 /* user :: A typeless pointer which is passed from the caller of the */
566 void* user );
585 /* user :: A typeless pointer which is passed from the caller of the */
593 void* user );
616 /* user :: A typeless pointer which is passed from the caller of */
625 void* user );
648 /* user :: A typeless pointer which is passed from the caller of */
658 void* user );
926 /* user :: User-supplied data that is passed to the callback. */
949 void* user );
1122 void* user; member in struct:FT_Raster_Params_
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h118 void *user; member in struct:_xmlXPathObject
309 void *user; /* function to free */ member in struct:_xmlXPathContext
341 void *userData; /* user specific data block */
/external/chromium_org/third_party/libxml/src/
H A Dnanoftp.c126 char *user; /* user string */ member in struct:xmlNanoFTPCtxt
148 static char *proxyUser = NULL; /* user for proxy authentication */
256 * @user: the proxy user name
266 xmlNanoFTPProxy(const char *host, int port, const char *user, argument
282 if (user)
283 proxyUser = xmlMemStrdup(user);
339 if (uri->user != NULL) {
341 if ((cptr=strchr(uri->user, '
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_private.h55 /** Sum of frustum planes and user-defined planes */
172 /* user-space vertex data, buffers */
194 } user; member in struct:draw_context::__anon13706
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c711 * @param user This parameter should be a pointer to an integer value. If this
714 * user is non-zero, then the regular register allocator will be used
717 void rc_pair_regalloc(struct radeon_compiler *cc, void *user) argument
722 int * do_full_regalloc = (int*)user;
H A Dradeon_program_alu.c1239 void rc_transform_KILP(struct radeon_compiler * c, void *user) argument
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc149 bool InstructionSelector::CanCover(Node* user, Node* node) const { argument
150 return node->OwnedBy(user) &&
151 schedule()->block(node) == schedule()->block(user);
863 Node* user = branch; local
875 while (CanCover(user, value)) {
879 user = value;
888 user = value;
900 if (CanCover(user, value)) {
/external/freetype/include/
H A Dftimage.h558 /* user :: A typeless pointer, which is passed from the caller of the */
566 void* user );
585 /* user :: A typeless pointer, which is passed from the caller of the */
593 void* user );
616 /* user :: A typeless pointer, which is passed from the caller of */
625 void* user );
648 /* user :: A typeless pointer, which is passed from the caller of */
658 void* user );
926 /* user :: User-supplied data that is passed to the callback. */
949 void* user );
1122 void* user; member in struct:FT_Raster_Params_
[all...]
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c129 { f_logoutusr, ADMIN_LOGOUT_USER, "logout-user" },
836 char *user; local
842 user = av[0];
843 userlen = strlen(user);
844 if ((user == NULL) || (userlen > LOGINLEN))
857 strncpy((char *)(head + 1), user, userlen);
/external/libpcap/
H A Dpcap-bpf.c484 * non-root user to be granted specific access to pcap
824 pcap_read_bpf(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
889 * used to copy the buffer into user
892 * a kernel debugger shows the user buffer
1038 (*callback)(user, &pkthdr, datap);
1665 * it succeeds but other setup fails, return an error to the user.
1896 * Therefore, if the user asked for monitor mode, we filter out
1898 * and, if the user didn't ask for monitor mode, we filter out
2612 * Free any user-mode filter we might happen to have installed.
H A Dpcap-sita.c290 snprintf(errbuf, PCAP_ERRBUF_SIZE, "Invalid ACN name in '/etc/hosts'."); /* warn the user */
939 static int pcap_read_acn(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) { argument
959 callback(user, &pcap_header, handle->bp); /* call the user supplied callback function */
H A Dpcap-usb-linux.c465 usb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
656 callback(user, &pkth, handle->buffer);
779 usb_read_linux_bin(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
825 callback(user, &pkth, handle->buffer);
838 usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
906 callback(user, &pkth, (u_char*) hdr);
/external/libselinux/src/
H A Dandroid.c140 "user",
161 struct prefix_str user; member in struct:seapp_context
178 free_prefix_str(&s->user);
198 /* Give precedence to a specified user= over an unspecified user=. */
199 if (s1->user.str && !s2->user.str)
201 if (!s1->user.str && s2->user.str)
204 if (s1->user
[all...]
/external/libvterm/src/
H A Dscreen.c170 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) argument
172 VTermScreen *screen = user;
203 static int moverect_internal(VTermRect dest, VTermRect src, void *user) argument
205 VTermScreen *screen = user;
243 static int moverect_user(VTermRect dest, VTermRect src, void *user) argument
245 VTermScreen *screen = user;
261 static int erase_internal(VTermRect rect, int selective, void *user) argument
263 VTermScreen *screen = user;
279 static int erase_user(VTermRect rect, int selective, void *user) argument
281 VTermScreen *screen = user;
288 erase(VTermRect rect, int selective, void *user) argument
294 scrollrect(VTermRect rect, int downward, int rightward, void *user) argument
374 movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) argument
384 setpenattr(VTermAttr attr, VTermValue *val, void *user) argument
421 settermprop(VTermProp prop, VTermValue *val, void *user) argument
451 setmousefunc(VTermMouseFunc func, void *data, void *user) argument
461 bell(void *user) argument
471 resize(int new_rows, int new_cols, VTermPos *delta, void *user) argument
792 vterm_screen_set_callbacks(VTermScreen *screen, const VTermScreenCallbacks *callbacks, void *user) argument
[all...]

Completed in 1333 milliseconds

<<1112131415161718