Searched defs:active_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc134 const GURL& active_url,
145 init_params.active_url = active_url;
184 const GURL& active_url,
192 init_params.active_url = active_url;
130 CreateViewCommandBuffer( int32 surface_id, CommandBufferProxyImpl* share_group, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
180 CreateOffscreenCommandBuffer( const gfx::Size& size, CommandBufferProxyImpl* share_group, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
H A Dwebgraphicscontext3d_command_buffer_impl.cc85 const GURL& active_url,
96 active_url_(active_url),
351 const GURL& active_url,
362 active_url,
83 WebGraphicsContext3DCommandBufferImpl( int surface_id, const GURL& active_url, GpuChannelHost* host, const Attributes& attributes, bool lose_context_when_out_of_memory, const SharedMemoryLimits& limits, WebGraphicsContext3DCommandBufferImpl* share_context) argument
347 CreateOffscreenContext( GpuChannelHost* host, const WebGraphicsContext3D::Attributes& attributes, bool lose_context_when_out_of_memory, const GURL& active_url, const SharedMemoryLimits& limits, WebGraphicsContext3DCommandBufferImpl* share_context) argument
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc268 const GURL& active_url,
272 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info));
280 const GURL& active_url,
283 active_url_(active_url),
265 Create( int32 opener_id, PepperPluginInstanceImpl* plugin, const GURL& active_url, const blink::WebScreenInfo& screen_info) argument
278 RenderWidgetFullscreenPepper( PepperPluginInstanceImpl* plugin, const GURL& active_url, const blink::WebScreenInfo& screen_info) argument
H A Drender_frame_impl.cc583 GURL active_url; local
585 active_url = GURL(render_view_->webview()->mainFrame()->document().url());
587 GetRenderWidget()->routing_id(), plugin, active_url,
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc161 const GURL& active_url)
178 active_url_(active_url),
180 active_url_hash_ = base::Hash(active_url.possibly_invalid_spec());
147 GpuCommandBufferStub( GpuChannel* channel, GpuCommandBufferStub* share_group, const gfx::GLSurfaceHandle& handle, gpu::gles2::MailboxManager* mailbox_manager, const gfx::Size& size, const gpu::gles2::DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs, gfx::GpuPreference gpu_preference, bool use_virtualized_gl_context, int32 route_id, int32 surface_id, GpuWatchdog* watchdog, bool software, const GURL& active_url) argument

Completed in 1293 milliseconds