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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/device/serial/
buffer.h 20 virtual uint32_t GetSize() = 0;
33 virtual uint32_t GetSize() = 0;
  /external/chromium_org/ui/gl/
gl_surface_stub.cc 20 gfx::Size GLSurfaceStub::GetSize() {
gl_image_stub.cc 13 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
gl_surface_stub.h 21 virtual gfx::Size GetSize() OVERRIDE;
gl_surface_wgl.h 40 virtual gfx::Size GetSize();
63 virtual gfx::Size GetSize();
  /external/lldb/scripts/Python/interface/
SBStream.i 67 ") GetSize;
69 GetSize();
SBStringList.i 35 GetSize () const;
SBInstructionList.i 42 GetSize ();
65 return int(self.GetSize())
77 for idx in range(self.GetSize()):
SBFileSpecList.i 22 GetSize () const;
  /external/lldb/source/Commands/
CommandObjectApropos.cpp 77 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/android_webview/browser/
aw_gl_surface.h 24 virtual gfx::Size GetSize() OVERRIDE;
aw_gl_surface.cc 28 gfx::Size AwGLSurface::GetSize() {
  /external/chromium_org/media/filters/
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);
  /external/chromium_org/ppapi/cpp/
video_frame.h 62 bool GetSize(Size* size) const;
  /external/chromium_org/ppapi/thunk/
ppb_host_resolver_private_api.h 27 virtual uint32_t GetSize() = 0;
ppb_video_frame_api.h 23 virtual PP_Bool GetSize(PP_Size* size) = 0;
  /external/chromium_org/ui/ozone/platform/dri/
scanout_buffer.h 25 virtual gfx::Size GetSize() const = 0;
  /external/lldb/include/lldb/Core/
InputReaderStack.h 29 GetSize () const;
  /external/lldb/test/python_api/default-constructor/
sb_instructionlist.py 9 obj.GetSize()
sb_stringlist.py 13 obj.GetSize()
sb_valuelist.py 10 obj.GetSize()
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 21 UInt64 GetSize() const { return _size; }
  /external/lldb/source/API/
SBInstructionList.cpp 50 SBInstructionList::GetSize ()
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/
buffer.cc 23 size_t SharedMemoryBufferBacking::GetSize() const { return size_; }
28 size_(backing_->GetSize()) {
  /external/chromium_org/chrome/renderer/prerender/
prerenderer_client.cc 34 render_view()->GetSize()));

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>