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

  /external/chromium_org/chrome/browser/history/
history_types.cc 41 typed_count_ = other.typed_count_;
52 std::swap(typed_count_, other->typed_count_);
60 typed_count_ = 0;
history_types.h 119 return typed_count_;
122 typed_count_ = typed_count;
184 int typed_count_; member in class:history::URLRow
url_database.cc 70 i->typed_count_ = s.ColumnInt(4);

Completed in 340 milliseconds