HomeSort by relevance Sort by last modified time
    Searched defs:TargetType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/public/browser/
devtools_http_handler_delegate.h 23 enum TargetType {
48 virtual TargetType GetTargetType(RenderViewHost*) = 0;
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 68 enum TargetType {
158 WEBKIT_EXPORT TargetType targetType() const;
159 WEBKIT_EXPORT void setTargetType(TargetType);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 105 APSIntType TargetType(To);
106 if (TargetType == APSIntType(From))
109 return getValue(TargetType.convert(From));
113 APSIntType TargetType = getAPSIntType(T);
114 if (TargetType == APSIntType(From))
117 return getValue(TargetType.convert(From));
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceRequest.h 53 enum TargetType {
205 TargetType targetType() const { return m_targetType; }
206 void setTargetType(TargetType type) { m_targetType = type; }
234 TargetType m_targetType;
264 ResourceRequest::TargetType m_targetType;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 194 milliseconds