Searched defs:ByteLength (Results 1 – 11 of 11) sorted by relevance
68 PP_Bool (*ByteLength)(struct PP_Var array, uint32_t* byte_length); member
24 PP_Bool FakeVarArrayBufferInterface::ByteLength(struct PP_Var var, in ByteLength() function in FakeVarArrayBufferInterface
75 uint32 PluginArrayBufferVar::ByteLength() { in ByteLength() function in ppapi::PluginArrayBufferVar
52 uint32_t VarArrayBuffer::ByteLength() const { in ByteLength() function in pp::VarArrayBuffer
66 size_t ScopedBstr::ByteLength() const { in ByteLength() function in base::win::ScopedBstr
55 uint32 HostArrayBufferVar::ByteLength() { return buffer_.byteLength(); } in ByteLength() function in content::HostArrayBufferVar
89 PP_Bool ByteLength(PP_Var array, uint32_t* byte_length) { in ByteLength() function
2884 size_t ByteLength() const { return byte_length_; } in ByteLength() function
6004 size_t v8::ArrayBuffer::ByteLength() const { in ByteLength() function in v8::v8::ArrayBuffer6054 size_t v8::ArrayBufferView::ByteLength() { in ByteLength() function in v8::v8::ArrayBufferView
1163 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument
3074 size_t ByteLength() const { return contents_.ByteLength(); } in ByteLength() function in ScopedArrayBufferContents