Searched defs:isFixed (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp103 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon22480::FPS::LiveBundle
511 assert(Bundle.isFixed() && "Reached block before any predecessors");
556 if (Bundle.isFixed()) {
/external/chromium_org/third_party/skia/src/core/
H A DSk64.cpp136 SkBool Sk64::isFixed() const function in class:Sk64
/external/skia/src/core/
H A DSk64.cpp136 SkBool Sk64::isFixed() const function in class:Sk64
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h228 bool isFixed() const { return type() == Fixed; } function in class:WebCore::Length
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h114 void setLayoutSizeFixedToFrameSize(bool isFixed) { m_layoutSizeFixedToFrameSize = isFixed; } argument
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp500 bool isFixed = MFI->isFixedObjectIndex(FI); local
519 if (isFixed) {
534 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp1549 bool isFixed = false; local
1550 renderText->absoluteRectsForRange(rects, startOffset, endOffset, useSelectionHeight, &isFixed);
1551 allFixed &= isFixed;
1552 someFixed |= isFixed;
1581 bool isFixed = false; local
1582 renderText->absoluteQuadsForRange(quads, startOffset, endOffset, useSelectionHeight, &isFixed);
1583 allFixed &= isFixed;
1584 someFixed |= isFixed;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp1920 bool isFixed = renderer->isOutOfFlowPositioned() && position == FixedPosition; local
1921 if (isFixed && !layer->stackingNode()->isStackingContainer())
1925 if (!isFixed && !isSticky)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 217 milliseconds