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

  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 31 static const char kKeySize[] = "size";
116 dict->SetString(kKeySize,
133 dict->SetString(kKeySize,
151 dict->SetString(kKeySize,
170 dict->SetString(kKeySize,
  /external/skia/src/gpu/
GrResourceCache.h 108 kKeySize = SkAlign4(kPadOffset),
109 kPadSize = kKeySize - kPadOffset
117 uint8_t fKey8[kKeySize];
118 uint32_t fKey32[kKeySize / 4];
131 typedef GrTBinHashKey<Key, kKeySize> HashedKey;
GrBinHashKey.h 29 enum { kKeySize = KEY_SIZE };
  /external/chromium/crypto/
hmac_unittest.cc 14 const int kKeySize = 16;
17 const unsigned char kClientKey[kKeySize] =
56 ASSERT_TRUE(hmac.Init(kClientKey, kKeySize));
  /external/skia/src/gpu/gl/
GrGpuGL.h 151 kKeySize = sizeof(ProgramDesc),
159 typedef GrTBinHashKey<Entry, kKeySize> ProgramHashKey;

Completed in 118 milliseconds