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

  /frameworks/base/core/java/android/webkit/
FileLoader.java 40 private boolean mAllowFileAccess; // Allow/block file system access
65 mAllowFileAccess = allowFileAccess;
163 if (!mAllowFileAccess) {
WebSettings.java 226 private boolean mAllowFileAccess = true;
607 mAllowFileAccess = allow;
614 return mAllowFileAccess;
    [all...]

Completed in 1008 milliseconds