Searched refs:apiWindowType (Results 1 – 2 of 2) sorted by relevance
919 bool ParseSystemWindowTypeForApiWindowType(int32_t apiWindowType, WindowType& windowType) in ParseSystemWindowTypeForApiWindowType() argument921 if (JS_TO_NATIVE_WINDOW_TYPE_MAP.count(static_cast<ApiWindowType>(apiWindowType)) != 0) { in ParseSystemWindowTypeForApiWindowType()922 windowType = JS_TO_NATIVE_WINDOW_TYPE_MAP.at(static_cast<ApiWindowType>(apiWindowType)); in ParseSystemWindowTypeForApiWindowType()
312 bool ParseSystemWindowTypeForApiWindowType(int32_t apiWindowType, WindowType& windowType);