HomeSort by relevance Sort by last modified time
    Searched full:favorites (Results 51 - 75 of 187) sorted by null

1 23 4 5 6 7 8

  /external/chromium/chrome/browser/resources/options/
import_data_overlay.js 51 String($('import-favorites').checked),
70 $('import-history').checked || $('import-favorites').checked ||
107 var importOptions = ['history', 'favorites', 'passwords', 'search'];
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 104 if (items_ & importer::FAVORITES) {
165 case importer::FAVORITES:
189 case importer::FAVORITES:
  /external/chromium_org/chrome/browser/importer/
external_process_importer_host.cc 196 // BookmarkModel should be loaded before adding IE favorites. So we observe
198 if ((items & importer::FAVORITES) && !writer_->BookmarkModelIsLoaded()) {
207 if ((items & importer::SEARCH_ENGINES) || (items & importer::FAVORITES)) {
importer_list.cc 35 ie->services_supported = importer::HISTORY | importer::FAVORITES |
92 firefox->services_supported = importer::HISTORY | importer::FAVORITES |
182 bookmarks_file->services_supported = importer::FAVORITES;
ie_importer_browsertest_win.cc 123 // Create a binary sequence for setting a specific order of favorites.
281 if (importer_items_ & importer::FAVORITES) {
331 // Importer should import the IE Favorites folder the same as the list,
460 // Overrides the default registry key for IE registry keys like favorites,
466 // Sets up a favorites folder.
467 base::FilePath path = temp_dir_.path().AppendASCII("Favorites");
529 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
540 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
551 // Sets up a favorites folder.
552 base::FilePath path = temp_dir_.path().AppendASCII("Favorites");
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 112 // Register for changes to the favorites
114 resolver.registerContentObserver(LauncherSettings.Favorites.CONTENT_URI, true,
129 * Receives notifications whenever the user favorites have changed.
DeleteDropTarget.java 105 case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT:
106 case LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET:
143 if (item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET ||
144 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) {
149 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_FOLDER) {
154 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION &&
160 if (item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION &&
PendingAddItemInfo.java 67 itemType = LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET;
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 129 DCHECK((items_to_import_ == importer::FAVORITES) ||
139 if ((items_to_import_ & importer::FAVORITES) && !cancelled()) {
140 items_to_import_ &= ~importer::FAVORITES;
175 bridge_->NotifyItemStarted(importer::FAVORITES);
180 bridge_->NotifyItemEnded(importer::FAVORITES);
533 // If this is the first run then we place favorites with no labels
ie_importer.h 70 // Gets the information of Favorites folder. Returns true if successful.
safari_importer.mm 64 *services_supported |= importer::FAVORITES;
86 if ((items & importer::FAVORITES) && !cancelled()) {
87 bridge_->NotifyItemStarted(importer::FAVORITES);
89 bridge_->NotifyItemEnded(importer::FAVORITES);
toolbar_importer.h 6 // (favorites) from Google Toolbar.
39 // either be NONE or FAVORITES, since as of right now these are the only
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.provider.ContactsContract.GroupsColumns.html 94 <A NAME="android.provider.ContactsContract.GroupsColumns.FAVORITES"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.GroupsColumns.html#FAVORITES" target="_top"><code>FAVORITES</code></A></nobr>
  /external/chromium_org/chrome/common/importer/
importer_data_types.h 26 FAVORITES = 1 << 1,
  /packages/apps/Contacts/res/values-sw600dp-land/
styles.xml 56 <!-- Favorites -->
  /packages/apps/Contacts/res/values-sw720dp/
styles.xml 55 <!-- Favorites -->
  /packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java 52 Groups.FAVORITES + "=0 AND " + Groups.DELETED + "=0", null,
  /packages/apps/ContactsCommon/res/values/
attrs.xml 60 <declare-styleable name="Favorites">
  /packages/apps/Dialer/src/com/android/dialer/interactions/
UndemoteOutgoingCallReceiver.java 62 // show up once again show up on the favorites screen.
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteMergedAdapter.java 142 // Set position to the position of the actual favorite contact in the favorites adapter
256 // favorites adapter
259 // Favorites section
282 } else { // For favorites section
  /packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java 67 itemType = LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET;
LauncherSettings.java 94 * Favorites.
96 static final class Favorites implements BaseLauncherColumns {
  /development/samples/Home/src/com/example/android/home/
Home.java 82 private static final String DEFAULT_FAVORITES_PATH = "etc/favorites.xml";
84 private static final String TAG_FAVORITES = "favorites";
256 * The number of favorites depends on the user.
275 Log.e(LOG_TAG, "Couldn't find or open favorites file " + favFile);
314 Log.w(LOG_TAG, "Got exception parsing favorites.", e);
316 Log.w(LOG_TAG, "Got exception parsing favorites.", e);
351 * Refreshes the recently launched applications stacked over the favorites. The number
352 * of recents depends on how many favorites are present.
  /external/chromium/chrome/browser/ui/cocoa/importer/
import_progress_dialog_cocoa.mm 29 case importer::FAVORITES:
88 [self setFavoritesImportEnabled:items & importer::FAVORITES ? active :
  /frameworks/base/docs/html/about/versions/
android-1.5-highlights.jd 32 <li>Contacts, Call log, and Favorites</li>
107 <li>Shows user picture for Favorites</li>

Completed in 1507 milliseconds

1 23 4 5 6 7 8