HomeSort by relevance Sort by last modified time
    Searched refs:IsFixed (Results 1 - 19 of 19) sorted by null

  /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 81 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 51 FloatPoint fixedOffset = renderer->view()->localToAbsolute(FloatPoint(), IsFixed);
RenderView.cpp 304 ASSERT_UNUSED(wasFixed, !wasFixed || *wasFixed == (mode & IsFixed));
312 if (mode & IsFixed && m_frameView)
356 if (mode & IsFixed && m_frameView)
    [all...]
RenderObject.h 107 IsFixed = 1 << 0,
    [all...]
RenderBox.cpp 450 return !style->width().isFixed()
451 || !style->minWidth().isFixed()
452 || (!style->maxWidth().isUndefined() && !style->maxWidth().isFixed())
453 || !style->paddingLeft().isFixed()
454 || !style->paddingRight().isFixed()
469 if (style->maxWidth().isFixed())
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 655 ASSERT(result->IsFixed());
669 ASSERT(result->IsFixed());
    [all...]
lithium-allocator.h 288 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 81 if (intrinsicWidthAttribute.isFixed() || intrinsicHeightAttribute.isFixed()) {
82 if (intrinsicWidthAttribute.isFixed())
84 if (intrinsicHeightAttribute.isFixed())
149 return static_cast<LayoutUnit>(valueForLength(length, maxSize, renderView) * (length.isFixed() ? scale : 1));
403 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...]

Completed in 1345 milliseconds