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

  /external/chromium_org/third_party/WebKit/Source/wtf/
SizeLimits.cpp 74 AlignedBuffer<inlineCapacity * sizeof(T), WTF_ALIGN_OF(T)> inlineBuffer;
Alignment.h 31 #define WTF_ALIGN_OF(type) __alignof__(type)
34 #define WTF_ALIGN_OF(type) __alignof(type)
Vector.h 452 AlignedBuffer<m_inlineBufferSize, WTF_ALIGN_OF(T)> m_inlineBuffer;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PODArena.h 121 return WTF_ALIGN_OF(T);

Completed in 178 milliseconds