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

  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 19 BookmarkDataTypeController::BookmarkDataTypeController(
28 BookmarkDataTypeController::~BookmarkDataTypeController() {
32 bool BookmarkDataTypeController::StartModels() {
46 void BookmarkDataTypeController::CleanupState() {
50 void BookmarkDataTypeController::Observe(NotificationType type,
61 syncable::ModelType BookmarkDataTypeController::type() const {
65 void BookmarkDataTypeController::CreateSyncComponents() {
72 void BookmarkDataTypeController::RecordUnrecoverableError
    [all...]
bookmark_data_type_controller.h 22 class BookmarkDataTypeController : public FrontendDataTypeController,
25 BookmarkDataTypeController(
29 virtual ~BookmarkDataTypeController();
52 DISALLOW_COPY_AND_ASSIGN(BookmarkDataTypeController);
bookmark_data_type_controller_unittest.cc 25 using browser_sync::BookmarkDataTypeController;
59 new BookmarkDataTypeController(profile_sync_factory_.get(),
89 scoped_refptr<BookmarkDataTypeController> bookmark_dtc_;
216 &BookmarkDataTypeController::Stop));
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 52 using browser_sync::BookmarkDataTypeController;
108 new BookmarkDataTypeController(this, profile_, pss));
profile_sync_service_unittest.cc 141 new BookmarkDataTypeController(&factory_,

Completed in 633 milliseconds