OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requested_types
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/sync/glue/
data_type_manager.h
54
TypeSet
requested_types
;
member in struct:browser_sync::DataTypeManager::ConfigureResultWithErrorLocation
60
const TypeSet&
requested_types
)
62
requested_types
(
requested_types
) {
/external/chromium/chrome/browser/sync/
backend_migrator.cc
118
std::set_intersection(result->
requested_types
.begin(),
119
result->
requested_types
.end(), to_migrate_.begin(), to_migrate_.end(),
/external/chromium/chrome/browser/sync/protocol/
sync.proto
352
// should
requested_types
not be present.
354
//
requested_types
may contain multiple EntitySpecifics extensions -- in this
357
//
requested_types
has been deprecated; clients should use
359
optional EntitySpecifics
requested_types
= 4;
367
// the values of
requested_types
and from_timestamp, using this instead.
/external/chromium/net/tools/testserver/
chromiumsync_test.py
22
def GetChangesFromTimestamp(self,
requested_types
, timestamp):
25
for data_type in
requested_types
:
26
message.
requested_types
.Extensions[
350
msg.
requested_types
.Extensions[autofill].SetInParent()
351
msg.
requested_types
.Extensions[theme].SetInParent()
chromiumsync.py
112
happens with the
requested_types
field of GetUpdatesMessage), all types
197
for data_type in GetEntryTypesFromSpecifics(request.
requested_types
):
444
def _CreatePermanentItems(self,
requested_types
):
448
requested_types
: A list of sync data types from ALL_TYPES.
452
if spec.sync_type in
requested_types
:
637
#
requested_types
at GetUpdates time.
[
all
...]
Completed in 302 milliseconds