Home
last modified time | relevance | path

Searched refs:active_url (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dgpu_channel_host.cc126 const GURL& active_url, in CreateViewCommandBuffer() argument
137 init_params.active_url = active_url; in CreateViewCommandBuffer()
156 const GURL& active_url, in CreateOffscreenCommandBuffer() argument
164 init_params.active_url = active_url; in CreateOffscreenCommandBuffer()
Dgpu_channel_host.h120 const GURL& active_url,
128 const GURL& active_url,
Dwebgraphicscontext3d_command_buffer_impl.cc207 const GURL& active_url, in WebGraphicsContext3DCommandBufferImpl() argument
216 active_url_(active_url), in WebGraphicsContext3DCommandBufferImpl()
1188 const GURL& active_url, in CreateOffscreenContext() argument
1193 active_url, in CreateOffscreenContext()
Dwebgraphicscontext3d_command_buffer_impl.h78 const GURL& active_url,
110 const GURL& active_url,
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.h30 const GURL& active_url,
56 const GURL& active_url,
Drender_widget_fullscreen_pepper.cc347 const GURL& active_url, in Create() argument
351 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info)); in Create()
359 const GURL& active_url, in RenderWidgetFullscreenPepper() argument
362 active_url_(active_url), in RenderWidgetFullscreenPepper()
Drender_frame_impl.cc234 GURL active_url; in CreatePepperFullscreenContainer() local
236 active_url = GURL(render_view_->webview()->mainFrame()->document().url()); in CreatePepperFullscreenContainer()
238 GetRenderWidget()->routing_id(), plugin, active_url, in CreatePepperFullscreenContainer()
/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.cc121 const GURL& active_url) in GpuCommandBufferStub() argument
138 active_url_(active_url), in GpuCommandBufferStub()
140 active_url_hash_ = base::Hash(active_url.possibly_invalid_spec()); in GpuCommandBufferStub()
Dgpu_command_buffer_stub.h82 const GURL& active_url);
Dgpu_channel.cc631 init_params.active_url)); in CreateViewCommandBuffer()
863 init_params.active_url)); in OnCreateOffscreenCommandBuffer()
Dgpu_messages.h45 IPC_STRUCT_MEMBER(GURL, active_url)