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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
stream_texture.h 24 virtual gfx::Size GetSize() = 0;
stream_texture_mock.h 20 MOCK_METHOD0(GetSize, gfx::Size(void));
  /external/chromium_org/ppapi/thunk/
ppb_resource_array_api.h 18 virtual uint32_t GetSize() = 0;
ppb_resource_array_dev_thunk.cc 37 uint32_t GetSize(PP_Resource resource_array) {
38 VLOG(4) << "PPB_ResourceArray_Dev::GetSize()";
42 return enter.object()->GetSize();
56 &GetSize,
ppb_host_resolver_private_api.h 27 virtual uint32_t GetSize() = 0;
  /external/chromium_org/ui/gl/
gl_surface_stub.cc 20 gfx::Size GLSurfaceStub::GetSize() {
gl_image_stub.cc 19 gfx::Size GLImageStub::GetSize() {
gl_image_stub.h 19 virtual gfx::Size GetSize() OVERRIDE;
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/chromium/chrome/browser/notifications/
notification_test_util.cc 20 gfx::Size MockBalloonView::GetSize() const {
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view_bridge.h 29 virtual gfx::Size GetSize() const;
  /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/chrome/browser/notifications/
fake_balloon_view.cc 27 gfx::Size FakeBalloonView::GetSize() const {
fake_balloon_view.h 25 virtual gfx::Size GetSize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/autofill/
testable_autofill_dialog_view.h 37 virtual gfx::Size GetSize() const = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_view_bridge.h 28 virtual gfx::Size GetSize() const OVERRIDE;
  /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/c/dev/
ppb_resource_array_dev.h 66 uint32_t (*GetSize)(PP_Resource resource_array);
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 21 UInt64 GetSize() const { return _size; }
  /external/chromium_org/ppapi/api/dev/
ppb_resource_array_dev.idl 54 uint32_t GetSize([in] PP_Resource resource_array);
  /external/chromium_org/ui/surface/
d3d9_utils_win.h 80 gfx::Size GetSize(IDirect3DTexture9* texture);
83 gfx::Size GetSize(IDirect3DSurface9* surface);
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_unittest.cc 40 ASSERT_EQ(3U, children->GetSize());
50 ASSERT_EQ(1U, children->GetSize());
60 ASSERT_EQ(4U, children->GetSize());
75 ASSERT_EQ(2U, children->GetSize());
  /external/chromium_org/chrome/renderer/prerender/
prerenderer_client.cc 34 render_view()->GetSize()));

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8 91011>>