HomeSort by relevance Sort by last modified time
    Searched refs:BOOKMARKS (Results 26 - 50 of 50) sorted by null

12

  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 58 case syncable::BOOKMARKS:
profile_sync_service_startup_unittest.cc 123 set.insert(syncable::BOOKMARKS);
sync_setup_wizard_unittest.cc 173 // Wait for the bookmarks model to load.
315 // Simulate the user choosing data types; bookmarks, prefs, typed
322 EXPECT_EQ(service_->chosen_data_types_.count(syncable::BOOKMARKS), 1U);
profile_sync_service_bookmark_unittest.cc 20 #include "chrome/browser/bookmarks/bookmark_model.h"
145 EXPECT_TRUE(node.InitByCreation(syncable::BOOKMARKS, parent, NULL));
150 EXPECT_TRUE(node.InitByCreation(syncable::BOOKMARKS, parent,
301 // bookmarks file on disk. |save| controls whether the newly loaded
307 // Wait for the bookmarks model to load.
794 // Create both folders and bookmarks using each name.
875 // duplicate bookmarks. The BookmarkModelAssociator should not fall over when
    [all...]
profile_sync_service.cc 443 case syncable::BOOKMARKS:
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 123 initial_sync_ended.set(syncable::BOOKMARKS);
129 download_progress_markers[syncable::BOOKMARKS] = "test";
status_controller_unittest.cc 15 routes_[syncable::BOOKMARKS] = GROUP_UI;
100 commits.AddCommitItem(0, syncable::Id(), syncable::BOOKMARKS);
status_controller.h 165 return ActiveGroupRestrictionIncludesModel(syncable::BOOKMARKS) &&
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 40 encrypted_types.insert(BOOKMARKS);
63 nigori->set_encrypt_bookmarks(types.count(BOOKMARKS) > 0);
syncable_unittest.cc 381 EXPECT_TRUE(dir_->initial_sync_ended_for_type(BOOKMARKS));
424 AddDefaultExtensionValue(BOOKMARKS, &specs);
437 to_purge.insert(BOOKMARKS);
520 AddDefaultExtensionValue(BOOKMARKS, &bookmark_specs);
523 dir_->set_initial_sync_ended_for_type(BOOKMARKS, true);
    [all...]
directory_backing_store_unittest.cc 136 "0,'s_ID_8','s_ID_7','s_ID_7','r','r',0,0,0,1,1,1,0,1,'Bookmarks',"
137 "NULL,'Bookmarks','Bookmarks','Bookmarks',NULL,NULL,"
147 "'Other Bookmarks',NULL,'Other Bookmarks','Other Bookmarks',"
148 "'Other Bookmarks',NULL,NULL,'other_bookmarks',"
160 "'Extra Bookmarks',NULL,'Extra Bookmarks','Extra Bookmarks',
    [all...]
directory_backing_store.cc 865 // For bookmarks, EntrySpecifics is extended as per
866 // bookmark_specifics.proto. This migration converts bookmarks from the
927 string bookmark_model_id = ModelTypeEnumToModelId(BOOKMARKS);
    [all...]
syncable.h 84 // entry is associated with. (such as bookmarks.js)
408 return GetModelType() == BOOKMARKS;
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
registration_manager_unittest.cc 104 syncable::BOOKMARKS,
231 types.erase(syncable::BOOKMARKS);
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller_unittest.cc 50 virtual syncable::ModelType type() const { return syncable::BOOKMARKS; }
bookmark_change_processor.cc 13 #include "chrome/browser/bookmarks/bookmark_utils.h"
296 dst->InitByCreation(syncable::BOOKMARKS, sync_parent, NULL) :
312 dst->InitByCreation(syncable::BOOKMARKS, sync_parent, &sync_prev) :
374 // We are going to make changes to the bookmarks model, but don't want to end
440 // We are now ready to hear about bookmarks changes again.
data_type_manager_impl.cc 26 syncable::BOOKMARKS,
bookmark_model_associator.cc 13 #include "chrome/browser/bookmarks/bookmark_model.h"
31 // bookmarks bar in Chrome. The tag "other_bookmarks" represents the permanent
32 // folder Other Bookmarks in Chrome.
336 // and Other Bookmarks.
470 // If the bookmarks changed externally, our previous associations may not be
523 // other bookmarks. They are not expected to match.
557 return encrypted_types.count(syncable::BOOKMARKS) == 0 ||
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 44 import android.provider.BrowserContract.Bookmarks;
94 static final String TABLE_BOOKMARKS = "bookmarks";
103 static final String TABLE_BOOKMARKS_JOIN_IMAGES = "bookmarks LEFT OUTER JOIN images " +
104 "ON bookmarks.url = images." + Images.URL;
113 "history LEFT OUTER JOIN (%s) bookmarks " +
114 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
123 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url";
136 + " OR history.title LIKE ? OR bookmarks.title LIKE ?";
142 "url_key NOT IN (SELECT url FROM bookmarks "
658 final CharSequence[] bookmarks = res.getTextArray( local
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 73 config->data_types.insert(syncable::BOOKMARKS);
221 { "bookmarks", IDS_SYNC_DATATYPE_BOOKMARKS },
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 160 if (status->GetCommitIdModelTypeAt(proj[i]) == syncable::BOOKMARKS)
syncapi.cc 374 DCHECK_EQ(syncable::BOOKMARKS, GetModelType());
532 DCHECK_EQ(syncable::BOOKMARKS, GetModelType());
    [all...]
syncer_unittest.cc 184 EnableDatatype(syncable::BOOKMARKS);
247 AddDefaultExtensionValue(syncable::BOOKMARKS, &result);
690 types_to_purge.insert(syncable::BOOKMARKS);
    [all...]
  /external/qemu/android/
hw-events.h 198 KEY_CODE(BOOKMARKS ,156) \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 295 milliseconds

12