Searched defs:SetSize (Results 1 - 25 of 62) sorted by path

123

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs143 SetSize(newSize);
152 SetSize(a._bits.Length);
163 private void SetSize(int nwords) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs159 SetSize(newSize);
171 SetSize( a._bits.Length );
183 private void SetSize( int nwords ) method in class:Antlr.Runtime.BitSet
/external/chromium_org/athena/home/
H A Dathena_start_page_view_unittest.cc58 SetSize(gfx::Size(1280, 800));
66 void SetSize(const gfx::Size& new_size) { function in class:athena::AthenaStartPageViewTest
67 view_->SetSize(new_size);
159 SetSize(gfx::Size(800, 1280));
205 SetSize(gfx::Size(1280, 800));
/external/chromium_org/content/browser/frame_host/
H A Dcross_process_frame_connector.cc58 SetSize(child_frame_rect_);
103 SetSize(frame_rect);
151 void CrossProcessFrameConnector::SetSize(gfx::Rect frame_rect) { function in class:content::CrossProcessFrameConnector
154 view_->SetSize(frame_rect.size());
H A Dinterstitial_page_impl.cc597 view->SetSize(web_contents()->GetContainerBounds().size());
690 void InterstitialPageImpl::SetSize(const gfx::Size& size) { function in class:content::InterstitialPageImpl
697 render_view_host_->GetView()->SetSize(size);
699 // TODO(port): Does Mac need to SetSize?
H A Drender_widget_host_view_child_frame.cc35 void RenderWidgetHostViewChildFrame::SetSize(const gfx::Size& size) { function in class:content::RenderWidgetHostViewChildFrame
40 SetSize(rect.size());
H A Drender_widget_host_view_guest.cc94 SetSize(guest_->web_contents()->GetViewBounds().size());
105 void RenderWidgetHostViewGuest::SetSize(const gfx::Size& size) { function in class:content::RenderWidgetHostViewGuest
111 SetSize(rect.size());
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc368 void RenderWidgetHostViewAndroid::SetSize(const gfx::Size& size) { function in class:content::RenderWidgetHostViewAndroid
375 SetSize(rect.size());
H A Drender_widget_host_view_aura.cc636 void RenderWidgetHostViewAura::SetSize(const gfx::Size& size) { function in class:content::RenderWidgetHostViewAura
637 // For a SetSize operation, we don't care what coordinate system the origin
1702 // messaged to the renderer. WebContentsViewAura invokes SetSize() or
1705 SetSize(new_bounds.size());
/external/chromium_org/content/plugin/
H A Dwebplugin_accelerated_surface_proxy_mac.cc52 void WebPluginAcceleratedSurfaceProxy::SetSize(const gfx::Size& size) { function in class:content::WebPluginAcceleratedSurfaceProxy
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_remote_video_source.cc37 virtual void SetSize(int width, int height) OVERRIDE;
68 RemoteVideoSourceDelegate::SetSize(int width, int height) { function in class:content::MediaStreamRemoteVideoSource::RemoteVideoSourceDelegate
H A Dmock_peer_connection_dependency_factory.cc166 bool MockVideoRenderer::SetSize(int width, int height, int reserved) { function in class:content::MockVideoRenderer
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc21 void CommonDecoder::Bucket::SetSize(size_t size) { function in class:gpu::CommonDecoder::Bucket
42 SetSize(0);
45 SetSize(size);
189 bucket->SetSize(size);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.cc47 void PpbBuffer::SetSize(uint32_t size) { function in class:media::PpbBuffer
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.cc37 void CompositorHost::SetSize(const gfx::Size& viewport_size) { function in class:mojo::examples::CompositorHost
/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.cc45 void GLES2ClientImpl::SetSize(const mojo::Size& size) { function in class:examples::GLES2ClientImpl
/external/chromium_org/mojo/services/native_viewport/
H A Dviewport_surface.cc39 void ViewportSurface::SetSize(const gfx::Size& size) { function in class:mojo::ViewportSurface
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc64 void BitmapUploader::SetSize(const gfx::Size& size) { function in class:mojo::BitmapUploader
/external/chromium_org/pdf/
H A Dpaint_manager.cc85 void PaintManager::SetSize(const pp::Size& new_size, float device_scale) { function in class:PaintManager
100 // You must call SetSize before using.
110 // You must call SetSize before using.
126 // You must call SetSize before using.
/external/chromium_org/ppapi/cpp/
H A Dsize.h118 /// SetSize() sets the value of width and height.
122 void SetSize(int w, int h) { function in class:pp::Size
252 /// SetSize() sets the value of width and height.
256 void SetSize(float w, float h) { function in class:pp::FloatSize
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc57 void PaintManager::SetSize(const Size& new_size) { function in class:pp::PaintManager
68 // You must call SetSize before using.
76 // You must call SetSize before using.
89 // You must call SetSize before using.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakevideotrackrenderer.h47 virtual void SetSize(int width, int height) { function in class:webrtc::FakeVideoTrackRenderer
48 fake_renderer_.SetSize(width, height, 0);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.cc66 bool VideoTrackRenderers::SetSize(int width, int height, int reserved) { function in class:webrtc::VideoTrackRenderers
72 it->renderer_->SetSize(width, height);
86 it->renderer_->SetSize(width_, height_);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc486 void GtkMainWnd::VideoRenderer::SetSize(int width, int height) { function in class:GtkMainWnd::VideoRenderer
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc603 void MainWnd::VideoRenderer::SetSize(int width, int height) { function in class:MainWnd::VideoRenderer

Completed in 538 milliseconds

123