/external/chromium_org/net/third_party/nss/ssl/ |
preenc.h | 80 PEFixedKeyHeader fixed; member in union:PEHeaderStr::__anon11466
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/ |
test_runner.html | 35 // THIS SHOULD BE REMOVED WHEN Webkit IS FIXED
|
/external/chromium_org/sdch/open-vcdiff/src/ |
varint_bigendian.cc | 30 // and returns it in a fixed-length representation. Increments
|
/external/chromium_org/sync/notifier/ |
ack_tracker.h | 99 // while NudgeTimer() needs a fixed reference point to avoid unnecessarily
|
/external/chromium_org/testing/ |
test_env.py | 56 """Returns the fixed command line to call the right python executable."""
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
optgroup-empty-and-nested.html | 24 <!-- Additionally, this has been updated to test the crash fixed in
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDialogElement.cpp | 81 style->setTop(Length(m_top.toInt(), WebCore::Fixed));
|
TypeAhead.cpp | 102 // to use startWith once that is fixed.
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
ScrollingCoordinator.h | 73 // Should be called whenever the set of fixed objects changes.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/ |
OpenTypeTypes.h | 62 typedef UInt32 Fixed;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
TranslateTransformOperation.h | 38 return adoptRef(new TranslateTransformOperation(tx, ty, Length(0, Fixed), type));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextControlMultiLine.cpp | 103 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGModelObject.h | 52 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
|
RenderSVGRoot.h | 100 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const OVERRIDE;
|
RenderSVGText.cpp | 100 void RenderSVGText::computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect& rect, bool fixed) const 103 computeFloatRectForRepaint(repaintContainer, repaintRect, fixed); 107 void RenderSVGText::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const 109 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed);
|
SVGRenderSupport.h | 66 static void computeFloatRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
popover.css | 21 .popover .content.fixed-height {
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
ChannelSplitterNode.cpp | 51 // Create a fixed number of outputs (able to handle the maximum number of channels fed to an input).
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
OpenTypeVerticalDataTest.cpp | 39 OpenType::Fixed version;
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
double-conversion.cc | 38 #include "fixed-dtoa.h" 221 DoubleToAscii(value, FIXED, requested_digits, 346 case DoubleToStringConverter::FIXED: return BIGNUM_DTOA_FIXED; 393 case FIXED:
|
fixed-dtoa.cc | 33 #include "fixed-dtoa.h" 225 // The given fractionals number represents a fixed-point number with binary 240 // 'fractionals' is a fixed-point number, with binary point at bit 242 // is a fixed-point number, with binary point at bit 'point'.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebKit.h | 65 // Alters the rendering of content to conform to a fixed set of rules.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftpfr.h | 73 * A 16.16 fixed-point number used to scale distance expressed
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftcalc.h | 36 /* Computes the square root of a 16.16 fixed point value. */
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
cache.h | 28 // Create a new cache with a fixed size capacity. This implementation
|