Searched refs:ReadLength (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/base/ |
D | pickle.h | 48 bool ReadLength(int* result) WARN_UNUSED_RESULT { in ReadLength() function 216 bool ReadLength(PickleIterator* iter, in ReadLength() function 218 return iter->ReadLength(result); in ReadLength()
|
/external/chromium_org/content/common/cursors/ |
D | webcursor.cc | 92 !iter->ReadLength(&size_x) || in Deserialize() 93 !iter->ReadLength(&size_y) || in Deserialize()
|
/external/chromium_org/net/cert/ |
D | ct_serialization.cc | 69 bool ReadLength(size_t prefix_length, base::StringPiece* in, size_t* out) { in ReadLength() function 97 if (!ReadLength(prefix_length, in, &length)) in ReadVariableBytes()
|
D | x509_certificate.cc | 314 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_org/ipc/ |
D | ipc_message_utils.h | 319 if (!m->ReadLength(iter, &size)) 352 if (!m->ReadLength(iter, &size)) 654 if (!m->ReadLength(iter, &size)) 693 if (!m->ReadLength(iter, &size))
|
D | ipc_message_utils.cc | 419 if (!m->ReadLength(iter, &size)) in Read()
|
/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/ppapi/proxy/ |
D | ppapi_param_traits.cc | 46 if (!m->ReadLength(iter, &size)) in ReadVectorWithoutCopy()
|