HomeSort by relevance Sort by last modified time
    Searched full:typed_increment (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/history/
history_backend.cc 659 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);
    [all...]

Completed in 409 milliseconds