Searched refs:GetLength (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/webkit/browser/blob/
H A Dfile_stream_reader.h46 // If the stream is deleted while it has an in-flight GetLength operation
51 virtual int64 GetLength(const net::Int64CompletionCallback& callback) = 0;
/external/chromium_org/ppapi/api/
H A Dppb_var_array.idl62 uint32_t GetLength([in] PP_Var array);
/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/ppapi/thunk/
H A Dppb_var_array_thunk.cc41 uint32_t GetLength(PP_Var array) { function in namespace:ppapi::thunk::__anon9653
47 return array_var->GetLength();
63 &GetLength,
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcryptstring.h42 virtual size_t GetLength() const = 0;
52 virtual size_t GetLength() const { return 0; } function in class:talk_base::EmptyCryptStringImpl
68 size_t GetLength() const { return impl_->GetLength(); } function in class:talk_base::CryptString
112 size_t len = password->GetLength();
118 size_t GetLength() { function in class:talk_base::FormatCryptString
177 virtual size_t GetLength() const { return password_.size(); } function in class:talk_base::InsecureCryptStringImpl
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcryptstring.h42 virtual size_t GetLength() const = 0;
52 virtual size_t GetLength() const { return 0; } function in class:talk_base::EmptyCryptStringImpl
68 size_t GetLength() const { return impl_->GetLength(); } function in class:talk_base::CryptString
112 size_t len = password->GetLength();
118 size_t GetLength() { function in class:talk_base::FormatCryptString
177 virtual size_t GetLength() const { return password_.size(); } function in class:talk_base::InsecureCryptStringImpl
/external/chromium_org/ppapi/cpp/
H A Dvar_array.h74 uint32_t GetLength() const;
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/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc64 return FilePath(String(pathname_.c_str(), pathname_.GetLength() - 4));
176 if (pathname_.GetLength() == 0 || this->DirectoryExists()) {
205 ? FilePath(String(pathname_.c_str(), pathname_.GetLength() - 1))
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_file_stream_reader.cc37 int rv = reader->GetLength(callback);
76 int64 FileSystemFileStreamReader::GetLength( function in class:fileapi::FileSystemFileStreamReader
79 return local_file_reader_->GetLength(callback);
/external/chromium/net/disk_cache/
H A Dmapped_file_posix.cc22 size = GetLength();
H A Dfile.h65 size_t GetLength();
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dsaslplainmechanism.h54 el->AddText(Base64EncodeFromArray(credential.GetData(), credential.GetLength()));
/external/chromium_org/ppapi/shared_impl/
H A Darray_var.h37 uint32_t GetLength() const;
H A Darray_var.cc67 uint32_t ArrayVar::GetLength() const { function in class:ppapi::ArrayVar
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dsaslplainmechanism.h54 el->AddText(Base64EncodeFromArray(credential.GetData(), credential.GetLength()));
/external/lzma/CPP/Common/
H A DC_FileIO.h25 bool GetLength(UInt64 &length) const;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwebkit_file_stream_reader_impl_unittest.cc87 int64 length = reader->GetLength(callback.callback());
104 int64 length = reader->GetLength(callback.callback());
128 int64 length = reader->GetLength(callback.callback());
164 int64 result = reader->GetLength(callback.callback());
184 int64 result = reader->GetLength(callback.callback());
204 int64 result = reader->GetLength(callback.callback());
H A Dwebkit_file_stream_reader_impl.h47 virtual int64 GetLength(const net::Int64CompletionCallback& callback)
66 // Part of GetLength(). Called after all the initialization process is
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position_unittest.cc32 size_t GetLength(const UniquePosition& pos) { function in class:syncer::__anon10011::UniquePositionTest
316 VLOG(1) << "Length: " << GetLength(pos);
333 VLOG(1) << "Length: " << GetLength(pos);
355 VLOG(1) << "Lengths: " << GetLength(left_pos) << ", " << GetLength(right_pos);
377 VLOG(1) << "Lengths: " << GetLength(left_pos) << ", " << GetLength(right_pos);
439 VLOG(1) << "Length: " << GetLength(pos);
444 EXPECT_LT(GetLength(pos), 500U);
465 VLOG(1) << "Length: " << GetLength(po
[all...]
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.cc51 return cached_area_->GetLength(connection_id_);
/external/chromium_org/net/disk_cache/
H A Dfile.h68 size_t GetLength();
H A Dmapped_file_avoid_mmap_posix.cc20 size = GetLength();
H A Dmapped_file_posix.cc23 size = GetLength();
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc79 unicode_str.Length = (USHORT)path.GetLength()*2;
80 unicode_str.MaximumLength = (USHORT)path.GetLength()*2+2;
162 unicode_str.Length = (USHORT)path.GetLength()*2;
163 unicode_str.MaximumLength = (USHORT)path.GetLength()*2+2;

Completed in 604 milliseconds

123