OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateSyncComponents
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.h
41
virtual void
CreateSyncComponents
() OVERRIDE;
typed_url_data_type_controller.h
40
// before
CreateSyncComponents
() is invoked.
48
virtual ProfileSyncComponentsFactory::SyncComponents
CreateSyncComponents
()
frontend_data_type_controller_mock.h
36
MOCK_METHOD0(
CreateSyncComponents
, void());
non_frontend_data_type_controller_mock.h
39
MOCK_METHOD0(
CreateSyncComponents
,
bookmark_data_type_controller.cc
90
void BookmarkDataTypeController::
CreateSyncComponents
() {
frontend_data_type_controller.h
41
// void
CreateSyncComponents
();
84
virtual void
CreateSyncComponents
() = 0;
non_frontend_data_type_controller.h
46
//
CreateSyncComponents
()
127
CreateSyncComponents
() = 0;
typed_url_data_type_controller.cc
144
TypedUrlDataTypeController::
CreateSyncComponents
() {
frontend_data_type_controller.cc
194
CreateSyncComponents
();
frontend_data_type_controller_unittest.cc
53
virtual void
CreateSyncComponents
() OVERRIDE {
non_frontend_data_type_controller.cc
82
controller_->
CreateSyncComponents
();
non_frontend_data_type_controller_unittest.cc
75
CreateSyncComponents
() OVERRIDE {
Completed in 227 milliseconds