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

  /external/chromium/chrome/browser/history/
history_types.cc 40 typed_count_ = other.typed_count_;
51 std::swap(typed_count_, other->typed_count_);
59 typed_count_ = 0;
history_types.h 99 return typed_count_;
102 typed_count_ = typed_count;
150 int typed_count_; member in class:history::URLRow
url_database.cc 80 i->typed_count_ = s.ColumnInt(4);

Completed in 46 milliseconds