HomeSort by relevance Sort by last modified time
    Searched refs:typed_count_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/history/core/browser/
url_row.cc 35 typed_count_ = other.typed_count_;
46 std::swap(typed_count_, other->typed_count_);
54 typed_count_ = 0;
url_row.h 81 return typed_count_;
84 typed_count_ = typed_count;
146 int typed_count_; member in class:history::URLRow
url_database.cc 69 i->typed_count_ = s.ColumnInt(4);

Completed in 1429 milliseconds