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

  /external/chromium_org/content/public/browser/
ssl_host_state_delegate.h 30 ALLOWED
42 // Queries whether |cert| is allowed for |host| and |error|. Returns true in
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 35 // Observes resource request allowed state changes.
41 // Specifies the resource request allowed state.
43 ALLOWED,
58 // Returns whether resource requests are allowed, per the various criteria.
66 // GetResourceRequestsAllowedState() == ALLOWED.
  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.h 27 // MultiProfileUserController decides whether a user is allowed to be in a
35 // User is allowed in multi-profile session.
36 ALLOWED,
38 // Owner of the device is not allowed to be added as a secondary user.
41 // Not allowed since it is potentially "tainted" with policy-pushed
45 // Not allowed since primary user is already "tainted" with policy-pushed
49 // Not allowed since primary user policy forbids it to be part of
53 // Not allowed since user policy forbids this user being part of
54 // multi-profiles session. Either 'primary-only' or 'not-allowed'.
73 // Returns true if user allowed to be in the current session. If |reason| no
    [all...]
  /external/chromium_org/third_party/fips181/
fips181.h 45 #define ALLOWED(flag) (digram[units_in_syllable[current_unit -1]][unit] & (flag))
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 46 enum { NOT_CHECKED, ALLOWED, DISALLOWED } local_login_status_;
105 local_login_status_ = IsLocalLoginAllowed() ? ALLOWED : DISALLOWED;
  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.cc 304 cert_dict->SetIntegerWithoutPathExpansion(GetKey(cert, error), ALLOWED);
355 // ALLOWED, return the valid value. Otherwise, return DENIED.
356 if (success && policy_decision == ALLOWED)
357 return ALLOWED;
421 if (success && (static_cast<CertJudgment>(policy_decision) == ALLOWED))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 134 milliseconds