HomeSort by relevance Sort by last modified time
    Searched refs:SET_REP (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 71 #define SET_REP(field, fn) \
79 #define SET_INT32_REP(field) SET_REP(field, MakeInt64Value)
81 #define SET_INT64_REP(field) SET_REP(field, MakeInt64Value)
105 SET_REP(window, SessionWindowToValue);
118 SET_REP(navigation, TabNavigationToValue);
313 #undef SET_REP
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 92 #define SET_REP(field, fn) \
100 #define SET_INT32_REP(field) SET_REP(field, MakeInt64Value)
102 #define SET_INT64_REP(field) SET_REP(field, MakeInt64Value)
152 SET_REP(window, SessionWindowToValue);
166 SET_REP(navigation, TabNavigationToValue);
303 SET_REP(profile_image, SyncedNotificationProfileImageToValue);
307 SET_REP(media, MediaToValue);
317 SET_REP(target, TargetToValue);
343 SET_REP(notification, SyncedNotificationToValue);
444 SET_REP(meta_info, &MetaInfoToValue)
    [all...]

Completed in 729 milliseconds