OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EntryKernel
(Results
1 - 4
of
4
) 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 {
66
void SetFieldValues(const
EntryKernel
& kernel,
81
const
EntryKernel
& kernel,
134
base::DictionaryValue*
EntryKernel
::ToValue
[
all
...]
entry_kernel.h
28
// -
EntryKernel
struct in this file
31
// -
EntryKernel
::
EntryKernel
(),
EntryKernel
::ToValue() in entry_kernel.cc
178
struct SYNC_EXPORT_PRIVATE
EntryKernel
{
190
EntryKernel
();
191
~
EntryKernel
();
330
inline bool operator()(const
EntryKernel
* a,
331
const
EntryKernel
* b) const {
336
typedef std::set<const
EntryKernel
*, EntryKernelLessByMetaHandle
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
109
EntryKernel
* entry,
127
EntryKernel
* entry_;
134
void InitializeIndexEntry(
EntryKernel
* entry,
147
bool ClientTagIndexer::ShouldInclude(const
EntryKernel
* a) {
152
const syncable::
EntryKernel
* a,
153
const syncable::
EntryKernel
* b) const {
168
bool ParentIdAndHandleIndexer::ShouldInclude(const
EntryKernel
* a) {
175
//
EntryKernel
177
EntryKernel
::
EntryKernel
() : dirty_(false)
[
all
...]
syncable.h
222
// The
EntryKernel
class contains the actual data for an entry.
223
struct
EntryKernel
{
233
EntryKernel
();
234
~
EntryKernel
();
423
const
EntryKernel
GetKernelCopy() const {
449
EntryKernel
* kernel_;
546
inline bool operator()(const syncable::
EntryKernel
& a,
547
const syncable::
EntryKernel
& b) const {
551
typedef std::set<
EntryKernel
, LessEntryMetaHandles> OriginalEntries;
576
inline static bool ShouldInclude(const
EntryKernel
* a)
[
all
...]
Completed in 148 milliseconds