Searched refs:storage_ (Results 76 - 84 of 84) sorted by relevance

1234

/external/chromium_org/content/browser/appcache/
H A Dappcache_response.h53 AppCacheStorage* storage_; member in class:content::AppCacheResponseInfo
H A Dappcache_storage.h260 AppCacheStorage* storage_; member in class:content::AppCacheStorage::ResponseInfoLoadTask
H A Dappcache_update_job.h339 AppCacheStorage* storage_; member in class:content::AppCacheUpdateJob
H A Dappcache_host.cc53 storage_(service->storage()),
/external/deqp/framework/opengl/
H A DgluVarType.hpp256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.h241 net::URLRequestContextStorage storage_; member in class:net::SpdyURLRequestContext
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h120 uint8_t* storage_; member in class:mojo::internal::ArrayDataTraits::BitRef
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp1931 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType outputType_, Array::Storage storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_)
1934 , storage (storage_)
/external/chromium_org/v8/src/
H A Druntime.cc10040 storage_(Handle<FixedArray>::cast(
10058 if (index < static_cast<uint32_t>(storage_->length())) {
10059 storage_->set(index, *elm);
10071 SeededNumberDictionary::cast(*storage_));
10092 static_cast<uint32_t>(FixedArrayBase::cast(*storage_)->length())) {
10110 array->set_elements(*storage_);
10118 Handle<FixedArray> current_storage(*storage_);
10139 GlobalHandles::Destroy(Handle<Object>::cast(storage_).location());
10143 storage_ = Handle<FixedArray>::cast(
10148 Handle<FixedArray> storage_; // Alway
[all...]

Completed in 413 milliseconds

1234