OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_item_count_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
139
history_item_count_
(0) {
144
:
history_item_count_
(0) {
193
++
history_item_count_
;
223
history_item_count_
= 0;
262
UMA_HISTOGRAM_COUNTS("History.InMemoryURLHistoryItems",
history_item_count_
);
[
all
...]
in_memory_url_index_unittest.cc
177
EXPECT_EQ(1, url_index_->
history_item_count_
);
543
int history_item_count(url_index.
history_item_count_
);
553
EXPECT_GT(url_index.
history_item_count_
, 0);
562
EXPECT_EQ(0, url_index.
history_item_count_
);
573
EXPECT_EQ(history_item_count, url_index.
history_item_count_
);
in_memory_url_index.h
397
int
history_item_count_
;
member in class:history::InMemoryURLIndex
Completed in 40 milliseconds