Searched refs:host_keys (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc619 std::vector<std::string> host_keys; local
621 host_keys.push_back(smt.ColumnString(0));
632 for (size_t idx = 0; idx < host_keys.size(); ++idx) {
633 const std::string& domain = host_keys[idx];

Completed in 116 milliseconds