Searched refs:kNumBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer_unittest.cc20 const size_t kNumBytes = kNumInts * sizeof(int); local
26 SimplePlatformSharedBuffer::Create(kNumBytes));
31 EXPECT_TRUE(buffer->IsValidMap(0, kNumBytes));
32 scoped_ptr<PlatformSharedBufferMapping> mapping(buffer->Map(0, kNumBytes));
45 ASSERT_TRUE(buffer->IsValidMap(0, kNumBytes));
48 buffer->MapNoCheck(0, kNumBytes));
78 EXPECT_TRUE(buffer->IsValidMap(sizeof(int), kNumBytes - sizeof(int)));
80 buffer->Map(sizeof(int), kNumBytes - sizeof(int)));
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc65 const size_t kNumBytes = (MAX_VALID_FIELD_TYPE + 0x7) / 8; local
68 std::vector<uint8> bit_field(kNumBytes, 0);

Completed in 254 milliseconds