Home
last modified time | relevance | path

Searched refs:ReadLength (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/base/
Dpickle.h48 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/
Dwebcursor.cc92 !iter->ReadLength(&size_x) || in Deserialize()
93 !iter->ReadLength(&size_y) || in Deserialize()
/external/chromium_org/net/cert/
Dct_serialization.cc69 bool ReadLength(size_t prefix_length, base::StringPiece* in, size_t* out) { in ReadLength() function
97 if (!ReadLength(prefix_length, in, &length)) in ReadVariableBytes()
Dx509_certificate.cc314 if (!pickle_iter->ReadLength(&chain_length)) in CreateFromPickle()
/external/chromium_org/crypto/
Drsa_private_key.cc319 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) { in ReadLength() function in crypto::PrivateKeyInfoCodec
355 return ReadLength(pos, end, length); in ReadTypeHeaderAndLength()
Drsa_private_key.h133 bool ReadLength(uint8** pos, uint8* end, uint32* result);
/external/chromium_org/ui/base/clipboard/
Dcustom_data_helper.cc33 if (!ReadLength(iter, &len)) in SkipString16()
/external/chromium_org/ipc/
Dipc_message_utils.h319 if (!m->ReadLength(iter, &size))
352 if (!m->ReadLength(iter, &size))
654 if (!m->ReadLength(iter, &size))
693 if (!m->ReadLength(iter, &size))
Dipc_message_utils.cc419 if (!m->ReadLength(iter, &size)) in Read()
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_flash_clipboard_message_filter.cc60 if (!iter->ReadLength(&skip_length)) in JumpToFormatInPickle()
/external/chromium_org/ppapi/proxy/
Dppapi_param_traits.cc46 if (!m->ReadLength(iter, &size)) in ReadVectorWithoutCopy()