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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FrameData.h 42 static const bool canInitializeWithMemset = false; // Not all FrameData members initialize to 0.
  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 44 static const bool canInitializeWithMemset = false;
56 static const bool canInitializeWithMemset = false;
68 static const bool canInitializeWithMemset = true;
92 static const bool canInitializeWithMemset = FirstTraits::canInitializeWithMemset && SecondTraits::canInitializeWithMemset;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 136 static const bool canInitializeWithMemset = true;

Completed in 944 milliseconds