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

  /external/chromium_org/sync/syncable/
entry_kernel.cc 15 EntryKernel::EntryKernel() : dirty_(false) {
22 EntryKernel::~EntryKernel() {}
24 ModelType EntryKernel::GetModelType() const {
38 ModelType EntryKernel::GetServerModelType() const {
52 bool EntryKernel::ShouldMaintainPosition() const {
59 bool EntryKernel::ShouldMaintainHierarchy() const {
74 void SetFieldValues(const EntryKernel& kernel,
89 const EntryKernel& kernel
    [all...]
entry_kernel.h 29 // - EntryKernel struct in this file
32 // - EntryKernel::EntryKernel(), EntryKernel::ToValue() in entry_kernel.cc
193 struct SYNC_EXPORT_PRIVATE EntryKernel {
207 EntryKernel();
208 ~EntryKernel();
361 inline bool operator()(const EntryKernel* a,
362 const EntryKernel* b) const {
367 typedef std::set<const EntryKernel*, EntryKernelLessByMetaHandle
    [all...]

Completed in 157 milliseconds