OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestChangeProcessor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
device_info_sync_service_unittest.cc
37
class
TestChangeProcessor
: public SyncChangeProcessor {
39
TestChangeProcessor
() {}
40
virtual ~
TestChangeProcessor
() {}
95
sync_processor_.reset(new
TestChangeProcessor
());
161
scoped_ptr<
TestChangeProcessor
> sync_processor_;
favicon_cache_unittest.cc
34
//
TestChangeProcessor
--------------------------------------------------------
38
class
TestChangeProcessor
: public syncer::SyncChangeProcessor {
40
TestChangeProcessor
();
41
virtual ~
TestChangeProcessor
();
77
DISALLOW_COPY_AND_ASSIGN(
TestChangeProcessor
);
80
TestChangeProcessor
::
TestChangeProcessor
() : erroneous_(false) {
83
TestChangeProcessor
::~
TestChangeProcessor
() {
86
syncer::SyncError
TestChangeProcessor
::ProcessSyncChanges
[
all
...]
/external/chromium_org/components/search_engines/
template_url_service_sync_unittest.cc
82
//
TestChangeProcessor
--------------------------------------------------------
86
class
TestChangeProcessor
: public syncer::SyncChangeProcessor {
88
TestChangeProcessor
();
89
virtual ~
TestChangeProcessor
();
119
DISALLOW_COPY_AND_ASSIGN(
TestChangeProcessor
);
122
TestChangeProcessor
::
TestChangeProcessor
() : erroneous_(false) {
125
TestChangeProcessor
::~
TestChangeProcessor
() {
128
syncer::SyncError
TestChangeProcessor
::ProcessSyncChanges
[
all
...]
Completed in 120 milliseconds