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

  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.cc 44 tried_to_recreate_ = false;
166 if (database_exists && !tried_to_recreate_)
248 if (tried_to_recreate_)
251 tried_to_recreate_ = true;
dom_storage_database.h 113 bool tried_to_recreate_; member in class:content::DOMStorageDatabase

Completed in 53 milliseconds