/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 142 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...". 143 bool IsFixed; 153 OutputArg() : IsFixed(false) {} 154 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed, 156 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.cc | 83 bool IsFixed(BubbleGtk::FrameStyle frame_style) { 371 if (IsFixed(preferred_style)) 479 if (IsFixed(actual_frame_style_)) { 509 if (IsFixed(actual_frame_style_)) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
LayoutState.cpp | 50 FloatPoint fixedOffset = renderer->view()->localToAbsolute(FloatPoint(), IsFixed);
|
RenderView.cpp | 366 ASSERT_UNUSED(wasFixed, !wasFixed || *wasFixed == static_cast<bool>(mode & IsFixed)); 374 if (mode & IsFixed && m_frameView) 429 if (mode & IsFixed && m_frameView) [all...] |
RenderObject.h | 109 IsFixed = 1 << 0, [all...] |
RenderBox.cpp | 438 return style->width().isFixed() 439 && style->minWidth().isFixed() 440 && (style->maxWidth().isUndefined() || style->maxWidth().isFixed()) 441 && style->paddingLeft().isFixed() 442 && style->paddingRight().isFixed() 453 if (style->maxWidth().isFixed()) [all...] |
RenderLayer.cpp | [all...] |
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 658 ASSERT(result->IsFixed()); 673 ASSERT(result->IsFixed()); [all...] |
lithium-allocator.h | 289 bool IsFixed() const { return id_ < 0; }
|
/external/v8/src/ |
lithium-allocator.cc | 645 ASSERT(result->IsFixed()); 658 ASSERT(result->IsFixed()); [all...] |
lithium-allocator.h | 289 bool IsFixed() const { return id_ < 0; }
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGRoot.cpp | 80 if (intrinsicWidthAttribute.isFixed() || intrinsicHeightAttribute.isFixed()) { 81 if (intrinsicWidthAttribute.isFixed()) 83 if (intrinsicHeightAttribute.isFixed()) 133 return static_cast<LayoutUnit>(valueForLength(length, maxSize, renderView) * (length.isFixed() ? scale : 1)); 376 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree.
|
/external/clang/include/clang/AST/ |
Decl.h | [all...] |
/external/clang/lib/AST/ |
Decl.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 480 ED->IsFixed = Record[Idx++]; [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |