OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_hash_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/
visitedlink_common.h
55
static const Hash
null_hash_
;
member in class:VisitedLinkCommon
114
return
null_hash_
;
visitedlink_common.cc
14
const VisitedLinkCommon::Hash VisitedLinkCommon::
null_hash_
= -1;
member in class:VisitedLinkCommon
/external/chromium_org/components/visitedlink/common/
visitedlink_common.h
56
static const Hash
null_hash_
;
member in class:visitedlink::VisitedLinkCommon
115
return
null_hash_
;
visitedlink_common.cc
16
const VisitedLinkCommon::Hash VisitedLinkCommon::
null_hash_
= -1;
member in class:visitedlink::VisitedLinkCommon
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc
267
return
null_hash_
;
271
return
null_hash_
; // Don't add invalid URLs.
293
return
null_hash_
; // Table is more than 80% full.
300
if (!table_builder_ && index !=
null_hash_
) {
312
if (!table_builder_ && index !=
null_hash_
)
388
return
null_hash_
;
396
return
null_hash_
; // This fingerprint is already in there, do nothing.
415
return
null_hash_
;
[
all
...]
/external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc
253
return
null_hash_
;
257
return
null_hash_
; // Don't add invalid URLs.
279
return
null_hash_
; // Table is more than 80% full.
293
if (!table_builder_.get() && index !=
null_hash_
) {
307
if (!table_builder_.get() && index !=
null_hash_
)
387
return
null_hash_
;
395
return
null_hash_
; // This fingerprint is already in there, do nothing.
414
return
null_hash_
;
[
all
...]
Completed in 52 milliseconds