HomeSort by relevance Sort by last modified time
    Searched full:globalcontext (Results 1 - 22 of 22) sorted by null

  /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/webkit/Source/WebKit/mac/WebView/
WebScriptWorld.h 37 + (WebScriptWorld *)scriptWorldForGlobalContext:(JSGlobalContextRef)globalContext;
WebFrame.h 211 @method globalContext
215 - (JSGlobalContextRef)globalContext;
WebFrame.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 59 JSValueUnprotect(frame->globalContext(), it->second);
287 JSValueRef argument = JSValueMakeString(frame->globalContext(), jsNotification.get());
288 JSObjectCallAsFunction(frame->globalContext(), it->second, NULL, 1, &argument, NULL);
297 JSValueProtect(frame->globalContext(), functionCallback);
FrameLoadDelegate.cpp 351 JSGlobalContextRef context = frame->globalContext();
  /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));
  /external/llvm/lib/IR/
LLVMContext.cpp 25 static ManagedStatic<LLVMContext> GlobalContext;
28 return *GlobalContext;
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 122 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
135 JSValueRef argument = JSValueMakeString([mainFrame globalContext], jsNotification.get());
136 JSObjectCallAsFunction([mainFrame globalContext], m_notificationFunctionCallback, 0, 1, &argument, 0);
146 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
149 JSValueProtect([mainFrame globalContext], m_notificationFunctionCallback);
    [all...]
FrameLoadDelegate.mm 255 JSContextRef context = [frame globalContext];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFrame.idl 238 @method globalContext
242 [local] JSGlobalContextRef globalContext();
  /external/webkit/Source/WebKit/win/
WebFrame.h 156 virtual /* [local] */ JSGlobalContextRef STDMETHODCALLTYPE globalContext();
ChangeLog-2009-06-16     [all...]
WebFrame.cpp 517 JSGlobalContextRef STDMETHODCALLTYPE WebFrame::globalContext()
    [all...]
ChangeLog     [all...]
  /external/v8/src/
liveobjectlist.cc 77 v(GlobalContext, "unexpected: GlobalContext") \
    [all...]
profile-generator.cc     [all...]
objects.h     [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /external/webkit/Source/WebKit/mac/
WebKit.order     [all...]
ChangeLog-2007-10-14     [all...]
ChangeLog-2010-01-29     [all...]

Completed in 444 milliseconds