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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 28 backing_store_ = IndexedDBBackingStore::OpenInMemory(file_identifier);
40 scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::__anon10046::IndexedDBBackingStoreTest
53 IndexedDBBackingStore::Transaction transaction1(backing_store_);
56 bool ok = backing_store_->PutRecord(
63 IndexedDBBackingStore::Transaction transaction2(backing_store_);
67 backing_store_->GetRecord(&transaction2, 1, 1, m_key1, &result_value);
88 IndexedDBBackingStore::Transaction transaction1(backing_store_);
91 bool ok = backing_store_->PutRecord(&transaction1,
99 ok = backing_store_->PutIndexDataForRecord(&transaction1,
107 ok = backing_store_->PutIndexDataForRecord(&transaction1
    [all...]
indexed_db_database.cc 37 : backing_store_(backing_store),
42 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::CreateObjectStoreOperation
51 : backing_store_(backing_store),
56 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::DeleteObjectStoreOperation
133 : backing_store_(backing_store),
139 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::CreateIndexOperation
149 : backing_store_(backing_store),
155 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::DeleteIndexOperation
203 : backing_store_(backing_store),
215 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::GetOperation
250 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::PutOperation
294 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::OpenCursorOperation
322 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::CountOperation
345 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::DeleteRangeOperation
365 const scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::ClearOperation
    [all...]
indexed_db_backing_store.h 280 backing_store_ = NULL;
290 IndexedDBBackingStore* backing_store_; member in class:content::IndexedDBBackingStore::Transaction
indexed_db_database.h 225 scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::IndexedDBDatabase
indexed_db_backing_store.cc     [all...]
  /external/chromium_org/v8/src/
scanner.h 156 LiteralBuffer() : is_ascii_(true), position_(0), backing_store_() { }
159 if (backing_store_.length() > 0) {
160 backing_store_.Dispose();
165 if (position_ >= backing_store_.length()) ExpandBuffer();
168 backing_store_[position_] = static_cast<byte>(code_unit);
175 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
183 (memcmp(keyword.start(), backing_store_.start(), position_) == 0);
190 reinterpret_cast<const uc16*>(backing_store_.start()),
197 reinterpret_cast<const char*>(backing_store_.start()),
216 int capacity = Max(min_capacity, backing_store_.length())
254 Vector<byte> backing_store_; member in class:v8::internal::LiteralBuffer
    [all...]
preparser.cc     [all...]
preparser.h 64 backing_store_(16),
100 i::SequenceCollector<unsigned char> backing_store_; member in class:v8::preparser::DuplicateFinder
  /external/v8/src/
scanner.h 175 LiteralBuffer() : is_ascii_(true), position_(0), backing_store_() { }
178 if (backing_store_.length() > 0) {
179 backing_store_.Dispose();
184 if (position_ >= backing_store_.length()) ExpandBuffer();
187 backing_store_[position_] = static_cast<byte>(code_unit);
194 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
204 reinterpret_cast<const uc16*>(backing_store_.start()),
211 reinterpret_cast<const char*>(backing_store_.start()),
230 int capacity = Max(min_capacity, backing_store_.length());
237 memcpy(new_store.start(), backing_store_.start(), position_)
268 Vector<byte> backing_store_; member in class:v8::internal::LiteralBuffer
    [all...]
preparser.cc     [all...]
preparser.h 64 backing_store_(16),
100 i::SequenceCollector<unsigned char> backing_store_; member in class:v8::preparser::DuplicateFinder
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 64 char* const backing_store_; member in class:leveldb::log::Reader
log_reader.cc 23 backing_store_(new char[kBlockSize]),
32 delete[] backing_store_;
185 Status status = file_->Read(kBlockSize, &buffer_, backing_store_);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 500 bool use_new_damage_buffer = !backing_store_;
560 if (backing_store_)
561 backing_store_->Clear(SK_ColorWHITE);
593 backing_store_.reset(
604 backing_store_->ScrollBackingStore(params.scroll_delta,
608 backing_store_->PaintToBackingStore(params.bitmap_rect,
753 backing_store_.reset();
    [all...]
browser_plugin.h 322 scoped_ptr<BrowserPluginBackingStore> backing_store_; member in class:content::BrowserPlugin
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 1623 TestBackingStore* backing_store_; member in class:syncer::syncable::__anon12482::TestDirectory
    [all...]

Completed in 197 milliseconds