HomeSort by relevance Sort by last modified time
    Searched defs:GetSize (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/ui/gl/
gl_image_stub.cc 13 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
gl_image_egl.cc 41 gfx::Size GLImageEGL::GetSize() { return size_; }
gl_image_io_surface.cc 30 gfx::Size GLImageIOSurface::GetSize() { return size_; }
gl_image_surface_texture.cc 32 gfx::Size GLImageSurfaceTexture::GetSize() { return size_; }
gl_surface_stub.cc 20 gfx::Size GLSurfaceStub::GetSize() {
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocationCollection.h 127 GetSize() const { return m_break_loc_collection.size(); }
BreakpointList.h 117 GetSize() const
BreakpointSiteList.h 189 GetSize() const
WatchpointList.h 218 GetSize() const
  /external/lzma/CPP/7zip/Archive/7z/
7zSpecStream.h 26 UInt64 GetSize() const { return _size; }
  /external/chromium_org/media/filters/
in_memory_url_protocol.cc 52 bool InMemoryUrlProtocol::GetSize(int64* size_out) {
blocking_url_protocol.cc 38 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) {
80 return data_source_->GetSize(size_out);
file_data_source.cc 54 bool FileDataSource::GetSize(int64* size_out) {
  /external/chromium_org/mojo/services/gles2/
mojo_buffer_backing.cc 33 size_t MojoBufferBacking::GetSize() const { return size_; }
  /external/chromium_org/ppapi/cpp/private/
host_resolver_private.cc 62 uint32_t HostResolverPrivate::GetSize() {
65 return get_interface<PPB_HostResolver_Private_0_1>()->GetSize(pp_resource());
  /external/chromium_org/ppapi/proxy/
host_resolver_private_resource.cc 38 uint32_t HostResolverPrivateResource::GetSize() {
  /external/lldb/source/Core/
InputReaderStack.cpp 32 InputReaderStack::GetSize () const
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 21 UInt64 GetSize() const { return _size; }
  /external/chromium_org/android_webview/browser/
aw_gl_surface.cc 28 gfx::Size AwGLSurface::GetSize() {
  /external/chromium_org/base/files/
file_enumerator_win.cc 29 int64 FileEnumerator::FileInfo::GetSize() const {
  /external/chromium_org/components/enhanced_bookmarks/
test_image_store.cc 48 gfx::Size TestImageStore::GetSize(const GURL& page_url) {
81 size += bitmap.getSize();
  /external/chromium_org/content/common/gpu/
gpu_memory_tracking.h 30 uint64 GetSize() const {
  /external/chromium_org/device/hid/
hid_report_descriptor_item.cc 78 size_t HidReportDescriptorItem::GetSize() const {
  /external/chromium_org/gpu/command_buffer/common/
buffer.cc 23 size_t SharedMemoryBufferBacking::GetSize() const { return size_; }
28 size_(backing_->GetSize()) {
  /external/chromium_org/media/tools/player_x11/
data_source_logger.cc 41 bool DataSourceLogger::GetSize(int64* size_out) {
42 bool success = data_source_->GetSize(size_out);
43 VLOG(1) << "GetSize() -> " << (success ? "true" : "false")

Completed in 740 milliseconds

1 2 3 4 5 6 7 8 910