OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModelSafeGroup
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/external/chromium_org/sync/test/engine/
fake_model_worker.h
22
explicit FakeModelWorker(
ModelSafeGroup
group);
26
virtual
ModelSafeGroup
GetModelSafeGroup() OVERRIDE;
35
const
ModelSafeGroup
group_;
fake_model_worker.cc
9
FakeModelWorker::FakeModelWorker(
ModelSafeGroup
group)
32
ModelSafeGroup
FakeModelWorker::GetModelSafeGroup() {
syncer_command_test.h
161
const ModelChangingSyncerCommand& command,
ModelSafeGroup
group) {
162
std::set<
ModelSafeGroup
> expected_groups_to_change;
170
ModelSafeGroup
group1,
ModelSafeGroup
group2) {
171
std::set<
ModelSafeGroup
> expected_groups_to_change;
180
ModelSafeGroup
group1,
ModelSafeGroup
group2,
ModelSafeGroup
group3) {
181
std::set<
ModelSafeGroup
> expected_groups_to_change;
/external/chromium/chrome/browser/sync/engine/
model_safe_worker.h
19
enum
ModelSafeGroup
{
33
std::string ModelSafeGroupToString(
ModelSafeGroup
group);
52
virtual
ModelSafeGroup
GetModelSafeGroup();
66
// A map that details which
ModelSafeGroup
each syncable::ModelType
69
typedef std::map<syncable::ModelType,
ModelSafeGroup
>
72
ModelSafeGroup
GetGroupForModelType(const syncable::ModelType type,
model_safe_worker.cc
9
ModelSafeGroup
GetGroupForModelType(const syncable::ModelType type,
17
LOG(WARNING) << "Entry does not belong to active
ModelSafeGroup
!";
23
std::string ModelSafeGroupToString(
ModelSafeGroup
group) {
49
ModelSafeGroup
ModelSafeWorker::GetModelSafeGroup() {
mock_model_safe_workers.h
19
virtual
ModelSafeGroup
GetModelSafeGroup();
25
virtual
ModelSafeGroup
GetModelSafeGroup();
verify_updates_command.h
35
ModelSafeGroup
placement;
update_applicator.h
42
ModelSafeGroup
group_filter);
74
ModelSafeGroup
group_filter_;
/external/chromium_org/sync/internal_api/public/engine/
model_safe_worker.h
33
enum
ModelSafeGroup
{
48
SYNC_EXPORT std::string ModelSafeGroupToString(
ModelSafeGroup
group);
54
virtual void OnWorkerLoopDestroyed(
ModelSafeGroup
group) = 0;
80
base::Callback<void(
ModelSafeGroup
)> unregister_done_callback);
90
virtual
ModelSafeGroup
GetModelSafeGroup() = 0;
119
base::Callback<void(
ModelSafeGroup
)> unregister_done_callback);
140
// A map that details which
ModelSafeGroup
each ModelType
143
typedef std::map<ModelType,
ModelSafeGroup
> ModelSafeRoutingInfo;
162
SYNC_EXPORT
ModelSafeGroup
GetGroupForModelType(
passive_model_worker.h
26
virtual
ModelSafeGroup
GetModelSafeGroup() OVERRIDE;
passive_model_worker.cc
32
ModelSafeGroup
PassiveModelWorker::GetModelSafeGroup() {
/external/chromium_org/sync/engine/
model_changing_syncer_command.h
41
std::set<
ModelSafeGroup
> GetGroupsToChangeForTest(
54
virtual std::set<
ModelSafeGroup
> GetGroupsToChange(
58
// operates on the model. This is invoked with a SyncSession
ModelSafeGroup
apply_updates_and_resolve_conflicts_command.h
22
virtual std::set<
ModelSafeGroup
> GetGroupsToChange(
model_changing_syncer_command_unittest.cc
24
const std::set<
ModelSafeGroup
>& changed_groups() const {
29
virtual std::set<
ModelSafeGroup
> GetGroupsToChange(
34
std::set<
ModelSafeGroup
> enabled_groups;
52
std::set<
ModelSafeGroup
> changed_groups_;
model_changing_syncer_command.cc
20
const std::set<
ModelSafeGroup
>& groups_to_change =
24
ModelSafeGroup
group = worker->GetModelSafeGroup();
update_applicator.h
40
ModelSafeGroup
group_filter);
70
ModelSafeGroup
group_filter_;
/external/chromium/chrome/browser/sync/glue/
database_model_worker.h
26
virtual
ModelSafeGroup
GetModelSafeGroup();
data_type_controller_mock.h
24
MOCK_CONST_METHOD0(model_safe_group, browser_sync::
ModelSafeGroup
());
password_model_worker.h
33
virtual
ModelSafeGroup
GetModelSafeGroup();
/external/chromium_org/chrome/browser/sync/glue/
ui_model_worker.h
26
virtual syncer::
ModelSafeGroup
GetModelSafeGroup() OVERRIDE;
history_model_worker.h
33
virtual syncer::
ModelSafeGroup
GetModelSafeGroup() OVERRIDE;
browser_thread_model_worker.h
28
syncer::
ModelSafeGroup
group,
33
virtual syncer::
ModelSafeGroup
GetModelSafeGroup() OVERRIDE;
51
syncer::
ModelSafeGroup
group_;
sync_backend_registrar.h
90
syncer::
ModelSafeGroup
group,
116
virtual void OnWorkerLoopDestroyed(syncer::
ModelSafeGroup
group) OVERRIDE;
127
typedef std::map<syncer::
ModelSafeGroup
,
134
void OnWorkerUnregistrationDone(syncer::
ModelSafeGroup
group);
136
void RemoveWorker(syncer::
ModelSafeGroup
group);
/external/chromium/chrome/browser/sync/sessions/
status_controller.h
10
// set for the restricted
ModelSafeGroup
behind the scenes. For example, if
23
//
ModelSafeGroup
, and also only one single thread (in practice, the
73
UpdateProgress* GetUnrestrictedUpdateProgress(
ModelSafeGroup
group) {
156
// (one for each
ModelSafeGroup
currently in-use).
183
ModelSafeGroup
group_restriction() const {
231
// Helper to lazily create objects for per-
ModelSafeGroup
state.
233
ModelSafeGroup
group);
236
std::map<
ModelSafeGroup
, PerModelSafeGroupState*> per_model_group_;
238
STLValueDeleter<std::map<
ModelSafeGroup
, PerModelSafeGroupState*> >
248
ModelSafeGroup
group_restriction_
[
all
...]
/external/chromium_org/sync/sessions/
status_controller.h
19
//
ModelSafeGroup
, and also only one single thread (in practice, the
112
ModelSafeGroup
group_restriction() const {
169
ModelSafeGroup
group_restriction_;
177
// StatusController that pertain to the specified
ModelSafeGroup
.
181
ModelSafeGroup
restriction)
Completed in 2524 milliseconds
1
2
3
4
5