Home
last modified time | relevance | path

Searched refs:content_url (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/mojo/application_manager/
Dapplication_manager.cc237 const GURL& content_url, in LoadWithContentHandler() argument
255 content_url.spec(), url_response.Pass(), spir.Pass()); in LoadWithContentHandler()
Dapplication_manager.h128 void LoadWithContentHandler(const GURL& content_url,
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h239 void StartContentIntent(const GURL& content_url);
Dcontent_view_core_impl.cc637 void ContentViewCoreImpl::StartContentIntent(const GURL& content_url) { in StartContentIntent() argument
643 ConvertUTF8ToJavaString(env, content_url.spec()); in StartContentIntent()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.h234 void OnStartContentIntent(const GURL& content_url);
Drender_widget_host_view_android.cc680 const GURL& content_url) { in OnStartContentIntent() argument
682 content_view_core_->StartContentIntent(content_url); in OnStartContentIntent()