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

  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc 46 std::vector<IndexedDBInfo> indexed_db_info_; member in class:__anon4351::BrowsingDataIndexedDBHelperImpl
122 indexed_db_info_.push_back(IndexedDBInfo(
147 completion_callback_->Run(indexed_db_info_);
218 clone->indexed_db_info_ = indexed_db_info_;
230 indexed_db_info_.clear();
236 return indexed_db_info_.empty() && pending_indexed_db_info_.empty();
265 indexed_db = indexed_db_info_.begin();
266 indexed_db != indexed_db_info_.end(); ++indexed_db) {
275 indexed_db_info_.push_back(IndexedDBInfo
    [all...]
browsing_data_indexed_db_helper.h 136 std::vector<IndexedDBInfo> indexed_db_info_; member in class:CannedBrowsingDataIndexedDBHelper
cookies_tree_model.h 427 // indexed_db_info_ is not owned by the node, and is expected to remain
429 BrowsingDataIndexedDBHelper::IndexedDBInfo* indexed_db_info_; member in class:CookieTreeIndexedDBNode
cookies_tree_model.cc 233 indexed_db_info_(indexed_db_info) {
240 indexed_db_info_->file_path);
246 NULL, NULL, NULL, NULL, NULL, indexed_db_info_);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.cc 48 // Access to |indexed_db_info_| is triggered indirectly via the UI thread and
49 // guarded by |is_fetching_|. This means |indexed_db_info_| is only accessed
52 // In the context of this class |indexed_db_info_| is only accessed on the
54 std::list<IndexedDBInfo> indexed_db_info_; member in class:__anon6684::BrowsingDataIndexedDBHelperImpl
113 indexed_db_info_.push_back(origin);
124 completion_callback_.Run(indexed_db_info_);
174 clone->indexed_db_info_ = indexed_db_info_;
187 indexed_db_info_.clear();
192 return indexed_db_info_.empty() && pending_indexed_db_info_.empty()
    [all...]
browsing_data_indexed_db_helper.h 107 // Access to |indexed_db_info_| is triggered indirectly via the UI thread and
108 // guarded by |is_fetching_|. This means |indexed_db_info_| is only accessed
111 // In the context of this class |indexed_db_info_| is only accessed on the UI
113 std::list<content::IndexedDBInfo> indexed_db_info_; member in class:CannedBrowsingDataIndexedDBHelper
cookies_tree_model.cc 415 indexed_db_info_(indexed_db_info) {
425 indexed_db_info_->origin_);
426 container->indexed_db_info_list_.erase(indexed_db_info_);
431 return DetailedInfo().InitIndexedDB(&*indexed_db_info_);
    [all...]
cookies_tree_model.h 487 // indexed_db_info_ is expected to remain valid as long as the
490 indexed_db_info_; member in class:CookieTreeIndexedDBNode

Completed in 448 milliseconds