Searched refs:COMPILE_ASSERT (Results 126 - 150 of 537) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp69 COMPILE_ASSERT(sizeof(InlineTextBox) == sizeof(SameSizeAsInlineTextBox), InlineTextBox_should_stay_small);
H A DRenderBlock.cpp89 COMPILE_ASSERT(sizeof(RenderBlock) == sizeof(SameSizeAsRenderBlock), RenderBlock_should_stay_small);
H A DRenderBlockFlow.cpp61 COMPILE_ASSERT(sizeof(RenderBlockFlow::MarginValues) == sizeof(LayoutUnit[4]), MarginValues_should_stay_small);
166 COMPILE_ASSERT(sizeof(MarginInfo) == sizeof(SameSizeAsMarginInfo), MarginInfo_should_stay_small);
H A DRenderInline.cpp56 COMPILE_ASSERT(sizeof(RenderInline) == sizeof(SameSizeAsRenderInline), RenderInline_should_stay_small);
H A DRenderObject.cpp145 COMPILE_ASSERT(sizeof(RenderObject) == sizeof(SameSizeAsRenderObject), RenderObject_should_stay_small);
H A DRenderTableCell.cpp50 COMPILE_ASSERT(sizeof(RenderTableCell) == sizeof(SameSizeAsRenderTableCell), RenderTableCell_should_stay_small);
51 COMPILE_ASSERT(sizeof(CollapsedBorderValue) == 8, CollapsedBorderValue_should_stay_small);
H A DRenderTableSection.cpp354 COMPILE_ASSERT(sizeof(long long int) > sizeof(int), int_should_be_less_than_longlong);
H A DRenderText.cpp65 COMPILE_ASSERT(sizeof(RenderText) == sizeof(SameSizeAsRenderText), RenderText_should_stay_small);
H A DRootInlineBox.cpp45 COMPILE_ASSERT(sizeof(RootInlineBox) == sizeof(SameSizeAsRootInlineBox), RootInlineBox_should_stay_small);
H A DTextAutosizer.h203 COMPILE_ASSERT(!(sizeof(FingerprintSourceData) % sizeof(UChar)),
H A Dbreak_lines.cpp117 COMPILE_ASSERT(WTF_ARRAY_LENGTH(asciiLineBreakTable) == asciiLineBreakTableLastChar - asciiLineBreakTableFirstChar + 1, TestLineBreakTableConsistency);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.cpp43 COMPILE_ASSERT(sizeof(FillLayer) == sizeof(SameSizeAsFillLayer), FillLayer_should_stay_small);
H A DRenderStyle.cpp52 COMPILE_ASSERT(sizeof(BorderValue) == sizeof(SameSizeAsBorderValue), BorderValue_should_not_grow);
68 COMPILE_ASSERT(sizeof(RenderStyle) == sizeof(SameSizeAsRenderStyle), RenderStyle_should_stay_small);
111 COMPILE_ASSERT((sizeof(InheritedFlags) <= 8), InheritedFlags_does_not_grow);
112 COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow);
H A DStyleBoxData.cpp35 COMPILE_ASSERT(sizeof(StyleBoxData) == sizeof(SameSizeAsStyleBoxData), StyleBoxData_should_not_grow);
H A DStyleRareInheritedData.cpp54 COMPILE_ASSERT(sizeof(StyleRareInheritedData) == sizeof(SameSizeAsStyleRareInheritedData), StyleRareInheritedData_should_bit_pack);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp56 COMPILE_ASSERT(sizeof(SVGInlineTextBox) == sizeof(ExpectedSVGInlineTextBoxSize), SVGInlineTextBox_is_not_of_expected_size);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DGradientAttributes.h93 COMPILE_ASSERT(sizeof(GradientAttributes) == sizeof(SameSizeAsGradientAttributes), GradientAttributes_size_guard);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptDebugServer.cpp345 COMPILE_ASSERT(NoScopes < (1 << scopeBits), not_enough_bits_to_encode_ScopeInfoDetails);
H A DScriptWrappable.cpp18 COMPILE_ASSERT(sizeof(ScriptWrappableBase) <= sizeof(SameSizeAsScriptWrappableBase), ScriptWrappableBase_should_stay_small);
25 COMPILE_ASSERT(sizeof(ScriptWrappable) <= sizeof(SameSizeAsScriptWrappable), ScriptWrappable_should_stay_small);
H A DSerializedScriptValue.cpp636 COMPILE_ASSERT(sizeof(BufferValueType) == 2, BufferValueTypeIsTwoBytes);
789 COMPILE_ASSERT(blink::EndOfWebCryptoKeyUsage == (1 << 7) + 1, UpdateMe);
878 COMPILE_ASSERT(sizeof(BufferValueType) == 2, BufferValueTypeIsTwoBytes);
884 COMPILE_ASSERT(sizeof(BufferValueType) == 2, BufferValueTypeIsTwoBytes);
2513 COMPILE_ASSERT(blink::EndOfWebCryptoKeyUsage == (1 << 7) + 1, UpdateMe);
2986 COMPILE_ASSERT(sizeof(BufferValueType) == 2, BufferValueTypeIsTwoBytes);
H A DWrapperTypeInfo.h177 // This field must be the first member of the struct WrapperTypeInfo. This is also checked by a COMPILE_ASSERT() below.
196 COMPILE_ASSERT(offsetof(struct WrapperTypeInfo, ginEmbedder) == offsetof(struct gin::WrapperInfo, embedder), wrapper_type_info_compatible_to_gin);
/external/chromium_org/tools/android/forwarder2/
H A Dcommon.h83 COMPILE_ASSERT(BufferSize >= 1, Size_of_buffer_must_be_at_least_one);
/external/chromium_org/tools/android/memdump/
H A Dmemdump.cc221 COMPILE_ASSERT(sizeof(PageMapEntry) == sizeof(uint64), unexpected_size);
/external/chromium_org/tools/ipc_fuzzer/ipclist/
H A Dipclist.cc37 COMPILE_ASSERT(MSGTABLE_SIZE, CHECK_YOUR_HEADERS_FOR_AN_EXTRA_SEMICOLON);
/external/chromium_org/ui/aura/
H A Dwindow_property.h120 COMPILE_ASSERT(sizeof(TYPE) <= sizeof(int64), property_type_too_large); \
127 COMPILE_ASSERT(sizeof(TYPE) <= sizeof(int64), property_type_too_large); \

Completed in 457 milliseconds

1234567891011>>