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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 47 virtual ContextType type() { return RecordingContext; }
PlatformGraphicsContextSkia.h 40 virtual ContextType type() { return PaintingContext; }
PlatformGraphicsContext.h 51 typedef enum { PaintingContext, RecordingContext } ContextType;
52 virtual ContextType type() = 0;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 111 QualType ContextType
119 if (Context.hasSameType(Injected, ContextType))
127 = ClassTemplate->findPartialSpecialization(ContextType))
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 134 enum ContextType {
143 void GetCacheParameters(ContextType type, FilePath* cache_path,
    [all...]

Completed in 75 milliseconds