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

  /external/webkit/Source/WebCore/storage/
StorageInfo.idl 32 const unsigned short TEMPORARY = 0;
StorageInfo.h 49 TEMPORARY,
  /external/v8/src/
variables.cc 50 case TEMPORARY: return "TEMPORARY";
87 return mode_ != TEMPORARY && scope_ != NULL && scope_->is_global_scope();
variables.h 102 ASSERT(mode_ != TEMPORARY);
contexts.cc 189 case TEMPORARY:
v8globals.h 508 TEMPORARY // temporary variables (not user-visible), never
scopes.cc 458 // explicitly, and TEMPORARY variables are allocated via NewTemporary().
496 TEMPORARY,
850 Indent(n1, "// temporary vars\n");
    [all...]
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 27 webkitStorageInfo.queryUsageAndQuota(webkitStorageInfo.TEMPORARY, usageCallback, errorCallback);
  /external/webkit/Source/WebCore/workers/
WorkerContext.h 132 TEMPORARY,
WorkerContext.idl 109 const unsigned short TEMPORARY = 0;
WorkerContext.cpp 306 // FIXME: This needs a real implementation; this is a temporary solution for testing.
361 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
378 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
435 COMPILE_ASSERT(static_cast<int>(WorkerContext::TEMPORARY) == static_cast<int>(AsyncFileSystem::Temporary), enum_mismatch);
  /external/webkit/Source/WebCore/page/
DOMWindow.h 391 TEMPORARY,
DOMWindow.idl 195 const unsigned short TEMPORARY = 0;
    [all...]
DOMWindow.cpp 759 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
792 COMPILE_ASSERT(static_cast<int>(DOMWindow::TEMPORARY) == static_cast<int>(AsyncFileSystem::Temporary), enum_mismatch);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 395 COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypeTemporary, AsyncFileSystem::Temporary);
426 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaTypeTemporary, StorageInfo::TEMPORARY);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 362 let g = define_global "TEMPORARY" zero32 m in
363 insist ("TEMPORARY" = value_name g);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 213 milliseconds