HomeSort by relevance Sort by last modified time
    Searched defs:Bottom (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 170 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
403 Bottom: "bottom"
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 288 void *Bottom() const {
382 TracerThread, tracer_stack.Bottom(),
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 63 INT16 Bottom;
84 // Left, Top, Right, and Bottom contain the coordinates of the upper-left
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 63 INT16 Bottom;
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 545 /// jump around it or will be the bottom of the loop if we lay it out in place,
546 /// but if it it doesn't end up at the bottom of the loop for any reason,
726 /// \brief Attempt to rotate an exiting block to the bottom of the loop.
731 /// of its bottom already, don't rotate it.
752 // bottom is a viable exiting block. If so, bail out as rotating will
755 MachineBasicBlock *Bottom = *std::prev(LoopChain.end());
756 for (MachineBasicBlock::succ_iterator SI = Bottom->succ_begin(),
757 SE = Bottom->succ_end();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 273 baseType bottom() const function in class:CFX_RTemplate
304 void Inflate(baseType left, baseType top, baseType right, baseType bottom)
309 FXT_RECT::height += top + bottom;
326 void Deflate(baseType left, baseType top, baseType right, baseType bottom)
331 FXT_RECT::height -= top + bottom;
359 return rt.left >= left && rt.right() <= right() && rt.top >= top && rt.bottom() <= bottom();
442 baseType r = right(), b = bottom();
464 baseType r = right(), b = bottom();
474 if (b < rt.bottom()) {
536 int bottom; member in struct:FX_RECT
742 FX_FLOAT bottom; member in class:CFX_FloatRect
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 24 SHORT Bottom;
d3d8types.h     [all...]
d3d9types.h     [all...]
commctrl.h     [all...]

Completed in 790 milliseconds