OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasEntry
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/components/dom_distiller/core/
dom_distiller_service_android.h
28
bool
HasEntry
(JNIEnv* env, jobject obj, jstring entry_id);
dom_distiller_service_android.cc
33
bool DomDistillerServiceAndroid::
HasEntry
(JNIEnv* env,
38
return service_->
HasEntry
(entry_id);
dom_distiller_service.h
59
virtual bool
HasEntry
(const std::string& entry_id) = 0;
129
virtual bool
HasEntry
(const std::string& entry_id) OVERRIDE;
viewer_unittest.cc
42
MOCK_METHOD1(
HasEntry
, bool(const std::string&));
dom_distiller_service.cc
111
bool DomDistillerService::
HasEntry
(const std::string& entry_id) {
dom_distiller_service_unittest.cc
482
// Check that
HasEntry
returns true for the article just added.
483
EXPECT_TRUE(service_->
HasEntry
(entry_id));
490
EXPECT_FALSE(service_->
HasEntry
(entry_id));
/external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.cc
48
bool LazyDomDistillerService::
HasEntry
(const std::string& entry_id) {
49
return instance()->
HasEntry
(entry_id);
lazy_dom_distiller_service.h
41
virtual bool
HasEntry
(const std::string& entry_id) OVERRIDE;
/art/runtime/
gc_map.h
56
bool
HasEntry
(uintptr_t native_pc_offset) {
/art/oatdump/
oatdump.cc
[
all
...]
Completed in 131 milliseconds