Searched refs:backing_store_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc28 backing_store_ = IndexedDBBackingStore::OpenInMemory(file_identifier);
40 scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::__anon7640::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_
[all...]
H A Dindexed_db_database.cc37 : 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...]
H A Dindexed_db_backing_store.h280 backing_store_ = NULL;
290 IndexedDBBackingStore* backing_store_; member in class:content::IndexedDBBackingStore::Transaction
H A Dindexed_db_database.h225 scoped_refptr<IndexedDBBackingStore> backing_store_; member in class:content::IndexedDBDatabase
H A Dindexed_db_backing_store.cc2613 : backing_store_(backing_store) {}
2620 transaction_ = new LevelDBTransaction(backing_store_->db_.get());
/external/chromium_org/v8/src/
H A Dscanner.h156 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_
254 Vector<byte> backing_store_; member in class:v8::internal::LiteralBuffer
[all...]
H A Dpreparser.cc1812 backing_store_.StartSequence();
1819 backing_store_.Add(static_cast<byte>((ascii_length >> 28) | 0x80));
1821 backing_store_.Add(static_cast<byte>((ascii_length >> 21) | 0x80u));
1823 backing_store_.Add(static_cast<byte>((ascii_length >> 14) | 0x80u));
1825 backing_store_.Add(static_cast<byte>((ascii_length >> 7) | 0x80u));
1827 backing_store_.Add(static_cast<byte>(ascii_length & 0x7f));
1829 backing_store_.AddBlock(bytes);
1830 return backing_store_.EndSequence().start();
H A Dpreparser.h64 backing_store_(16),
100 i::SequenceCollector<unsigned char> backing_store_; member in class:v8::preparser::DuplicateFinder
/external/v8/src/
H A Dscanner.h175 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_
268 Vector<byte> backing_store_; member in class:v8::internal::LiteralBuffer
[all...]
H A Dpreparser.cc1768 backing_store_.StartSequence();
1775 backing_store_.Add(static_cast<byte>((ascii_length >> 28) | 0x80));
1777 backing_store_.Add(static_cast<byte>((ascii_length >> 21) | 0x80u));
1779 backing_store_.Add(static_cast<byte>((ascii_length >> 14) | 0x80u));
1781 backing_store_.Add(static_cast<byte>((ascii_length >> 7) | 0x80u));
1783 backing_store_.Add(static_cast<byte>(ascii_length & 0x7f));
1785 backing_store_.AddBlock(bytes);
1786 return backing_store_.EndSequence().start();
H A Dpreparser.h64 backing_store_(16),
100 i::SequenceCollector<unsigned char> backing_store_; member in class:v8::preparser::DuplicateFinder
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_reader.h64 char* const backing_store_; member in class:leveldb::log::Reader
H A Dlog_reader.cc23 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/
H A Dbrowser_plugin.cc500 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();
935 backing_store_.reset();
1034 if (!backing_store_.get() || !HasGuestInstanceID())
1036 float inverse_scale_factor = 1.0f / backing_store_
[all...]
H A Dbrowser_plugin.h322 scoped_ptr<BrowserPluginBackingStore> backing_store_; member in class:content::BrowserPlugin
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc1615 backing_store_->StartFailingSaveChanges();
1623 TestBackingStore* backing_store_; member in class:syncer::syncable::__anon10076::TestDirectory
1640 backing_store_(backing_store) {

Completed in 265 milliseconds