Searched refs:active_url (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/content/common/gpu/client/ |
D | gpu_channel_host.cc | 126 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()
|
D | gpu_channel_host.h | 120 const GURL& active_url, 128 const GURL& active_url,
|
D | webgraphicscontext3d_command_buffer_impl.cc | 207 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()
|
D | webgraphicscontext3d_command_buffer_impl.h | 78 const GURL& active_url, 110 const GURL& active_url,
|
/external/chromium_org/content/renderer/ |
D | render_widget_fullscreen_pepper.h | 30 const GURL& active_url, 56 const GURL& active_url,
|
D | render_widget_fullscreen_pepper.cc | 347 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()
|
D | render_frame_impl.cc | 234 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/ |
D | gpu_command_buffer_stub.cc | 121 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()
|
D | gpu_command_buffer_stub.h | 82 const GURL& active_url);
|
D | gpu_channel.cc | 631 init_params.active_url)); in CreateViewCommandBuffer() 863 init_params.active_url)); in OnCreateOffscreenCommandBuffer()
|
D | gpu_messages.h | 45 IPC_STRUCT_MEMBER(GURL, active_url)
|