Searched refs:ContextType (Results 1 – 6 of 6) sorted by relevance
53 typedef enum { PaintingContext, RecordingContext } ContextType; typedef54 virtual ContextType type() = 0;
40 virtual ContextType type() { return PaintingContext; } in type()
69 virtual ContextType type() { return RecordingContext; } in type()
111 QualType ContextType in computeDeclContext() local119 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()127 = ClassTemplate->findPartialSpecialization(ContextType)) in computeDeclContext()
134 enum ContextType { enum143 void GetCacheParameters(ContextType type, FilePath* cache_path, in GetCacheParameters()
43085 (WebCore::V8EventListenerList::findOrCreateWrapper): Removed ContextType* template param,43127 (WebCore::WorkerContextExecutionProxy::findOrCreateEventListener): Removed ContextType*