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 275 bool is_safe = url.SchemeIs(url::kHttpsScheme) && local
284 } else if (!is_safe && !allow_unsafe) {
  /art/compiler/dex/quick/
mir_to_lir.cc 698 bool is_safe = is_null; // Always safe to store null. local
699 if (!is_safe) {
702 is_safe = cu_->compiler_driver->IsSafeCast(unit, mir->offset);
704 if (is_null || is_safe) {
    [all...]

Completed in 3347 milliseconds