Searched defs:GetSize (Results 101 - 125 of 180) sorted by relevance

12345678

/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.cc292 gfx::Size PassThroughImageTransportSurface::GetSize() { function in class:content::PassThroughImageTransportSurface
293 return GLSurfaceAdapter::GetSize();
H A Dstream_texture_android.cc42 gfx::Size size = gl_image->GetSize();
164 gfx::Size StreamTexture::GetSize() { function in class:content::StreamTexture
H A Dtexture_image_transport_surface.cc282 gfx::Size TextureImageTransportSurface::GetSize() { function in class:content::TextureImageTransportSurface
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc309 size_t WebInputEventTraits::GetSize(WebInputEvent::Type type) { function in class:content::WebInputEventTraits
/external/chromium_org/device/serial/
H A Ddata_receiver.cc70 virtual uint32_t GetSize() OVERRIDE;
322 uint32_t DataReceiver::PendingReceive::Buffer::GetSize() { function in class:device::DataReceiver::PendingReceive::Buffer
H A Ddata_sink_receiver.cc53 virtual uint32_t GetSize() OVERRIDE;
261 uint32_t DataSinkReceiver::Buffer::GetSize() { function in class:device::DataSinkReceiver::Buffer
/external/chromium_org/media/formats/webm/
H A Dtracks_builder.cc220 payload_size += itr->GetSize();
288 int TracksBuilder::Track::GetSize() const { function in class:media::TracksBuilder::Track
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs_node.cc236 Error Html5FsNode::GetSize(off_t* out_size) { function in class:nacl_io::Html5FsNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs_node.cc135 Error JsFsNode::GetSize(off_t* out_size) { function in class:nacl_io::JsFsNode
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_params.h274 uint32 GetSize() const { function in class:sandbox::ActualCallParams
/external/chromium_org/third_party/skia/src/animator/
H A DSkMemberInfo.cpp24 size_t SkMemberInfo::GetSize(SkDisplayTypes type) { // size of simple types only function in class:SkMemberInfo
95 size_t byteSize = GetSize(type);
104 byteSize = GetSize(propertyType());
116 byteSize = GetSize(type) * array->count();
119 byteSize = GetSize((SkDisplayTypes) fType);
/external/chromium_org/third_party/webrtc/base/
H A Dmultipart.cc183 if (!parts_[i]->GetSize(&part_size)) {
211 bool MultipartStream::GetSize(size_t* size) const { function in class:rtc::MultipartStream
214 if (!parts_[i]->GetSize(&part_size)) {
H A Dstream_unittest.cc51 virtual bool GetSize(size_t* size) const { function in class:rtc::TestStream
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.h79 virtual inline int32_t GetSize(uint32_t* inUse = 0) function in class:webrtc::test::IoContextPool
/external/chromium_org/ui/base/x/
H A Dselection_utils.cc195 size_t SelectionData::GetSize() const { function in class:ui::SelectionData
224 size_t size = GetSize();
/external/chromium_org/ui/gl/
H A Dgl_image_glx.cc172 gfx::Size GLImageGLX::GetSize() { return size_; } function in class:gfx::GLImageGLX
H A Dgl_surface.cc306 gfx::Size GLSurfaceAdapter::GetSize() { function in class:gfx::GLSurfaceAdapter
307 return surface_->GetSize();
H A Dgl_surface_wgl.cc253 "width", GetSize().width(),
254 "height", GetSize().height());
273 gfx::Size NativeViewGLSurfaceWGL::GetSize() { function in class:gfx::NativeViewGLSurfaceWGL
350 gfx::Size PbufferGLSurfaceWGL::GetSize() { function in class:gfx::PbufferGLSurfaceWGL
/external/lldb/include/lldb/Core/
H A DModuleSpec.h467 GetSize() const function in class:lldb_private::ModuleSpecList
552 const size_t initial_match_count = matching_list.GetSize();
560 if (module_spec.GetArchitecturePtr() && (initial_match_count == matching_list.GetSize()))
569 return matching_list.GetSize() - initial_match_count;
H A DSection.h72 GetSize () const function in class:lldb_private::SectionList
H A DUniqueCStringMap.h259 GetSize () const function in class:lldb_private::UniqueCStringMap
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h255 GetSize () const function in class:lldb_private::ClangASTContext::TemplateParameterInfos
/external/lldb/source/API/
H A DSBModuleSpec.cpp195 SBModuleSpecList::GetSize() function in class:SBModuleSpecList
197 return m_opaque_ap->GetSize();
/external/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp35 BreakpointIDList::GetSize() function in class:BreakpointIDList
294 const size_t num_breakpoints = breakpoints.GetSize();
/external/lldb/source/Core/
H A DStringList.cpp78 size_t len = strings.GetSize();
91 StringList::GetSize () const function in class:StringList
107 size_t size = GetSize();
220 if (GetSize() == 0)
238 for (size_t i = 0; i < GetSize(); i++)
278 exact_idx = matches.GetSize();
288 return matches.GetSize();

Completed in 731 milliseconds

12345678