Searched defs:GetSize (Results 51 - 75 of 180) sorted by relevance

12345678

/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc30 size_t GetSize(AXAuraObjWrapper* tree) { function
37 count += GetSize(out_children[i]);
114 ASSERT_EQ(GetSize(ax_tree.GetRoot()), out_update.nodes.size());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.cc82 gfx::Size AutofillDialogViewTesterViews::GetSize() const { function in class:autofill::AutofillDialogViewTesterViews
/external/chromium_org/media/filters/
H A Dblocking_url_protocol.cc38 if (data_source_->GetSize(&file_size) && read_position_ >= file_size)
70 if ((data_source_->GetSize(&file_size) && position > file_size) ||
79 bool BlockingUrlProtocol::GetSize(int64* size_out) { function in class:media::BlockingUrlProtocol
80 return data_source_->GetSize(size_out);
/external/chromium_org/media/midi/
H A Dusb_midi_output_stream.cc23 size_t size = GetSize(data);
60 size_t UsbMidiOutputStream::GetSize(const std::vector<uint8>& data) const { function in class:media::UsbMidiOutputStream
66 DCHECK_LT(index, GetSize(data));
80 while (index < GetSize(data)) {
131 if (GetSize(data) < index + message_size) {
175 if (GetSize(data) < index + message_size) {
/external/chromium_org/pdf/
H A Dchunk_stream.cc35 size_t ChunkStream::GetSize() { function in class:chrome_pdf::ChunkStream
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_memory_mapping.h29 size_t GetSize() const { return size_; } function in class:crazy::MemoryMapping
/external/chromium_org/third_party/webrtc/base/
H A Dsslidentity.h94 size_t GetSize() const { return certs_.size(); } function in class:rtc::SSLCertChain
/external/chromium_org/ui/gl/
H A Dgl_image_egl.cc44 gfx::Size GLImageEGL::GetSize() { return size_; } function in class:gfx::GLImageEGL
H A Dgl_image_io_surface.cc32 gfx::Size GLImageIOSurface::GetSize() { return size_; } function in class:gfx::GLImageIOSurface
H A Dgl_surface_osmesa.cc82 gfx::Size GLSurfaceOSMesa::GetSize() { function in class:gfx::GLSurfaceOSMesa
/external/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h83 GetSize () const function in class:lldb_private::OptionValueArray
/external/lldb/source/API/
H A DSBFileSpecList.cpp60 SBFileSpecList::GetSize () const function in class:SBFileSpecList
62 return m_opaque_ap->GetSize();
129 uint32_t num_files = m_opaque_ap->GetSize();
H A DSBInstructionList.cpp50 SBInstructionList::GetSize () function in class:SBInstructionList
53 return m_opaque_sp->GetInstructionList().GetSize();
61 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize())
96 size_t num_instructions = GetSize ();
123 size_t len = GetSize();
H A DSBStream.cpp51 SBStream::GetSize() function in class:SBStream
56 return static_cast<StreamString *>(m_opaque_ap.get())->GetSize();
/external/lldb/source/Core/
H A DFileSpecList.cpp182 FileSpecList::GetSize() const function in class:FileSpecList
H A DStreamString.cpp53 return GetSize() == 0;
63 StreamString::GetSize () const function in class:StreamString
H A DValueObjectList.cpp65 ValueObjectList::GetSize() const function in class:ValueObjectList
/external/chromium_org/chrome/utility/media_galleries/
H A Dipc_data_source.cc37 bool IPCDataSource::GetSize(int64* size_out) { function in class:metadata::IPCDataSource
/external/chromium_org/components/enhanced_bookmarks/
H A Dpersistent_image_store.cc159 gfx::Size PersistentImageStore::GetSize(const GURL& page_url) { function in class:PersistentImageStore
/external/chromium_org/components/invalidation/
H A Dsingle_object_invalidation_set.cc38 size_t SingleObjectInvalidationSet::GetSize() const { function in class:syncer::SingleObjectInvalidationSet
99 for (size_t i = 0; i < list.GetSize(); ++i) {
/external/chromium_org/content/browser/fileapi/
H A Dnative_file_util_unittest.cc42 int64 GetSize(const base::FilePath& path) { function in class:content::NativeFileUtilTest
64 EXPECT_EQ(0, GetSize(file_name));
86 EXPECT_EQ(0, GetSize(file_name));
208 EXPECT_EQ(1020, GetSize(file_name));
226 EXPECT_EQ(1020, GetSize(from_file));
237 EXPECT_EQ(1020, GetSize(from_file));
239 EXPECT_EQ(1020, GetSize(to_file1));
241 EXPECT_EQ(1020, GetSize(to_file2));
253 EXPECT_EQ(1020, GetSize(to_dir_file));
294 EXPECT_EQ(1020, GetSize(from_fil
[all...]
/external/chromium_org/device/serial/
H A Ddata_source_sender.cc56 virtual uint32_t GetSize() OVERRIDE;
224 uint32_t DataSourceSender::PendingSend::Buffer::GetSize() { function in class:device::DataSourceSender::PendingSend::Buffer
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.h42 unsigned int GetSize() const { function in class:gpu::MemoryChunk
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager_in_process_android.cc27 virtual gfx::Size GetSize() OVERRIDE;
63 gfx::Size GLImageImpl::GetSize() { function in class:gpu::__anon8441::GLImageImpl
127 gfx::Size size = gl_image->GetSize();
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_android.cc123 gfx::Size PlatformViewportAndroid::GetSize() { function in class:mojo::PlatformViewportAndroid

Completed in 595 milliseconds

12345678