HomeSort by relevance Sort by last modified time
    Searched defs:GetSize (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 86 int64 GetSize(const char *file_name) {
134 EXPECT_EQ(0, GetSize(file_name));
178 EXPECT_EQ(0, GetSize(file_name));
251 EXPECT_EQ(1020, GetSize(file_name));
268 EXPECT_EQ(1020, GetSize(from_file));
282 EXPECT_EQ(1020, GetSize(from_file));
284 EXPECT_EQ(1020, GetSize(to_file1));
286 EXPECT_EQ(1020, GetSize(to_file2));
310 EXPECT_EQ(1020, GetSize(from_file));
320 EXPECT_EQ(1020, GetSize(from_file))
    [all...]
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 274 params.size = surface()->GetSize();
298 params.surface_size = surface()->GetSize();
353 gfx::Size PassThroughImageTransportSurface::GetSize() {
354 return GLSurfaceAdapter::GetSize();
texture_image_transport_surface.cc 282 gfx::Size TextureImageTransportSurface::GetSize() {
image_transport_surface_mac.cc 54 virtual gfx::Size GetSize() OVERRIDE;
250 params.size = GetSize();
273 params.surface_size = GetSize();
291 gfx::Size IOSurfaceImageTransportSurface::GetSize() {
  /external/chromium_org/content/renderer/media/
buffered_data_source.cc 257 bool BufferedDataSource::GetSize(int64* size_out) {
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 28 virtual gfx::Size GetSize() OVERRIDE;
60 gfx::Size GLImageSync::GetSize() {
texture_manager_unittest.cc     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_fuse.cc 267 Error MountNodeFuse::GetSize(size_t* out_size) {
mount_node.cc 175 Error MountNode::GetSize(size_t* out_size) {
mount_node_http.cc 201 Error MountNodeHttp::GetSize(size_t* out_size) {
  /external/chromium_org/sandbox/win/src/
crosscall_params.h 274 uint32 GetSize() const {
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils_mock.h 56 virtual bool GetSize(size_t* size) const {
57 return string_stream_.GetSize(size);
stream.cc 277 bool StreamSegment::GetSize(size_t* size) const {
278 if (!StreamAdapterInterface::GetSize(size))
452 bool FileStream::GetSize(size_t* size) const {
466 if (!GetSize(size))
481 bool FileStream::GetSize(const std::string& filename, size_t* size) {
544 GetSize(&file_size);
576 GetSize(&file_size);
825 bool MemoryStreamBase::GetSize(size_t* size) const {
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.cpp 24 size_t SkMemberInfo::GetSize(SkDisplayTypes type) { // size of simple types only
95 size_t byteSize = GetSize(type);
100 size_t SkMemberInfo::getSize(const SkDisplayable* displayable) const {
104 byteSize = GetSize(propertyType());
116 byteSize = GetSize(type) * array->count();
119 byteSize = GetSize((SkDisplayTypes) fType);
142 size_t byteSize = getSize(displayable);
  /external/skia/src/animator/
SkMemberInfo.cpp 24 size_t SkMemberInfo::GetSize(SkDisplayTypes type) { // size of simple types only
95 size_t byteSize = GetSize(type);
100 size_t SkMemberInfo::getSize(const SkDisplayable* displayable) const {
104 byteSize = GetSize(propertyType());
116 byteSize = GetSize(type) * array->count();
119 byteSize = GetSize((SkDisplayTypes) fType);
142 size_t byteSize = getSize(displayable);
  /external/stressapptest/src/
disk_blocks.cc 303 int64 BlockData::GetSize() {
  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 43 unsigned int GetSize() const {
44 return list_.GetSize();
310 const unsigned int list_size = lhs->GetSize();
311 if (lhs->GetSize() != rhs->GetSize()) {
344 ASSERT_EQ(kNumberOfElements,descending_list->GetSize());
350 ASSERT_EQ(kNumberOfElements,ascending_list->GetSize());
384 EXPECT_EQ(kNumberOfElements - 2, ascending_list->GetSize());
402 ASSERT_EQ(kNumberOfElements/2, interleave_list->GetSize());
403 ASSERT_EQ(kNumberOfElements/2, descending_list->GetSize());
    [all...]
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 124 gfx::Size BalloonViewImpl::GetSize() const {
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 127 gfx::Size BalloonViewImpl::GetSize() const {
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 128 gfx::Size BalloonViewImpl::GetSize() const {
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 143 def GetSize(self):
176 def GetSize(self):
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 406 gfx::Size NativeViewGLSurfaceEGL::GetSize() {
420 if (size == GetSize())
561 gfx::Size PbufferGLSurfaceEGL::GetSize() {
643 gfx::Size SurfacelessEGL::GetSize() {
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 130 gfx::Size BalloonViewImpl::GetSize() const {
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 289 bool StreamSegment::GetSize(size_t* size) const {
290 if (!StreamAdapterInterface::GetSize(size))
450 bool FileStream::GetSize(size_t* size) const {
464 if (!GetSize(size))
479 bool FileStream::GetSize(const std::string& filename, size_t* size) {
628 bool MemoryStreamBase::GetSize(size_t *size) const {
988 bool StringStream::GetSize(size_t* size) const {
stream.h 123 // be tempted to use GetSize() and GetPosition() to deduce the result of
180 virtual bool GetSize(size_t* size) const { return false; }
297 virtual bool GetSize(size_t* size) const {
298 return stream_->GetSize(size);
376 virtual bool GetSize(size_t* size) const;
429 virtual bool GetSize(size_t* size) const;
443 static bool GetSize(const std::string& filename, size_t* size);
498 virtual bool GetSize(size_t* size) const;
631 virtual bool GetSize(size_t* size) const;

Completed in 7653 milliseconds

1 2 34 5 6