/external/chromium/base/ |
D | pickle.cc | 220 if (!ReadLength(iter, &len)) in ReadString() 236 if (!ReadLength(iter, &len)) in ReadWString() 255 if (!ReadLength(iter, &len)) in ReadString16() 274 if (!ReadLength(iter, length)) in ReadData() 296 bool Pickle::ReadLength(void** iter, int* result) const { in ReadLength() function in Pickle
|
D | pickle.h | 84 bool ReadLength(void** iter, int* result) const;
|
/external/chromium_org/base/ |
D | pickle.h | 46 bool ReadLength(int* result) WARN_UNUSED_RESULT { in ReadLength() function 206 bool ReadLength(PickleIterator* iter, in ReadLength() function 208 return iter->ReadLength(result); in ReadLength()
|
/external/chromium/webkit/glue/ |
D | webcursor.cc | 82 !pickle->ReadLength(iter, &size_x) || in Deserialize() 83 !pickle->ReadLength(iter, &size_y) || in Deserialize()
|
/external/chromium_org/webkit/common/cursors/ |
D | webcursor.cc | 90 !iter->ReadLength(&size_x) || in Deserialize() 91 !iter->ReadLength(&size_y) || in Deserialize()
|
/external/chromium_org/net/cert/ |
D | ct_serialization.cc | 66 bool ReadLength(size_t prefix_length, base::StringPiece* in, size_t* out) { in ReadLength() function 94 if (!ReadLength(prefix_length, in, &length)) in ReadVariableBytes()
|
D | x509_certificate.cc | 310 if (!pickle_iter->ReadLength(&chain_length)) in CreateFromPickle()
|
/external/chromium_org/crypto/ |
D | rsa_private_key.cc | 319 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) { in ReadLength() function in crypto::PrivateKeyInfoCodec 355 return ReadLength(pos, end, length); in ReadTypeHeaderAndLength()
|
D | rsa_private_key.h | 133 bool ReadLength(uint8** pos, uint8* end, uint32* result);
|
/external/chromium_org/ui/base/clipboard/ |
D | custom_data_helper.cc | 33 if (!ReadLength(iter, &len)) in SkipString16()
|
/external/chromium/crypto/ |
D | rsa_private_key.cc | 325 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) { in ReadLength() function in crypto::PrivateKeyInfoCodec 361 return ReadLength(pos, end, length); in ReadTypeHeaderAndLength()
|
D | rsa_private_key.h | 136 bool ReadLength(uint8** pos, uint8* end, uint32* result);
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
D | pepper_flash_clipboard_message_filter.cc | 60 if (!iter->ReadLength(&skip_length)) in JumpToFormatInPickle()
|
/external/chromium_org/ipc/ |
D | ipc_message_utils.h | 317 if (!m->ReadLength(iter, &size)) 350 if (!m->ReadLength(iter, &size)) 652 if (!m->ReadLength(iter, &size))
|
D | ipc_message_utils.cc | 419 if (!m->ReadLength(iter, &size)) in Read()
|
/external/chromium_org/ppapi/proxy/ |
D | ppapi_param_traits.cc | 46 if (!m->ReadLength(iter, &size)) in ReadVectorWithoutCopy()
|