OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntryById
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/components/dom_distiller/core/
dom_distiller_model_unittest.cc
26
EXPECT_TRUE(model.
GetEntryById
(entry1.entry_id(), &found_entry));
30
EXPECT_TRUE(model.
GetEntryById
(entry2.entry_id(), &found_entry));
34
EXPECT_FALSE(model.
GetEntryById
("some_other_id", NULL));
104
EXPECT_TRUE(model.
GetEntryById
(entry1.entry_id(), &found_entry));
108
EXPECT_TRUE(model.
GetEntryById
(entry2.entry_id(), &found_entry));
122
EXPECT_TRUE(model.
GetEntryById
(entry1.entry_id(), &found_entry));
126
EXPECT_TRUE(model.
GetEntryById
(entry2.entry_id(), &found_entry));
dom_distiller_model.cc
29
bool DomDistillerModel::
GetEntryById
(const std::string& entry_id,
116
if (
GetEntryById
(entry_id, NULL)) {
181
if (
GetEntryById
(entry_id, ¤t_entry)) {
193
if (!
GetEntryById
(entry_id, ¤t_entry)) {
dom_distiller_model.h
34
bool
GetEntryById
(const std::string& entry_id, ArticleEntry* entry) const;
dom_distiller_service.cc
112
return store_->
GetEntryById
(entry_id, NULL);
117
if (store_->
GetEntryById
(entry_id, &entry)) {
136
if (!store_->
GetEntryById
(entry_id, entry.get())) {
151
if (!store_->
GetEntryById
(entry_id, &entry)) {
dom_distiller_store.cc
56
bool DomDistillerStore::
GetEntryById
(const std::string& entry_id,
58
return model_.
GetEntryById
(entry_id, entry);
70
if (model_.
GetEntryById
(entry.entry_id(), NULL)) {
98
if (!model_.
GetEntryById
(entry.entry_id(), NULL)) {
128
if (!model_.
GetEntryById
(entry.entry_id(), NULL)) {
dom_distiller_store.h
49
virtual bool
GetEntryById
(const std::string& entry_id,
102
virtual bool
GetEntryById
(const std::string& entry_id,
/external/chromium_org/sync/syncable/
directory.h
532
virtual EntryKernel*
GetEntryById
(const Id& id);
533
virtual EntryKernel*
GetEntryById
(const ScopedKernelLock& lock, const Id& id);
entry.cc
23
kernel_ = trans->directory()->
GetEntryById
(id);
directory.cc
226
EntryKernel* Directory::
GetEntryById
(const Id& id) {
228
return
GetEntryById
(lock, id);
231
EntryKernel* Directory::
GetEntryById
(const ScopedKernelLock& lock,
399
if (NULL !=
GetEntryById
(lock, new_id))
[
all
...]
/external/chromium_org/v8/src/
heap-snapshot-generator.h
174
HeapEntry*
GetEntryById
(SnapshotObjectId id);
heap-snapshot-generator.cc
307
HeapEntry* HeapSnapshot::
GetEntryById
(SnapshotObjectId id) {
[
all
...]
api.cc
[
all
...]
Completed in 242 milliseconds