OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:used_items_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.h
112
return
used_items_
;
232
// the table will be filled with 0s and
used_items_
will be set to 0 as well.
267
return static_cast<float>(
used_items_
) / static_cast<float>(table_length_);
342
int32
used_items_
;
member in class:VisitedLinkMaster
384
DCHECK_EQ(used_count,
used_items_
);
/external/chromium_org/components/visitedlink/browser/
visitedlink_master.h
143
return
used_items_
;
273
// the table will be filled with 0s and
used_items_
will be set to 0 as well.
308
return static_cast<float>(
used_items_
) / static_cast<float>(table_length_);
401
int32
used_items_
;
member in class:visitedlink::VisitedLinkMaster
439
DCHECK_EQ(used_count,
used_items_
);
Completed in 861 milliseconds