Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/
Dsettings_api_bubble_helper_views.cc102 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/
Dgpu_channel_host.cc134 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()
Dwebgraphicscontext3d_command_buffer_impl.cc85 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()
Dwebgraphicscontext3d_command_buffer_impl.h107 const GURL& active_url,
137 const GURL& active_url,
Dgpu_channel_host.h115 const GURL& active_url,
123 const GURL& active_url,
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.h30 const GURL& active_url,
54 const GURL& active_url,
Drender_widget_fullscreen_pepper.cc268 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()
Drender_frame_impl.cc583 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/
Dchrome_extensions_dispatcher_delegate.cc327 GURL active_url(view->GetWebView()->mainFrame()->document().url()); in UpdateTabSpecificPermissions() local
328 if (active_url != url) in UpdateTabSpecificPermissions()
/external/chromium_org/content/common/gpu/
Dgpu_channel.cc587 init_params.active_url)); in CreateViewCommandBuffer()
799 init_params.active_url)); in OnCreateOffscreenCommandBuffer()
Dgpu_command_buffer_stub.cc161 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()
Dgpu_command_buffer_stub.h81 const GURL& active_url);
Dgpu_messages.h71 IPC_STRUCT_MEMBER(GURL, active_url)