HomeSort by relevance Sort by last modified time
    Searched refs:GlobalContext (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerLocation.idl 30 GlobalContext=WorkerGlobalScope
WorkerNavigator.idl 30 GlobalContext=WorkerGlobalScope
DedicatedWorkerGlobalScope.idl 32 GlobalContext=DedicatedWorkerGlobalScope
SharedWorkerGlobalScope.idl 32 GlobalContext=SharedWorkerGlobalScope
WorkerGlobalScope.idl 29 GlobalContext=WorkerGlobalScope,
  /frameworks/compile/libbcc/lib/Core/
BCCContext.cpp 28 static BCCContext *GlobalContext = NULL;
31 if (GlobalContext == NULL) {
32 GlobalContext = new (std::nothrow) BCCContext();
33 if (GlobalContext == NULL) {
37 return GlobalContext;
41 delete GlobalContext;
42 GlobalContext = NULL;
49 if (this == GlobalContext) {
51 // Reset the GlobalContext.
52 GlobalContext = NULL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageChannel.idl 29 GlobalContext=Window&WorkerGlobalScope,
URL.idl 28 GlobalContext=Window&WorkerGlobalScope,
Promise.idl 35 GlobalContext=Window&WorkerGlobalScope,
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.idl 31 GlobalContext=ServiceWorkerGlobalScope,
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextEncoder.idl 33 GlobalContext=Window&WorkerGlobalScope,
TextDecoder.idl 33 GlobalContext=Window&WorkerGlobalScope,
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.idl 34 GlobalContext=Window&WorkerGlobalScope,
File.idl 28 GlobalContext=Window&WorkerGlobalScope,
FileReaderSync.idl 32 GlobalContext=WorkerGlobalScope,
FileReader.idl 36 GlobalContext=Window&WorkerGlobalScope,
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.idl 36 GlobalContext=Window&WorkerGlobalScope,
  /external/chromium_org/base/memory/
discardable_memory_android.cc 31 struct GlobalContext {
32 GlobalContext()
69 LazyInstance<GlobalContext>::Leaky g_context = LAZY_INSTANCE_INITIALIZER;
236 GlobalContext* const global_context = g_context.Pointer();
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 61 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGlobalScope|ServiceWorkerGlobalScope
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.idl 38 GlobalContext=Window&WorkerGlobalScope,
  /external/llvm/lib/IR/
LLVMContext.cpp 25 static ManagedStatic<LLVMContext> GlobalContext;
28 return *GlobalContext;
  /external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.idl 30 GlobalContext=Window&WorkerGlobalScope,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.idl 29 GlobalContext=Window&WorkerGlobalScope,
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.idl 42 GlobalContext=Window&WorkerGlobalScope,
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 90 LLVMContext& GlobalContext = getGlobalContext();
103 TypeBuilder<int32_t(int32_t), false>::get(GlobalContext),
108 Value* one = ConstantInt::get(GlobalContext, APInt(32, 1));

Completed in 329 milliseconds

1 2