Searched defs:DISALLOWED (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
H A Dpam_authorization_factory_posix.cc46 enum { NOT_CHECKED, ALLOWED, DISALLOWED } local_login_status_; enumerator in enum:remoting::__anon9822::PamAuthorizer::__anon9823
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/
H A DCssSchema.java73 static final Property DISALLOWED = new Property( field in class:CssSchema
138 return DISALLOWED;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 328 milliseconds