Searched defs:kNoLimit (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.h114 kNoLimit = 0, enumerator in enum:gpu::MappedMemoryManager::MemoryLimit
H A Dgles2_implementation.h124 kNoLimit = MappedMemoryManager::kNoLimit, enumerator in enum:gpu::gles2::GLES2Implementation::MappedMemoryLimit
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h63 kNoLimit = 0, enumerator in enum:content::WebGraphicsContext3DCommandBufferImpl::MappedMemoryReclaimLimit
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.h114 static const int64 kNoLimit; member in class:quota::QuotaManager
H A Dquota_manager.cc68 const int64 QuotaManager::kNoLimit = kint64max; member in class:quota::QuotaManager
856 dispatcher->set_quota(kNoLimit);
889 callback.Run(kQuotaStatusOk, 0, kNoLimit);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3065 int32_t upper_limit = kNoLimit)
3082 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3143 static const int32_t kNoLimit = -1; member in class:v8::V8_FINAL
3165 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3063 InductionVariableCheck(HBoundsCheck* check, InductionVariableCheck* next, int32_t upper_limit = kNoLimit) argument

Completed in 222 milliseconds