Searched defs:GetSize (Results 1 - 25 of 180) sorted by relevance

12345678

/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h127 GetSize() const { return m_break_loc_collection.size(); } function in class:lldb_private::BreakpointLocationCollection
H A DBreakpointList.h117 GetSize() const function in class:lldb_private::BreakpointList
H A DBreakpointSiteList.h189 GetSize() const function in class:lldb_private::BreakpointSiteList
H A DWatchpointList.h218 GetSize() const function in class:lldb_private::WatchpointList
H A DBreakpointLocationList.h195 GetSize() const function in class:lldb_private::BreakpointLocationList
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc20 gfx::Size GLSurfaceStub::GetSize() { function in class:gfx::GLSurfaceStub
H A Dgl_image_stub.cc13 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); } function in class:gfx::GLImageStub
/external/lzma/CPP/7zip/Archive/7z/
H A D7zSpecStream.h26 UInt64 GetSize() const { return _size; } function in class:CSequentialInStreamSizeCount2
/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.h21 UInt64 GetSize() const { return _size; } function in class:CDummyOutStream
H A DInStreamWithCRC.h35 UInt64 GetSize() const { return _size; } function in class:CSequentialInStreamWithCRC
63 UInt64 GetSize() const { return _size; } function in class:CInStreamWithCRC
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc28 gfx::Size AwGLSurface::GetSize() { function in class:android_webview::AwGLSurface
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_tracking.h30 uint64 GetSize() const { function in class:content::GpuMemoryTrackingGroup
/external/chromium_org/gpu/command_buffer/common/
H A Dbuffer.cc23 size_t SharedMemoryBufferBacking::GetSize() const { return size_; } function in class:gpu::SharedMemoryBufferBacking
28 size_(backing_->GetSize()) {
/external/chromium_org/media/filters/
H A Din_memory_url_protocol.cc52 bool InMemoryUrlProtocol::GetSize(int64* size_out) { function in class:media::InMemoryUrlProtocol
/external/chromium_org/mojo/services/gles2/
H A Dmojo_buffer_backing.cc33 size_t MojoBufferBacking::GetSize() const { return size_; } function in class:mojo::gles2::MojoBufferBacking
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc30 gfx::Size PlatformViewportHeadless::GetSize() { function in class:mojo::PlatformViewportHeadless
/external/chromium_org/ppapi/cpp/private/
H A Dhost_resolver_private.cc62 uint32_t HostResolverPrivate::GetSize() { function in class:pp::HostResolverPrivate
65 return get_interface<PPB_HostResolver_Private_0_1>()->GetSize(pp_resource());
/external/chromium_org/ppapi/cpp/
H A Dvideo_frame.cc53 bool VideoFrame::GetSize(Size* size) const { function in class:pp::VideoFrame
55 return PP_ToBool(get_interface<PPB_VideoFrame_0_1>()->GetSize(
/external/chromium_org/ppapi/thunk/
H A Dppb_video_frame_thunk.cc49 PP_Bool GetSize(PP_Resource frame, struct PP_Size* size) { function in namespace:ppapi::thunk::__anon10324
50 VLOG(4) << "PPB_VideoFrame::GetSize()";
54 return enter.object()->GetSize(size);
78 &GetSize,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Daudioframe.h49 size_t GetSize() const { return length_; } function in class:cricket::AudioFrame
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host_win.cc24 compositor_->SetScaleAndSize(1.0f, GetSize());
49 gfx::Size GetSize() { function in class:ui::TestCompositorHostWin
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_buffer_base.cc49 gfx::Size GbmBufferBase::GetSize() const { function in class:ui::GbmBufferBase
/external/lldb/include/lldb/Target/
H A DPathMappingList.h66 GetSize () const function in class:lldb_private::PathMappingList
/external/lldb/source/Core/
H A DInputReaderStack.cpp32 InputReaderStack::GetSize () const function in class:InputReaderStack
/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h84 GetSize () const function in class:DNBThreadResumeActions

Completed in 8970 milliseconds

12345678