HomeSort by relevance Sort by last modified time
    Searched full:favorites (Results 26 - 50 of 188) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/chrome/utility/importer/
ie_importer_win.h 67 // Gets the information of Favorites folder. Returns true if successful.
70 // This function will read the files in the Favorites folder, and store
ie_importer_win.cc 110 // Compares the two bookmarks in the order of IE's Favorites menu.
146 // IE stores the order of the Favorites menu in registry under:
147 // HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites.
148 // The folder hierarchy of Favorites menu is directly mapped to the key
160 // where each item_id should correspond to a favorites link file (*.url) in
428 if ((items & importer::FAVORITES) && !cancelled()) {
429 bridge_->NotifyItemStarted(importer::FAVORITES);
431 bridge_->NotifyItemEnded(importer::FAVORITES);
759 info->path = info->path.AppendASCII("Favorites");
764 // IE stores the favorites in the Favorites under user profile's folder
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 36 Groups.FAVORITES,
47 public final static int FAVORITES = 6;
  /packages/apps/Launcher2/res/xml/
update_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
49 </favorites>
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
91 </favorites>
  /packages/apps/Launcher2/res/xml-sw720dp/
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
61 </favorites>
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 41 itemType = LauncherSettings.Favorites.ITEM_TYPE_FOLDER;
80 values.put(LauncherSettings.Favorites.TITLE, title.toString());
LauncherAppWidgetInfo.java 54 itemType = LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET;
67 values.put(LauncherSettings.Favorites.APPWIDGET_ID, appWidgetId);
  /packages/apps/Launcher3/res/xml/
default_workspace_no_all_apps.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
55 </favorites>
update_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
49 </favorites>
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
91 </favorites>
  /packages/apps/Launcher3/res/xml-sw720dp/
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
61 </favorites>
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderInfo.java 41 itemType = LauncherSettings.Favorites.ITEM_TYPE_FOLDER;
80 values.put(LauncherSettings.Favorites.TITLE, title.toString());
  /external/chromium/chrome/browser/importer/
importer_data_types.h 23 FAVORITES = 1 << 1,
ie_importer.cc 102 if ((items & importer::FAVORITES) && !cancelled()) {
103 bridge_->NotifyItemStarted(importer::FAVORITES);
105 bridge_->NotifyItemEnded(importer::FAVORITES);
498 info->path = info->path.AppendASCII("Favorites");
503 // IE stores the favorites in the Favorites under user profile's folder.
510 // There is a Links folder under Favorites folder in Windows Vista, but it
512 // folder is under Favorites folder since it looks like there is not name
538 // Favorites path length. Make sure it doesn't include the trailing \.
560 // Make the relative path from the Favorites folder, without the basename
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 130 selected_items |= importer::FAVORITES;
171 browser_profile->SetBoolean("favorites",
172 (browser_services & importer::FAVORITES) != 0);
226 StartImport(source_profile, importer::FAVORITES);
  /external/chromium_org/chrome/common/importer/
ie_importer_utils_win.cc 13 L"MenuOrder\\Favorites";
safari_importer_utils.mm 24 *services_supported |= importer::FAVORITES;
  /packages/apps/ContactsCommon/res/values/
integers.xml 20 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 35 * only. This layout stacks various icons in three distinct areas: the recents, the favorites
51 * favorites, the recents area is not displayed.
146 // Draw behind favorites
318 * Sets the list of favorites.
320 * @param applications the applications to put in the favorites area
  /external/chromium_org/chrome/browser/resources/options/
import_data_overlay.js 52 String($('import-favorites').checked),
86 $('import-history').checked || $('import-favorites').checked ||
89 $('import-choose-file').disabled = !$('import-favorites').checked;
130 var importOptions = ['history', 'favorites', 'passwords', 'search'];
255 var showBookmarksMessage = $('import-favorites').checked;
  /packages/apps/Launcher2/res/xml-sw600dp/
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
91 </favorites>
  /packages/apps/Launcher3/res/xml-sw600dp/
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
91 </favorites>
  /development/samples/Home/res/layout-land/
home.xml 40 <!-- Favorites and Recents -->
  /development/samples/Home/res/layout-port/
home.xml 40 <!-- Favorites and Recents -->

Completed in 400 milliseconds

12 3 4 5 6 7 8