HomeSort by relevance Sort by last modified time
    Searched refs:FAVORITES (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/browser/importer/
importer_data_types.h 23 FAVORITES = 1 << 1,
importer_host.cc 201 // BookmarkModel should be loaded before adding IE favorites. So we observe
203 if ((items & importer::FAVORITES) && !writer_->BookmarkModelIsLoaded()) {
212 if ((items & importer::SEARCH_ENGINES) || (items & importer::FAVORITES)) {
importer_list.cc 32 ie->services_supported = importer::HISTORY | importer::FAVORITES |
87 firefox->services_supported = importer::HISTORY | importer::FAVORITES |
103 google_toolbar->services_supported = importer::FAVORITES;
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
firefox2_importer.cc 74 if ((items & importer::FAVORITES) && !cancelled()) {
75 bridge_->NotifyItemStarted(importer::FAVORITES);
77 bridge_->NotifyItemEnded(importer::FAVORITES);
firefox3_importer.cc 90 if ((items & importer::FAVORITES) && !cancelled()) {
91 bridge_->NotifyItemStarted(importer::FAVORITES);
93 bridge_->NotifyItemEnded(importer::FAVORITES);
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...]
importer_unittest.cc 105 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES;
244 // Importer should import the IE Favorites folder the same as the list.
328 // Sets up a favorites folder.
330 std::wstring path = temp_dir_.path().AppendASCII("Favorites").value();
400 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
697 importer::FAVORITES | importer::SEARCH_ENGINES,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 36 Groups.FAVORITES,
47 public final static int FAVORITES = 6;
GroupListLoader.java 52 Groups.FAVORITES + "=0 AND " + Groups.DELETED + "=0", null,
ContactLoader.java 715 Groups.FAVORITES,
725 public final static int FAVORITES = 7;
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 82 selected_items |= importer::FAVORITES;
133 browser_profile->SetBoolean("favorites",
134 (browser_services & importer::FAVORITES) != 0);
  /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/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 192 if (items_ & importer::FAVORITES && !bookmarks_import_) {
225 case importer::FAVORITES:
246 case importer::FAVORITES:
  /external/chromium/chrome/browser/first_run/
first_run.cc 229 out_prefs->do_import_items |= importer::FAVORITES;
448 importer::FAVORITES,
550 if (import_items & importer::FAVORITES)
551 items = items | importer::FAVORITES;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 91 public static int FAVORITES = 2;
184 addTab(TabState.FAVORITES, R.drawable.ic_tab_starred, R.string.contactsFavoritesLabel);
205 return TabState.FAVORITES;
221 case TabState.FAVORITES:
436 // (i.e. favorite), which would results in mCurrentTab getting set to FAVORITES and
PeopleActivity.java 396 // Only favorites tab with two panes has a separate frequent fragment
430 // For 2-pane in All and Groups but not in Favorites fragment, show the chevron
548 tabToOpen = TabState.FAVORITES;
680 case TabState.FAVORITES:
706 case TabState.FAVORITES:
747 case TabState.FAVORITES:
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 231 if (!mGroupMetaData.isNull(GroupMetaDataLoader.FAVORITES)
232 && mGroupMetaData.getInt(GroupMetaDataLoader.FAVORITES) != 0) {
241 // Exclude favorites from the list - they are handled with special UI (star)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 64 + " AND " + Groups.FAVORITES + "!=0";
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java 399 + " AND " + Groups.FAVORITES + " != 0";
    [all...]
  /external/qemu/android/
hw-events.h 298 KEY_CODE(FAVORITES ,0x16c) \
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 901 importer::FAVORITES,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 242 values.put(Groups.FAVORITES, favorite ? 1 : 0);
    [all...]

Completed in 984 milliseconds

1 2