Searched refs:GetSize (Results 1 - 25 of 1013) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc20 gfx::Size GLSurfaceStub::GetSize() { function in class:gfx::GLSurfaceStub
H A Dgl_image_stub.cc13 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); } function in class:gfx::GLImageStub
H A Dgl_surface_stub.h21 virtual gfx::Size GetSize() OVERRIDE;
/external/lldb/scripts/Python/interface/
H A DSBStream.i67 ") GetSize;
69 GetSize();
H A DSBStringList.i35 GetSize () const;
H A DSBInstructionList.i42 GetSize ();
65 return int(self.GetSize())
77 for idx in range(self.GetSize()):
H A DSBFileSpecList.i22 GetSize () const;
/external/lldb/test/python_api/default-constructor/
H A Dsb_valuelist.py10 obj.GetSize()
H A Dsb_instructionlist.py9 obj.GetSize()
H A Dsb_stringlist.py13 obj.GetSize()
/external/lldb/source/Commands/
H A DCommandObjectApropos.cpp77 if (commands_found.GetSize() == 0 && user_commands_found.GetSize() == 0)
83 if (commands_found.GetSize() > 0)
88 for (size_t i = 0; i < commands_found.GetSize(); ++i)
95 for (size_t i = 0; i < commands_found.GetSize(); ++i)
101 if (user_commands_found.GetSize() > 0)
105 if (user_commands_found.GetSize() > 0)
110 for (size_t i = 0; i < user_commands_found.GetSize(); ++i)
117 for (size_t i = 0; i < user_commands_found.GetSize(); ++i)
/external/chromium_org/device/serial/
H A Dbuffer.h20 virtual uint32_t GetSize() = 0;
33 virtual uint32_t GetSize() = 0;
/external/chromium_org/media/filters/
H A Dblocking_url_protocol.cc38 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) { function in class:media::BlockingUrlProtocol
80 return data_source_->GetSize(size_out);
/external/lldb/source/API/
H A DSBInstructionList.cpp50 SBInstructionList::GetSize () function in class:SBInstructionList
53 return m_opaque_sp->GetInstructionList().GetSize();
61 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize())
96 size_t num_instructions = GetSize ();
123 size_t len = GetSize();
/external/chromium_org/gpu/command_buffer/common/
H A Dbuffer.cc23 size_t SharedMemoryBufferBacking::GetSize() const { return size_; } function in class:gpu::SharedMemoryBufferBacking
28 size_(backing_->GetSize()) {
/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/renderer/prerender/
H A Dprerenderer_client.cc34 render_view()->GetSize()));
/external/chromium_org/components/url_matcher/
H A Durl_matcher_helpers.cc20 size_t number_types = value_as_list->GetSize();
/external/chromium_org/ppapi/cpp/private/
H A Dhost_resolver_private.h34 uint32_t GetSize();
/external/chromium_org/ppapi/cpp/
H A Dvideo_frame.h62 bool GetSize(Size* size) const;
/external/chromium_org/ppapi/thunk/
H A Dppb_host_resolver_private_api.h27 virtual uint32_t GetSize() = 0;
H A Dppb_video_frame_api.h23 virtual PP_Bool GetSize(PP_Size* size) = 0;
/external/lldb/include/lldb/Core/
H A DInputReaderStack.h29 GetSize () const;
/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.h21 UInt64 GetSize() const { return _size; } function in class:CDummyOutStream
/external/opencv/
H A DWLNonFileByteStream.h38 int GetSize();

Completed in 897 milliseconds

1234567891011>>