OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenEntry
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc
56
NewRunnableMethod(this, &MalwareDetailsCacheCollector::
OpenEntry
));
65
void MalwareDetailsCacheCollector::
OpenEntry
() {
67
DVLOG(1) << "
OpenEntry
";
196
NewRunnableMethod(this, &MalwareDetailsCacheCollector::
OpenEntry
));
/external/chromium/net/disk_cache/
disk_cache_test_base.cc
80
int DiskCacheTestWithCache::
OpenEntry
(const std::string& key,
83
int rv = cache_->
OpenEntry
(key, entry, &cb);
in_flight_backend_io.cc
58
void BackendIO::
OpenEntry
(const std::string& key, Entry** entry) {
299
void InFlightBackendIO::
OpenEntry
(const std::string& key, Entry** entry,
302
operation->
OpenEntry
(key, entry);
mem_backend_impl.cc
134
int MemBackendImpl::
OpenEntry
(const std::string& key, Entry** entry,
136
if (
OpenEntry
(key, entry))
194
bool MemBackendImpl::
OpenEntry
(const std::string& key, Entry** entry) {
225
if (!
OpenEntry
(key, &entry))
backend_impl.cc
[
all
...]
/external/chromium/net/http/
http_cache.cc
724
int HttpCache::
OpenEntry
(const std::string& key, ActiveEntry** entry,
745
int rv = disk_cache_->
OpenEntry
(key, &(pending_op->disk_entry), my_callback);
[
all
...]
Completed in 145 milliseconds