Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h55 enum ContextType { enum
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/external/chromium_org/chrome/browser/net/
Dchrome_url_request_context.h33 enum ContextType { enum
39 ChromeURLRequestContext(ContextType type,
Dload_time_stats.h82 ChromeURLRequestContext::ContextType type);
Dchrome_url_request_context.cc255 ContextType type, in ChromeURLRequestContext()
Dload_time_stats.cc549 ChromeURLRequestContext::ContextType type) { in RegisterURLRequestContext()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_interface.h141 enum ContextType { enum
149 explicit ClientContext(ContextType in_type) : type(in_type) {} in ClientContext()
150 ContextType type;
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp16 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
78 StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp151 enum ContextType { in getContext() enum
179 ContextType contextType; in getContext()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp104 QualType ContextType in computeDeclContext() local
112 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
120 = ClassTemplate->findPartialSpecialization(ContextType)) in computeDeclContext()
/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc134 enum ContextType { enum
143 void GetCacheParameters(ContextType type, FilePath* cache_path, in GetCacheParameters()