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

  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 46 enum { NOT_CHECKED, ALLOWED, DISALLOWED } local_login_status_;
59 if (local_login_status_ == DISALLOWED) {
72 if (local_login_status_ == DISALLOWED) {
105 local_login_status_ = IsLocalLoginAllowed() ? ALLOWED : DISALLOWED;
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 73 static final Property DISALLOWED = new Property(
138 return DISALLOWED;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 59 milliseconds