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

12345

/external/chromium/chrome/browser/notifications/
H A Dnotification_test_util.cc20 gfx::Size MockBalloonView::GetSize() const { function in class:MockBalloonView
/external/chromium_org/ppapi/c/dev/
H A Dppb_resource_array_dev.h66 uint32_t (*GetSize)(PP_Resource resource_array); member in struct:PPB_ResourceArray_Dev_0_1
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc20 gfx::Size GLSurfaceStub::GetSize() { function in class:gfx::GLSurfaceStub
H A Dgl_image_io_surface.cc36 gfx::Size GLImageIOSurface::GetSize() { function in class:gfx::GLImageIOSurface
H A Dgl_image_stub.cc19 gfx::Size GLImageStub::GetSize() { 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
H A DOutStreamWithCRC.h32 UInt64 GetSize() const { return _size; } function in class:COutStreamWithCRC
/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/chrome/browser/notifications/
H A Dfake_balloon_view.cc27 gfx::Size FakeBalloonView::GetSize() const { function in class:FakeBalloonView
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_tracking.h30 uint64 GetSize() const { function in class:content::GpuMemoryTrackingGroup
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_backing_store.h49 const gfx::Size& GetSize() const { return size_; } function in class:content::BrowserPluginBackingStore
/external/chromium_org/media/filters/
H A Din_memory_url_protocol.cc44 bool InMemoryUrlProtocol::GetSize(int64* size_out) { function in class:media::InMemoryUrlProtocol
/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/shared_impl/
H A Dppb_resource_array_shared.cc43 uint32_t PPB_ResourceArray_Shared::GetSize() { function in class:ppapi::PPB_ResourceArray_Shared
/external/chromium_org/ppapi/thunk/
H A Dppb_resource_array_dev_thunk.cc37 uint32_t GetSize(PP_Resource resource_array) { function in namespace:ppapi::thunk::__anon10348
38 VLOG(4) << "PPB_ResourceArray_Dev::GetSize()";
42 return enter.object()->GetSize();
56 &GetSize,
H A Dppb_host_resolver_private_thunk.cc51 uint32_t GetSize(PP_Resource host_resolver) { function in namespace:ppapi::thunk::__anon10330
55 return enter.object()->GetSize();
72 &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.cc20 compositor_->SetScaleAndSize(1.0f, GetSize());
45 gfx::Size GetSize() { function in class:ui::TestCompositorHostWin
/external/chromium_org/base/files/
H A Dfile_enumerator_win.cc29 int64 FileEnumerator::FileInfo::GetSize() const { function in class:base::FileEnumerator::FileInfo
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager_in_process_android.cc29 gfx::Size StreamTextureManagerInProcess::StreamTextureImpl::GetSize() { function in class:gpu::StreamTextureManagerInProcess::StreamTextureImpl
/external/chromium_org/ppapi/c/private/
H A Dppb_host_resolver_private.h100 uint32_t (*GetSize)(PP_Resource host_resolver); member in struct:PPB_HostResolver_Private_0_1
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_private_resource.cc38 uint32_t HostResolverPrivateResource::GetSize() { function in class:ppapi::proxy::HostResolverPrivateResource
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslidentity.h110 size_t GetSize() const { return certs_.size(); } function in class:talk_base::SSLCertChain

Completed in 1453 milliseconds

12345