INVALID_TYPE      115 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc     return INVALID_TYPE;
INVALID_TYPE      198 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc   if (bounds_type == bounds::INVALID_TYPE) {
INVALID_TYPE     1077 content/browser/indexed_db/indexed_db_leveldb_coding.cc     case KeyPrefix::INVALID_TYPE:
INVALID_TYPE     1100 content/browser/indexed_db/indexed_db_leveldb_coding.cc     : database_id_(INVALID_TYPE),
INVALID_TYPE     1101 content/browser/indexed_db/indexed_db_leveldb_coding.cc       object_store_id_(INVALID_TYPE),
INVALID_TYPE     1102 content/browser/indexed_db/indexed_db_leveldb_coding.cc       index_id_(INVALID_TYPE) {}
INVALID_TYPE     1133 content/browser/indexed_db/indexed_db_leveldb_coding.cc   DCHECK_EQ(type, INVALID_TYPE);
INVALID_TYPE     1144 content/browser/indexed_db/indexed_db_leveldb_coding.cc   return KeyPrefix(INVALID_TYPE, database_id, object_store_id, index_id);
INVALID_TYPE     1275 content/browser/indexed_db/indexed_db_leveldb_coding.cc   return INVALID_TYPE;
INVALID_TYPE       50 extensions/common/features/base_feature_provider_unittest.cc   EXPECT_EQ(Feature::INVALID_TYPE, feature->IsAvailableToContext(
INVALID_TYPE      278 extensions/common/features/simple_feature.cc     return CreateAvailability(INVALID_TYPE, type);
INVALID_TYPE      375 extensions/common/features/simple_feature.cc     case INVALID_TYPE:
INVALID_TYPE      159 extensions/common/features/simple_feature_unittest.cc       Feature::INVALID_TYPE,
INVALID_TYPE      166 extensions/common/features/simple_feature_unittest.cc       Feature::INVALID_TYPE,
INVALID_TYPE      208 extensions/common/features/simple_feature_unittest.cc     EXPECT_EQ(Feature::INVALID_TYPE, availability.result());
INVALID_TYPE      185 sandbox/win/src/crosscall_server.cc         (INVALID_TYPE >= type) || (LAST_TYPE <= type) ||  // Unknown type.
INVALID_TYPE      181 sandbox/win/src/ipc_unittest.cc   ArgType type = INVALID_TYPE;
INVALID_TYPE      197 sandbox/win/src/ipc_unittest.cc   type = INVALID_TYPE;
INVALID_TYPE      218 sandbox/win/src/ipc_unittest.cc   type = INVALID_TYPE;
INVALID_TYPE      250 sandbox/win/src/ipc_unittest.cc   ArgType type = INVALID_TYPE;
INVALID_TYPE      264 sandbox/win/src/ipc_unittest.cc   type = INVALID_TYPE;
INVALID_TYPE      276 sandbox/win/src/ipc_unittest.cc   type = INVALID_TYPE;
INVALID_TYPE      282 sandbox/win/src/ipc_unittest.cc   type = INVALID_TYPE;
INVALID_TYPE      288 sandbox/win/src/ipc_unittest.cc   type = INVALID_TYPE;
INVALID_TYPE       61 sandbox/win/src/policy_engine_params.h   ParameterSet() : real_type_(INVALID_TYPE), address_(NULL) {}
INVALID_TYPE       92 sandbox/win/src/policy_engine_params.h     return INVALID_TYPE != real_type_;
INVALID_TYPE      233 sandbox/win/src/sharedmem_ipc_server.cc   COMPILE_ASSERT(0 == INVALID_TYPE, Incorrect_type_enum);