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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 23 backing_store_ = IndexedDBBackingStore::OpenInMemory(origin);
35 scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::__anon7742::IndexedDBBackingStoreTest
51 IndexedDBBackingStore::Transaction transaction1(backing_store_);
54 bool ok = backing_store_->PutRecord(
61 IndexedDBBackingStore::Transaction transaction2(backing_store_);
65 backing_store_->GetRecord(&transaction2, 1, 1, m_key1, &result_value);
86 IndexedDBBackingStore::Transaction transaction1(backing_store_);
89 bool ok = backing_store_->PutRecord(&transaction1,
97 ok = backing_store_->PutIndexDataForRecord(&transaction1,
105 ok = backing_store_->PutIndexDataForRecord(&transaction1
    [all...]
indexed_db_transaction_unittest.cc 23 backing_store_ = new IndexedDBFakeBackingStore();
25 backing_store_,
34 scoped_refptr<IndexedDBFakeBackingStore> backing_store_; member in class:content::__anon7751::IndexedDBTransactionTest
indexed_db_database.cc 135 : backing_store_(backing_store),
195 bool ok = backing_store_->GetIDBDatabaseMetaData(
202 return backing_store_->GetObjectStores(metadata_.id,
205 return backing_store_->CreateIDBDatabaseMetaData(
312 if (!backing_store_->CreateObjectStore(
387 if (!backing_store_->CreateIndex(transaction->BackingStoreTransaction(),
445 bool ok = backing_store_->DeleteIndex(transaction->BackingStoreTransaction(),
541 backing_store_cursor = backing_store_->OpenObjectStoreCursor(
549 backing_store_cursor = backing_store_->OpenIndexKeyCursor(
558 backing_store_cursor = backing_store_->OpenIndexCursor
    [all...]
indexed_db_backing_store.h 287 backing_store_ = NULL;
294 IndexedDBBackingStore* backing_store_; member in class:content::IndexedDBBackingStore::Transaction
indexed_db_database.h 61 IndexedDBBackingStore* backing_store() { return backing_store_.get(); }
288 scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::IndexedDBDatabase
indexed_db_backing_store.cc     [all...]
  /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/v8/src/
scanner.h 161 backing_store_(16),
197 SequenceCollector<unsigned char> backing_store_; member in class:v8::internal::DuplicateFinder
209 LiteralBuffer() : is_ascii_(true), position_(0), backing_store_() { }
212 if (backing_store_.length() > 0) {
213 backing_store_.Dispose();
218 if (position_ >= backing_store_.length()) ExpandBuffer();
221 backing_store_[position_] = static_cast<byte>(code_unit);
228 *reinterpret_cast<uc16*>(&backing_store_[position_]) = code_unit;
236 (memcmp(keyword.start(), backing_store_.start(), position_) == 0);
243 reinterpret_cast<const uc16*>(backing_store_.start())
307 Vector<byte> backing_store_; member in class:v8::internal::LiteralBuffer
    [all...]
  /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 545 bool use_new_damage_buffer = !backing_store_;
610 if (backing_store_)
611 backing_store_->Clear(SK_ColorWHITE);
626 backing_store_.reset(
637 backing_store_->ScrollBackingStore(params.scroll_delta,
641 backing_store_->PaintToBackingStore(params.bitmap_rect,
788 backing_store_.reset();
    [all...]
browser_plugin.h 328 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::__anon10499::TestDirectory
    [all...]

Completed in 695 milliseconds