Searched refs:Length (Results 101 - 125 of 915) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.h30 #include "platform/Length.h"
69 const Length& xPosition() const { return m_xPosition; }
70 const Length& yPosition() const { return m_yPosition; }
110 void setXPosition(const Length& position) { m_xPosition = position; m_xPosSet = true; m_backgroundXOriginSet = false; m_backgroundXOrigin = LeftEdge; }
111 void setYPosition(const Length& position) { m_yPosition = position; m_yPosSet = true; m_backgroundYOriginSet = false; m_backgroundYOrigin = TopEdge; }
193 static Length initialFillXPosition(EFillLayerType) { return Length(0.0, Percent); }
194 static Length initialFillYPosition(EFillLayerType) { return Length(0.0, Percent); }
209 Length m_xPositio
[all...]
H A DStyleInheritedData.h28 #include "platform/Length.h"
54 Length line_height;
H A DStyleMarqueeData.h29 #include "platform/Length.h"
46 Length increment;
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfont_data_test.cc144 buffer->resize(rfd->Length());
145 for (int32_t index = 0; index < rfd->Length(); ++index) {
154 b->resize(rfd->Length());
157 while (index < rfd->Length()) {
167 b->resize(rfd->Length());
169 while (index < rfd->Length()) {
180 for (int32_t index = 0; index < rfd->Length(); ++index) {
191 while (index < rfd->Length()) {
201 ByteVector b(rfd->Length());
203 while (index < rfd->Length()) {
[all...]
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc144 buffer->resize(rfd->Length());
145 for (int32_t index = 0; index < rfd->Length(); ++index) {
154 b->resize(rfd->Length());
157 while (index < rfd->Length()) {
167 b->resize(rfd->Length());
169 while (index < rfd->Length()) {
180 for (int32_t index = 0; index < rfd->Length(); ++index) {
191 while (index < rfd->Length()) {
201 ByteVector b(rfd->Length());
203 while (index < rfd->Length()) {
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFullScreen.cpp107 fullscreenStyle->setWidth(Length(100.0, Percent));
108 fullscreenStyle->setHeight(Length(100.0, Percent));
109 fullscreenStyle->setLeft(Length(0, blink::Fixed));
110 fullscreenStyle->setTop(Length(0, blink::Fixed));
189 style->setWidth(Length(frameRect.width(), Fixed));
191 style->setHeight(Length(frameRect.height(), Fixed));
/external/chromium_org/extensions/renderer/
H A Dapp_runtime_custom_bindings.cc21 DCHECK(args.Length() == 1);
32 DCHECK(args.Length() == 1);
42 DCHECK(args.Length() == 2);
H A Dcss_native_handler.cc25 CHECK_EQ(args.Length(), 1);
H A Dlogging_native_handler.cc55 CHECK_EQ(1, args.Length());
61 CHECK_EQ(1, args.Length());
69 CHECK_LE(args.Length(), 2);
71 if (args.Length() == 2) {
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DPath2D.cpp73 if (args.Length() != 2) {
86 if (args.Length() != 2) {
99 if (args.Length() != 4) {
118 if (args.Length() != 6) {
140 if (args.Length() != 5 && args.Length() != 6) {
152 if (args.Length() == 6) {
176 if (args.Length() != 4) {
198 if (args.Length() != 4 && args.Length() !
[all...]
/external/skia/experimental/SkV8Example/
H A DPath2D.cpp73 if (args.Length() != 2) {
86 if (args.Length() != 2) {
99 if (args.Length() != 4) {
118 if (args.Length() != 6) {
140 if (args.Length() != 5 && args.Length() != 6) {
152 if (args.Length() == 6) {
176 if (args.Length() != 4) {
198 if (args.Length() != 4 && args.Length() !
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs74 Update(data, 0, data.Length);
136 if ((offset+count) > data.Length) throw new ArgumentException();
187 if ((offset+count) > data.Length) throw new ArgumentException();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRReaderStream.cs75 base.n = data.Length;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRReaderStream.cs85 base.n = data.Length;
/external/chromium_org/testing/gtest/samples/
H A Dsample2.h76 size_t Length() const { function in class:MyString
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.h35 #include "platform/Length.h"
67 Length viewportLengthValue(CSSPropertyID) const;
H A DStyleBuilderCustom.cpp298 Length lineHeight;
306 lineHeight = primitiveValue->computeLength<Length>(state.cssToLengthConversionData().copyWithAdjustedZoom(multiplier));
308 lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, Fixed);
310 lineHeight = Length(primitiveValue->getDoubleValue() * 100.0, Percent);
315 Length zoomedLength = Length(primitiveValue->cssCalcValue()->toCalcValue(state.cssToLengthConversionData().copyWithAdjustedZoom(multiplier)));
316 lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed);
361 static Length mmLength(double mm) { return Length(mm * cssPixelsPerMillimeter, Fixed); }
362 static Length inchLengt
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.h50 typedef uintptr_t Length; typedef
125 static const Length kMaxValidPages = (~static_cast<Length>(0)) >> kPageShift;
142 inline Length pages(size_t bytes) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer_unittest.cc99 EXPECT_EQ(1u, buffer.Length());
104 EXPECT_EQ(1u, buffer.Length());
109 EXPECT_EQ(1u, buffer.Length());
114 EXPECT_EQ(1u, buffer.Length());
121 EXPECT_EQ(0u, buffer.Length());
142 EXPECT_EQ(1u, buffer.Length());
174 EXPECT_EQ(2u, buffer.Length());
204 EXPECT_EQ(1u, buffer.Length());
220 EXPECT_EQ(2u, buffer.Length());
225 EXPECT_EQ(1u, buffer.Length());
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d.cc31 float Vector2d::Length() const { function in class:gfx::Vector2d
/external/chromium_org/v8/test/cctest/
H A Dprint-extension.cc41 for (int i = 0; i < args.Length(); i++) {
/external/libnfc-nxp/src/
H A DphFriNfc_MapTools.h93 uint32_t Length);
/external/protobuf/gtest/samples/
H A Dsample2.h77 size_t Length() const { function in class:MyString
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map_unittest.cc33 EXPECT_EQ(0u, map->Length());
40 EXPECT_EQ(0u, copy->Length());
48 EXPECT_EQ(1u, map->Length());
66 EXPECT_EQ(2u, map->Length());
73 EXPECT_EQ(2u, copy->Length());
83 EXPECT_EQ(0u, map->Length());
102 EXPECT_EQ(1u, map->Length());
106 EXPECT_EQ(0u, map->Length());
108 EXPECT_EQ(1u, map->Length());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValueTest.cpp131 Length lengthA(calc);
134 Length lengthB;
138 Length lengthC(calc);
142 Length lengthD(CalculationValue::create(PixelsAndPercent(1, 2), ValueRangeAll));
150 Length lengthA(calc);
152 Length lengthB = lengthA;
157 Length lengthC(lengthA);
162 Length lengthD(calc);
167 lengthD = Length();

Completed in 6937 milliseconds

1234567891011>>