Searched refs:SET_REP (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/protocol/
H A Dproto_value_conversions.cc71 #define SET_REP(field, fn) \ macro
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 macro
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc93 #define SET_REP(field, fn) \ macro
101 #define SET_INT32_REP(field) SET_REP(field, MakeInt64Value)
103 #define SET_INT64_REP(field) SET_REP(field, MakeInt64Value)
153 SET_REP(window, SessionWindowToValue);
167 SET_REP(navigation, TabNavigationToValue);
679 SET_REP(extensions_activity, ChromiumExtensionActivityToValue);
720 SET_REP(from_progress_marker, DataTypeProgressMarkerToValue);
751 SET_REP(entryresponse, EntryResponseToValue);
762 SET_REP(new_progress_marker, DataTypeProgressMarkerToValue);
865 SET_REP(event
893 #undef SET_REP macro
[all...]

Completed in 31 milliseconds