Searched defs:new_namespace_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc181 const std::string& namespace_id, const std::string& new_namespace_id) {
183 // for them in |new_namespace_id|, and associate them with the existing maps.
205 if (!CreateNamespace(new_namespace_id, kOkIfExists, &batch))
218 AddAreaToNamespace(new_namespace_id, origin, map_id, &batch);
180 CloneNamespace( const std::string& namespace_id, const std::string& new_namespace_id) argument

Completed in 42 milliseconds