Searched defs:GetLength (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/ppapi/c/
H A Dppb_var_array.h73 uint32_t (*GetLength)(struct PP_Var array); member in struct:PPB_VarArray_1_0
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_array_interface.cc50 uint32_t FakeVarArrayInterface::GetLength(PP_Var var) { function in class:FakeVarArrayInterface
/external/chromium_org/ppapi/cpp/
H A Dvar_array.cc82 uint32_t VarArray::GetLength() const { function in class:pp::VarArray
86 return get_interface<PPB_VarArray_1_0>()->GetLength(var_);
/external/chromium_org/ppapi/thunk/
H A Dppb_var_array_thunk.cc41 uint32_t GetLength(PP_Var array) { function in namespace:ppapi::thunk::__anon10318
47 return array_var->GetLength();
63 &GetLength,
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dstatic_dict.h44 int GetLength(int v) const { function in class:brotli::StaticDictionary
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCData.cpp51 CFCData::GetLength() const function in class:CFCData
H A DCFCString.cpp189 CFCString::GetLength() const function in class:CFCString
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFData.cpp54 CFData::GetLength() const function in class:CFData
H A DCFString.cpp178 CFString::GetLength() const function in class:CFString
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dreadahead_file_stream_reader.cc54 int64 ReadaheadFileStreamReader::GetLength( function in class:ReadaheadFileStreamReader
56 return source_->GetLength(callback);
H A Dmtp_file_stream_reader.cc129 int64 MTPFileStreamReader::GetLength( function in class:MTPFileStreamReader
/external/chromium_org/ppapi/shared_impl/
H A Darray_var.cc61 uint32_t ArrayVar::GetLength() const { function in class:ppapi::ArrayVar
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_reader_impl.cc68 int64 WebkitFileStreamReaderImpl::GetLength( function in class:drive::internal::WebkitFileStreamReaderImpl
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dbuffering_file_stream_reader.cc68 int64 BufferingFileStreamReader::GetLength( function in class:chromeos::file_system_provider::BufferingFileStreamReader
70 const int64 result = file_stream_reader_->GetLength(callback);
H A Dfile_stream_reader.cc266 // Read() or GetLength() pending request.
373 int64 FileStreamReader::GetLength( function in class:chromeos::file_system_provider::FileStreamReader
379 // Lazily initialize with the first call to GetLength().
/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer.cc103 size_t SimplePlatformSharedBufferMapping::GetLength() const { function in class:mojo::embedder::SimplePlatformSharedBufferMapping
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_file_stream_reader.cc51 int rv = reader->GetLength(callback);
77 int64 FileSystemFileStreamReader::GetLength( function in class:storage::FileSystemFileStreamReader
80 return local_file_reader_->GetLength(callback);
/external/lldb/source/Host/common/
H A DSocketAddress.cpp78 return GetLength () != 0;
93 SocketAddress::GetLength () const function in class:SocketAddress
/external/lzma/CPP/Common/
H A DC_FileIO.cpp32 bool CFileBase::GetLength(UInt64 &length) const function in class:NC::NFile::NIO::CFileBase
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.cc33 unsigned DOMStorageCachedArea::GetLength(int connection_id) { function in class:content::DOMStorageCachedArea
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_posix.cc134 size_t File::GetLength() { function in class:disk_cache::File
136 int64 len = base_file_.GetLength();
H A Dfile_ios.cc253 size_t File::GetLength() { function in class:disk_cache::File
255 int64 len = base_file_.GetLength();
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.cc48 int64 LocalFileStreamReader::GetLength( function in class:storage::LocalFileStreamReader
77 // Call GetLength first to make it perform last-modified-time verification,
79 return GetLength(base::Bind(&LocalFileStreamReader::DidVerifyForOpen,
/external/chromium_org/base/files/
H A Dfile_posix.cc401 int64 File::GetLength() { function in class:base::File
H A Dfile_win.cc220 int64 File::GetLength() { function in class:base::File

Completed in 541 milliseconds

12