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

  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 265 bool is_safe = url.SchemeIs(url::kHttpsScheme) && local
274 } else if (!is_safe && !allow_unsafe) {
  /art/compiler/dex/quick/
mir_to_lir.cc 708 bool is_safe = is_null; // Always safe to store null. local
709 if (!is_safe) {
712 is_safe = cu_->compiler_driver->IsSafeCast(unit, mir->offset);
714 if (is_null || is_safe) {
    [all...]

Completed in 83 milliseconds