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 599 bool WebPluginProxy::CheckIfRunInsecureContent(const GURL& url) {
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 815 bool WebPluginImpl::CheckIfRunInsecureContent(const GURL& url) {
819 return webframe_->checkIfRunInsecureContent(url);
921 !webframe_->checkIfRunInsecureContent(request.url())) {
    [all...]

Completed in 119 milliseconds