HomeSort by relevance Sort by last modified time
    Searched refs:typed_increment (Results 1 - 2 of 2) 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...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 756 int typed_increment = 0; local
762 typed_increment = 1;
781 if (typed_increment)
782 url_info.set_typed_count(url_info.typed_count() + typed_increment);
794 url_info.set_typed_count(typed_increment);
    [all...]

Completed in 417 milliseconds