N 93 Source/core/css/parser/CSSPropertyParser.cpp template <unsigned N> N 94 Source/core/css/parser/CSSPropertyParser.cpp static bool equal(const CSSParserString& a, const char (&b)[N]) N 96 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = N - 1; // Ignore the trailing null character N 103 Source/core/css/parser/CSSPropertyParser.cpp template <unsigned N> N 104 Source/core/css/parser/CSSPropertyParser.cpp static bool equalIgnoringCase(const CSSParserString& a, const char (&b)[N]) N 106 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = N - 1; // Ignore the trailing null character N 113 Source/core/css/parser/CSSPropertyParser.cpp template <unsigned N> N 114 Source/core/css/parser/CSSPropertyParser.cpp static bool equalIgnoringCase(CSSParserValue* value, const char (&b)[N]) N 952 Source/platform/heap/Handle.h template<typename T, size_t N> N 953 Source/platform/heap/Handle.h struct NeedsTracing<Vector<T, N> > { N 957 Source/platform/heap/Handle.h template<typename T, size_t N> N 958 Source/platform/heap/Handle.h struct NeedsTracing<Deque<T, N> > { N 265 Source/platform/heap/Visitor.h template<typename T, size_t N> N 266 Source/platform/heap/Visitor.h void trace(const Deque<T, N>& deque) N 268 Source/platform/heap/Visitor.h OffHeapCollectionTraceTrait<Deque<T, N> >::trace(this, deque); N 453 Source/platform/heap/Visitor.h template<typename T, size_t N> N 454 Source/platform/heap/Visitor.h struct OffHeapCollectionTraceTrait<WTF::Vector<T, N, WTF::DefaultAllocator> > { N 466 Source/platform/heap/Visitor.h template<typename T, size_t N> N 467 Source/platform/heap/Visitor.h struct OffHeapCollectionTraceTrait<WTF::Deque<T, N> > { N 468 Source/platform/heap/Visitor.h typedef WTF::Deque<T, N> Deque; N 59 Source/wtf/CPU.h #define WTF_ARM_ARCH_AT_LEAST(N) (CPU(ARM) && defined(WTF_ARM_ARCH_VERSION) && WTF_ARM_ARCH_VERSION >= N) N 629 Source/wtf/PartitionAlloc.h template <size_t N> N 632 Source/wtf/PartitionAlloc.h static const size_t kMaxAllocation = N - kAllocationGranularity; N 633 Source/wtf/PartitionAlloc.h static const size_t kNumBuckets = N / kAllocationGranularity; N 128 Source/wtf/TypeTraits.h template <class T, size_t N> struct IsArray<T[N]> { N 258 Source/wtf/TypeTraits.h template <typename T, size_t N> struct RemoveExtent<T[N]> { N 58 public/platform/WebData.h template <int N> N 59 public/platform/WebData.h WebData(const char (&data)[N]) N 61 public/platform/WebData.h assign(data, N - 1); N 111 public/platform/WebString.h template <int N> WebString(const char (&data)[N]) N 113 public/platform/WebString.h assign(fromUTF8(data, N - 1)); N 116 public/platform/WebString.h template <int N> WebString& operator=(const char (&data)[N]) N 118 public/platform/WebString.h assign(fromUTF8(data, N - 1));