Searched refs:typed_increment (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_backend.cc659 int typed_increment = 0; local
665 typed_increment = 1;
674 if (typed_increment)
675 url_info.set_typed_count(url_info.typed_count() + typed_increment);
686 url_info.set_typed_count(typed_increment);

Completed in 31 milliseconds