Searched refs:kException (Results 1 – 4 of 4) sorted by relevance
142 const base::string16 kException(ASCIIToUTF16("Exception")); in TEST_F() local155 disabled_plugins_exceptions.insert(kException); in TEST_F()180 plugin_prefs_->PolicyStatusForPlugin(kException)); in TEST_F()
2806 Oddball::kException)); in CreateInitialObjects()
992 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kException; in IsException()
9841 static const byte kException = 8; variable