HomeSort by relevance Sort by last modified time
    Searched refs:allows (Results 1 - 25 of 2709) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.cpp 404 bool allows(const KURL& url) function in class:WebCore::CSPDirective
508 return !m_scriptSrc || m_scriptSrc->allows(url);
513 return !m_objectSrc || m_objectSrc->allows(url);
518 return !m_imgSrc || m_imgSrc->allows(url);
523 return !m_styleSrc || m_styleSrc->allows(url);
528 return !m_fontSrc || m_fontSrc->allows(url);
533 return !m_mediaSrc || m_mediaSrc->allows(url);
  /ndk/build/core/
import-locals.mk 46 # (this allows the module to override them).
53 # (this allows the module to override them)
  /external/llvm/test/MC/Mips/
nabi-regs.s 2 # set for the A and T registers because the NABI allows
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.bat 33 rem Slurp the command line arguments. This loop allows for an unlimited number
  /external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js 61 // the page status is changed which allows the
hasFeature05.js 61 // the page status is changed which allows the
hasFeature06.js 61 // the page status is changed which allows the
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js 61 // the page status is changed which allows the
hasFeature05.js 61 // the page status is changed which allows the
hasFeature06.js 61 // the page status is changed which allows the
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js 62 // the page status is changed which allows the
hasFeature02.js 61 // the page status is changed which allows the
hasFeature03.js 61 // the page status is changed which allows the
hasFeature04.js 62 // the page status is changed which allows the
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 27 server integrates with the DNS server and allows machines with DHCP-allocated
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 53 using 'external' in the module allows direct calls into
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 68 // the page status is changed which allows the
hc_attrgetvalue1.js 67 // the page status is changed which allows the
hc_attrhaschildnodes.js 67 // the page status is changed which allows the
hc_characterdatagetdata.js 67 // the page status is changed which allows the
hc_documentgetelementsbytagnamelength.js 67 // the page status is changed which allows the
hc_documentgetimplementation.js 67 // the page status is changed which allows the
hc_documentgetrootnode.js 67 // the page status is changed which allows the
hc_elementgetattributenode.js 67 // the page status is changed which allows the
hc_elementgetelementsbytagname.js 67 // the page status is changed which allows the

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>