Searched defs:size_ (Results 51 - 75 of 293) sorted by relevance

1234567891011>>

/external/chromium_org/printing/
H A Dimage.h43 return size_;
64 DCHECK(x >= 0 && x < size_.width());
65 DCHECK(y >= 0 && y < size_.height());
83 gfx::Size size_; member in class:printing::Image
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relro.h24 SharedRelro() : start_(0), size_(0), ashmem_() {}
29 size_t end() const { return start_ + size_; }
30 size_t size() const { return size_; }
77 size_t size_; member in class:crazy::SharedRelro
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h90 : text_(value), size_(strlen(text_)) {}
92 : text_(value.data()), size_(value.size()) {}
96 : text_(NULL), size_(-1) {}
105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strle
134 int size_; member in class:google::protobuf::strings::internal::SubstituteArg
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dsingle_rw_fifo.h34 int size() { return size_.Value(); }
41 Atomic32 size_; member in class:webrtc::SingleRwFifo
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dshared_memory.h42 size_t size() const { return size_; }
57 const size_t size_; member in class:webrtc::SharedMemory
/external/chromium_org/ui/gl/
H A Dgl_image_memory.h50 const gfx::Size size_; member in class:gfx::GLImageMemory
H A Dgl_surface_egl.h89 gfx::Size size_; member in class:gfx::NativeViewGLSurfaceEGL
116 gfx::Size size_; member in class:gfx::PbufferGLSurfaceEGL
144 gfx::Size size_; member in class:gfx::SurfacelessEGL
H A Dgl_surface_glx.h88 gfx::Size size_; member in class:gfx::NativeViewGLSurfaceGLX
113 gfx::Size size_; member in class:gfx::PbufferGLSurfaceGLX
H A Dgl_surface_mac.cc30 explicit NoOpGLSurface(const gfx::Size& size) : size_(size) {}
40 virtual gfx::Size GetSize() OVERRIDE { return size_; }
48 gfx::Size size_; member in class:gfx::__anon16939::NoOpGLSurface
H A Dgl_surface_osmesa.h38 gfx::Size size_; member in class:gfx::GLSurfaceOSMesa
/external/chromium_org/v8/src/compiler/
H A Dnode-cache.h21 explicit NodeCache(int max = 256) : entries_(NULL), size_(0), max_(max) {}
39 int32_t size_; member in class:v8::internal::compiler::NodeCache
/external/chromium_org/v8/src/
H A Dprettyprinter.h39 int size_; // output_ size member in class:v8::internal::PrettyPrinter
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h90 : text_(value), size_(strlen(text_)) {}
92 : text_(value.data()), size_(value.size()) {}
96 : text_(NULL), size_(-1) {}
105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strle
134 int size_; member in class:google::protobuf::strings::internal::SubstituteArg
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h103 unsigned int size_; member in class:webrtc::ListWrapper
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.h74 unsigned int size_; member in class:webrtc::ListNoStl
H A Dmap_no_stl.h65 int size_; member in class:webrtc::MapNoStl
/external/ceres-solver/examples/
H A Dfields_of_experts.h101 return size_;
106 return size_ * size_;
131 int size_; member in class:ceres::examples::FieldsOfExperts
/external/ceres-solver/include/ceres/
H A Dlocal_parameterization.h146 virtual int GlobalSize() const { return size_; }
147 virtual int LocalSize() const { return size_; }
150 const int size_; member in class:ceres::IdentityParameterization
/external/chromium_org/cc/output/
H A Dcopy_output_result.h42 gfx::Size size() const { return size_; }
54 gfx::Size size_; member in class:cc::CopyOutputResult
/external/chromium_org/chrome/renderer/net/
H A Dpredictor_queue.h49 size_t Size() const { return size_; }
82 size_t size_; member in class:DnsQueue
/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message_unittest.cc21 : data_(data), size_(size) {}
26 virtual size_t size() const OVERRIDE { return size_; }
31 const size_t size_; member in class:chromecast::media::__anon6066::ExternalMemoryBlock
/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue.h72 gfx::Size size_; member in class:content::BufferQueue
/external/chromium_org/gpu/command_buffer/common/
H A Dbuffer.h38 size_t size_; member in class:gpu::SharedMemoryBufferBacking
49 size_t size() const { return size_; }
60 size_t size_; member in class:gpu::Buffer
/external/chromium_org/media/formats/webm/
H A Dwebm_parser.h82 int64 size_; member in struct:media::WebMListParser::ListState
/external/chromium_org/media/video/
H A Dpicture.h33 return size_;
49 gfx::Size size_; member in class:media::PictureBuffer

Completed in 437 milliseconds

1234567891011>>