Searched refs:Length (Results 76 - 100 of 915) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DArrayValue.cpp51 length = m_array->Length();
60 if (index >= m_array->Length())
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CryptoCustom.cpp41 if (info.Length() < 1) {
42 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.h26 #include "platform/Length.h"
63 Length logicalWidth;
64 Length effectiveLogicalWidth;
H A DRenderThemeChromiumAndroid.cpp79 style->setWidth(Length(size.width(), Fixed));
80 style->setMinWidth(Length(size.width(), Fixed));
H A DFixedTableLayout.h25 #include "platform/Length.h"
44 Vector<Length> m_width;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGeneratedImage.h43 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dspan.h46 Length length; // Number of pages in span
74 Span* NewSpan(PageID p, Length len);
H A Dpage_heap.cc70 Span* PageHeap::SearchFreeAndLargeLists(Length n) {
75 for (Length s = n; s < kMaxPages; s++) {
93 Span* PageHeap::New(Length n) {
110 Span* PageHeap::AllocLarge(Length n) {
146 Span* PageHeap::Split(Span* span, Length n) {
176 Span* PageHeap::Carve(Span* span, Length n) {
196 const Length len = leftover->length;
223 const Length n = span->length;
259 const Length n = span->length;
264 const Length le
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.h46 Length length; // Number of pages in span
74 Span* NewSpan(PageID p, Length len);
H A Dcommon.h49 typedef uintptr_t Length; typedef
108 static const Length kMaxValidPages = (~static_cast<Length>(0)) >> kPageShift;
125 inline Length pages(size_t bytes) {
H A Dpage_heap.cc70 Span* PageHeap::SearchFreeAndLargeLists(Length n) {
75 for (Length s = n; s < kMaxPages; s++) {
93 Span* PageHeap::New(Length n) {
109 Span* PageHeap::AllocLarge(Length n) {
145 Span* PageHeap::Split(Span* span, Length n) {
163 Span* PageHeap::Carve(Span* span, Length n) {
192 const Length n = span->length;
213 const Length n = span->length;
218 const Length len = prev->length;
230 const Length le
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dpacket_loss_test.cc182 if (_frameToDecode->_frame->Length() == 0 || _sumChannelBytes == 0)
184 _sumChannelBytes += _frameToDecode->_frame->Length();
220 _frameToDecode->_frame->CopyFrame(newEncBuf.Length(), newEncBuf.Buffer());
221 _sumChannelBytes += newEncBuf.Length();
227 //printf("Encoded left: %d bytes\n", _encodedVideoBuffer.Length());
234 if (static_cast<long>(_frameToDecode->_frame->Length()) - _inBufIdx <= mtu)
236 int size = _frameToDecode->_frame->Length() - _inBufIdx;
237 _inBufIdx = _frameToDecode->_frame->Length();
257 buf->SetLength(buf->Length() + size);
/external/clang/test/SemaCXX/
H A Dconstructor.cpp43 struct Length { struct
44 Length l() const { return *this; }
/external/lzma/CPP/7zip/UI/Common/
H A DDefaultName.cpp10 int extLength = extension.Length();
11 int fileNameLength = fileName.Length();
H A DSetProperties.cpp21 if (endPtr - (const wchar_t *)s != s.Length())
52 wchar_t c = name[name.Length() - 1];
58 name = name.Left(name.Length() - 1);
/external/lzma/CPP/Windows/
H A DFileName.cpp16 if (dirPath.ReverseFind(kDirDelimiter) != dirPath.Length() - 1)
25 if (dirPath.ReverseFind(wchar_t(kDirDelimiter)) != dirPath.Length() - 1)
/external/protobuf/gtest/samples/
H A Dsample2_unittest.cc74 EXPECT_EQ(0, s.Length());
84 s.Length());
/external/chromium_org/extensions/renderer/
H A Dapi_activity_logger.cc41 DCHECK_GT(args.Length(), 2);
49 if (args.Length() == 4) // Extras are optional.
56 if (arg_array->Length() > 0) {
62 for (size_t i = 0; i < arg_array->Length(); ++i) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleFlexibleBoxData.h29 #include "platform/Length.h"
49 Length m_flexBasis;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_dtmf_buffer.h31 MOCK_CONST_METHOD0(Length,
/external/libnfc-nxp/src/
H A DphFriNfc_IntNdefMap.h79 uint16_t Length);
/external/chromium_org/net/cert/
H A Dx509_cert_types.h74 return oid1->Length == oid2->Length &&
75 (memcmp(oid1->Data, oid2->Data, oid1->Length) == 0);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8FileCustom.cpp43 if (info.Length() < 2) {
44 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
59 if (info.Length() > 2) {
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLength.h35 #include "platform/Length.h"
41 static PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, float zoom)
45 Length length(float zoom, ValueRange) const;
55 AnimatableLength(const Length&, float zoom);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTranslateTransformOperation.cpp32 const Length zeroLength(0, Fixed);
37 Length fromX = fromOp ? fromOp->m_x : zeroLength;
38 Length fromY = fromOp ? fromOp->m_y : zeroLength;

Completed in 1162 milliseconds

1234567891011>>