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

  /external/chromium_org/sql/
connection.h 145 histogram_tag_ = tag;
149 // |name|+"."+|histogram_tag_|. If |histogram_tag_| is empty, no
594 std::string histogram_tag_; member in class:sql::Connection
connection.cc 230 if (!histogram_tag_.empty()) {
234 std::string full_histogram_name = "Sqlite.SizeKB." + histogram_tag_;
    [all...]

Completed in 163 milliseconds