Searched refs:content_url (Results 1 – 6 of 6) sorted by relevance
237 const GURL& content_url, in LoadWithContentHandler() argument255 content_url.spec(), url_response.Pass(), spir.Pass()); in LoadWithContentHandler()
128 void LoadWithContentHandler(const GURL& content_url,
239 void StartContentIntent(const GURL& content_url);
637 void ContentViewCoreImpl::StartContentIntent(const GURL& content_url) { in StartContentIntent() argument643 ConvertUTF8ToJavaString(env, content_url.spec()); in StartContentIntent()
234 void OnStartContentIntent(const GURL& content_url);
680 const GURL& content_url) { in OnStartContentIntent() argument682 content_view_core_->StartContentIntent(content_url); in OnStartContentIntent()