Searched defs:ContextFactory (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/ui/compositor/ |
H A D | compositor.h | 58 class COMPOSITOR_EXPORT ContextFactory { class in namespace:ui 60 virtual ~ContextFactory() {} 63 static ContextFactory* GetInstance(); 68 static void SetInstance(ContextFactory* instance);
|
/external/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 994 Context::Factory ContextFactory; member in class:__anon16074::LocalVariableMap 1033 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } 1107 Context NewCtx = ContextFactory.add(Ctx, D, newID); 1115 Context NewCtx = ContextFactory.add(Ctx, D, newID); 1125 Context NewCtx = ContextFactory.remove(Ctx, D); 1126 NewCtx = ContextFactory.add(NewCtx, D, newID); 1138 NewCtx = ContextFactory.remove(NewCtx, D); 1139 NewCtx = ContextFactory.add(NewCtx, D, 0); 1148 NewCtx = ContextFactory.remove(NewCtx, D);
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
Completed in 123 milliseconds