HomeSort by relevance Sort by last modified time
    Searched defs:CheckIfRunInsecureContent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/plugin/
webplugin_proxy.cc 706 bool WebPluginProxy::CheckIfRunInsecureContent(const GURL& url) {
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 797 bool WebPluginImpl::CheckIfRunInsecureContent(const GURL& url) {
801 return webframe_->checkIfRunInsecureContent(url);
903 !webframe_->checkIfRunInsecureContent(request.url())) {
    [all...]

Completed in 43 milliseconds