HomeSort by relevance Sort by last modified time
    Searched full:profileinfo (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/resources/options/
browser_options_profile_list.js 12 * @param {Object} profileInfo The profile this item represents.
16 function ProfileListItem(profileInfo) {
18 el.profileInfo_ = profileInfo;
53 var profileInfo = this.profileInfo_;
60 iconEl.style.content = getProfileAvatarIcon(profileInfo.iconURL);
65 if (profileInfo.isCurrentProfile)
69 var displayName = profileInfo.name;
70 if (profileInfo.isCurrentProfile) {
72 profileInfo.name);
76 if (profileInfo.isManaged)
    [all...]
manage_profile_overlay.js 139 var profileInfo = ManageProfileOverlay.getInstance().profileInfo_;
140 chrome.send('requestHasProfileShortcuts', [profileInfo.filePath]);
177 * @param {Object} profileInfo An object of the form:
178 * profileInfo = {
189 setProfileInfo_: function(profileInfo, mode) {
190 this.iconGridSelectedURL_ = profileInfo.iconURL;
191 this.profileInfo_ = profileInfo;
192 $(mode + '-profile-name').value = profileInfo.name;
193 $(mode + '-profile-icon-grid').selectedItem = profileInfo.iconURL;
237 * @param {Object} profileInfo An object of the form
    [all...]
browser_options.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
profinfo.h 33 __MINGW_TYPEDEF_AW(PROFILEINFO)
wlanapi.h 243 WLAN_PROFILE_INFO ProfileInfo[1];
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 224 struct ProfileInfo {
225 ProfileInfo(Profile* profile, bool created);
227 ~ProfileInfo();
239 DISALLOW_COPY_AND_ASSIGN(ProfileInfo);
259 // Registers profile with given info. Returns pointer to created ProfileInfo
261 ProfileInfo* RegisterProfile(Profile* profile, bool created);
263 // Returns ProfileInfo associated with given |path|, registred earlier with
265 ProfileInfo* GetProfileInfoByPath(const base::FilePath& path) const;
325 // Maps profile path to ProfileInfo (if profile has been created). Use
328 typedef std::map<base::FilePath, linked_ptr<ProfileInfo> > ProfilesInfoMap
    [all...]
profile_manager.cc 393 // Create the profile if needed and collect its ProfileInfo.
395 ProfileInfo* info = NULL;
563 ProfileInfo* profile_info = GetProfileInfoByPath(path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 62 std::vector<linked_ptr<api::file_browser_private::ProfileInfo> >
68 std::vector<linked_ptr<api::file_browser_private::ProfileInfo> >
82 // Make a ProfileInfo.
83 linked_ptr<api::file_browser_private::ProfileInfo> profile_info(
84 new api::file_browser_private::ProfileInfo());
373 const std::vector<linked_ptr<api::file_browser_private::ProfileInfo> >&
397 const std::vector<linked_ptr<api::file_browser_private::ProfileInfo> >&
  /external/chromium_org/chrome/common/extensions/api/
file_browser_private.idl 228 dictionary ProfileInfo {
261 ProfileInfo profile;
523 callback GetProfilesCallback = void(ProfileInfo[] profiles,
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.h 183 // profileInfo = {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 177 milliseconds