Searched defs:ContextType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context.h33 enum ContextType { enum in class:ChromeURLRequestContext
39 ChromeURLRequestContext(ContextType type,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_interface.h141 enum ContextType { enum in namespace:drive
149 explicit ClientContext(ContextType in_type) : type(in_type) {}
150 ContextType type;
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h55 enum ContextType { enum in class:clang::ast_matchers::dynamic::Diagnostics
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp104 QualType ContextType local
112 if (Context.hasSameType(Injected, ContextType))
120 = ClassTemplate->findPartialSpecialization(ContextType))
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp155 enum ContextType { enum
171 HistogramSupport::histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount);
183 ContextType contextType;
198 HistogramSupport::histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCount);
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc134 enum ContextType { enum in namespace:__anon2381
143 void GetCacheParameters(ContextType type, FilePath* cache_path,

Completed in 152 milliseconds