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

  /external/libchrome/base/
logging_unittest.cc 90 const bool kDfatalIsFatal = false;
92 const bool kDfatalIsFatal = true;
122 EXPECT_TRUE(kDfatalIsFatal == LOG_IS_ON(DFATAL));
  /external/libweave/third_party/chromium/base/
logging_unittest.cc 83 const bool kDfatalIsFatal = false;
85 const bool kDfatalIsFatal = true;
115 EXPECT_TRUE(kDfatalIsFatal == LOG_IS_ON(DFATAL));

Completed in 153 milliseconds