/external/chromium_org/chrome/browser/ui/views/ |
D | settings_api_bubble_helper_views.cc | 102 GURL active_url = entry->GetURL(); in MaybeShowExtensionControlledNewTabPage() local 103 if (!active_url.SchemeIs("chrome-extension")) in MaybeShowExtensionControlledNewTabPage() 113 if (ntp_url != active_url) in MaybeShowExtensionControlledNewTabPage()
|
/external/chromium_org/content/common/gpu/client/ |
D | gpu_channel_host.cc | 134 const GURL& active_url, in CreateViewCommandBuffer() argument 145 init_params.active_url = active_url; in CreateViewCommandBuffer() 184 const GURL& active_url, in CreateOffscreenCommandBuffer() argument 192 init_params.active_url = active_url; in CreateOffscreenCommandBuffer()
|
D | webgraphicscontext3d_command_buffer_impl.cc | 85 const GURL& active_url, in WebGraphicsContext3DCommandBufferImpl() argument 96 active_url_(active_url), in WebGraphicsContext3DCommandBufferImpl() 351 const GURL& active_url, in CreateOffscreenContext() argument 362 active_url, in CreateOffscreenContext()
|
D | webgraphicscontext3d_command_buffer_impl.h | 107 const GURL& active_url, 137 const GURL& active_url,
|
D | gpu_channel_host.h | 115 const GURL& active_url, 123 const GURL& active_url,
|
/external/chromium_org/content/renderer/ |
D | render_widget_fullscreen_pepper.h | 30 const GURL& active_url, 54 const GURL& active_url,
|
D | render_widget_fullscreen_pepper.cc | 268 const GURL& active_url, in Create() argument 272 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info)); in Create() 280 const GURL& active_url, in RenderWidgetFullscreenPepper() argument 283 active_url_(active_url), in RenderWidgetFullscreenPepper()
|
D | render_frame_impl.cc | 583 GURL active_url; in CreatePepperFullscreenContainer() local 585 active_url = GURL(render_view_->webview()->mainFrame()->document().url()); in CreatePepperFullscreenContainer() 587 GetRenderWidget()->routing_id(), plugin, active_url, in CreatePepperFullscreenContainer()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | chrome_extensions_dispatcher_delegate.cc | 327 GURL active_url(view->GetWebView()->mainFrame()->document().url()); in UpdateTabSpecificPermissions() local 328 if (active_url != url) in UpdateTabSpecificPermissions()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel.cc | 587 init_params.active_url)); in CreateViewCommandBuffer() 799 init_params.active_url)); in OnCreateOffscreenCommandBuffer()
|
D | gpu_command_buffer_stub.cc | 161 const GURL& active_url) in GpuCommandBufferStub() argument 178 active_url_(active_url), in GpuCommandBufferStub() 180 active_url_hash_ = base::Hash(active_url.possibly_invalid_spec()); in GpuCommandBufferStub()
|
D | gpu_command_buffer_stub.h | 81 const GURL& active_url);
|
D | gpu_messages.h | 71 IPC_STRUCT_MEMBER(GURL, active_url)
|