Home
last modified time | relevance | path

Searched refs:UserPodCustomIcon (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dscreenlock_bridge.h41 enum UserPodCustomIcon { enum
61 void SetIcon(UserPodCustomIcon icon);
76 UserPodCustomIcon icon_;
Dscreenlock_bridge.cc32 std::string GetIdForIcon(ScreenlockBridge::UserPodCustomIcon icon) { in GetIdForIcon()
84 ScreenlockBridge::UserPodCustomIcon icon) { in SetIcon()
Deasy_unlock_screenlock_state_handler.cc17 ScreenlockBridge::UserPodCustomIcon GetIconForState( in GetIconForState()
121 ScreenlockBridge::UserPodCustomIcon icon = GetIconForState(state_); in ChangeState()
/external/chromium_org/ui/login/account_picker/
Duser_pod_row.js174 var UserPodCustomIcon = cr.ui.define(function() {
192 UserPodCustomIcon.ICONS = [
199 UserPodCustomIcon.prototype = { class
297 UserPodCustomIcon.ICONS.forEach(function(icon) {
580 customIcon.parentNode.replaceChild(new UserPodCustomIcon(), customIcon);