Home
last modified time | relevance | path

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

/webkit/webkit/src/main/java/androidx/webkit/internal/
DServiceWorkerWebSettingsImpl.java115 public void setAllowContentAccess(boolean allow) { in setAllowContentAccess() argument
118 ApiHelperForN.setAllowContentAccess(getFrameworksImpl(), allow); in setAllowContentAccess() local
120 getBoundaryInterface().setAllowContentAccess(allow); in setAllowContentAccess()
139 public void setAllowFileAccess(boolean allow) { in setAllowFileAccess() argument
142 ApiHelperForN.setAllowFileAccess(getFrameworksImpl(), allow); in setAllowFileAccess() local
144 getBoundaryInterface().setAllowFileAccess(allow); in setAllowFileAccess()
DWebSettingsAdapter.java114 public void setAlgorithmicDarkeningAllowed(boolean allow) { in setAlgorithmicDarkeningAllowed() argument
115 mBoundaryInterface.setAlgorithmicDarkeningAllowed(allow); in setAlgorithmicDarkeningAllowed()
DWebSettingsNoOpAdapter.java130 public void setAlgorithmicDarkeningAllowed(boolean allow) { in setAlgorithmicDarkeningAllowed() argument
/webkit/webkit/src/main/java/androidx/webkit/
DServiceWorkerWebSettingsCompat.java103 public abstract void setAllowContentAccess(boolean allow); in setAllowContentAccess() argument
133 public abstract void setAllowFileAccess(boolean allow); in setAllowFileAccess() argument
DWebSettingsCompat.java445 boolean allow) { in setAlgorithmicDarkeningAllowed() argument
448 getAdapter(settings).setAlgorithmicDarkeningAllowed(allow); in setAlgorithmicDarkeningAllowed()
/webkit/integration-tests/instrumentation/
DREADME.md5 The tests are located in a separate module to allow the use of multiple