Home | History | Annotate | Download | only in dom_storage

Lines Matching refs:namespace_id

37                              std::string* namespace_id);
39 std::string* namespace_id);
49 void CheckAreaData(const std::string& namespace_id,
57 const std::string& namespace_id,
59 std::string GetMapForArea(const std::string& namespace_id,
112 std::string* namespace_id) {
124 *namespace_id = key.substr(
133 std::string* namespace_id) {
143 *namespace_id = key.substr(
221 std::string namespace_id;
222 if (IsNamespaceKey(it->first, &namespace_id)) {
223 found_namespace_ids.insert(namespace_id);
226 it->first, &namespace_id)) {
229 ASSERT_TRUE(found_namespace_ids.find(namespace_id) !=
231 namespaces_with_areas.insert(namespace_id);
319 const std::string& namespace_id, const GURL& origin,
322 db_->ReadAreaValues(namespace_id, origin, &values);
355 const std::string& namespace_id,
359 const std::vector<GURL>& origins = namespaces_and_origins[namespace_id];
368 const std::string& namespace_id, const GURL& origin) const {
371 EXPECT_TRUE(db_->GetMapForArea(namespace_id, origin.spec(),