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

/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc114 const GURL& active_url,
126 init_params.active_url = active_url;
146 const GURL& active_url,
155 init_params.active_url = active_url;
109 CreateViewCommandBuffer( int32 surface_id, CommandBufferProxyImpl* share_group, const std::string& allowed_extensions, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
141 CreateOffscreenCommandBuffer( const gfx::Size& size, CommandBufferProxyImpl* share_group, const std::string& allowed_extensions, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
H A Dwebgraphicscontext3d_command_buffer_impl.cc210 const GURL& active_url,
219 active_url_(active_url),
1383 const GURL& active_url) {
1389 0, active_url, factory, null_client));
208 WebGraphicsContext3DCommandBufferImpl( int surface_id, const GURL& active_url, GpuChannelHostFactory* factory, const base::WeakPtr<WebGraphicsContext3DSwapBuffersClient>& swap_client) argument
1380 CreateOffscreenContext( GpuChannelHostFactory* factory, const WebGraphicsContext3D::Attributes& attributes, const GURL& active_url) argument
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc173 const GURL& active_url = entry ? entry->GetURL() : contents_->GetURL(); local
174 invoked_from_same_origin_ = active_url.GetOrigin() == source_url_.GetOrigin();
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc352 const GURL& active_url,
356 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info));
364 const GURL& active_url,
367 active_url_(active_url),
349 Create( int32 opener_id, PepperPluginInstanceImpl* plugin, const GURL& active_url, const WebKit::WebScreenInfo& screen_info) argument
362 RenderWidgetFullscreenPepper( PepperPluginInstanceImpl* plugin, const GURL& active_url, const WebKit::WebScreenInfo& screen_info) argument
H A Drender_view_impl.cc1204 GURL active_url; local
1206 active_url = GURL(webview()->mainFrame()->document().url());
1208 routing_id_, plugin, active_url, screen_info_);
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc119 const GURL& active_url)
137 active_url_(active_url),
139 active_url_hash_ = base::Hash(active_url.possibly_invalid_spec());
103 GpuCommandBufferStub( GpuChannel* channel, GpuCommandBufferStub* share_group, const gfx::GLSurfaceHandle& handle, gpu::gles2::MailboxManager* mailbox_manager, gpu::gles2::ImageManager* image_manager, const gfx::Size& size, const gpu::gles2::DisallowedFeatures& disallowed_features, const std::string& allowed_extensions, 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
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc498 const GURL& active_url = entry ? entry->GetURL() : web_contents()->GetURL(); local
499 invoked_from_same_origin_ = active_url.GetOrigin() == source_url_.GetOrigin();

Completed in 177 milliseconds