length 32 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 38 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 44 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 50 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 56 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 62 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 68 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 74 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 80 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 86 ManualTests/resources/ArrayParameterTestApplet.java for (int i = 0; i < array.length; i++) length 69 Source/bindings/templates/callback_interface.cpp return invokeCallback(m_callback.newLocal(isolate), {{this_handle_parameter}}{{method.arguments | length}}, argv, executionContext(), isolate); length 71 Source/bindings/templates/callback_interface.cpp invokeCallback(m_callback.newLocal(isolate), {{this_handle_parameter}}{{method.arguments | length}}, argv, executionContext(), isolate); length 589 Source/bindings/templates/interface.cpp {% if constructors|length > 1 %} length 46 Source/bindings/v8/ArrayValue.cpp bool ArrayValue::length(size_t& length) const length 51 Source/bindings/v8/ArrayValue.cpp length = m_array->Length(); length 51 Source/bindings/v8/ArrayValue.h bool length(size_t&) const; length 184 Source/bindings/v8/IDBBindingUtilities.cpp size_t length = view->byteLength(); length 185 Source/bindings/v8/IDBBindingUtilities.cpp return IDBKey::createBinary(SharedBuffer::create(start, length)); length 197 Source/bindings/v8/IDBBindingUtilities.cpp uint32_t length = array->Length(); length 198 Source/bindings/v8/IDBBindingUtilities.cpp for (uint32_t i = 0; i < length; ++i) { length 242 Source/bindings/v8/IDBBindingUtilities.cpp int32_t length = v8::Handle<v8::String>::Cast(object)->Length(); length 243 Source/bindings/v8/IDBBindingUtilities.cpp result = v8::Number::New(isolate, length); length 67 Source/bindings/v8/ScriptRegexp.cpp if (string.length() > INT_MAX) length 89 Source/bindings/v8/ScriptValue.cpp uint32_t length = array->Length(); length 90 Source/bindings/v8/ScriptValue.cpp for (uint32_t i = 0; i < length; i++) { length 103 Source/bindings/v8/ScriptValue.cpp uint32_t length = propertyNames->Length(); length 104 Source/bindings/v8/ScriptValue.cpp for (uint32_t i = 0; i < length; i++) { length 384 Source/bindings/v8/SerializedScriptValue.cpp int length = string->Length(); length 385 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(length >= 0); length 387 Source/bindings/v8/SerializedScriptValue.cpp int size = length * sizeof(UChar); length 398 Source/bindings/v8/SerializedScriptValue.cpp string->Write(buffer, 0, length, v8StringWriteOptions()); length 402 Source/bindings/v8/SerializedScriptValue.cpp void writeStringObject(const char* data, int length) length 404 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(length >= 0); length 406 Source/bindings/v8/SerializedScriptValue.cpp doWriteString(data, length); length 478 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length = fileList.length(); length 479 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(length); length 480 Source/bindings/v8/SerializedScriptValue.cpp for (unsigned i = 0; i < length; ++i) length 570 Source/bindings/v8/SerializedScriptValue.cpp doWriteString(*patternUtf8Value, patternUtf8Value.length()); length 598 Source/bindings/v8/SerializedScriptValue.cpp void writeSparseArray(uint32_t numProperties, uint32_t length) length 602 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(length); length 605 Source/bindings/v8/SerializedScriptValue.cpp void writeDenseArray(uint32_t numProperties, uint32_t length) length 609 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(length); length 632 Source/bindings/v8/SerializedScriptValue.cpp void writeGenerateFreshSparseArray(uint32_t length) length 635 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(length); length 638 Source/bindings/v8/SerializedScriptValue.cpp void writeGenerateFreshDenseArray(uint32_t length) length 641 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(length); length 674 Source/bindings/v8/SerializedScriptValue.cpp void doWriteString(const char* data, int length) length 676 Source/bindings/v8/SerializedScriptValue.cpp doWriteUint32(static_cast<uint32_t>(length)); length 677 Source/bindings/v8/SerializedScriptValue.cpp append(reinterpret_cast<const uint8_t*>(data), length); length 683 Source/bindings/v8/SerializedScriptValue.cpp doWriteString(stringUTF8.data(), stringUTF8.length()); length 849 Source/bindings/v8/SerializedScriptValue.cpp void append(const uint8_t* data, int length) length 851 Source/bindings/v8/SerializedScriptValue.cpp ensureSpace(length); length 852 Source/bindings/v8/SerializedScriptValue.cpp memcpy(byteAt(m_position), data, length); length 853 Source/bindings/v8/SerializedScriptValue.cpp m_position += length; length 968 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeSparseArray(uint32_t numProperties, uint32_t length, StateBase* state) length 970 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeSparseArray(numProperties, length); length 974 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeDenseArray(uint32_t numProperties, uint32_t length, StateBase* state) length 976 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeDenseArray(numProperties, length); length 1240 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeStringObject(*stringValue, stringValue.length()); length 1296 Source/bindings/v8/SerializedScriptValue.cpp unsigned length = fileList->length(); length 1297 Source/bindings/v8/SerializedScriptValue.cpp for (unsigned i = 0; i < length; ++i) length 1315 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeImageData(imageData->width(), imageData->height(), pixelArray->data(), pixelArray->length()); length 1376 Source/bindings/v8/SerializedScriptValue.cpp static bool shouldSerializeDensely(uint32_t length, uint32_t propertyCount) length 1382 Source/bindings/v8/SerializedScriptValue.cpp return 6 * propertyCount >= length; length 1390 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length = array->Length(); length 1392 Source/bindings/v8/SerializedScriptValue.cpp if (shouldSerializeDensely(length, propertyNames->Length())) { length 1393 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeGenerateFreshDenseArray(length); length 1397 Source/bindings/v8/SerializedScriptValue.cpp m_writer.writeGenerateFreshSparseArray(length); length 1534 Source/bindings/v8/SerializedScriptValue.cpp virtual bool newSparseArray(uint32_t length) = 0; length 1535 Source/bindings/v8/SerializedScriptValue.cpp virtual bool newDenseArray(uint32_t length) = 0; length 1538 Source/bindings/v8/SerializedScriptValue.cpp virtual bool completeSparseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>*) = 0; length 1539 Source/bindings/v8/SerializedScriptValue.cpp virtual bool completeDenseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>*) = 0; length 1546 Source/bindings/v8/SerializedScriptValue.cpp Reader(const uint8_t* buffer, int length, v8::Isolate* isolate, const BlobDataHandleMap& blobDataHandles) length 1548 Source/bindings/v8/SerializedScriptValue.cpp , m_length(length) length 1555 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(length >= 0); length 1686 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1689 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 1691 Source/bindings/v8/SerializedScriptValue.cpp if (!creator.completeSparseArray(numProperties, length, value)) length 1697 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1700 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 1702 Source/bindings/v8/SerializedScriptValue.cpp if (!creator.completeDenseArray(numProperties, length, value)) length 1732 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1733 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 1735 Source/bindings/v8/SerializedScriptValue.cpp if (!creator.newSparseArray(length)) length 1742 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1743 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 1745 Source/bindings/v8/SerializedScriptValue.cpp if (!creator.newDenseArray(length)) length 1836 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1837 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 1839 Source/bindings/v8/SerializedScriptValue.cpp if (m_position + length > m_length) length 1841 Source/bindings/v8/SerializedScriptValue.cpp *value = v8::String::NewFromUtf8(m_isolate, reinterpret_cast<const char*>(m_buffer + m_position), v8::String::kNormalString, length); length 1842 Source/bindings/v8/SerializedScriptValue.cpp m_position += length; length 1848 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1849 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length) || (length & 1)) length 1851 Source/bindings/v8/SerializedScriptValue.cpp if (m_position + length > m_length) length 1854 Source/bindings/v8/SerializedScriptValue.cpp *value = v8::String::NewFromTwoByte(m_isolate, reinterpret_cast<const uint16_t*>(m_buffer + m_position), v8::String::kNormalString, length / sizeof(UChar)); length 1855 Source/bindings/v8/SerializedScriptValue.cpp m_position += length; length 1870 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 1871 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 1873 Source/bindings/v8/SerializedScriptValue.cpp if (m_position + length > m_length) length 1875 Source/bindings/v8/SerializedScriptValue.cpp *string = String::fromUTF8(reinterpret_cast<const char*>(m_buffer + m_position), length); length 1876 Source/bindings/v8/SerializedScriptValue.cpp m_position += length; length 1941 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(pixelArray->length() >= pixelDataLength); length 2114 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length; length 2115 Source/bindings/v8/SerializedScriptValue.cpp if (!doReadUint32(&length)) length 2118 Source/bindings/v8/SerializedScriptValue.cpp for (unsigned i = 0; i < length; ++i) { length 2475 Source/bindings/v8/SerializedScriptValue.cpp virtual bool newDenseArray(uint32_t length) OVERRIDE length 2477 Source/bindings/v8/SerializedScriptValue.cpp v8::Local<v8::Array> array = v8::Array::New(m_reader.isolate(), length); length 2516 Source/bindings/v8/SerializedScriptValue.cpp virtual bool completeSparseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>* value) OVERRIDE length 2532 Source/bindings/v8/SerializedScriptValue.cpp virtual bool completeDenseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>* value) OVERRIDE length 2545 Source/bindings/v8/SerializedScriptValue.cpp if (length > stackDepth()) length 2547 Source/bindings/v8/SerializedScriptValue.cpp for (unsigned i = 0, stackPos = stackDepth() - length; i < length; i++, stackPos++) { length 2552 Source/bindings/v8/SerializedScriptValue.cpp pop(length); length 2605 Source/bindings/v8/SerializedScriptValue.cpp unsigned length = 2 * numProperties; length 2606 Source/bindings/v8/SerializedScriptValue.cpp if (length > stackDepth()) length 2608 Source/bindings/v8/SerializedScriptValue.cpp for (unsigned i = stackDepth() - length; i < stackDepth(); i += 2) { length 2613 Source/bindings/v8/SerializedScriptValue.cpp pop(length); length 2630 Source/bindings/v8/SerializedScriptValue.cpp void pop(unsigned length) length 2632 Source/bindings/v8/SerializedScriptValue.cpp ASSERT(length <= m_stack.size()); length 2633 Source/bindings/v8/SerializedScriptValue.cpp m_stack.shrink(m_stack.size() - length); length 2701 Source/bindings/v8/SerializedScriptValue.cpp size_t length = data.size() / sizeof(UChar); length 2702 Source/bindings/v8/SerializedScriptValue.cpp StringBuffer<UChar> buffer(length); length 2705 Source/bindings/v8/SerializedScriptValue.cpp for (size_t i = 0; i < length; i++) length 2741 Source/bindings/v8/SerializedScriptValue.cpp size_t length = m_data.length(); length 2742 Source/bindings/v8/SerializedScriptValue.cpp result.resize(length * sizeof(UChar)); length 2747 Source/bindings/v8/SerializedScriptValue.cpp for (size_t i = 0; i < length; i++) length 2751 Source/bindings/v8/SerializedScriptValue.cpp for (size_t i = 0; i < length; i++) length 2869 Source/bindings/v8/SerializedScriptValue.cpp Reader reader(reinterpret_cast<const uint8_t*>(m_data.impl()->characters16()), 2 * m_data.length(), isolate, m_blobDataHandles); length 2886 Source/bindings/v8/SerializedScriptValue.cpp uint32_t length = 0; length 2889 Source/bindings/v8/SerializedScriptValue.cpp length = array->Length(); length 2890 Source/bindings/v8/SerializedScriptValue.cpp } else if (toV8Sequence(value, length, isolate).IsEmpty()) { length 2898 Source/bindings/v8/SerializedScriptValue.cpp for (unsigned i = 0; i < length; ++i) { length 2933 Source/bindings/v8/SerializedScriptValue.cpp m_externallyAllocatedMemory = static_cast<intptr_t>(m_data.length()); length 208 Source/bindings/v8/V8Binding.h inline v8::Handle<v8::String> v8AtomicString(v8::Isolate* isolate, const char* str, size_t length) length 211 Source/bindings/v8/V8Binding.h return v8::String::NewFromUtf8(isolate, str, v8::String::kInternalizedString, length); length 489 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> toV8Sequence(v8::Handle<v8::Value>, uint32_t& length, v8::Isolate*); length 494 Source/bindings/v8/V8Binding.h Vector<RefPtr<T> > toRefPtrNativeArrayUnchecked(v8::Local<v8::Value> v8Value, uint32_t length, v8::Isolate* isolate, bool* success = 0) length 497 Source/bindings/v8/V8Binding.h result.reserveInitialCapacity(length); length 499 Source/bindings/v8/V8Binding.h for (uint32_t i = 0; i < length; ++i) { length 521 Source/bindings/v8/V8Binding.h uint32_t length = 0; length 523 Source/bindings/v8/V8Binding.h length = v8::Local<v8::Array>::Cast(v8Value)->Length(); length 524 Source/bindings/v8/V8Binding.h } else if (toV8Sequence(value, length, isolate).IsEmpty()) { length 528 Source/bindings/v8/V8Binding.h return toRefPtrNativeArrayUnchecked<T, V8T>(v8Value, length, isolate, success); length 538 Source/bindings/v8/V8Binding.h uint32_t length = 0; length 540 Source/bindings/v8/V8Binding.h length = v8::Local<v8::Array>::Cast(v8Value)->Length(); length 541 Source/bindings/v8/V8Binding.h } else if (toV8Sequence(value, length, isolate).IsEmpty()) { length 545 Source/bindings/v8/V8Binding.h return toRefPtrNativeArrayUnchecked<T, V8T>(v8Value, length, isolate, success); length 555 Source/bindings/v8/V8Binding.h uint32_t length = 0; length 557 Source/bindings/v8/V8Binding.h length = v8::Local<v8::Array>::Cast(v8Value)->Length(); length 558 Source/bindings/v8/V8Binding.h } else if (toV8Sequence(value, length, isolate).IsEmpty()) { length 564 Source/bindings/v8/V8Binding.h result.reserveInitialCapacity(length); length 566 Source/bindings/v8/V8Binding.h for (uint32_t i = 0; i < length; ++i) { length 587 Source/bindings/v8/V8Binding.h uint32_t length = 0; length 589 Source/bindings/v8/V8Binding.h length = v8::Local<v8::Array>::Cast(v8Value)->Length(); length 590 Source/bindings/v8/V8Binding.h } else if (toV8Sequence(value, length, isolate).IsEmpty()) { length 596 Source/bindings/v8/V8Binding.h result.reserveInitialCapacity(length); length 599 Source/bindings/v8/V8Binding.h for (uint32_t i = 0; i < length; ++i) length 610 Source/bindings/v8/V8Binding.h int length = info.Length(); length 611 Source/bindings/v8/V8Binding.h result.reserveInitialCapacity(length); length 612 Source/bindings/v8/V8Binding.h for (int i = startIndex; i < length; ++i) length 619 Source/bindings/v8/V8Binding.h inline v8::Handle<v8::Value> toV8Sequence(v8::Handle<v8::Value> value, uint32_t& length, v8::Isolate* isolate) length 646 Source/bindings/v8/V8Binding.h length = sequenceLength; length 695 Source/bindings/v8/V8Binding.h int length = collection->length(); length 696 Source/bindings/v8/V8Binding.h v8::Handle<v8::Array> properties = v8::Array::New(info.GetIsolate(), length); length 697 Source/bindings/v8/V8Binding.h for (int i = 0; i < length; ++i) { length 86 Source/bindings/v8/V8DOMConfiguration.cpp v8::Local<v8::FunctionTemplate> functionTemplate = v8::FunctionTemplate::New(isolate, callback, v8Undefined(), signature, callbacks[i].length); length 109 Source/bindings/v8/V8DOMConfiguration.h int length; length 67 Source/bindings/v8/V8NPUtils.cpp int length = str->Utf8Length() + 1; length 68 Source/bindings/v8/V8NPUtils.cpp char* utf8Chars = reinterpret_cast<char*>(malloc(length)); length 69 Source/bindings/v8/V8NPUtils.cpp str->WriteUtf8(utf8Chars, length, 0, v8::String::HINT_MANY_WRITES_EXPECTED); length 70 Source/bindings/v8/V8NPUtils.cpp STRINGN_TO_NPVARIANT(utf8Chars, length-1, *result); length 209 Source/bindings/v8/V8PerContextData.cpp char* comma = strnstr(*utf8, ",", utf8.length()); length 102 Source/bindings/v8/V8PerIsolateData.cpp v8::Handle<v8::FunctionTemplate> V8PerIsolateData::domTemplate(void* domTemplateKey, v8::FunctionCallback callback, v8::Handle<v8::Value> data, v8::Handle<v8::Signature> signature, int length) length 109 Source/bindings/v8/V8PerIsolateData.cpp v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(m_isolate, callback, data, signature, length); length 89 Source/bindings/v8/V8PerIsolateData.h v8::Handle<v8::FunctionTemplate> domTemplate(void* domTemplateKey, v8::FunctionCallback = 0, v8::Handle<v8::Value> data = v8::Handle<v8::Value>(), v8::Handle<v8::Signature> = v8::Handle<v8::Signature>(), int length = 0); length 83 Source/bindings/v8/V8ScriptRunner.cpp resource->setCachedMetadata(dataTypeID, reinterpret_cast<const char*>(newCachedData->data), newCachedData->length); length 80 Source/bindings/v8/V8StringResource.cpp String StringTraits<String>::fromV8String<false>(v8::Handle<v8::String> v8String, int length) length 82 Source/bindings/v8/V8StringResource.cpp ASSERT(v8String->Length() == length); length 84 Source/bindings/v8/V8StringResource.cpp String result = String::createUninitialized(length, buffer); length 85 Source/bindings/v8/V8StringResource.cpp v8String->Write(reinterpret_cast<uint16_t*>(buffer), 0, length); length 90 Source/bindings/v8/V8StringResource.cpp AtomicString StringTraits<AtomicString>::fromV8String<false>(v8::Handle<v8::String> v8String, int length) length 92 Source/bindings/v8/V8StringResource.cpp ASSERT(v8String->Length() == length); length 94 Source/bindings/v8/V8StringResource.cpp if (length <= inlineBufferSize) { length 96 Source/bindings/v8/V8StringResource.cpp v8String->Write(reinterpret_cast<uint16_t*>(inlineBuffer), 0, length); length 97 Source/bindings/v8/V8StringResource.cpp return AtomicString(inlineBuffer, length); length 100 Source/bindings/v8/V8StringResource.cpp String result = String::createUninitialized(length, buffer); length 101 Source/bindings/v8/V8StringResource.cpp v8String->Write(reinterpret_cast<uint16_t*>(buffer), 0, length); length 106 Source/bindings/v8/V8StringResource.cpp String StringTraits<String>::fromV8String<true>(v8::Handle<v8::String> v8String, int length) length 108 Source/bindings/v8/V8StringResource.cpp ASSERT(v8String->Length() == length); length 110 Source/bindings/v8/V8StringResource.cpp String result = String::createUninitialized(length, buffer); length 111 Source/bindings/v8/V8StringResource.cpp v8String->WriteOneByte(buffer, 0, length); length 116 Source/bindings/v8/V8StringResource.cpp AtomicString StringTraits<AtomicString>::fromV8String<true>(v8::Handle<v8::String> v8String, int length) length 118 Source/bindings/v8/V8StringResource.cpp ASSERT(v8String->Length() == length); length 120 Source/bindings/v8/V8StringResource.cpp if (length <= inlineBufferSize) { length 122 Source/bindings/v8/V8StringResource.cpp v8String->WriteOneByte(inlineBuffer, 0, length); length 123 Source/bindings/v8/V8StringResource.cpp return AtomicString(inlineBuffer, length); length 126 Source/bindings/v8/V8StringResource.cpp String string = String::createUninitialized(length, buffer); length 127 Source/bindings/v8/V8StringResource.cpp v8String->WriteOneByte(buffer, 0, length); length 149 Source/bindings/v8/V8StringResource.cpp int length = v8String->Length(); length 150 Source/bindings/v8/V8StringResource.cpp if (UNLIKELY(!length)) length 154 Source/bindings/v8/V8StringResource.cpp StringType result(oneByte ? StringTraits<StringType>::template fromV8String<true>(v8String, length) : StringTraits<StringType>::template fromV8String<false>(v8String, length)); length 107 Source/bindings/v8/V8StringResource.h return string.length() * (string.is8Bit() ? sizeof(LChar) : sizeof(UChar)); length 128 Source/bindings/v8/V8StringResource.h virtual size_t length() const OVERRIDE { return m_plainString.impl()->length(); } length 149 Source/bindings/v8/V8StringResource.h virtual size_t length() const OVERRIDE { return m_plainString.impl()->length(); } length 53 Source/bindings/v8/V8ValueCache.cpp if (!stringImpl->length()) length 68 Source/bindings/v8/V8ValueCache.cpp if (!stringImpl->length()) { length 87 Source/bindings/v8/V8ValueCache.cpp ASSERT(stringImpl->length()); length 410 Source/bindings/v8/V8WindowShell.cpp context->SetSecurityToken(v8AtomicString(m_isolate, utf8Token.data(), utf8Token.length())); length 48 Source/bindings/v8/custom/V8BlobCustom.cpp uint32_t length = 0; length 50 Source/bindings/v8/custom/V8BlobCustom.cpp length = v8::Local<v8::Array>::Cast(info[0])->Length(); length 53 Source/bindings/v8/custom/V8BlobCustom.cpp if (toV8Sequence(info[sequenceArgumentIndex], length, info.GetIsolate()).IsEmpty()) { length 77 Source/bindings/v8/custom/V8BlobCustom.cpp if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.normalizeLineEndingsToNative(), *blobData, info.GetIsolate())) length 80 Source/bindings/v8/custom/V8BlobCustom.cpp long long blobSize = blobData->length(); length 67 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ASSERT(propertyName.length()); length 73 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp unsigned length = propertyName.length(); length 74 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp for (unsigned i = 1; i < length; ++i) { length 89 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp unsigned length = propertyName.length(); length 90 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp if (!length) length 94 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp builder.reserveCapacity(length); length 110 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp for (; i < length; ++i) { length 49 Source/bindings/v8/custom/V8DataViewCustom.h static size_t length(v8::Handle<v8::DataView> value) length 54 Source/bindings/v8/custom/V8DataViewCustom.h static size_t length(DataView* array) length 56 Source/bindings/v8/custom/V8FileCustom.cpp uint32_t length = 0; length 58 Source/bindings/v8/custom/V8FileCustom.cpp length = v8::Local<v8::Array>::Cast(info[0])->Length(); length 61 Source/bindings/v8/custom/V8FileCustom.cpp if (toV8Sequence(info[sequenceArgumentIndex], length, info.GetIsolate()).IsEmpty()) { length 89 Source/bindings/v8/custom/V8FileCustom.cpp if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.normalizeLineEndingsToNative(), *blobData, info.GetIsolate())) length 92 Source/bindings/v8/custom/V8FileCustom.cpp long long fileSize = blobData->length(); length 49 Source/bindings/v8/custom/V8Float32ArrayCustom.h static size_t length(v8::Handle<v8::Float32Array> value) length 54 Source/bindings/v8/custom/V8Float32ArrayCustom.h static size_t length(Float32Array* array) length 56 Source/bindings/v8/custom/V8Float32ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Float64ArrayCustom.h static size_t length(v8::Handle<v8::Float64Array> value) length 54 Source/bindings/v8/custom/V8Float64ArrayCustom.h static size_t length(Float64Array* array) length 56 Source/bindings/v8/custom/V8Float64ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Int16ArrayCustom.h static size_t length(v8::Handle<v8::Int16Array> value) length 54 Source/bindings/v8/custom/V8Int16ArrayCustom.h static size_t length(Int16Array* array) length 56 Source/bindings/v8/custom/V8Int16ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Int32ArrayCustom.h static size_t length(v8::Handle<v8::Int32Array> value) length 54 Source/bindings/v8/custom/V8Int32ArrayCustom.h static size_t length(Int32Array* array) length 56 Source/bindings/v8/custom/V8Int32ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Int8ArrayCustom.h static size_t length(v8::Handle<v8::Int8Array> value) length 54 Source/bindings/v8/custom/V8Int8ArrayCustom.h static size_t length(Int8Array* array) length 56 Source/bindings/v8/custom/V8Int8ArrayCustom.h return array->length(); length 441 Source/bindings/v8/custom/V8PromiseCustom.cpp for (uint32_t count = 0, length = derivedPromises->Length(); count < length; ++count) { length 442 Source/bindings/v8/custom/V8PromiseCustom.cpp uint32_t i = length - count - 1; length 623 Source/bindings/v8/custom/V8PromiseCustom.cpp for (unsigned i = 0, length = iterable->Length(); i < length; ++i) { length 658 Source/bindings/v8/custom/V8PromiseCustom.cpp for (unsigned i = 0, length = iterable->Length(); i < length; ++i) { length 60 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp if (index >= rowList->length()) { length 61 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound<unsigned>("index", index, rowList->length())); length 70 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length"))); length 72 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp if (isUndefinedOrNull(length)) length 75 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp sqlArgsLength = length->Uint32Value(); length 69 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length"))); length 71 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp if (isUndefinedOrNull(length)) length 74 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp sqlArgsLength = length->Uint32Value(); length 148 Source/bindings/v8/custom/V8TypedArrayCustom.h v8::Local<v8::Object> wrapper = V8Type::New(v8Buffer.As<v8::ArrayBuffer>(), impl->byteOffset(), Traits::length(impl.get())); length 164 Source/bindings/v8/custom/V8TypedArrayCustom.h RefPtr<TypedArray> typedArray = TypedArray::create(arrayBuffer, view->ByteOffset(), Traits::length(view)); length 49 Source/bindings/v8/custom/V8Uint16ArrayCustom.h static size_t length(v8::Handle<v8::Uint16Array> value) length 54 Source/bindings/v8/custom/V8Uint16ArrayCustom.h static size_t length(Uint16Array* array) length 56 Source/bindings/v8/custom/V8Uint16ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Uint32ArrayCustom.h static size_t length(v8::Handle<v8::Uint32Array> value) length 54 Source/bindings/v8/custom/V8Uint32ArrayCustom.h static size_t length(Uint32Array* array) length 56 Source/bindings/v8/custom/V8Uint32ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Uint8ArrayCustom.h static size_t length(v8::Handle<v8::Uint8Array> value) length 54 Source/bindings/v8/custom/V8Uint8ArrayCustom.h static size_t length(Uint8Array* array) length 56 Source/bindings/v8/custom/V8Uint8ArrayCustom.h return array->length(); length 49 Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h static size_t length(v8::Handle<v8::Uint8ClampedArray> value) length 54 Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h static size_t length(Uint8ClampedArray* array) length 56 Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h return array->length(); length 108 Source/bindings/v8/custom/V8WindowCustom.cpp if (!functionString.length()) length 111 Source/core/accessibility/AXARIAGrid.cpp size_t length = children.size(); length 112 Source/core/accessibility/AXARIAGrid.cpp for (size_t i = 0; i < length; ++i) length 74 Source/core/accessibility/AXListBox.cpp unsigned length = listItems.size(); length 75 Source/core/accessibility/AXListBox.cpp for (unsigned i = 0; i < length; i++) { length 94 Source/core/accessibility/AXListBox.cpp unsigned length = m_children.size(); length 95 Source/core/accessibility/AXListBox.cpp for (unsigned i = 0; i < length; i++) { length 101 Source/core/accessibility/AXListBox.cpp length = children.size(); length 102 Source/core/accessibility/AXListBox.cpp for (unsigned i = 0; i < length; i++) { length 118 Source/core/accessibility/AXListBox.cpp unsigned length = m_children.size(); length 119 Source/core/accessibility/AXListBox.cpp for (unsigned i = 0; i < length; i++) { length 151 Source/core/accessibility/AXListBox.cpp unsigned length = m_children.size(); length 152 Source/core/accessibility/AXListBox.cpp for (unsigned i = 0; i < length; i++) { length 213 Source/core/accessibility/AXListBoxOption.cpp unsigned length = listItems.size(); length 214 Source/core/accessibility/AXListBoxOption.cpp for (unsigned i = 0; i < length; i++) { length 103 Source/core/accessibility/AXMenuListPopup.cpp unsigned length = listItems.size(); length 104 Source/core/accessibility/AXMenuListPopup.cpp for (unsigned i = 0; i < length; i++) { length 993 Source/core/accessibility/AXNodeObject.cpp if (!staticText.length()) length 1334 Source/core/accessibility/AXNodeObject.cpp size_t length = children.size(); length 1335 Source/core/accessibility/AXNodeObject.cpp for (size_t i = 0; i < length; ++i) length 1659 Source/core/accessibility/AXNodeObject.cpp unsigned length = elements.size(); length 1660 Source/core/accessibility/AXNodeObject.cpp for (unsigned k = 0; k < length; k++) { length 562 Source/core/accessibility/AXObject.cpp size_t length = m_children.size(); length 563 Source/core/accessibility/AXObject.cpp for (size_t i = 0; i < length; i++) length 259 Source/core/accessibility/AXObject.h unsigned length; length 263 Source/core/accessibility/AXObject.h , length(0) length 268 Source/core/accessibility/AXObject.h , length(l) length 271 Source/core/accessibility/AXObject.h bool isNull() const { return !start && !length; } length 577 Source/core/accessibility/AXObject.h unsigned getLengthForTextRange() const { return text().length(); } length 809 Source/core/accessibility/AXRenderObject.cpp return text().length(); length 884 Source/core/accessibility/AXRenderObject.cpp if (!staticText.length()) length 1606 Source/core/accessibility/AXRenderObject.cpp textControl->setSelectionRange(range.start, range.start + range.length); length 1616 Source/core/accessibility/AXRenderObject.cpp Position(node, range.start + range.length, Position::PositionIsOffsetInAnchor), DOWNSTREAM)); length 2243 Source/core/accessibility/AXRenderObject.cpp unsigned length = children.size(); length 2244 Source/core/accessibility/AXRenderObject.cpp for (unsigned i = 0; i < length; ++i) length 374 Source/core/accessibility/AXTable.cpp unsigned length = initialTableSection->numColumns(); length 375 Source/core/accessibility/AXTable.cpp for (unsigned i = 0; i < length; ++i) { length 73 Source/core/accessibility/AXTableHeaderContainer.cpp unsigned length = m_children.size(); length 74 Source/core/accessibility/AXTableHeaderContainer.cpp for (unsigned k = 0; k < length; ++k) length 95 Source/core/animation/AnimatableLength.cpp const AnimatableLength* length = toAnimatableLength(value); length 96 Source/core/animation/AnimatableLength.cpp NumberUnitType type = commonUnitType(length); length 97 Source/core/animation/AnimatableLength.cpp return type == UnitTypeCalc && (isViewportUnit() || length->isViewportUnit()); length 102 Source/core/animation/AnimatableLength.cpp const AnimatableLength* length = toAnimatableLength(value); length 103 Source/core/animation/AnimatableLength.cpp NumberUnitType type = commonUnitType(length); length 105 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(blend(m_number, length->m_number, fraction), type); length 108 Source/core/animation/AnimatableLength.cpp if (isViewportUnit() || length->isViewportUnit()) length 111 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(scale(1 - fraction).get(), length->scale(fraction).get()); length 120 Source/core/animation/AnimatableLength.cpp const AnimatableLength* length = toAnimatableLength(value); length 121 Source/core/animation/AnimatableLength.cpp if (length->isUnitlessZero()) length 124 Source/core/animation/AnimatableLength.cpp NumberUnitType type = commonUnitType(length); length 126 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(m_number + length->m_number, type); length 128 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(this, length); length 133 Source/core/animation/AnimatableLength.cpp const AnimatableLength* length = toAnimatableLength(value); length 134 Source/core/animation/AnimatableLength.cpp if (m_unitType != length->m_unitType) length 137 Source/core/animation/AnimatableLength.cpp return m_calcExpression == length->m_calcExpression || m_calcExpression->equals(*length->m_calcExpression); length 138 Source/core/animation/AnimatableLength.cpp return m_number == length->m_number; length 142 Source/core/animation/AnimatableLength.h NumberUnitType commonUnitType(const AnimatableLength* length) const length 144 Source/core/animation/AnimatableLength.h if (m_unitType == length->m_unitType) length 148 Source/core/animation/AnimatableLength.h return length->m_unitType; length 149 Source/core/animation/AnimatableLength.h if (length->isUnitlessZero()) length 43 Source/core/animation/AnimatableSVGLength.h static PassRefPtrWillBeRawPtr<AnimatableSVGLength> create(PassRefPtr<SVGLength> length) length 45 Source/core/animation/AnimatableSVGLength.h return adoptRefWillBeNoop(new AnimatableSVGLength(length)); length 60 Source/core/animation/AnimatableSVGLength.h AnimatableSVGLength(PassRefPtr<SVGLength> length) length 61 Source/core/animation/AnimatableSVGLength.h : m_length(length) length 52 Source/core/animation/AnimatableStrokeDasharrayList.cpp RefPtr<SVGLength> length = toAnimatableSVGLength(m_values[i].get())->toSVGLength()->clone(); length 53 Source/core/animation/AnimatableStrokeDasharrayList.cpp if (length->valueInSpecifiedUnits() < 0) length 54 Source/core/animation/AnimatableStrokeDasharrayList.cpp length->setValueInSpecifiedUnits(0); length 55 Source/core/animation/AnimatableStrokeDasharrayList.cpp lengths->append(length); length 42 Source/core/animation/AnimatableStrokeDasharrayListTest.cpp PassRefPtr<SVGLengthList> createSVGLengthList(size_t length) length 45 Source/core/animation/AnimatableStrokeDasharrayListTest.cpp for (size_t i = 0; i < length; ++i) length 145 Source/core/animation/AnimatableValueTestHelper.cpp size_t length = list->length(); length 146 Source/core/animation/AnimatableValueTestHelper.cpp for (size_t i = 0; i < length; ++i) { length 148 Source/core/animation/AnimatableValueTestHelper.cpp if (i != length-1) length 131 Source/core/animation/CompositorAnimationsTestHelper.h virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); } length 110 Source/core/animation/InterpolableValue.h size_t length() const { return m_size; } length 30 Source/core/animation/Interpolation.cpp if (startList->length() != endList->length()) length 32 Source/core/animation/Interpolation.cpp for (size_t i = 0; i < startList->length(); ++i) { length 65 Source/core/animation/css/CSSAnimatableValueFactory.cpp static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLength(const Length& length, const RenderStyle& style) length 67 Source/core/animation/css/CSSAnimatableValueFactory.cpp switch (length.type()) { length 69 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableLength::create(adjustFloatForAbsoluteZoom(length.value(), style), AnimatableLength::UnitTypePixels); length 71 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableLength::create(length.value(), AnimatableLength::UnitTypePercentage); length 73 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableLength::create(CSSCalcValue::createExpressionNode(length.calculationValue()->expression(), style.effectiveZoom())); length 81 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableUnknown::create(CSSPrimitiveValue::create(length)); length 94 Source/core/animation/css/CSSAnimatableValueFactory.cpp static PassRefPtrWillBeRawPtr<AnimatableValue> createFromLineHeight(const Length& length, const RenderStyle& style) length 96 Source/core/animation/css/CSSAnimatableValueFactory.cpp if (length.type() == Percent) { length 97 Source/core/animation/css/CSSAnimatableValueFactory.cpp double value = length.value(); length 103 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(length, style); length 124 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(borderImageLength.length(), style); length 179 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromBackgroundPosition(const Length& length, bool originIsSet, BackgroundEdgeOrigin origin, const RenderStyle& style) length 182 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(length, style); length 186 Source/core/animation/css/CSSAnimatableValueFactory.cpp CSSCalcValue::createExpressionNode(length, style.effectiveZoom()), length 547 Source/core/animation/css/CSSAnimations.cpp for (unsigned j = 0; !j || j < propertyList.length(); ++j) { length 548 Source/core/animation/css/CSSAnimations.cpp CSSPropertyID id = propertyList.length() ? propertyList.properties()[j] : anim->property(); length 204 Source/core/clipboard/Clipboard.cpp for (size_t i = 0; i < m_dataObject->length(); ++i) { length 378 Source/core/clipboard/Clipboard.cpp return m_dataObject->length() > 0; length 487 Source/core/clipboard/Clipboard.cpp for (unsigned f = 0; f < fileList->length(); f++) { length 77 Source/core/clipboard/DataObject.cpp if (index >= length()) length 84 Source/core/clipboard/DataObject.cpp if (index >= length()) length 62 Source/core/clipboard/DataObject.h size_t length() const; length 51 Source/core/clipboard/DataTransferItemList.cpp return m_dataObject->length(); length 54 Source/core/clipboard/DataTransferItemList.h size_t length() const; length 46 Source/core/css/BasicShapeFunctions.cpp return pool.createValue(center.length(), style); length 50 Source/core/css/BasicShapeFunctions.cpp return pool.createValue(Pair::create(pool.createIdentifierValue(keyword), pool.createValue(center.length(), style), Pair::DropIdenticalValues)); length 273 Source/core/css/BasicShapeFunctions.cpp float offset = floatValueForLength(centerX.length(), boxSize.width()); length 275 Source/core/css/BasicShapeFunctions.cpp offset = floatValueForLength(centerY.length(), boxSize.height()); length 63 Source/core/css/CSSBasicShapes.cpp if (box.length()) { length 171 Source/core/css/CSSBasicShapes.cpp if (box.length()) { length 223 Source/core/css/CSSBasicShapes.cpp size_t length = sizeof(evenOddOpening) - 1; length 226 Source/core/css/CSSBasicShapes.cpp length += (sizeof(commaSeparator) - 1); length 228 Source/core/css/CSSBasicShapes.cpp length += points[i].length() + 1 + points[i + 1].length(); length 231 Source/core/css/CSSBasicShapes.cpp length += box.length() + 1; length 232 Source/core/css/CSSBasicShapes.cpp result.reserveCapacity(length); length 689 Source/core/css/CSSCalculationValue.cpp return createExpressionNode(toCalcExpressionLength(node)->length(), zoom); length 718 Source/core/css/CSSCalculationValue.cpp PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> CSSCalcValue::createExpressionNode(const Length& length, float zoom) length 720 Source/core/css/CSSCalculationValue.cpp switch (length.type()) { length 723 Source/core/css/CSSCalculationValue.cpp return createExpressionNode(CSSPrimitiveValue::create(length, zoom), length.value() == trunc(length.value())); length 725 Source/core/css/CSSCalculationValue.cpp return createExpressionNode(length.calculationValue()->expression(), zoom); length 464 Source/core/css/CSSComputedStyleDeclaration.cpp top = cssValuePool().createValue(box.top().length(), style); length 474 Source/core/css/CSSComputedStyleDeclaration.cpp right = cssValuePool().createValue(box.right().length(), style); length 483 Source/core/css/CSSComputedStyleDeclaration.cpp bottom = cssValuePool().createValue(box.bottom().length(), style); length 491 Source/core/css/CSSComputedStyleDeclaration.cpp left = cssValuePool().createValue(box.left().length(), style); length 553 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> zoomAdjustedPixelValueForLength(const Length& length, const RenderStyle& style) length 555 Source/core/css/CSSComputedStyleDeclaration.cpp if (length.isFixed()) length 556 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValue(length.value(), style); length 557 Source/core/css/CSSComputedStyleDeclaration.cpp return cssValuePool().createValue(length, style); length 856 Source/core/css/CSSComputedStyleDeclaration.cpp const Length& trackBreadthLength = trackBreadth.length(); length 866 Source/core/css/CSSComputedStyleDeclaration.cpp return specifiedValueForGridTrackBreadth(trackSize.length(), style); length 1100 Source/core/css/CSSComputedStyleDeclaration.cpp if (!list->length()) length 1260 Source/core/css/CSSComputedStyleDeclaration.cpp if (!list->length()) length 1385 Source/core/css/CSSComputedStyleDeclaration.cpp Length length = style.lineHeight(); length 1386 Source/core/css/CSSComputedStyleDeclaration.cpp if (length.isNegative()) length 1389 Source/core/css/CSSComputedStyleDeclaration.cpp return zoomAdjustedPixelValue(floatValueForLength(length, style.fontDescription().specifiedSize()), style); length 1477 Source/core/css/CSSComputedStyleDeclaration.cpp ASSERT(list->length()); length 1929 Source/core/css/CSSComputedStyleDeclaration.cpp if (fontFamilyList->length() == 1) length 2891 Source/core/css/CSSComputedStyleDeclaration.cpp if (i >= length()) length 2921 Source/core/css/CSSComputedStyleDeclaration.cpp for (size_t i = 0; i < shorthand.length(); ++i) { length 2959 Source/core/css/CSSComputedStyleDeclaration.cpp for (size_t i = 0; i < shorthand.length(); ++i) { length 86 Source/core/css/CSSComputedStyleDeclaration.h virtual unsigned length() const OVERRIDE; length 225 Source/core/css/CSSFontFace.cpp while (index < text.length()) { length 190 Source/core/css/CSSGradientValue.cpp float length; length 192 Source/core/css/CSSGradientValue.cpp length = stop.m_position->computeLength<float>(conversionData); length 194 Source/core/css/CSSGradientValue.cpp length = stop.m_position->cssCalcValue()->toCalcValue(conversionData)->evaluate(gradientLength); length 195 Source/core/css/CSSGradientValue.cpp stops[i].offset = (gradientLength > 0) ? length / gradientLength : 0; length 115 Source/core/css/CSSGroupingRule.cpp unsigned size = length(); length 130 Source/core/css/CSSGroupingRule.cpp if (index >= length()) length 47 Source/core/css/CSSGroupingRule.h unsigned length() const; length 57 Source/core/css/CSSImageSetValue.cpp size_t length = this->length(); length 59 Source/core/css/CSSImageSetValue.cpp while (i < length) { length 64 Source/core/css/CSSImageSetValue.cpp ASSERT_WITH_SECURITY_IMPLICATION(i < length); length 146 Source/core/css/CSSImageSetValue.cpp size_t length = this->length(); length 148 Source/core/css/CSSImageSetValue.cpp while (i < length) { length 157 Source/core/css/CSSImageSetValue.cpp ASSERT_WITH_SECURITY_IMPLICATION(i < length); length 136 Source/core/css/CSSKeyframesRule.cpp m_childRuleCSSOMWrappers.grow(length()); length 172 Source/core/css/CSSKeyframesRule.cpp unsigned size = length(); length 189 Source/core/css/CSSKeyframesRule.cpp if (index >= length()) length 98 Source/core/css/CSSKeyframesRule.h unsigned length() const; length 36 Source/core/css/CSSMarkup.cpp static inline bool isCSSTokenizerIdentifier(const CharacterType* characters, unsigned length) length 38 Source/core/css/CSSMarkup.cpp const CharacterType* end = characters + length; length 61 Source/core/css/CSSMarkup.cpp unsigned length = string.length(); length 63 Source/core/css/CSSMarkup.cpp if (!length) length 67 Source/core/css/CSSMarkup.cpp return isCSSTokenizerIdentifier(string.characters8(), length); length 68 Source/core/css/CSSMarkup.cpp return isCSSTokenizerIdentifier(string.characters16(), length); length 72 Source/core/css/CSSMarkup.cpp static inline bool isCSSTokenizerURL(const CharacterType* characters, unsigned length) length 74 Source/core/css/CSSMarkup.cpp const CharacterType* end = characters + length; length 101 Source/core/css/CSSMarkup.cpp unsigned length = string.length(); length 103 Source/core/css/CSSMarkup.cpp if (!length) length 107 Source/core/css/CSSMarkup.cpp return isCSSTokenizerURL(string.characters8(), length); length 108 Source/core/css/CSSMarkup.cpp return isCSSTokenizerURL(string.characters16(), length); length 112 Source/core/css/CSSMarkup.cpp static inline String quoteCSSStringInternal(const CharacterType* characters, unsigned length) length 118 Source/core/css/CSSMarkup.cpp for (unsigned i = 0; i < length; ++i) { length 136 Source/core/css/CSSMarkup.cpp for (unsigned i = 0; i < length; ++i) { length 166 Source/core/css/CSSMarkup.cpp unsigned length = string.length(); length 168 Source/core/css/CSSMarkup.cpp if (!length) length 171 Source/core/css/CSSMarkup.cpp if (length > std::numeric_limits<unsigned>::max() / 3 - 2) length 175 Source/core/css/CSSMarkup.cpp return quoteCSSStringInternal(string.characters8(), length); length 176 Source/core/css/CSSMarkup.cpp return quoteCSSStringInternal(string.characters16(), length); length 58 Source/core/css/CSSOMUtils.cpp while (index < identifier.length()) { length 86 Source/core/css/CSSOMUtils.cpp while (index < string.length()) { length 32 Source/core/css/CSSParserValues.cpp AtomicString CSSParserString::atomicSubstring(unsigned position, unsigned length) const length 34 Source/core/css/CSSParserValues.cpp ASSERT(m_length >= position + length); length 37 Source/core/css/CSSParserValues.cpp return AtomicString(characters8() + position, length); length 38 Source/core/css/CSSParserValues.cpp return AtomicString(characters16() + position, length); length 37 Source/core/css/CSSParserValues.h void init(const LChar* characters, unsigned length) length 40 Source/core/css/CSSParserValues.h m_length = length; length 44 Source/core/css/CSSParserValues.h void init(const UChar* characters, unsigned length) length 47 Source/core/css/CSSParserValues.h m_length = length; length 53 Source/core/css/CSSParserValues.h init(string, 0, string.length()); length 56 Source/core/css/CSSParserValues.h void init(const String& string, unsigned startOffset, unsigned length) length 58 Source/core/css/CSSParserValues.h m_length = length; length 88 Source/core/css/CSSParserValues.h unsigned length() const { return m_length; } length 89 Source/core/css/CSSParserValues.h void setLength(unsigned length) { m_length = length; } length 101 Source/core/css/CSSParserValues.h bool match = is8Bit() ? WTF::equalIgnoringCase(str, characters8(), length()) : WTF::equalIgnoringCase(str, characters16(), length()); length 104 Source/core/css/CSSParserValues.h ASSERT(strlen(str) >= length()); length 105 Source/core/css/CSSParserValues.h return str[length()] == '\0'; length 116 Source/core/css/CSSParserValues.h if (length() < strLength) length 124 Source/core/css/CSSParserValues.h AtomicString atomicSubstring(unsigned position, unsigned length) const; length 126 Source/core/css/CSSParserValues.h bool isFunction() const { return length() > 0 && (*this)[length() - 1] == '('; } length 46 Source/core/css/CSSParserValuesTest.cpp ASSERT_EQ(0u, cssParserString.length()); length 56 Source/core/css/CSSParserValuesTest.cpp ASSERT_EQ(0u, cssParserString.length()); length 63 Source/core/css/CSSParserValuesTest.cpp cssParserString.init(string8bit, 0, string8bit.length()); length 78 Source/core/css/CSSParserValuesTest.cpp cssParserString.init(string16bit, 0, string16bit.length()); length 309 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(const Length& length, float zoom) length 312 Source/core/css/CSSPrimitiveValue.cpp switch (length.type()) { length 322 Source/core/css/CSSPrimitiveValue.cpp init(length); length 326 Source/core/css/CSSPrimitiveValue.cpp m_value.num = length.value() / zoom; length 329 Source/core/css/CSSPrimitiveValue.cpp init(CSSCalcValue::create(length.calculationValue(), zoom)); length 339 Source/core/css/CSSPrimitiveValue.cpp void CSSPrimitiveValue::init(const Length& length) length 341 Source/core/css/CSSPrimitiveValue.cpp switch (length.type()) { length 348 Source/core/css/CSSPrimitiveValue.cpp m_value.num = length.value(); length 380 Source/core/css/CSSPrimitiveValue.cpp ASSERT(std::isfinite(length.percent())); length 381 Source/core/css/CSSPrimitiveValue.cpp m_value.num = length.percent(); length 937 Source/core/css/CSSPrimitiveValue.cpp unsigned length = decimal.toStringDecimal(buffer.characters(), buffer.length()); length 938 Source/core/css/CSSPrimitiveValue.cpp ASSERT(length + suffixLength == buffer.length()); length 941 Source/core/css/CSSPrimitiveValue.cpp buffer[length + i] = static_cast<LChar>(suffix[i]); length 1055 Source/core/css/CSSPrimitiveValue.cpp result.reserveCapacity(6 + m_value.string->length()); length 356 Source/core/css/CSSPrimitiveValue.h CSSPrimitiveValue(const Length& length) length 359 Source/core/css/CSSPrimitiveValue.h init(length); length 49 Source/core/css/CSSPropertySourceData.h unsigned length() const; length 46 Source/core/css/CSSRuleList.h virtual unsigned length() const = 0; length 79 Source/core/css/CSSRuleList.h virtual unsigned length() const OVERRIDE { return m_rules.size(); } length 109 Source/core/css/CSSRuleList.h virtual unsigned length() const OVERRIDE { return m_rule->length(); } length 859 Source/core/css/CSSSelector.cpp m_b = argument.substring(p + 1, argument.length() - p - 1).toInt(); length 863 Source/core/css/CSSSelector.cpp m_b = -argument.substring(p + 1, argument.length() - p - 1).toInt(); length 42 Source/core/css/CSSSelectorList.cpp unsigned otherLength = other.length(); length 69 Source/core/css/CSSSelectorList.h unsigned length() const; length 49 Source/core/css/CSSStyleDeclaration.h virtual unsigned length() const = 0; length 67 Source/core/css/CSSStyleSheet.cpp virtual unsigned length() const OVERRIDE { return m_styleSheet->length(); } length 240 Source/core/css/CSSStyleSheet.cpp unsigned ruleCount = length(); length 288 Source/core/css/CSSStyleSheet.cpp unsigned ruleCount = length(); length 302 Source/core/css/CSSStyleSheet.cpp if (index > length()) { length 303 Source/core/css/CSSStyleSheet.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is larger than the maximum index (" + String::number(length()) + ")."); length 337 Source/core/css/CSSStyleSheet.cpp if (index >= length()) { length 338 Source/core/css/CSSStyleSheet.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is larger than the maximum index (" + String::number(length() - 1) + ")."); length 369 Source/core/css/CSSStyleSheet.cpp return addRule(selector, style, length(), exceptionState); length 79 Source/core/css/CSSStyleSheet.h unsigned length() const; length 65 Source/core/css/CSSTestHelper.cpp unsigned sheetLength = m_styleSheet->length(); length 67 Source/core/css/CSSTestHelper.cpp ASSERT_TRUE(m_styleSheet->length() > sheetLength); length 271 Source/core/css/CSSTokenizer-in.cpp int length = 6; length 275 Source/core/css/CSSTokenizer-in.cpp } while (isASCIIHexDigit(*currentCharacter) && --length); length 401 Source/core/css/CSSTokenizer-in.cpp int length = 6; length 405 Source/core/css/CSSTokenizer-in.cpp } while (--length && isASCIIHexDigit(*src)); length 694 Source/core/css/CSSTokenizer-in.cpp int length = 6; length 697 Source/core/css/CSSTokenizer-in.cpp while (isASCIIHexDigit(*character) && length) { length 699 Source/core/css/CSSTokenizer-in.cpp --length; length 702 Source/core/css/CSSTokenizer-in.cpp if (length && *character == '?') { length 706 Source/core/css/CSSTokenizer-in.cpp --length; length 707 Source/core/css/CSSTokenizer-in.cpp } while (*character == '?' && length); length 712 Source/core/css/CSSTokenizer-in.cpp if (length < 6) { length 717 Source/core/css/CSSTokenizer-in.cpp length = 6; length 720 Source/core/css/CSSTokenizer-in.cpp } while (--length && isASCIIHexDigit(*character)); length 762 Source/core/css/CSSTokenizer-in.cpp inline bool CSSTokenizer::detectFunctionTypeToken(int length) length 764 Source/core/css/CSSTokenizer-in.cpp ASSERT(length > 0); length 766 Source/core/css/CSSTokenizer-in.cpp SWITCH(name, length) { length 812 Source/core/css/CSSTokenizer-in.cpp inline void CSSTokenizer::detectMediaQueryToken(int length) length 817 Source/core/css/CSSTokenizer-in.cpp SWITCH(name, length) { length 834 Source/core/css/CSSTokenizer-in.cpp inline void CSSTokenizer::detectNumberToken(CharacterType* type, int length) length 836 Source/core/css/CSSTokenizer-in.cpp ASSERT(length > 0); length 838 Source/core/css/CSSTokenizer-in.cpp SWITCH(type, length) { length 927 Source/core/css/CSSTokenizer-in.cpp inline void CSSTokenizer::detectDashToken(int length) length 933 Source/core/css/CSSTokenizer-in.cpp --length; length 935 Source/core/css/CSSTokenizer-in.cpp SWITCH(name, length) { length 952 Source/core/css/CSSTokenizer-in.cpp inline void CSSTokenizer::detectAtToken(int length, bool hasEscape) length 955 Source/core/css/CSSTokenizer-in.cpp ASSERT(name[0] == '@' && length >= 2); length 959 Source/core/css/CSSTokenizer-in.cpp --length; length 963 Source/core/css/CSSTokenizer-in.cpp SWITCH(name, length) { length 1104 Source/core/css/CSSTokenizer-in.cpp inline void CSSTokenizer::detectSupportsToken(int length) length 1109 Source/core/css/CSSTokenizer-in.cpp SWITCH(name, length) { length 1541 Source/core/css/CSSTokenizer-in.cpp unsigned stringLength = string.length(); length 1542 Source/core/css/CSSTokenizer-in.cpp unsigned length = stringLength + m_parsedTextPrefixLength + m_parsedTextSuffixLength + 1; length 1543 Source/core/css/CSSTokenizer-in.cpp m_length = length; length 1546 Source/core/css/CSSTokenizer-in.cpp m_dataStart8 = adoptArrayPtr(new LChar[length]); length 1558 Source/core/css/CSSTokenizer-in.cpp m_dataStart8[length - 1] = 0; length 1568 Source/core/css/CSSTokenizer-in.cpp m_dataStart16 = adoptArrayPtr(new UChar[length]); length 1580 Source/core/css/CSSTokenizer-in.cpp m_dataStart16[length - 1] = 0; length 51 Source/core/css/CSSValueList.h size_t length() const { return m_values.size(); } length 91 Source/core/css/CSSValueList.h CSSValue* item(size_t index) const { ASSERT_WITH_SECURITY_IMPLICATION(index < length()); return m_list->itemWithoutBoundsCheck(index); } length 94 Source/core/css/CSSValueList.h size_t length() const { return m_list ? m_list->length() : 0; } length 106 Source/core/css/CSSValueList.h bool hasMore() const { return m_position < m_inspector.length(); } length 109 Source/core/css/CSSValueList.h void advance() { m_position++; ASSERT(m_position <= m_inspector.length());} length 51 Source/core/css/DOMWindowCSS.cpp int bangIndex = newValue.length() - 9 - 1; length 197 Source/core/css/ElementRuleCollector.cpp for (unsigned i = 0; i < cssRules->length() && !result; ++i) { length 322 Source/core/css/FontFace.cpp if (familyList->length() != 1) length 516 Source/core/css/FontFace.cpp unsigned numVariants = variantList->length(); length 541 Source/core/css/FontFace.cpp unsigned numRanges = rangeList->length(); length 557 Source/core/css/FontFace.cpp int srcLength = srcList->length(); length 85 Source/core/css/MediaList.h unsigned length() const { return m_mediaQueries->queryVector().size(); } length 385 Source/core/css/MediaQueryEvaluator.cpp int length; length 386 Source/core/css/MediaQueryEvaluator.cpp return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length) length 387 Source/core/css/MediaQueryEvaluator.cpp && compareValue(static_cast<int>(mediaValues.deviceHeight()), length, op); length 397 Source/core/css/MediaQueryEvaluator.cpp int length; length 398 Source/core/css/MediaQueryEvaluator.cpp return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length) length 399 Source/core/css/MediaQueryEvaluator.cpp && compareValue(static_cast<int>(mediaValues.deviceWidth()), length, op); length 410 Source/core/css/MediaQueryEvaluator.cpp int length; length 411 Source/core/css/MediaQueryEvaluator.cpp return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length) length 412 Source/core/css/MediaQueryEvaluator.cpp && compareValue(height, length, op); length 422 Source/core/css/MediaQueryEvaluator.cpp int length; length 423 Source/core/css/MediaQueryEvaluator.cpp return computeLength(value, mediaValues.strictMode(), mediaValues.style(), mediaValues.defaultFontSize(), length) length 424 Source/core/css/MediaQueryEvaluator.cpp && compareValue(width, length, op); length 51 Source/core/css/PropertySetCSSStyleDeclaration.h virtual unsigned length() const OVERRIDE FINAL; length 112 Source/core/css/Rect.h result.reserveCapacity(top.length() + right.length() + bottom.length() + left.length() + 3); length 40 Source/core/css/RuntimeCSSEnabled.cpp static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bool featureFlag) length 42 Source/core/css/RuntimeCSSEnabled.cpp for (size_t i = 0; i < length; i++) length 48 Source/core/css/RuntimeCSSEnabled.h static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&); length 403 Source/core/css/SelectorChecker.cpp for (unsigned i = 0; i < string.length(); i++) length 432 Source/core/css/SelectorChecker.cpp unsigned endStr = foundPos + selectorValue.length(); length 433 Source/core/css/SelectorChecker.cpp if (endStr == value.length() || isHTMLSpace<UChar>(value[endStr])) length 455 Source/core/css/SelectorChecker.cpp if (value.length() < selectorValue.length()) length 460 Source/core/css/SelectorChecker.cpp if (value.length() != selectorValue.length() && value[selectorValue.length()] != '-') length 858 Source/core/css/SelectorChecker.cpp if (value.length() != argument.length() && value[argument.length()] != '-') length 40 Source/core/css/StylePropertySerializer.cpp return value.length() == 7 && (value == initial || value == inherit); length 476 Source/core/css/StylePropertySerializer.cpp const unsigned size = shorthand.length(); length 486 Source/core/css/StylePropertySerializer.cpp numLayers = max(valueList->length(), numLayers); length 626 Source/core/css/StylePropertySerializer.cpp for (unsigned i = 0; i < shorthand.length(); ++i) { length 656 Source/core/css/StylePropertySerializer.cpp for (unsigned i = 0; i < shorthand.length(); ++i) { length 819 Source/core/css/StylePropertySerializer.cpp ASSERT(shorthand.length() > 0); length 822 Source/core/css/StylePropertySerializer.cpp for (unsigned i = 0; i < shorthand.length(); ++i) { length 834 Source/core/css/StylePropertySerializer.cpp ASSERT(shorthand.length() > 0); length 838 Source/core/css/StylePropertySerializer.cpp for (unsigned i = 0; i < shorthand.length(); ++i) { length 74 Source/core/css/StylePropertySet.cpp MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length) length 77 Source/core/css/StylePropertySet.cpp m_propertyVector.reserveInitialCapacity(length); length 78 Source/core/css/StylePropertySet.cpp for (unsigned i = 0; i < length; ++i) length 82 Source/core/css/StylePropertySet.cpp ImmutableStylePropertySet::ImmutableStylePropertySet(const CSSProperty* properties, unsigned length, CSSParserMode cssParserMode) length 83 Source/core/css/StylePropertySet.cpp : StylePropertySet(cssParserMode, length) length 177 Source/core/css/StylePropertySet.cpp if (!shorthand.length()) length 180 Source/core/css/StylePropertySet.cpp bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length()); length 187 Source/core/css/StylePropertySet.cpp return removePropertiesInSet(shorthandPrefixingVariant.properties(), shorthandPrefixingVariant.length()); length 233 Source/core/css/StylePropertySet.cpp if (!shorthand.length()) length 236 Source/core/css/StylePropertySet.cpp for (unsigned i = 0; i < shorthand.length(); ++i) { length 274 Source/core/css/StylePropertySet.cpp if (!shorthand.length()) { length 279 Source/core/css/StylePropertySet.cpp removePropertiesInSet(shorthand.properties(), shorthand.length()); length 282 Source/core/css/StylePropertySet.cpp for (unsigned i = 0; i < shorthand.length(); ++i) length 444 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::removePropertiesInSet(const CSSPropertyID* set, unsigned length) length 451 Source/core/css/StylePropertySet.cpp for (unsigned i = 0; i < length; ++i) length 220 Source/core/css/StylePropertySet.h bool removePropertiesInSet(const CSSPropertyID* set, unsigned length); length 113 Source/core/css/StylePropertyShorthandCustom.cpp return shorthandForProperty(id).length(); length 41 Source/core/css/StyleSheetList.h unsigned length(); length 311 Source/core/css/parser/BisonCSSParser-in.cpp static inline bool parseSimpleLength(const CharacterType* characters, unsigned length, CSSPrimitiveValue::UnitTypes& unit, double& number) length 313 Source/core/css/parser/BisonCSSParser-in.cpp if (length > 2 && (characters[length - 2] | 0x20) == 'p' && (characters[length - 1] | 0x20) == 'x') { length 314 Source/core/css/parser/BisonCSSParser-in.cpp length -= 2; length 316 Source/core/css/parser/BisonCSSParser-in.cpp } else if (length > 1 && characters[length - 1] == '%') { length 317 Source/core/css/parser/BisonCSSParser-in.cpp length -= 1; length 325 Source/core/css/parser/BisonCSSParser-in.cpp number = charactersToDouble(characters, length, &ok); length 338 Source/core/css/parser/BisonCSSParser-in.cpp unsigned length = string.length(); length 343 Source/core/css/parser/BisonCSSParser-in.cpp if (!parseSimpleLength(string.characters8(), length, unit, number)) length 346 Source/core/css/parser/BisonCSSParser-in.cpp if (!parseSimpleLength(string.characters16(), length, unit, number)) length 856 Source/core/css/parser/BisonCSSParser-in.cpp if (shorthandForProperty(propertyId).length()) length 979 Source/core/css/parser/BisonCSSParser-in.cpp const LChar* end = pos + string.length(); length 985 Source/core/css/parser/BisonCSSParser-in.cpp const UChar* end = pos + string.length(); length 1208 Source/core/css/parser/BisonCSSParser-in.cpp m_observer->endRuleBody(string.length(), false); length 1293 Source/core/css/parser/BisonCSSParser-in.cpp unsigned nameLength = name.length(); length 1298 Source/core/css/parser/BisonCSSParser-in.cpp unsigned length = std::min(longestNameLength, nameLength); length 1300 Source/core/css/parser/BisonCSSParser-in.cpp for (unsigned i = 0; i < length; ++i) length 1701 Source/core/css/parser/BisonCSSParser-in.cpp unsigned conditionLength = data->ruleHeaderRange.length() - 9; length 1769 Source/core/css/parser/BisonCSSParser-in.cpp ALWAYS_INLINE static void makeLower(const CharacterType* input, CharacterType* output, unsigned length) length 1776 Source/core/css/parser/BisonCSSParser-in.cpp if (charactersAreAllASCII(input, length)) { length 1778 Source/core/css/parser/BisonCSSParser-in.cpp for (unsigned i = 0; i < length; i++) length 1781 Source/core/css/parser/BisonCSSParser-in.cpp for (unsigned i = 0; i < length; i++) length 1791 Source/core/css/parser/BisonCSSParser-in.cpp size_t length = token.length(); length 1793 Source/core/css/parser/BisonCSSParser-in.cpp makeLower(token.characters8(), const_cast<LChar*>(token.characters8()), length); length 1795 Source/core/css/parser/BisonCSSParser-in.cpp makeLower(token.characters16(), const_cast<UChar*>(token.characters16()), length); length 1881 Source/core/css/parser/BisonCSSParser-in.cpp else if (property.id() == CSSPropertyFontFamily && (!property.value()->isValueList() || toCSSValueList(property.value())->length() != 1)) { length 96 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = N - 1; // Ignore the trailing null character length 97 Source/core/css/parser/CSSPropertyParser.cpp if (a.length() != length) length 100 Source/core/css/parser/CSSPropertyParser.cpp return a.is8Bit() ? WTF::equal(a.characters8(), reinterpret_cast<const LChar*>(b), length) : WTF::equal(a.characters16(), reinterpret_cast<const LChar*>(b), length); length 106 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = N - 1; // Ignore the trailing null character length 107 Source/core/css/parser/CSSPropertyParser.cpp if (a.length() != length) length 110 Source/core/css/parser/CSSPropertyParser.cpp return a.is8Bit() ? WTF::equalIgnoringCase(b, a.characters8(), length) : WTF::equalIgnoringCase(b, a.characters16(), length); length 428 Source/core/css/parser/CSSPropertyParser.cpp unsigned shorthandLength = shorthand.length(); length 1129 Source/core/css/parser/CSSPropertyParser.cpp if (list->length() == 1) length 1131 Source/core/css/parser/CSSPropertyParser.cpp if (list->length() == 2) length 1173 Source/core/css/parser/CSSPropertyParser.cpp if (!list || list->length() == 3) length 1176 Source/core/css/parser/CSSPropertyParser.cpp if (list->length() == 1) length 1867 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(numProperties == animationProperties.length()); length 1868 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(numProperties == shorthandForProperty(propId).length()); length 1932 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(numProperties == shorthand.length()); length 2088 Source/core/css/parser/CSSPropertyParser.cpp for (unsigned propIndex = 0; !found && propIndex < shorthand.length(); ++propIndex) { length 2101 Source/core/css/parser/CSSPropertyParser.cpp if (propertiesParsed == shorthand.length()) length 2107 Source/core/css/parser/CSSPropertyParser.cpp for (unsigned i = 0; i < shorthand.length(); ++i) { length 2113 Source/core/css/parser/CSSPropertyParser.cpp for (unsigned propIndex = 0; propIndex < initProperties.length(); ++propIndex) length 2289 Source/core/css/parser/CSSPropertyParser.cpp if (values->length()) { length 2364 Source/core/css/parser/CSSPropertyParser.cpp if (values->length()) { length 3033 Source/core/css/parser/CSSPropertyParser.cpp if (values && values->length()) { length 3035 Source/core/css/parser/CSSPropertyParser.cpp if (values2 && values2->length()) length 3354 Source/core/css/parser/CSSPropertyParser.cpp if (values && values->length()) { length 3443 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(values->length()); length 3459 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(shorthand.length() == 2); length 3502 Source/core/css/parser/CSSPropertyParser.cpp parseGridLineNames(*m_valueList, *templateRows, static_cast<CSSGridLineNamesValue*>(templateRows->item(templateRows->length() - 1))); length 3552 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(gridTemplateShorthand().length() == 3); length 3607 Source/core/css/parser/CSSPropertyParser.cpp ASSERT_UNUSED(shorthand, shorthand.length() == 4); length 3759 Source/core/css/parser/CSSPropertyParser.cpp for (size_t j = 0; j < repeatedValues->length(); ++j) length 3830 Source/core/css/parser/CSSPropertyParser.cpp if (!gridRowNames.length()) length 3975 Source/core/css/parser/CSSPropertyParser.cpp RefPtrWillBeRawPtr<CSSPrimitiveValue> length = a->id == CSSValueAuto ? length 3979 Source/core/css/parser/CSSPropertyParser.cpp rect->setTop(length); length 3981 Source/core/css/parser/CSSPropertyParser.cpp rect->setRight(length); length 3983 Source/core/css/parser/CSSPropertyParser.cpp rect->setBottom(length); length 3985 Source/core/css/parser/CSSPropertyParser.cpp rect->setLeft(length); length 4542 Source/core/css/parser/CSSPropertyParser.cpp m_builder.append(string.characters8(), string.length()); length 4546 Source/core/css/parser/CSSPropertyParser.cpp m_builder.append(string.characters16(), string.length()); length 4631 Source/core/css/parser/CSSPropertyParser.cpp if (!list->length()) length 4704 Source/core/css/parser/CSSPropertyParser.cpp if (values && values->length()) { length 4803 Source/core/css/parser/CSSPropertyParser.cpp if (!values->length()) length 4831 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = rangeString.length(); length 4833 Source/core/css/parser/CSSPropertyParser.cpp if (length < 3) { length 4839 Source/core/css/parser/CSSPropertyParser.cpp while (i < length) { length 4859 Source/core/css/parser/CSSPropertyParser.cpp if (i == length) length 4863 Source/core/css/parser/CSSPropertyParser.cpp while (i < length && rangeString[i] == '?') { length 4868 Source/core/css/parser/CSSPropertyParser.cpp if (i < length) length 4872 Source/core/css/parser/CSSPropertyParser.cpp if (length < i + 2) { length 4877 Source/core/css/parser/CSSPropertyParser.cpp while (i < length) { length 4898 Source/core/css/parser/CSSPropertyParser.cpp if (failed || !values->length()) length 4909 Source/core/css/parser/CSSPropertyParser.cpp int length = end - string; length 4910 Source/core/css/parser/CSSPropertyParser.cpp if (length < 1) length 4916 Source/core/css/parser/CSSPropertyParser.cpp for (int i = 0; i < length; ++i) { length 4940 Source/core/css/parser/CSSPropertyParser.cpp int length = checkForValidDouble(string, end, terminator); length 4941 Source/core/css/parser/CSSPropertyParser.cpp if (!length) length 4949 Source/core/css/parser/CSSPropertyParser.cpp for (; position < length; ++position) { length 4955 Source/core/css/parser/CSSPropertyParser.cpp if (++position == length) { length 4957 Source/core/css/parser/CSSPropertyParser.cpp return length; length 4963 Source/core/css/parser/CSSPropertyParser.cpp while (position < length && scale < MAX_SCALE) { length 4969 Source/core/css/parser/CSSPropertyParser.cpp return length; length 5041 Source/core/css/parser/CSSPropertyParser.cpp static inline bool isTenthAlpha(const CharacterType* string, const int length) length 5044 Source/core/css/parser/CSSPropertyParser.cpp if (length == 3 && string[0] == '0' && string[1] == '.' && isASCIIDigit(string[2])) length 5048 Source/core/css/parser/CSSPropertyParser.cpp if (length == 2 && string[0] == '.' && isASCIIDigit(string[1])) length 5069 Source/core/css/parser/CSSPropertyParser.cpp int length = end - string; length 5070 Source/core/css/parser/CSSPropertyParser.cpp if (length < 2) length 5073 Source/core/css/parser/CSSPropertyParser.cpp if (string[length - 1] != terminator || !isASCIIDigit(string[length - 2])) length 5085 Source/core/css/parser/CSSPropertyParser.cpp if (length == 2 && string[0] != '.') { length 5091 Source/core/css/parser/CSSPropertyParser.cpp if (isTenthAlpha(string, length - 1)) { length 5093 Source/core/css/parser/CSSPropertyParser.cpp value = negative ? 0 : tenthAlphaValues[string[length - 2] - '0']; length 5107 Source/core/css/parser/CSSPropertyParser.cpp static inline bool mightBeRGBA(const CharacterType* characters, unsigned length) length 5109 Source/core/css/parser/CSSPropertyParser.cpp if (length < 5) length 5119 Source/core/css/parser/CSSPropertyParser.cpp static inline bool mightBeRGB(const CharacterType* characters, unsigned length) length 5121 Source/core/css/parser/CSSPropertyParser.cpp if (length < 4) length 5130 Source/core/css/parser/CSSPropertyParser.cpp static inline bool fastParseColorInternal(RGBA32& rgb, const CharacterType* characters, unsigned length , bool strict) length 5134 Source/core/css/parser/CSSPropertyParser.cpp if (!strict && length >= 3) { length 5136 Source/core/css/parser/CSSPropertyParser.cpp if (Color::parseHexColor(characters + 1, length - 1, rgb)) length 5139 Source/core/css/parser/CSSPropertyParser.cpp if (Color::parseHexColor(characters, length, rgb)) length 5145 Source/core/css/parser/CSSPropertyParser.cpp if (mightBeRGBA(characters, length)) { length 5147 Source/core/css/parser/CSSPropertyParser.cpp const CharacterType* end = characters + length; length 5168 Source/core/css/parser/CSSPropertyParser.cpp if (mightBeRGB(characters, length)) { length 5170 Source/core/css/parser/CSSPropertyParser.cpp const CharacterType* end = characters + length; length 5192 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = name.length(); length 5195 Source/core/css/parser/CSSPropertyParser.cpp if (!length) length 5199 Source/core/css/parser/CSSPropertyParser.cpp parseResult = fastParseColorInternal(rgb, name.characters8(), length, strict); length 5201 Source/core/css/parser/CSSPropertyParser.cpp parseResult = fastParseColorInternal(rgb, name.characters16(), length, strict); length 5574 Source/core/css/parser/CSSPropertyParser.cpp if (context.values && context.values->length()) length 6300 Source/core/css/parser/CSSPropertyParser.cpp if (list->length() > 0) { length 7128 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = string.length(); length 7129 Source/core/css/parser/CSSPropertyParser.cpp if (!length) length 7133 Source/core/css/parser/CSSPropertyParser.cpp parseDouble(start, start + length, 'x', imageScaleFactor); length 7136 Source/core/css/parser/CSSPropertyParser.cpp parseDouble(start, start + length, 'x', imageScaleFactor); length 7334 Source/core/css/parser/CSSPropertyParser.cpp if (!shadowValueList || shadowValueList->length() != 1) length 7565 Source/core/css/parser/CSSPropertyParser.cpp if (list->length() && isValid) { length 7617 Source/core/css/parser/CSSPropertyParser.cpp if (list->length() && (isValid || inShorthand())) { length 7794 Source/core/css/parser/CSSPropertyParser.cpp if (value->string.length() != tagNameLength) length 7841 Source/core/css/parser/CSSPropertyParser.cpp if (settings->length()) { length 7894 Source/core/css/parser/CSSPropertyParser.cpp if (!ligatureValues->length()) length 8000 Source/core/css/parser/CSSPropertyParser.cpp static CSSPropertyID cssPropertyID(const CharacterType* propertyName, unsigned length) length 8004 Source/core/css/parser/CSSPropertyParser.cpp for (unsigned i = 0; i != length; ++i) { length 8010 Source/core/css/parser/CSSPropertyParser.cpp buffer[length] = '\0'; length 8013 Source/core/css/parser/CSSPropertyParser.cpp const Property* hashTableEntry = findProperty(name, length); length 8019 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = string.length(); length 8021 Source/core/css/parser/CSSPropertyParser.cpp if (!length) length 8023 Source/core/css/parser/CSSPropertyParser.cpp if (length > maxCSSPropertyNameLength) length 8026 Source/core/css/parser/CSSPropertyParser.cpp return string.is8Bit() ? cssPropertyID(string.characters8(), length) : cssPropertyID(string.characters16(), length); length 8031 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = string.length(); length 8033 Source/core/css/parser/CSSPropertyParser.cpp if (!length) length 8035 Source/core/css/parser/CSSPropertyParser.cpp if (length > maxCSSPropertyNameLength) length 8038 Source/core/css/parser/CSSPropertyParser.cpp return string.is8Bit() ? cssPropertyID(string.characters8(), length) : cssPropertyID(string.characters16(), length); length 8042 Source/core/css/parser/CSSPropertyParser.cpp static CSSValueID cssValueKeywordID(const CharacterType* valueKeyword, unsigned length) length 8046 Source/core/css/parser/CSSPropertyParser.cpp for (unsigned i = 0; i != length; ++i) { length 8052 Source/core/css/parser/CSSPropertyParser.cpp buffer[length] = '\0'; length 8054 Source/core/css/parser/CSSPropertyParser.cpp const Value* hashTableEntry = findValue(buffer, length); length 8060 Source/core/css/parser/CSSPropertyParser.cpp unsigned length = string.length(); length 8061 Source/core/css/parser/CSSPropertyParser.cpp if (!length) length 8063 Source/core/css/parser/CSSPropertyParser.cpp if (length > maxCSSValueKeywordLength) length 8066 Source/core/css/parser/CSSPropertyParser.cpp return string.is8Bit() ? cssValueKeywordID(string.characters8(), length) : cssValueKeywordID(string.characters16(), length); length 21 Source/core/css/parser/MediaQueryInputStream.cpp if ((m_offset + lookaheadOffset) >= m_string.length()) length 40 Source/core/css/parser/MediaQueryInputStream.cpp ASSERT(start <= end && ((m_offset + end) <= m_string.length())); length 54 Source/core/css/parser/MediaQueryInputStream.cpp ASSERT(start <= end && ((m_offset + end) <= m_string.length())); length 29 Source/core/css/parser/MediaQueryInputStream.h return m_string.length() + 1; length 34 Source/core/css/parser/MediaQueryInputStream.h return m_string.length() - m_offset; length 44 Source/core/css/parser/MediaQueryInputStream.h while ((m_offset + offset) < m_string.length() && characterPredicate(m_string[m_offset + offset])) length 140 Source/core/css/resolver/AnimatedStyleBuilder.cpp RefPtr<SVGLength> length = toAnimatableSVGLength(value)->toSVGLength(); length 141 Source/core/css/resolver/AnimatedStyleBuilder.cpp if (length->valueInSpecifiedUnits() < 0) length 142 Source/core/css/resolver/AnimatedStyleBuilder.cpp length->setValueInSpecifiedUnits(0); length 143 Source/core/css/resolver/AnimatedStyleBuilder.cpp return length.release(); length 240 Source/core/css/resolver/CSSToStyleMap.cpp Length length = primitiveValue->convertToLength<FixedConversion | PercentConversion>(cssToLengthConversionData()); length 242 Source/core/css/resolver/CSSToStyleMap.cpp layer->setXPosition(length); length 264 Source/core/css/resolver/CSSToStyleMap.cpp Length length = primitiveValue->convertToLength<FixedConversion | PercentConversion>(cssToLengthConversionData()); length 266 Source/core/css/resolver/CSSToStyleMap.cpp layer->setYPosition(length); length 537 Source/core/css/resolver/CSSToStyleMap.cpp for (unsigned i = 0 ; i < borderImage->length() ; ++i) { length 567 Source/core/css/resolver/CSSToStyleMap.cpp if (image.borderSlices().top().isLength() && image.borderSlices().top().length().isFixed()) length 568 Source/core/css/resolver/CSSToStyleMap.cpp mutableStyle->setBorderTopWidth(image.borderSlices().top().length().value()); length 569 Source/core/css/resolver/CSSToStyleMap.cpp if (image.borderSlices().right().isLength() && image.borderSlices().right().length().isFixed()) length 570 Source/core/css/resolver/CSSToStyleMap.cpp mutableStyle->setBorderRightWidth(image.borderSlices().right().length().value()); length 571 Source/core/css/resolver/CSSToStyleMap.cpp if (image.borderSlices().bottom().isLength() && image.borderSlices().bottom().length().isFixed()) length 572 Source/core/css/resolver/CSSToStyleMap.cpp mutableStyle->setBorderBottomWidth(image.borderSlices().bottom().length().value()); length 573 Source/core/css/resolver/CSSToStyleMap.cpp if (image.borderSlices().left().isLength() && image.borderSlices().left().length().isFixed()) length 574 Source/core/css/resolver/CSSToStyleMap.cpp mutableStyle->setBorderLeftWidth(image.borderSlices().left().length().value()); length 105 Source/core/css/resolver/FilterOperationResolver.cpp if (filterValue->length() != 1) length 130 Source/core/css/resolver/FilterOperationResolver.cpp for (unsigned j = 0; j < filterValue->length(); ++j) { length 140 Source/core/css/resolver/FilterOperationResolver.cpp CSSPrimitiveValue* firstValue = filterValue->length() && filterValue->itemWithoutBoundsCheck(0)->isPrimitiveValue() ? toCSSPrimitiveValue(filterValue->itemWithoutBoundsCheck(0)) : 0; length 146 Source/core/css/resolver/FilterOperationResolver.cpp if (filterValue->length() == 1) { length 157 Source/core/css/resolver/FilterOperationResolver.cpp if (filterValue->length() == 1) length 168 Source/core/css/resolver/FilterOperationResolver.cpp if (filterValue->length() == 1) { length 179 Source/core/css/resolver/FilterOperationResolver.cpp if (filterValue->length() >= 1) length 185 Source/core/css/resolver/FilterOperationResolver.cpp if (filterValue->length() != 1) length 411 Source/core/css/resolver/FontBuilder.cpp for (size_t i = 0; i < valueList->length(); ++i) { length 517 Source/core/css/resolver/FontBuilder.cpp int len = list->length(); length 135 Source/core/css/resolver/StyleBuilderConverter.cpp size_t shadowCount = valueList->length(); length 178 Source/core/css/resolver/StyleBuilderCustom.cpp int len = list->length(); length 459 Source/core/css/resolver/StyleBuilderCustom.cpp switch (inspector.length()) { length 576 Source/core/css/resolver/StyleBuilderCustom.cpp ASSERT(valueList->length() <= 2); length 602 Source/core/css/resolver/StyleBuilderCustom.cpp ASSERT(list->length() == 3); length 660 Source/core/css/resolver/StyleBuilderCustom.cpp ASSERT(list->length() == 2); length 923 Source/core/css/resolver/StyleBuilderCustom.cpp ASSERT(list->length() == 2); length 924 Source/core/css/resolver/StyleBuilderCustom.cpp if (list->length() != 2) length 1069 Source/core/css/resolver/StyleBuilderCustom.cpp ASSERT_WITH_SECURITY_IMPLICATION(arguments->length() == 2); length 1130 Source/core/css/resolver/StyleBuilderCustom.cpp ASSERT(values->length()); length 1207 Source/core/css/resolver/StyleBuilderCustom.cpp for (size_t i = 0; i < iter.length(); i++) { length 1393 Source/core/css/resolver/StyleBuilderCustom.cpp for (size_t i = 0; i < list->length(); i += 2) { length 2231 Source/core/css/resolver/StyleBuilderCustom.cpp size_t length = dashes->length(); length 2232 Source/core/css/resolver/StyleBuilderCustom.cpp for (size_t i = 0; i < length; ++i) { length 98 Source/core/css/resolver/TransformBuilder.cpp if (!transformValue->length()) length 102 Source/core/css/resolver/TransformBuilder.cpp for (unsigned j = 0; j < transformValue->length(); ++j) { length 124 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 1) { length 146 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 2) { length 150 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 1) { length 170 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 1) { length 192 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 2) { length 196 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 1) { length 229 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() < 4) length 252 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() > 1) { length 262 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() < 6) length 274 Source/core/css/resolver/TransformBuilder.cpp if (transformValue->length() < 16) length 53 Source/core/dom/CharacterData.cpp unsigned oldLength = length(); length 55 Source/core/dom/CharacterData.cpp setDataAndUpdate(nonNullData, 0, oldLength, nonNullData.length()); length 61 Source/core/dom/CharacterData.cpp if (offset > length()) { length 62 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); length 71 Source/core/dom/CharacterData.cpp unsigned oldLength = m_data.length(); length 88 Source/core/dom/CharacterData.cpp setDataAndUpdate(newStr, m_data.length(), 0, data.length()); length 95 Source/core/dom/CharacterData.cpp if (offset > length()) { length 96 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); length 103 Source/core/dom/CharacterData.cpp setDataAndUpdate(newStr, offset, 0, data.length(), recalcStyleBehavior); length 105 Source/core/dom/CharacterData.cpp document().didInsertText(this, offset, data.length()); length 110 Source/core/dom/CharacterData.cpp if (offset > length()) { length 111 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); length 116 Source/core/dom/CharacterData.cpp if (offset + count > length()) length 117 Source/core/dom/CharacterData.cpp realCount = length() - offset; length 131 Source/core/dom/CharacterData.cpp if (offset > length()) { length 132 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); length 137 Source/core/dom/CharacterData.cpp if (offset + count > length()) length 138 Source/core/dom/CharacterData.cpp realCount = length() - offset; length 146 Source/core/dom/CharacterData.cpp setDataAndUpdate(newStr, offset, count, data.length()); length 150 Source/core/dom/CharacterData.cpp document().didInsertText(this, offset, data.length()); length 205 Source/core/dom/CharacterData.cpp return static_cast<int>(length()); length 38 Source/core/dom/CharacterData.h unsigned length() const { return m_data.length(); } length 44 Source/core/dom/ChildNodeList.h virtual unsigned length() const OVERRIDE { return m_collectionIndexCache.nodeCount(*this); } length 46 Source/core/dom/ClientRectList.h unsigned length() const; length 96 Source/core/dom/DOMImplementation.cpp && svgFeatures.contains(feature.right(feature.length() - 8)); length 162 Source/core/dom/DOMImplementation.cpp && svgFeatures.contains(feature.right(feature.length() - 35)); length 258 Source/core/dom/DOMImplementation.cpp int length = mimeType.length(); length 259 Source/core/dom/DOMImplementation.cpp if (length < 7) length 262 Source/core/dom/DOMImplementation.cpp if (mimeType[0] == '/' || mimeType[length - 5] == '/' || !mimeType.endsWith("+xml", false)) length 266 Source/core/dom/DOMImplementation.cpp for (int i = 0; i < length - 4; ++i) { length 317 Source/core/dom/DOMImplementation.cpp return endSubtype == mimeType.length() || isASCIISpace(mimeType[endSubtype]); length 45 Source/core/dom/DOMSettableTokenList.cpp if (index >= length()) length 49 Source/core/dom/DOMSettableTokenList.h virtual unsigned length() const OVERRIDE { return m_tokens.size(); } length 52 Source/core/dom/DOMStringList.h size_t length() const { return m_strings.size(); } length 42 Source/core/dom/DOMTokenList.cpp unsigned length = token.length(); length 43 Source/core/dom/DOMTokenList.cpp for (unsigned i = 0; i < length; ++i) { length 184 Source/core/dom/DOMTokenList.cpp needsSpace = !isHTMLSpace<UChar>(input[input.length() - 1]); length 211 Source/core/dom/DOMTokenList.cpp unsigned inputLength = input.length(); length 236 Source/core/dom/DOMTokenList.cpp size_t j = output.length(); length 49 Source/core/dom/DOMTokenList.h virtual unsigned length() const = 0; length 88 Source/core/dom/DOMURLUtils.cpp unsigned hostLength = value.length(); length 43 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = name.length(); length 44 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 5; i < length; ++i) { length 56 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = name.length(); length 57 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 5; i < length; ++i) { length 62 Source/core/dom/DatasetDOMStringMap.cpp if ((i + 1 < length) && isASCIILower(name[i + 1])) { length 99 Source/core/dom/DatasetDOMStringMap.cpp unsigned propertyLength = propertyName.length(); length 100 Source/core/dom/DatasetDOMStringMap.cpp unsigned attributeLength = attributeName.length(); length 115 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = name.length(); length 116 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 0; i < length; ++i) { length 117 Source/core/dom/DatasetDOMStringMap.cpp if (name[i] == '-' && (i + 1 < length) && isASCIILower(name[i + 1])) length 130 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = name.length(); length 131 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 0; i < length; ++i) { length 158 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = m_element->attributeCount(); length 159 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 0; i < length; i++) { length 171 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = m_element->attributeCount(); length 172 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 0; i < length; i++) { length 186 Source/core/dom/DatasetDOMStringMap.cpp unsigned length = m_element->attributeCount(); length 187 Source/core/dom/DatasetDOMStringMap.cpp for (unsigned i = 0; i < length; i++) { length 64 Source/core/dom/DecodedDataDocumentParser.cpp void DecodedDataDocumentParser::appendBytes(const char* data, size_t length) length 66 Source/core/dom/DecodedDataDocumentParser.cpp if (!length) length 75 Source/core/dom/DecodedDataDocumentParser.cpp String decoded = m_decoder->decode(data, length); length 43 Source/core/dom/DecodedDataDocumentParser.h virtual void appendBytes(const char* bytes, size_t length) OVERRIDE; length 1268 Source/core/dom/Document.cpp unsigned length = title.length(); length 1271 Source/core/dom/Document.cpp StringBuffer<CharacterType> buffer(length); length 1275 Source/core/dom/Document.cpp for (i = 0; i < length; ++i) { length 1281 Source/core/dom/Document.cpp if (i == length) length 1286 Source/core/dom/Document.cpp for (; i < length; ++i) { length 3677 Source/core/dom/Document.cpp void Document::didInsertText(Node* text, unsigned offset, unsigned length) length 3682 Source/core/dom/Document.cpp (*it)->didInsertText(text, offset, length); length 3686 Source/core/dom/Document.cpp m_markers->shiftMarkers(text, offset, length); length 3689 Source/core/dom/Document.cpp void Document::didRemoveText(Node* text, unsigned offset, unsigned length) length 3694 Source/core/dom/Document.cpp (*it)->didRemoveText(text, offset, length); length 3698 Source/core/dom/Document.cpp m_markers->removeMarkers(text, offset, length); length 3699 Source/core/dom/Document.cpp m_markers->shiftMarkers(text, offset + length, 0 - length); length 3978 Source/core/dom/Document.cpp static bool isValidNameNonASCII(const LChar* characters, unsigned length) length 3983 Source/core/dom/Document.cpp for (unsigned i = 1; i < length; ++i) { length 3991 Source/core/dom/Document.cpp static bool isValidNameNonASCII(const UChar* characters, unsigned length) length 3996 Source/core/dom/Document.cpp U16_NEXT(characters, i, length, c) length 4000 Source/core/dom/Document.cpp while (i < length) { length 4001 Source/core/dom/Document.cpp U16_NEXT(characters, i, length, c) length 4010 Source/core/dom/Document.cpp static inline bool isValidNameASCII(const CharType* characters, unsigned length) length 4016 Source/core/dom/Document.cpp for (unsigned i = 1; i < length; ++i) { length 4027 Source/core/dom/Document.cpp unsigned length = name.length(); length 4028 Source/core/dom/Document.cpp if (!length) length 4034 Source/core/dom/Document.cpp if (isValidNameASCII(characters, length)) length 4037 Source/core/dom/Document.cpp return isValidNameNonASCII(characters, length); length 4042 Source/core/dom/Document.cpp if (isValidNameASCII(characters, length)) length 4045 Source/core/dom/Document.cpp return isValidNameNonASCII(characters, length); length 4049 Source/core/dom/Document.cpp static bool parseQualifiedNameInternal(const AtomicString& qualifiedName, const CharType* characters, unsigned length, AtomicString& prefix, AtomicString& localName, ExceptionState& exceptionState) length 4055 Source/core/dom/Document.cpp for (unsigned i = 0; i < length;) { length 4057 Source/core/dom/Document.cpp U16_NEXT(characters, i, length, c) length 4102 Source/core/dom/Document.cpp localName = AtomicString(characters + prefixStart, length - prefixStart); length 4115 Source/core/dom/Document.cpp unsigned length = qualifiedName.length(); length 4117 Source/core/dom/Document.cpp if (!length) { length 4123 Source/core/dom/Document.cpp return parseQualifiedNameInternal(qualifiedName, qualifiedName.characters8(), length, prefix, localName, exceptionState); length 4124 Source/core/dom/Document.cpp return parseQualifiedNameInternal(qualifiedName, qualifiedName.characters16(), length, prefix, localName, exceptionState); length 4143 Source/core/dom/Document.cpp String correctlyDecodedTitle = codec->decode(originalBytes.data(), originalBytes.length(), DataEOF); length 679 Source/core/dom/Document.h void didInsertText(Node*, unsigned offset, unsigned length); length 680 Source/core/dom/Document.h void didRemoveText(Node*, unsigned offset, unsigned length); length 112 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarkerToNode(Node* node, unsigned startOffset, unsigned length, DocumentMarker::MarkerType type) length 114 Source/core/dom/DocumentMarkerController.cpp addMarker(node, DocumentMarker(type, startOffset, startOffset + length)); length 117 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarkerToNode(Node* node, unsigned startOffset, unsigned length, DocumentMarker::MarkerType type, PassRefPtr<DocumentMarkerDetails> details) length 119 Source/core/dom/DocumentMarkerController.cpp addMarker(node, DocumentMarker(type, startOffset, startOffset + length, details)); length 248 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta) length 250 Source/core/dom/DocumentMarkerController.cpp if (length <= 0) length 267 Source/core/dom/DocumentMarkerController.cpp unsigned endOffset = startOffset + length - 1; length 293 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::removeMarkers(Node* node, unsigned startOffset, int length, DocumentMarker::MarkerTypes markerTypes, RemovePartiallyOverlappingMarkerOrNot shouldRemovePartiallyOverlappingMarker) length 295 Source/core/dom/DocumentMarkerController.cpp if (length <= 0) length 318 Source/core/dom/DocumentMarkerController.cpp unsigned endOffset = startOffset + length; length 55 Source/core/dom/DocumentMarkerController.h void addMarkerToNode(Node*, unsigned startOffset, unsigned length, DocumentMarker::MarkerType); length 56 Source/core/dom/DocumentMarkerController.h void addMarkerToNode(Node*, unsigned startOffset, unsigned length, DocumentMarker::MarkerType, PassRefPtr<DocumentMarkerDetails>); length 59 Source/core/dom/DocumentMarkerController.h void copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta); length 68 Source/core/dom/DocumentMarkerController.h void removeMarkers(Node*, unsigned startOffset, int length, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemovePartiallyOverlappingMarkerOrNot = DoNotRemovePartiallyOverlappingMarker); length 52 Source/core/dom/DocumentParser.h virtual void appendBytes(const char* bytes, size_t length) = 0; length 1036 Source/core/dom/Element.cpp static inline bool classStringHasClassName(const CharacterType* characters, unsigned length) length 1038 Source/core/dom/Element.cpp ASSERT(length > 0); length 1045 Source/core/dom/Element.cpp } while (i < length); length 1047 Source/core/dom/Element.cpp return i < length; length 1052 Source/core/dom/Element.cpp unsigned length = newClassString.length(); length 1054 Source/core/dom/Element.cpp if (!length) length 1058 Source/core/dom/Element.cpp return classStringHasClassName(newClassString.characters8(), length); length 1059 Source/core/dom/Element.cpp return classStringHasClassName(newClassString.characters16(), length); length 1174 Source/core/dom/Element.cpp return elementData() && elementData()->length(); length 1904 Source/core/dom/Element.cpp void Element::formatForDebugger(char* buffer, unsigned length) const length 1912 Source/core/dom/Element.cpp if (s.length() > 0) { length 1913 Source/core/dom/Element.cpp if (result.length() > 0) length 1920 Source/core/dom/Element.cpp if (s.length() > 0) { length 1921 Source/core/dom/Element.cpp if (result.length() > 0) length 1927 Source/core/dom/Element.cpp strncpy(buffer, result.toString().utf8().data(), length - 1); length 2400 Source/core/dom/Element.cpp unsigned length = text->data().length(); length 2401 Source/core/dom/Element.cpp if (length > std::numeric_limits<unsigned>::max() - totalLength) length 2403 Source/core/dom/Element.cpp totalLength += length; length 2422 Source/core/dom/Element.cpp ASSERT(content.length() == totalLength); length 3116 Source/core/dom/Element.cpp unsigned length = m_elementData->length(); length 3117 Source/core/dom/Element.cpp for (unsigned i = 0; i < length; ++i) { length 617 Source/core/dom/Element.h virtual void formatForDebugger(char* buffer, unsigned length) const OVERRIDE; length 779 Source/core/dom/Element.h return elementData()->length(); length 73 Source/core/dom/ElementData.cpp , m_arraySize(isUnique ? 0 : other.length()) length 103 Source/core/dom/ElementData.cpp unsigned length = this->length(); length 104 Source/core/dom/ElementData.cpp if (length != other->length()) length 107 Source/core/dom/ElementData.cpp for (unsigned i = 0; i < length; ++i) { length 120 Source/core/dom/ElementData.cpp unsigned length = this->length(); length 121 Source/core/dom/ElementData.cpp for (unsigned i = 0; i < length; ++i) { length 131 Source/core/dom/ElementData.cpp unsigned length = this->length(); length 132 Source/core/dom/ElementData.cpp for (unsigned i = 0; i < length; ++i) { length 201 Source/core/dom/ElementData.cpp unsigned length = other.length(); length 202 Source/core/dom/ElementData.cpp m_attributeVector.reserveCapacity(length); length 203 Source/core/dom/ElementData.cpp for (unsigned i = 0; i < length; ++i) length 220 Source/core/dom/ElementData.cpp unsigned length = this->length(); length 221 Source/core/dom/ElementData.cpp for (unsigned i = 0; i < length; ++i) { length 66 Source/core/dom/ElementData.h size_t length() const; length 67 Source/core/dom/ElementData.h bool isEmpty() const { return !length(); } length 174 Source/core/dom/ElementData.h inline size_t ElementData::length() const length 207 Source/core/dom/ElementData.h unsigned length = this->length(); length 208 Source/core/dom/ElementData.h for (unsigned i = 0; i < length; ++i) { length 221 Source/core/dom/ElementData.h unsigned length = this->length(); length 226 Source/core/dom/ElementData.h for (unsigned i = 0; i < length; ++i) { length 246 Source/core/dom/ElementData.h unsigned length = this->length(); length 247 Source/core/dom/ElementData.h for (unsigned i = 0; i < length; ++i) { length 257 Source/core/dom/ElementData.h RELEASE_ASSERT(index < length()); length 41 Source/core/dom/ElementDataCache.cpp if (attributes.size() != elementData.length()) length 53 Source/core/dom/EmptyNodeList.h virtual unsigned length() const OVERRIDE { return 0; } length 44 Source/core/dom/LiveNodeList.h virtual unsigned length() const OVERRIDE FINAL { return m_collectionIndexCache.nodeCount(*this); } length 101 Source/core/dom/NamedNodeMap.cpp if (index >= length()) length 63 Source/core/dom/NamedNodeMap.h size_t length() const; length 49 Source/core/dom/NamedNodesCollection.h virtual unsigned length() const OVERRIDE { return m_nodes.size(); } length 166 Source/core/dom/Node.cpp attributes += elementData->length(); length 168 Source/core/dom/Node.cpp for (unsigned i = 0; i < elementData->length(); ++i) { length 1559 Source/core/dom/Node.cpp unsigned length = owner1->attributeCount(); length 1560 Source/core/dom/Node.cpp for (unsigned i = 0; i < length; ++i) { length 1828 Source/core/dom/Node.cpp void Node::formatForDebugger(char* buffer, unsigned length) const length 1839 Source/core/dom/Node.cpp strncpy(buffer, result.utf8().data(), length - 1); length 581 Source/core/dom/Node.h virtual void formatForDebugger(char* buffer, unsigned length) const; length 40 Source/core/dom/NodeList.h virtual unsigned length() const = 0; length 1328 Source/core/dom/Position.cpp void Position::formatForDebugger(char* buffer, unsigned length) const length 1343 Source/core/dom/Position.cpp strncpy(buffer, result.toString().utf8().data(), length - 1); length 201 Source/core/dom/Position.h void formatForDebugger(char* buffer, unsigned length) const; length 112 Source/core/dom/ProcessingInstruction.cpp if (href.length() > 1 && href[0] == '#') { length 654 Source/core/dom/Range.cpp return toCharacterData(node)->length(); length 656 Source/core/dom/Range.cpp return toProcessingInstruction(node)->data().length(); length 778 Source/core/dom/Range.cpp if (data->length() - endOffset) length 779 Source/core/dom/Range.cpp data->deleteData(endOffset, data->length() - endOffset, exceptionState); length 796 Source/core/dom/Range.cpp endOffset = std::min(endOffset, toCharacterData(container)->length()); length 810 Source/core/dom/Range.cpp endOffset = std::min(endOffset, toProcessingInstruction(container)->data().length()); length 1073 Source/core/dom/Range.cpp int length = data.length(); length 1074 Source/core/dom/Range.cpp int start = (n == m_start.container()) ? min(max(0, m_start.offset()), length) : 0; length 1075 Source/core/dom/Range.cpp int end = (n == m_end.container()) ? min(max(start, m_end.offset()), length) : length; length 1144 Source/core/dom/Range.cpp if (static_cast<unsigned>(offset) > toCharacterData(n)->length()) length 1145 Source/core/dom/Range.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to the node's length (" + String::number(toCharacterData(n)->length()) + ")."); length 1148 Source/core/dom/Range.cpp if (static_cast<unsigned>(offset) > toProcessingInstruction(n)->data().length()) length 1149 Source/core/dom/Range.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to than the node's length (" + String::number(toProcessingInstruction(n)->data().length()) + ")."); length 1579 Source/core/dom/Range.cpp void Range::formatForDebugger(char* buffer, unsigned length) const length 1601 Source/core/dom/Range.cpp strncpy(buffer, result.toString().utf8().data(), length - 1); length 1709 Source/core/dom/Range.cpp static inline void boundaryTextInserted(RangeBoundaryPoint& boundary, Node* text, unsigned offset, unsigned length) length 1716 Source/core/dom/Range.cpp boundary.setOffset(boundaryOffset + length); length 1719 Source/core/dom/Range.cpp void Range::didInsertText(Node* text, unsigned offset, unsigned length) length 1723 Source/core/dom/Range.cpp boundaryTextInserted(m_start, text, offset, length); length 1724 Source/core/dom/Range.cpp boundaryTextInserted(m_end, text, offset, length); length 1727 Source/core/dom/Range.cpp static inline void boundaryTextRemoved(RangeBoundaryPoint& boundary, Node* text, unsigned offset, unsigned length) length 1734 Source/core/dom/Range.cpp if (offset + length >= boundaryOffset) length 1737 Source/core/dom/Range.cpp boundary.setOffset(boundaryOffset - length); length 1740 Source/core/dom/Range.cpp void Range::didRemoveText(Node* text, unsigned offset, unsigned length) length 1744 Source/core/dom/Range.cpp boundaryTextRemoved(m_start, text, offset, length); length 1745 Source/core/dom/Range.cpp boundaryTextRemoved(m_end, text, offset, length); length 1773 Source/core/dom/Range.cpp else if (boundary.container() == &oldNode && boundaryOffset > oldNode.length()) length 1774 Source/core/dom/Range.cpp boundary.set(oldNode.nextSibling(), boundaryOffset - oldNode.length(), 0); length 136 Source/core/dom/Range.h void didInsertText(Node*, unsigned offset, unsigned length); length 137 Source/core/dom/Range.h void didRemoveText(Node*, unsigned offset, unsigned length); length 150 Source/core/dom/Range.h void formatForDebugger(char* buffer, unsigned length) const; length 40 Source/core/dom/SandboxFlags.cpp unsigned length = policy.length(); length 45 Source/core/dom/SandboxFlags.cpp while (start < length && isHTMLSpace<UChar>(policy[start])) length 47 Source/core/dom/SandboxFlags.cpp if (start >= length) length 50 Source/core/dom/SandboxFlags.cpp while (end < length && !isHTMLSpace<UChar>(policy[end])) length 34 Source/core/dom/SpaceSplitString.cpp static inline bool hasNonASCIIOrUpper(const CharacterType* characters, unsigned length) length 38 Source/core/dom/SpaceSplitString.cpp for (unsigned i = 0; i < length; i++) { length 48 Source/core/dom/SpaceSplitString.cpp unsigned length = string.length(); length 51 Source/core/dom/SpaceSplitString.cpp return hasNonASCIIOrUpper(string.characters8(), length); length 52 Source/core/dom/SpaceSplitString.cpp return hasNonASCIIOrUpper(string.characters16(), length); length 56 Source/core/dom/SpaceSplitString.cpp inline void SpaceSplitStringData::createVector(const CharacterType* characters, unsigned length) length 60 Source/core/dom/SpaceSplitString.cpp while (start < length && isHTMLSpace<CharacterType>(characters[start])) length 62 Source/core/dom/SpaceSplitString.cpp if (start >= length) length 65 Source/core/dom/SpaceSplitString.cpp while (end < length && isNotHTMLSpace<CharacterType>(characters[end])) length 76 Source/core/dom/SpaceSplitString.cpp unsigned length = string.length(); length 79 Source/core/dom/SpaceSplitString.cpp createVector(string.characters8(), length); length 83 Source/core/dom/SpaceSplitString.cpp createVector(string.characters16(), length); length 53 Source/core/dom/StaticNodeList.h virtual unsigned length() const OVERRIDE; length 62 Source/core/dom/Text.cpp if (!length()) { length 77 Source/core/dom/Text.cpp if (!nextText->length()) { length 83 Source/core/dom/Text.cpp unsigned offset = length(); length 87 Source/core/dom/Text.cpp updateTextRenderer(oldTextData.length(), 0); length 91 Source/core/dom/Text.cpp nextText->updateTextRenderer(0, nextTextData.length()); length 111 Source/core/dom/Text.cpp if (offset > length()) { length 129 Source/core/dom/Text.cpp toRenderText(renderer())->setTextWithOffset(dataImpl(), 0, oldStr.length()); length 178 Source/core/dom/Text.cpp if (std::numeric_limits<unsigned>::max() - data.length() < resultLength) length 180 Source/core/dom/Text.cpp resultLength += data.length(); length 189 Source/core/dom/Text.cpp ASSERT(result.length() == resultLength); length 249 Source/core/dom/Text.cpp if (!length()) length 360 Source/core/dom/Text.cpp void Text::formatForDebugger(char *buffer, unsigned length) const length 368 Source/core/dom/Text.cpp if (s.length() > 0) { length 369 Source/core/dom/Text.cpp if (result.length()) length 375 Source/core/dom/Text.cpp strncpy(buffer, result.toString().utf8().data(), length - 1); length 77 Source/core/dom/Text.h virtual void formatForDebugger(char* buffer, unsigned length) const OVERRIDE; length 49 Source/core/dom/TouchList.h unsigned length() const { return m_values.size(); } length 46 Source/core/dom/ViewportDescription.cpp float ViewportDescription::resolveViewportLength(const Length& length, const FloatSize& initialViewportSize, Direction direction) length 48 Source/core/dom/ViewportDescription.cpp if (length.isAuto()) length 51 Source/core/dom/ViewportDescription.cpp if (length.isFixed()) length 52 Source/core/dom/ViewportDescription.cpp return length.getFloatValue(); length 54 Source/core/dom/ViewportDescription.cpp if (length.type() == ExtendToZoom) length 57 Source/core/dom/ViewportDescription.cpp if (length.type() == Percent && direction == Horizontal) length 58 Source/core/dom/ViewportDescription.cpp return initialViewportSize.width() * length.getFloatValue() / 100.0f; length 60 Source/core/dom/ViewportDescription.cpp if (length.type() == Percent && direction == Vertical) length 61 Source/core/dom/ViewportDescription.cpp return initialViewportSize.height() * length.getFloatValue() / 100.0f; length 63 Source/core/dom/ViewportDescription.cpp if (length.type() == DeviceWidth) length 66 Source/core/dom/ViewportDescription.cpp if (length.type() == DeviceHeight) length 255 Source/core/dom/shadow/ElementShadow.cpp if (list->length() != otherList->length()) length 258 Source/core/dom/shadow/ElementShadow.cpp for (size_t i = 0; i < list->length(); i++) { length 270 Source/core/editing/ApplyBlockElementCommand.cpp && static_cast<unsigned>(m_endOfLastParagraph.offsetInContainerNode()) <= toText(text->previousSibling())->length()) length 282 Source/core/editing/ApplyBlockElementCommand.cpp if (m_inlineStyle.length()) length 268 Source/core/editing/ApplyStyleCommand.cpp if (styleChange.cssStyle().length() || m_removeOnly) { length 1320 Source/core/editing/ApplyStyleCommand.cpp int endOffset = nextChild ? nextChild->nodeIndex() : nextElement->childNodes()->length(); length 1459 Source/core/editing/ApplyStyleCommand.cpp if (styleChange.cssStyle().length()) { length 1540 Source/core/editing/ApplyStyleCommand.cpp newStart = Position(childText, childText->length() + start.offsetInContainerNode()); length 1542 Source/core/editing/ApplyStyleCommand.cpp newEnd = Position(childText, childText->length() + end.offsetInContainerNode()); length 1544 Source/core/editing/ApplyStyleCommand.cpp insertTextIntoNode(childText, childText->length(), textToMove); length 113 Source/core/editing/BreakBlockquoteCommand.cpp if ((unsigned)pos.deprecatedEditingOffset() >= textNode->length()) { length 487 Source/core/editing/CompositeEditCommand.cpp return Position(textNode.release(), start.offsetInContainerNode() + text.length()); length 505 Source/core/editing/CompositeEditCommand.cpp RefPtrWillBeRawPtr<Range> newRange = Range::create(document(), node.get(), offset, node.get(), offset + replacementText.length()); length 576 Source/core/editing/CompositeEditCommand.cpp for (unsigned i = 0; i < text.length(); ++i) { length 596 Source/core/editing/CompositeEditCommand.cpp if (textNode->length() == 0) length 638 Source/core/editing/CompositeEditCommand.cpp while ((unsigned)downstream < text.length() && isWhitespace(text[downstream])) length 641 Source/core/editing/CompositeEditCommand.cpp int length = downstream - upstream; length 642 Source/core/editing/CompositeEditCommand.cpp if (!length) length 648 Source/core/editing/CompositeEditCommand.cpp String string = text.substring(upstream, length); length 653 Source/core/editing/CompositeEditCommand.cpp isEndOfParagraph(visibleDownstreamPos) || (unsigned)downstream == text.length()); length 656 Source/core/editing/CompositeEditCommand.cpp replaceTextInNodePreservingMarkers(textNode.release(), upstream, length, rebalancedString); length 666 Source/core/editing/CompositeEditCommand.cpp if (textNode->length() == 0) length 733 Source/core/editing/CompositeEditCommand.cpp unsigned length = textNode->length(); length 734 Source/core/editing/CompositeEditCommand.cpp if (start >= length || end > length) length 749 Source/core/editing/CompositeEditCommand.cpp unsigned gapEnd = box ? box->start() : length; length 778 Source/core/editing/CompositeEditCommand.cpp ASSERT(start > 0 || end - start < textNode->length()); length 803 Source/core/editing/CompositeEditCommand.cpp int endOffset = textNode == end.deprecatedNode() ? end.deprecatedEditingOffset() : static_cast<int>(textNode->length()); length 1072 Source/core/editing/CompositeEditCommand.cpp if (textNode->length() == 1) length 43 Source/core/editing/DeleteFromTextNodeCommand.cpp ASSERT(m_offset <= m_node->length()); length 44 Source/core/editing/DeleteFromTextNodeCommand.cpp ASSERT(m_offset + m_count <= m_node->length()); length 458 Source/core/editing/DeleteSelectionCommand.cpp if (text->length() > (unsigned)caretMaxOffset(startNode)) length 459 Source/core/editing/DeleteSelectionCommand.cpp deleteTextFromNode(text, caretMaxOffset(startNode), text->length() - caretMaxOffset(startNode)); length 496 Source/core/editing/DeleteSelectionCommand.cpp deleteTextFromNode(text, startOffset, text->length() - startOffset); length 226 Source/core/editing/EditingBehavior.cpp if (event.keyEvent()->text().length() != 1) length 1407 Source/core/editing/EditingStyle.cpp if (newTextDecoration->length()) length 1489 Source/core/editing/EditingStyle.cpp for (size_t i = 0; i < valuesInRefTextDecoration->length(); i++) length 187 Source/core/editing/EditingStyle.h bool applyFontColor() const { return m_applyFontColor.length() > 0; } length 188 Source/core/editing/EditingStyle.h bool applyFontFace() const { return m_applyFontFace.length() > 0; } length 189 Source/core/editing/EditingStyle.h bool applyFontSize() const { return m_applyFontSize.length() > 0; } length 1003 Source/core/editing/Editor.cpp if (text.length() != 2) length 148 Source/core/editing/EditorCommand.cpp if (selectedCSSValueList->length()) length 437 Source/core/editing/EditorCommand.cpp if (tagName[0] == '<' && tagName[tagName.length() - 1] == '>') length 438 Source/core/editing/EditorCommand.cpp tagName = tagName.substring(1, tagName.length() - 2); length 393 Source/core/editing/FrameSelection.cpp ASSERT(positionOffset <= node->length()); length 447 Source/core/editing/FrameSelection.cpp unsigned oldLength = oldNode.length(); length 1858 Source/core/editing/FrameSelection.cpp void FrameSelection::formatForDebugger(char* buffer, unsigned length) const length 1860 Source/core/editing/FrameSelection.cpp m_selection.formatForDebugger(buffer, length); length 180 Source/core/editing/FrameSelection.h void formatForDebugger(char* buffer, unsigned length) const; length 50 Source/core/editing/HTMLInterchange.cpp while (i < in.length()) { length 55 Source/core/editing/HTMLInterchange.cpp while (j < in.length() && isCollapsibleWhitespace(in[j])) length 69 Source/core/editing/HTMLInterchange.cpp if (i == 0 || i + 1 == in.length()) // at start or end of string length 79 Source/core/editing/HTMLInterchange.cpp } else if (i + 2 == in.length()) { length 124 Source/core/editing/InputMethodController.cpp if (!text.length()) length 130 Source/core/editing/InputMethodController.cpp if (text.length()) { length 297 Source/core/editing/InputMethodController.cpp if (baseNode && baseNode == extentNode && baseNode->isTextNode() && baseOffset + text.length() == extentOffset) { length 356 Source/core/editing/InputMethodController.cpp unsigned length = m_compositionNode->length(); length 357 Source/core/editing/InputMethodController.cpp unsigned start = std::min(m_compositionStart, length); length 358 Source/core/editing/InputMethodController.cpp unsigned end = std::min(std::max(start, m_compositionEnd), length); length 44 Source/core/editing/InsertIntoTextNodeCommand.cpp ASSERT(m_offset <= m_node->length()); length 60 Source/core/editing/InsertIntoTextNodeCommand.cpp renderText->momentarilyRevealLastTypedCharacter(m_offset + m_text.length() - 1); length 71 Source/core/editing/InsertIntoTextNodeCommand.cpp m_node->deleteData(m_offset, m_text.length(), IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing); length 358 Source/core/editing/InsertParagraphSeparatorCommand.cpp bool atEnd = static_cast<unsigned>(insertionPosition.offsetInContainerNode()) >= textNode->length(); length 107 Source/core/editing/InsertTextCommand.cpp unsigned count = std::min(text.length(), textNode->length() - start.offsetInContainerNode()); length 113 Source/core/editing/InsertTextCommand.cpp Position endPosition = Position(textNode.release(), start.offsetInContainerNode() + text.length()); length 201 Source/core/editing/InsertTextCommand.cpp endPosition = Position(textNode, offset + m_text.length()); length 251 Source/core/editing/InsertTextCommand.cpp if (offset >= textNode->length()) length 56 Source/core/editing/MarkupAccumulator.cpp static inline void appendCharactersReplacingEntitiesInternal(StringBuilder& result, CharType* text, unsigned length, const EntityDescription entityMaps[], unsigned entityMapsCount, EntityMask entityMask) length 59 Source/core/editing/MarkupAccumulator.cpp for (unsigned i = 0; i < length; ++i) { length 64 Source/core/editing/MarkupAccumulator.cpp result.append(replacement.data(), replacement.length()); length 70 Source/core/editing/MarkupAccumulator.cpp result.append(text + positionAfterLastEntity, length - positionAfterLastEntity); length 73 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result, const String& source, unsigned offset, unsigned length, EntityMask entityMask) length 89 Source/core/editing/MarkupAccumulator.cpp if (!(offset + length)) length 92 Source/core/editing/MarkupAccumulator.cpp ASSERT(offset + length <= source.length()); length 94 Source/core/editing/MarkupAccumulator.cpp appendCharactersReplacingEntitiesInternal(result, source.characters8() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps), entityMask); length 96 Source/core/editing/MarkupAccumulator.cpp appendCharactersReplacingEntitiesInternal(result, source.characters16() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps), entityMask); length 187 Source/core/editing/MarkupAccumulator.cpp size_t length = 0; length 189 Source/core/editing/MarkupAccumulator.cpp length += strings[i].length(); length 190 Source/core/editing/MarkupAccumulator.cpp return length; length 200 Source/core/editing/MarkupAccumulator.cpp appendCharactersReplacingEntities(result, attribute, 0, attribute.length(), length 307 Source/core/editing/MarkupAccumulator.cpp unsigned length = str.length(); length 312 Source/core/editing/MarkupAccumulator.cpp length = m_range->endOffset(); length 315 Source/core/editing/MarkupAccumulator.cpp length -= start; length 318 Source/core/editing/MarkupAccumulator.cpp appendCharactersReplacingEntities(result, str, start, length, entityMaskForText(text)); length 396 Source/core/editing/MarkupAccumulator.cpp unsigned length = element.attributeCount(); length 397 Source/core/editing/MarkupAccumulator.cpp for (unsigned i = 0; i < length; i++) length 83 Source/core/editing/MarkupAccumulator.h size_t length() const { return m_markup.length(); } length 84 Source/core/editing/PlainTextRange.cpp if (!start() && !length() && it.atEnd()) { length 94 Source/core/editing/PlainTextRange.cpp int len = it.length(); length 152 Source/core/editing/PlainTextRange.cpp if (length() && end() > docTextPosition) { // end() is out of bounds length 50 Source/core/editing/PlainTextRange.h size_t length() const { ASSERT(!isNull()); return m_end - m_start; } length 1275 Source/core/editing/ReplaceSelectionCommand.cpp int endOffset = endNode && endNode->isTextNode() ? toText(endNode)->length() : 0; length 1378 Source/core/editing/ReplaceSelectionCommand.cpp position.moveToOffset(previous->length() + position.offsetInContainerNode()); length 1384 Source/core/editing/ReplaceSelectionCommand.cpp positionOnlyToBeUpdated.moveToOffset(previous->length() + positionOnlyToBeUpdated.offsetInContainerNode()); length 1395 Source/core/editing/ReplaceSelectionCommand.cpp unsigned originalLength = text->length(); length 42 Source/core/editing/SmartReplaceICU.cpp for (size_t i = 0; i < string.length(); i++) length 57 Source/core/editing/SmartReplaceICU.cpp smartSet = uset_openPattern(whitespaceAndNewline.charactersWithNullTermination().data(), whitespaceAndNewline.length(), &ec); length 81 Source/core/editing/SmartReplaceICU.cpp USet* icuPunct = uset_openPattern(punctuationClass.charactersWithNullTermination().data(), punctuationClass.length(), &ec); length 68 Source/core/editing/SpellCheckRequester.cpp if (!text.length()) length 285 Source/core/editing/SpellChecker.cpp ASSERT(badGrammarPhrase.length() > 0); length 286 Source/core/editing/SpellChecker.cpp ASSERT(grammarDetail.location != -1 && grammarDetail.length > 0); length 289 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length); length 298 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length()); length 550 Source/core/editing/SpellChecker.cpp if (selectionOffset > 0 && (static_cast<unsigned>(selectionOffset) > paragraph.text().length() || paragraph.textCharAt(selectionOffset - 1) == newlineCharacter)) length 552 Source/core/editing/SpellChecker.cpp if (selectionOffset > 0 && static_cast<unsigned>(selectionOffset) <= paragraph.text().length() && isAmbiguousBoundaryCharacter(paragraph.textCharAt(selectionOffset - 1))) length 561 Source/core/editing/SpellChecker.cpp int resultLength = result->length; length 577 Source/core/editing/SpellChecker.cpp ASSERT(detail->length > 0 && detail->location >= 0); length 578 Source/core/editing/SpellChecker.cpp if (paragraph.checkingRangeCovers(resultLocation + detail->location, detail->length)) { length 579 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail->location, detail->length); length 805 Source/core/editing/SpellChecker.cpp bool SpellChecker::selectionStartHasMarkerFor(DocumentMarker::MarkerType markerType, int from, int length) const length 812 Source/core/editing/SpellChecker.cpp unsigned endOffset = static_cast<unsigned>(from + length); length 77 Source/core/editing/SpellChecker.h bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, int from, int length) const; length 48 Source/core/editing/SplitTextNodeCommand.cpp ASSERT(m_text2->length() > 0); length 50 Source/core/editing/SplitTextNodeCommand.cpp ASSERT(m_offset < m_text2->length()); length 81 Source/core/editing/SplitTextNodeCommand.cpp document().markers().copyMarkers(m_text1.get(), 0, prefixText.length(), m_text2.get(), 0); length 40 Source/core/editing/SplitTextNodeContainingElementCommand.cpp ASSERT(m_text->length() > 0); length 57 Source/core/editing/SurroundingText.cpp if (!forwardRange || !Range::create(*document, position, forwardRange->startPosition())->text().length()) { length 72 Source/core/editing/SurroundingText.cpp m_positionOffsetInContent = Range::create(*document, backwardsRange->endPosition(), position)->text().length(); length 79 Source/core/editing/SurroundingText.cpp if (startOffsetInContent >= endOffsetInContent || endOffsetInContent > content().length()) length 46 Source/core/editing/TextCheckingHelper.cpp static void findBadGrammars(TextCheckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) length 49 Source/core/editing/TextCheckingHelper.cpp int checkLength = length; length 63 Source/core/editing/TextCheckingHelper.cpp badGrammar.length = badGrammarLength; length 72 Source/core/editing/TextCheckingHelper.cpp static void findMisspellings(TextCheckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) length 74 Source/core/editing/TextCheckingHelper.cpp TextBreakIterator* iterator = wordBreakIterator(text + start, length); length 92 Source/core/editing/TextCheckingHelper.cpp misspelling.length = misspellingLength; length 93 Source/core/editing/TextCheckingHelper.cpp misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length)); length 242 Source/core/editing/TextCheckingHelper.cpp int length = it.length(); length 245 Source/core/editing/TextCheckingHelper.cpp if (!(length == 1 && it.characterAt(0) == ' ')) { length 249 Source/core/editing/TextCheckingHelper.cpp m_client->textChecker().checkSpellingOfString(it.substring(0, length), &misspellingLocation, &misspellingLength); length 257 Source/core/editing/TextCheckingHelper.cpp ASSERT(misspellingLocation < length); length 258 Source/core/editing/TextCheckingHelper.cpp ASSERT(misspellingLength <= length); length 259 Source/core/editing/TextCheckingHelper.cpp ASSERT(misspellingLocation + misspellingLength <= length); length 261 Source/core/editing/TextCheckingHelper.cpp if (misspellingLocation >= 0 && misspellingLength > 0 && misspellingLocation < length && misspellingLength <= length && misspellingLocation + misspellingLength <= length) { length 282 Source/core/editing/TextCheckingHelper.cpp currentChunkOffset += length; length 302 Source/core/editing/TextCheckingHelper.cpp outGrammarDetail.length = 0; length 334 Source/core/editing/TextCheckingHelper.cpp if (paragraphString.length() > 0) { length 347 Source/core/editing/TextCheckingHelper.cpp if (result->decoration == TextDecorationTypeSpelling && result->location >= currentStartOffset && result->location + result->length <= currentEndOffset) { length 348 Source/core/editing/TextCheckingHelper.cpp ASSERT(result->length > 0 && result->location >= 0); length 350 Source/core/editing/TextCheckingHelper.cpp misspelledWord = paragraphString.substring(result->location, result->length); length 351 Source/core/editing/TextCheckingHelper.cpp ASSERT(misspelledWord.length()); length 354 Source/core/editing/TextCheckingHelper.cpp if (checkGrammar && result->decoration == TextDecorationTypeGrammar && result->location < currentEndOffset && result->location + result->length > currentStartOffset) { length 355 Source/core/editing/TextCheckingHelper.cpp ASSERT(result->length > 0 && result->location >= 0); length 362 Source/core/editing/TextCheckingHelper.cpp ASSERT(detail->length > 0 && detail->location >= 0); length 363 Source/core/editing/TextCheckingHelper.cpp if (result->location + detail->location >= currentStartOffset && result->location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->location + detail->location < grammarDetailLocation)) { length 372 Source/core/editing/TextCheckingHelper.cpp badGrammarPhrase = paragraphString.substring(result->location, result->length); length 373 Source/core/editing/TextCheckingHelper.cpp ASSERT(badGrammarPhrase.length()); length 421 Source/core/editing/TextCheckingHelper.cpp ASSERT(detail->length > 0 && detail->location >= 0); length 434 Source/core/editing/TextCheckingHelper.cpp RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length); length 452 Source/core/editing/TextCheckingHelper.cpp outGrammarDetail.length = 0; length 537 Source/core/editing/TextCheckingHelper.cpp unsigned length = text.length(); length 541 Source/core/editing/TextCheckingHelper.cpp findMisspellings(client, characters.data(), 0, length, spellingResult); length 546 Source/core/editing/TextCheckingHelper.cpp int grammarCheckLength = length; length 64 Source/core/editing/TextCheckingHelper.h bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); } length 82 Source/core/editing/TextInsertionBaseCommand.cpp return event->text().length(); length 61 Source/core/editing/TextInsertionBaseCommand.h operation(0, string.length(), true); length 63 Source/core/editing/TextInsertionBaseCommand.h unsigned length = string.length(); length 64 Source/core/editing/TextInsertionBaseCommand.h if (length != offset) length 65 Source/core/editing/TextInsertionBaseCommand.h operation(offset, length - offset, true); length 77 Source/core/editing/TextIterator.cpp void append(const CharType*, size_t length); length 81 Source/core/editing/TextIterator.cpp void prependContext(const UChar*, size_t length); length 90 Source/core/editing/TextIterator.cpp bool isBadMatch(const UChar*, size_t length) const; length 91 Source/core/editing/TextIterator.cpp bool isWordStartMatch(size_t start, size_t length) const; length 541 Source/core/editing/TextIterator.cpp ASSERT_WITH_SECURITY_IMPLICATION(index < static_cast<unsigned>(length())); length 542 Source/core/editing/TextIterator.cpp if (!(index < static_cast<unsigned>(length()))) length 547 Source/core/editing/TextIterator.cpp ASSERT(length() == 1); length 554 Source/core/editing/TextIterator.cpp String TextIterator::substring(unsigned position, unsigned length) const length 556 Source/core/editing/TextIterator.cpp ASSERT_WITH_SECURITY_IMPLICATION(position <= static_cast<unsigned>(this->length())); length 557 Source/core/editing/TextIterator.cpp ASSERT_WITH_SECURITY_IMPLICATION(position + length <= static_cast<unsigned>(this->length())); length 558 Source/core/editing/TextIterator.cpp if (!length) length 562 Source/core/editing/TextIterator.cpp ASSERT(length == 1); length 565 Source/core/editing/TextIterator.cpp return string().substring(startOffset() + position, length); length 570 Source/core/editing/TextIterator.cpp unsigned lengthToAppend = std::min(static_cast<unsigned>(length()) - position, maxLength); length 602 Source/core/editing/TextIterator.cpp emitText(m_node, m_firstLetterText, m_offset, m_offset + firstLetter.length()); length 610 Source/core/editing/TextIterator.cpp int strLength = str.length(); length 628 Source/core/editing/TextIterator.cpp if (!renderer->firstTextBox() && str.length() > 0 && !shouldHandleFirstLetter) { length 717 Source/core/editing/TextIterator.cpp unsigned nextRunStart = nextTextBox ? nextTextBox->start() : str.length(); length 807 Source/core/editing/TextIterator.cpp m_textLength = m_text.length(); length 952 Source/core/editing/TextIterator.cpp int length = text.length(); length 953 Source/core/editing/TextIterator.cpp for (int i = textEnd; i < length; ++i) { length 958 Source/core/editing/TextIterator.cpp return length - textEnd; length 1131 Source/core/editing/TextIterator.cpp ASSERT(0 <= textStartOffset && textStartOffset < static_cast<int>(m_text.length())); length 1132 Source/core/editing/TextIterator.cpp ASSERT(0 <= textEndOffset && textEndOffset <= static_cast<int>(m_text.length())); length 1358 Source/core/editing/TextIterator.cpp if (!renderer->firstTextBox() && text.length() > 0) length 1366 Source/core/editing/TextIterator.cpp ASSERT(0 <= m_positionStartOffset - offsetInNode && m_positionStartOffset - offsetInNode <= static_cast<int>(text.length())); length 1367 Source/core/editing/TextIterator.cpp ASSERT(1 <= m_positionEndOffset - offsetInNode && m_positionEndOffset - offsetInNode <= static_cast<int>(text.length())); length 1374 Source/core/editing/TextIterator.cpp RELEASE_ASSERT(static_cast<unsigned>(m_textOffset + m_textLength) <= text.length()); length 1500 Source/core/editing/TextIterator.cpp while (!atEnd() && !m_textIterator.length()) length 1508 Source/core/editing/TextIterator.cpp if (m_textIterator.length() <= 1) { length 1531 Source/core/editing/TextIterator.cpp int remaining = m_textIterator.length() - m_runOffset; length 1544 Source/core/editing/TextIterator.cpp int runLength = m_textIterator.length(); length 1566 Source/core/editing/TextIterator.cpp static PassRefPtrWillBeRawPtr<Range> characterSubrange(CharacterIterator& it, int offset, int length) length 1571 Source/core/editing/TextIterator.cpp if (length > 1) length 1572 Source/core/editing/TextIterator.cpp it.advance(length - 1); length 1586 Source/core/editing/TextIterator.cpp while (!atEnd() && !m_textIterator.length()) length 1594 Source/core/editing/TextIterator.cpp if (m_textIterator.length() <= 1) { length 1616 Source/core/editing/TextIterator.cpp int remaining = m_textIterator.length() - m_runOffset; length 1627 Source/core/editing/TextIterator.cpp int runLength = m_textIterator.length(); length 1673 Source/core/editing/TextIterator.cpp while (!m_textIterator.atEnd() && !m_textIterator.length()) length 1683 Source/core/editing/TextIterator.cpp if (isSpaceOrNewline(m_textIterator.characterAt(m_textIterator.length() - 1))) length 1692 Source/core/editing/TextIterator.cpp if (m_textIterator.atEnd() || !m_textIterator.length() || isSpaceOrNewline(m_textIterator.characterAt(0))) { length 1707 Source/core/editing/TextIterator.cpp return m_textIterator.length(); length 1710 Source/core/editing/TextIterator.cpp String WordAwareIterator::substring(unsigned position, unsigned length) const length 1713 Source/core/editing/TextIterator.cpp return String(m_buffer.data() + position, length); length 1714 Source/core/editing/TextIterator.cpp return m_textIterator.substring(position, length); length 1831 Source/core/editing/TextIterator.cpp inline void SearchBuffer::append(const CharType* characters, size_t length) length 1833 Source/core/editing/TextIterator.cpp ASSERT(length); length 1846 Source/core/editing/TextIterator.cpp size_t usableLength = min(m_buffer.capacity() - oldLength, length); length 1860 Source/core/editing/TextIterator.cpp inline void SearchBuffer::prependContext(const UChar* characters, size_t length) length 1865 Source/core/editing/TextIterator.cpp if (!length) length 1870 Source/core/editing/TextIterator.cpp size_t wordBoundaryContextStart = length; length 1876 Source/core/editing/TextIterator.cpp size_t usableLength = min(m_buffer.capacity() - m_prefixLength, length - wordBoundaryContextStart); length 1877 Source/core/editing/TextIterator.cpp m_buffer.prepend(characters + length - usableLength, usableLength); length 1908 Source/core/editing/TextIterator.cpp inline bool SearchBuffer::isWordStartMatch(size_t start, size_t length) const length 1957 Source/core/editing/TextIterator.cpp size_t wordBreakSearchStart = start + length; length 2034 Source/core/editing/TextIterator.cpp int length = 0; length 2036 Source/core/editing/TextIterator.cpp length += it.length(); length 2038 Source/core/editing/TextIterator.cpp return length; length 2060 Source/core/editing/TextIterator.cpp bufferLength += it.length(); length 86 Source/core/editing/TextIterator.h int length() const { return m_textLength; } length 88 Source/core/editing/TextIterator.h String substring(unsigned position, unsigned length) const; length 94 Source/core/editing/TextIterator.h ASSERT_WITH_SECURITY_IMPLICATION(position <= static_cast<unsigned>(length())); length 95 Source/core/editing/TextIterator.h unsigned lengthToAppend = length() - position; length 100 Source/core/editing/TextIterator.h ASSERT(length() == 1); length 222 Source/core/editing/TextIterator.h int length() const { return m_textLength; } length 307 Source/core/editing/TextIterator.h int length() const { return m_textIterator.length() - m_runOffset; } length 355 Source/core/editing/TextIterator.h String substring(unsigned position, unsigned length) const; length 357 Source/core/editing/TextIterator.h int length() const; length 90 Source/core/editing/TextIteratorTest.cpp textChunks.append(textIterator.substring(0, textIterator.length())); length 643 Source/core/editing/VisiblePosition.cpp unsigned length = textNode->length(); length 644 Source/core/editing/VisiblePosition.cpp if (offset >= length) length 711 Source/core/editing/VisiblePosition.cpp void VisiblePosition::formatForDebugger(char* buffer, unsigned length) const length 713 Source/core/editing/VisiblePosition.cpp m_deepPosition.formatForDebugger(buffer, length); length 104 Source/core/editing/VisiblePosition.h void formatForDebugger(char* buffer, unsigned length) const; length 301 Source/core/editing/VisibleSelection.cpp for (; charIt.length(); charIt.advance(1)) { length 784 Source/core/editing/VisibleSelection.cpp void VisibleSelection::formatForDebugger(char* buffer, unsigned length) const length 802 Source/core/editing/VisibleSelection.cpp strncpy(buffer, result.toString().utf8().data(), length - 1); length 133 Source/core/editing/VisibleSelection.h void formatForDebugger(char* buffer, unsigned length) const; length 448 Source/core/editing/VisibleUnits.cpp typedef unsigned (*BoundarySearchFunction)(const UChar*, unsigned length, unsigned offset, BoundarySearchContextAvailability, bool& needMoreContext); length 501 Source/core/editing/VisibleUnits.cpp iteratorString.fill('x', it.length()); length 552 Source/core/editing/VisibleUnits.cpp int length = characters.size(); length 553 Source/core/editing/VisibleUnits.cpp int i = startOfLastWordBoundaryContext(characters.data(), length); length 554 Source/core/editing/VisibleUnits.cpp string.prepend(characters.data() + i, length - i); length 555 Source/core/editing/VisibleUnits.cpp prefixLength += length - i; length 577 Source/core/editing/VisibleUnits.cpp iteratorString.fill('x', it.length()); length 617 Source/core/editing/VisibleUnits.cpp static unsigned startWordBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext) length 627 Source/core/editing/VisibleUnits.cpp findWordBoundary(characters, length, offset, &start, &end); length 648 Source/core/editing/VisibleUnits.cpp static unsigned endWordBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext) length 650 Source/core/editing/VisibleUnits.cpp ASSERT(offset <= length); length 651 Source/core/editing/VisibleUnits.cpp if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) { length 653 Source/core/editing/VisibleUnits.cpp return length; length 657 Source/core/editing/VisibleUnits.cpp findWordBoundary(characters, length, offset, &start, &end); length 677 Source/core/editing/VisibleUnits.cpp static unsigned previousWordPositionBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext) length 684 Source/core/editing/VisibleUnits.cpp return findNextWordFromIndex(characters, length, offset, false); length 693 Source/core/editing/VisibleUnits.cpp static unsigned nextWordPositionBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext) length 695 Source/core/editing/VisibleUnits.cpp if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) { length 697 Source/core/editing/VisibleUnits.cpp return length; length 700 Source/core/editing/VisibleUnits.cpp return findNextWordFromIndex(characters, length, offset, true); length 1030 Source/core/editing/VisibleUnits.cpp static unsigned startSentenceBoundary(const UChar* characters, unsigned length, unsigned, BoundarySearchContextAvailability, bool&) length 1032 Source/core/editing/VisibleUnits.cpp TextBreakIterator* iterator = sentenceBreakIterator(characters, length); length 1034 Source/core/editing/VisibleUnits.cpp return iterator->preceding(length); length 1042 Source/core/editing/VisibleUnits.cpp static unsigned endSentenceBoundary(const UChar* characters, unsigned length, unsigned, BoundarySearchContextAvailability, bool&) length 1044 Source/core/editing/VisibleUnits.cpp TextBreakIterator* iterator = sentenceBreakIterator(characters, length); length 1054 Source/core/editing/VisibleUnits.cpp static unsigned previousSentencePositionBoundary(const UChar* characters, unsigned length, unsigned, BoundarySearchContextAvailability, bool&) length 1057 Source/core/editing/VisibleUnits.cpp TextBreakIterator* iterator = sentenceBreakIterator(characters, length); length 1059 Source/core/editing/VisibleUnits.cpp return iterator->preceding(length); length 1068 Source/core/editing/VisibleUnits.cpp static unsigned nextSentencePositionBoundary(const UChar* characters, unsigned length, unsigned, BoundarySearchContextAvailability, bool&) length 1072 Source/core/editing/VisibleUnits.cpp TextBreakIterator* iterator = sentenceBreakIterator(characters, length); length 1207 Source/core/editing/VisibleUnits.cpp int length = toRenderText(r)->textLength(); length 1212 Source/core/editing/VisibleUnits.cpp for (int i = o; i < length; ++i) { length 366 Source/core/editing/htmlediting.cpp unsigned length = string.length(); length 369 Source/core/editing/htmlediting.cpp rebalancedString.reserveCapacity(length); length 372 Source/core/editing/htmlediting.cpp for (size_t i = 0; i < length; i++) { length 380 Source/core/editing/htmlediting.cpp if (previousCharacterWasSpace || (!i && startIsStartOfParagraph) || (i + 1 == length && endIsEndOfParagraph)) { length 389 Source/core/editing/htmlediting.cpp ASSERT(rebalancedString.length() == length); length 966 Source/core/editing/htmlediting.cpp return offset < textNode->length() && textNode->data()[offset] == '\n'; length 103 Source/core/editing/markup.cpp unsigned length = element->attributeCount(); length 104 Source/core/editing/markup.cpp for (unsigned i = 0; i < length; i++) { length 203 Source/core/editing/markup.cpp result.reserveCapacity(totalLength(m_reversedPrecedingMarkup) + length()); length 235 Source/core/editing/markup.cpp appendCharactersReplacingEntities(buffer, content, 0, content.length(), EntityMaskInPCDATA); length 250 Source/core/editing/markup.cpp unsigned endOffset = textNode.length(); length 280 Source/core/editing/markup.cpp const unsigned length = element.hasAttributes() ? element.attributeCount() : 0; length 283 Source/core/editing/markup.cpp for (unsigned i = 0; i < length; ++i) { length 908 Source/core/editing/markup.cpp MarkupAccumulator::appendCharactersReplacingEntities(markup, title, 0, title.length(), EntityMaskInPCDATA); length 82 Source/core/events/CompositionEvent.cpp m_activeSegmentEnd = m_data.length(); length 350 Source/core/events/EventPath.cpp for (size_t i = 0; i < touchList->length(); ++i) { length 363 Source/core/events/EventPath.cpp for (size_t i = 0; i < touchList.length(); ++i) length 104 Source/core/fetch/CachingCorrectnessTest.cpp virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); } length 139 Source/core/fetch/FontResource.cpp unsigned collectionLength = collection->length(); length 343 Source/core/fetch/ImageResource.cpp void ImageResource::appendData(const char* data, int length) length 345 Source/core/fetch/ImageResource.cpp Resource::appendData(data, length); length 41 Source/core/fetch/RawResource.cpp void RawResource::appendData(const char* data, int length) length 43 Source/core/fetch/RawResource.cpp Resource::appendData(data, length); length 48 Source/core/fetch/RawResource.cpp c->dataReceived(this, data, length); length 202 Source/core/fetch/Resource.cpp void Resource::appendData(const char* data, int length) length 210 Source/core/fetch/Resource.cpp m_data->append(data, length); length 212 Source/core/fetch/Resource.cpp m_data = SharedBuffer::createPurgeable(data, length); length 835 Source/core/fetch/Resource.cpp return sizeof(Resource) + m_response.memoryUsage() + kAverageClientsHashMapSize + m_resourceRequest.url().string().length() * 2; length 195 Source/core/fetch/ResourceLoader.cpp void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength) length 199 Source/core/fetch/ResourceLoader.cpp m_host->didDownloadData(m_resource, length, encodedDataLength); length 200 Source/core/fetch/ResourceLoader.cpp m_resource->didDownloadData(length); length 300 Source/core/fetch/ResourceLoader.cpp void ResourceLoader::didReceiveCachedMetadata(blink::WebURLLoader*, const char* data, int length) length 304 Source/core/fetch/ResourceLoader.cpp m_resource->setSerializedCachedMetadata(data, length); length 385 Source/core/fetch/ResourceLoader.cpp void ResourceLoader::didReceiveData(blink::WebURLLoader*, const char* data, int length, int encodedDataLength) length 403 Source/core/fetch/ResourceLoader.cpp m_host->didReceiveData(m_resource, data, length, encodedDataLength); length 404 Source/core/fetch/ResourceLoader.cpp m_resource->appendData(data, length); length 80 Source/core/fetch/ResourceLoader.h virtual void didReceiveCachedMetadata(blink::WebURLLoader*, const char* data, int length) OVERRIDE; length 119 Source/core/fileapi/Blob.cpp long long length = end - start; length 122 Source/core/fileapi/Blob.cpp blobData->appendBlob(m_blobDataHandle, start, length); length 123 Source/core/fileapi/Blob.cpp return Blob::create(BlobDataHandle::create(blobData.release(), length)); length 77 Source/core/fileapi/File.cpp blobData->appendFile(metadata.platformPath, 0, metadata.length, metadata.modificationTime); length 85 Source/core/fileapi/File.cpp blobData->appendFileSystemURL(fileSystemURL, 0, metadata.length, metadata.modificationTime); length 141 Source/core/fileapi/File.cpp : Blob(BlobDataHandle::create(createBlobDataForFileWithMetadata(name, metadata), metadata.length)) length 145 Source/core/fileapi/File.cpp , m_snapshotSize(metadata.length) length 152 Source/core/fileapi/File.cpp : Blob(BlobDataHandle::create(createBlobDataForFileSystemURL(fileSystemURL, metadata), metadata.length)) length 155 Source/core/fileapi/File.cpp , m_snapshotSize(metadata.length) length 202 Source/core/fileapi/File.cpp long long length = end - start; length 206 Source/core/fileapi/File.cpp blobData->appendFileSystemURL(m_fileSystemURL, start, length, modificationTime); length 209 Source/core/fileapi/File.cpp blobData->appendFile(m_path, start, length, modificationTime); length 211 Source/core/fileapi/File.cpp return Blob::create(BlobDataHandle::create(blobData.release(), length)); length 231 Source/core/fileapi/File.cpp snapshotSize = metadata.length; length 46 Source/core/fileapi/FileList.h unsigned length() const { return m_files.size(); } length 185 Source/core/frame/DOMWindow.h unsigned length() const; length 52 Source/core/frame/History.h unsigned length() const; length 99 Source/core/frame/PageConsole.cpp stackTrace.append("\n at " + (frame.functionName().length() ? frame.functionName() : "(anonymous function)")); length 290 Source/core/frame/csp/CSPSourceList.cpp if (!equalIgnoringCase(noncePrefix.characters8(), begin, noncePrefix.length())) length 293 Source/core/frame/csp/CSPSourceList.cpp const UChar* position = begin + noncePrefix.length(); length 344 Source/core/frame/csp/CSPSourceList.cpp const UChar* position = begin + prefix.length(); length 303 Source/core/frame/csp/ContentSecurityPolicy.cpp void computeDigest(const char* source, size_t length, blink::WebCryptoAlgorithmId algorithmId, DigestValue& digest) length 310 Source/core/frame/csp/ContentSecurityPolicy.cpp crypto->digestSynchronous(algorithmId, reinterpret_cast<const unsigned char*>(source), length, result); length 344 Source/core/frame/csp/ContentSecurityPolicy.cpp computeDigest(normalizedSource.data(), normalizedSource.length(), kAlgorithmMap[i].webCryptoAlgorithmId, digest); length 52 Source/core/html/ClassList.cpp if (index >= length()) length 51 Source/core/html/ClassList.h virtual unsigned length() const OVERRIDE; length 81 Source/core/html/CollectionIndexCache.h ALWAYS_INLINE void setCachedNodeCount(unsigned length) length 83 Source/core/html/CollectionIndexCache.h m_cachedNodeCount = length; length 129 Source/core/html/FormDataList.cpp formData->appendData(value.data().data(), value.data().length()); length 48 Source/core/html/HTMLCollection.h unsigned length() const { return m_collectionIndexCache.nodeCount(*this); } length 110 Source/core/html/HTMLDimension.cpp trimmedString.truncate(trimmedString.length() - 1); length 129 Source/core/html/HTMLDimension.cpp parsedDimensions.append(parseDimension(trimmedString, lastParsedIndex, trimmedString.length())); length 330 Source/core/html/HTMLElement.cpp unsigned i, length = text.length(); length 332 Source/core/html/HTMLElement.cpp for (unsigned start = 0; start < length; ) { length 335 Source/core/html/HTMLElement.cpp for (i = start; i < length; i++) { length 350 Source/core/html/HTMLElement.cpp if (c == '\r' && i + 1 < length && text[i + 1] == '\n') length 807 Source/core/html/HTMLElement.cpp unsigned length = 0; length 809 Source/core/html/HTMLElement.cpp while (length < v->length() && (*v)[length] <= ' ') length 810 Source/core/html/HTMLElement.cpp length++; length 812 Source/core/html/HTMLElement.cpp for (; length < v->length(); length++) { length 813 Source/core/html/HTMLElement.cpp UChar cc = (*v)[length]; length 818 Source/core/html/HTMLElement.cpp length++; length 824 Source/core/html/HTMLElement.cpp if (length != v->length()) { length 825 Source/core/html/HTMLElement.cpp addPropertyToPresentationAttributeStyle(style, propertyID, v->substring(0, length)); length 847 Source/core/html/HTMLElement.cpp for (; i < colorString.length() && digitBuffer.size() < maxColorLength; i++) { length 54 Source/core/html/HTMLFontElement.cpp static bool parseFontSize(const CharacterType* characters, unsigned length, int& size) length 60 Source/core/html/HTMLFontElement.cpp const CharacterType* end = characters + length; length 112 Source/core/html/HTMLFontElement.cpp value = charactersToIntStrict(digits.characters8(), digits.length()); length 114 Source/core/html/HTMLFontElement.cpp value = charactersToIntStrict(digits.characters16(), digits.length()); length 140 Source/core/html/HTMLFontElement.cpp return parseFontSize(input.characters8(), input.length(), size); length 142 Source/core/html/HTMLFontElement.cpp return parseFontSize(input.characters16(), input.length(), size); length 218 Source/core/html/HTMLFormControlsCollection.cpp unsigned length = this->length(); length 219 Source/core/html/HTMLFormControlsCollection.cpp for (unsigned i = 0; i < length; ++i) { length 55 Source/core/html/HTMLFormElement.h unsigned length() const; length 250 Source/core/html/HTMLInputElement.cpp return value.length() > static_cast<unsigned>(max); length 987 Source/core/html/HTMLInputElement.cpp unsigned max = value.length(); length 1241 Source/core/html/HTMLInputElement.cpp if (slashPosition == kNotFound || !slashPosition || slashPosition == type.length() - 1) length 1243 Source/core/html/HTMLInputElement.cpp for (size_t i = 0; i < type.length(); ++i) { length 1252 Source/core/html/HTMLInputElement.cpp if (type.length() < 2) length 56 Source/core/html/HTMLLinkElement.cpp static void parseSizes(const CharacterType* value, unsigned length, Vector<IntSize>& iconSizes) length 68 Source/core/html/HTMLLinkElement.cpp for (; i < length; ++i) { length 128 Source/core/html/HTMLLinkElement.cpp parseSizes(value.characters8(), value.length(), iconSizes); length 130 Source/core/html/HTMLLinkElement.cpp parseSizes(value.characters16(), value.length(), iconSizes); length 96 Source/core/html/HTMLMediaElement.cpp if (url.string().length() < maximumURLLengthForLogging) length 704 Source/core/html/HTMLMediaElement.cpp for (unsigned i = 0; i < m_textTracks->length(); ++i) { length 1248 Source/core/html/HTMLMediaElement.cpp for (size_t i = 0; i < cues->length(); ++i) length 1257 Source/core/html/HTMLMediaElement.cpp for (size_t i = 0; i < cues->length(); ++i) length 1747 Source/core/html/HTMLMediaElement.cpp bool noSeekRequired = !seekableRanges->length() || (time == now && displayMode() != Poster); length 2501 Source/core/html/HTMLMediaElement.cpp for (size_t i = 0; i < m_textTracks->length(); ++i) { length 2533 Source/core/html/HTMLMediaElement.cpp if (textTrack->language().length()) length 3216 Source/core/html/HTMLMediaElement.cpp for (unsigned i = 0; i < m_textTracks->length(); ++i) { length 3354 Source/core/html/HTMLMediaElement.cpp for (unsigned i = 0; i < m_textTracks->length(); ++i) { length 3390 Source/core/html/HTMLMediaElement.cpp for (unsigned i = 0; i < m_textTracks->length(); ++i) { length 39 Source/core/html/HTMLMetaElement-in.cpp unsigned bufferLength = std::min(uMaxMatchLength, source.length()); \ length 79 Source/core/html/HTMLMetaElement-in.cpp int length = content.length(); length 81 Source/core/html/HTMLMetaElement-in.cpp while (i < length) { length 84 Source/core/html/HTMLMetaElement-in.cpp if (i >= length) length 100 Source/core/html/HTMLMetaElement-in.cpp if (buffer[i] == ',' || i >= length) length 107 Source/core/html/HTMLMetaElement-in.cpp if (buffer[i] == ',' || i >= length) length 120 Source/core/html/HTMLMetaElement-in.cpp ASSERT_WITH_SECURITY_IMPLICATION(i <= length); length 153 Source/core/html/HTMLMetaElement-in.cpp value = charactersToFloat(valueString.characters8(), valueString.length(), parsedLength); length 155 Source/core/html/HTMLMetaElement-in.cpp value = charactersToFloat(valueString.characters16(), valueString.length(), parsedLength); length 162 Source/core/html/HTMLMetaElement-in.cpp if (parsedLength < valueString.length()) length 176 Source/core/html/HTMLMetaElement-in.cpp unsigned length = valueString.length(); length 178 Source/core/html/HTMLMetaElement-in.cpp SWITCH(characters, length) { length 203 Source/core/html/HTMLMetaElement-in.cpp unsigned length = valueString.length(); length 205 Source/core/html/HTMLMetaElement-in.cpp SWITCH(characters, length) { length 240 Source/core/html/HTMLMetaElement-in.cpp unsigned length = valueString.length(); length 242 Source/core/html/HTMLMetaElement-in.cpp SWITCH(characters, length) { length 266 Source/core/html/HTMLMetaElement-in.cpp unsigned length = valueString.length(); length 268 Source/core/html/HTMLMetaElement-in.cpp SWITCH(characters, length) { length 295 Source/core/html/HTMLMetaElement-in.cpp unsigned length = keyString.length(); length 298 Source/core/html/HTMLMetaElement-in.cpp SWITCH(characters, length) { length 238 Source/core/html/HTMLObjectElement.cpp unsigned length = metaElements->length(); length 239 Source/core/html/HTMLObjectElement.cpp for (unsigned i = 0; i < length; ++i) { length 166 Source/core/html/HTMLOptionElement.cpp size_t length = items.size(); length 167 Source/core/html/HTMLOptionElement.cpp for (size_t i = 0; i < length; ++i) { length 48 Source/core/html/HTMLOptionsCollection.cpp unsigned length = this->length(); length 49 Source/core/html/HTMLOptionsCollection.cpp for (unsigned i = 0; i < length; ++i) { length 74 Source/core/html/HTMLOptionsCollection.cpp add(element, length(), exceptionState); length 93 Source/core/html/HTMLOptionsCollection.cpp if (index == -1 || unsigned(index) >= length()) length 121 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::setLength(unsigned length, ExceptionState& exceptionState) length 123 Source/core/html/HTMLOptionsCollection.cpp toHTMLSelectElement(ownerNode()).setLength(length, exceptionState); length 451 Source/core/html/HTMLSelectElement.cpp int diff = index - length(); length 473 Source/core/html/HTMLSelectElement.cpp int diff = length() - newLen; length 986 Source/core/html/HTMLSelectElement.cpp size_t length = items.size(); length 988 Source/core/html/HTMLSelectElement.cpp for (unsigned i = 0; i < length; ++i) { length 58 Source/core/html/HTMLSelectElement.h unsigned length() const; length 125 Source/core/html/HTMLTableRowElement.cpp int numCells = children ? children->length() : 0; length 148 Source/core/html/HTMLTableRowElement.cpp int numCells = children ? children->length() : 0; length 64 Source/core/html/HTMLTableSectionElement.cpp int numRows = children ? (int)children->length() : 0; length 86 Source/core/html/HTMLTableSectionElement.cpp int numRows = children ? (int)children->length() : 0; length 66 Source/core/html/HTMLTextAreaElement.cpp unsigned length = text.length(); length 68 Source/core/html/HTMLTextAreaElement.cpp for (unsigned i = 0; i < length; i++) { length 77 Source/core/html/HTMLTextAreaElement.cpp return text.length() + numberOfLineBreaks(text); length 378 Source/core/html/HTMLTextAreaElement.cpp unsigned endOfString = m_value.length(); length 48 Source/core/html/HTMLTextAreaElement.h int textLength() const { return value().length(); } length 119 Source/core/html/HTMLTextFormControlElement.cpp unsigned length = attributeValue.length(); length 120 Source/core/html/HTMLTextFormControlElement.cpp stripped.reserveCapacity(length); length 121 Source/core/html/HTMLTextFormControlElement.cpp for (unsigned i = 0; i < length; ++i) { length 216 Source/core/html/HTMLTextFormControlElement.cpp unsigned textLength = text.length(); length 217 Source/core/html/HTMLTextFormControlElement.cpp unsigned replacementLength = replacement.length(); length 446 Source/core/html/HTMLTextFormControlElement.cpp int length = node->isTextNode() ? lastOffsetInNode(node) : 1; length 448 Source/core/html/HTMLTextFormControlElement.cpp if (offset <= start && start <= offset + length) length 451 Source/core/html/HTMLTextFormControlElement.cpp if (offset <= end && end <= offset + length) { length 456 Source/core/html/HTMLTextFormControlElement.cpp offset += length; length 524 Source/core/html/HTMLTextFormControlElement.cpp size_t size = result.length(); length 590 Source/core/html/HTMLTextFormControlElement.cpp unsigned length = data.length(); length 592 Source/core/html/HTMLTextFormControlElement.cpp while (breakNode == node && breakOffset <= length) { length 600 Source/core/html/HTMLTextFormControlElement.cpp result.append(data, position, length - position); length 47 Source/core/html/HTMLTrackElement.cpp if (url.string().length() < maximumURLLengthForLogging) length 139 Source/core/html/HTMLViewSourceDocument.cpp while (index < source.length()) { length 142 Source/core/html/HTMLViewSourceDocument.cpp index = addRange(source, index, source.length(), emptyAtom); length 143 Source/core/html/HTMLViewSourceDocument.cpp ASSERT(index == source.length()); length 58 Source/core/html/ImageData.cpp || static_cast<unsigned>(dataSize.unsafeGet()) > byteArray->length()) length 103 Source/core/html/ImageData.cpp unsigned length = data->length(); length 104 Source/core/html/ImageData.cpp if (!length) { length 108 Source/core/html/ImageData.cpp if (length % 4) { length 112 Source/core/html/ImageData.cpp length /= 4; length 113 Source/core/html/ImageData.cpp if (length % width) { length 118 Source/core/html/ImageData.cpp height = length / width; length 119 Source/core/html/ImageData.cpp } else if (height != length / width) { length 138 Source/core/html/ImageData.cpp ASSERT_WITH_SECURITY_IMPLICATION(static_cast<unsigned>(size.width() * size.height() * 4) <= m_data->length()); length 121 Source/core/html/ImageDocument.cpp void ImageDocumentParser::appendBytes(const char* data, size_t length) length 123 Source/core/html/ImageDocument.cpp if (!length) length 131 Source/core/html/ImageDocument.cpp document()->cachedImage()->appendData(data, length); length 40 Source/core/html/MediaFragmentURIParser.cpp static String collectDigits(const LChar* input, unsigned length, unsigned& position) length 46 Source/core/html/MediaFragmentURIParser.cpp while (position < length && isASCIIDigit(input[position])) length 51 Source/core/html/MediaFragmentURIParser.cpp static String collectFraction(const LChar* input, unsigned length, unsigned& position) length 61 Source/core/html/MediaFragmentURIParser.cpp while (position < length && isASCIIDigit(input[position])) length 106 Source/core/html/MediaFragmentURIParser.cpp unsigned end = fragmentString.length(); length 181 Source/core/html/MediaFragmentURIParser.cpp if (parseNPTFragment(fragment.second.characters8(), fragment.second.length(), start, end)) { length 197 Source/core/html/MediaFragmentURIParser.cpp bool MediaFragmentURIParser::parseNPTFragment(const LChar* timeString, unsigned length, double& startTime, double& endTime) length 200 Source/core/html/MediaFragmentURIParser.cpp if (length >= nptIdentiferLength && timeString[0] == 'n' && timeString[1] == 'p' && timeString[2] == 't' && timeString[3] == ':') length 203 Source/core/html/MediaFragmentURIParser.cpp if (offset == length) length 212 Source/core/html/MediaFragmentURIParser.cpp if (!parseNPTTime(timeString, length, offset, startTime)) length 216 Source/core/html/MediaFragmentURIParser.cpp if (offset == length) length 221 Source/core/html/MediaFragmentURIParser.cpp if (++offset == length) length 224 Source/core/html/MediaFragmentURIParser.cpp if (!parseNPTTime(timeString, length, offset, endTime)) length 227 Source/core/html/MediaFragmentURIParser.cpp if (offset != length) length 236 Source/core/html/MediaFragmentURIParser.cpp bool MediaFragmentURIParser::parseNPTTime(const LChar* timeString, unsigned length, unsigned& offset, double& time) length 241 Source/core/html/MediaFragmentURIParser.cpp if (offset >= length || !isASCIIDigit(timeString[offset])) length 263 Source/core/html/MediaFragmentURIParser.cpp String digits1 = collectDigits(timeString, length, offset); length 265 Source/core/html/MediaFragmentURIParser.cpp if (offset >= length || timeString[offset] == ',') { length 272 Source/core/html/MediaFragmentURIParser.cpp if (offset == length) length 274 Source/core/html/MediaFragmentURIParser.cpp String digits = collectFraction(timeString, length, offset); length 280 Source/core/html/MediaFragmentURIParser.cpp if (digits1.length() < 2) length 282 Source/core/html/MediaFragmentURIParser.cpp if (digits1.length() > 2) length 286 Source/core/html/MediaFragmentURIParser.cpp if (offset >= length || timeString[offset++] != ':') length 288 Source/core/html/MediaFragmentURIParser.cpp if (offset >= length || !isASCIIDigit(timeString[(offset)])) length 290 Source/core/html/MediaFragmentURIParser.cpp String digits2 = collectDigits(timeString, length, offset); length 292 Source/core/html/MediaFragmentURIParser.cpp if (digits2.length() != 2) length 297 Source/core/html/MediaFragmentURIParser.cpp if (mode == hours || (offset < length && timeString[offset] == ':')) { length 298 Source/core/html/MediaFragmentURIParser.cpp if (offset >= length || timeString[offset++] != ':') length 300 Source/core/html/MediaFragmentURIParser.cpp if (offset >= length || !isASCIIDigit(timeString[offset])) length 302 Source/core/html/MediaFragmentURIParser.cpp String digits3 = collectDigits(timeString, length, offset); length 303 Source/core/html/MediaFragmentURIParser.cpp if (digits3.length() != 2) length 312 Source/core/html/MediaFragmentURIParser.cpp if (offset < length && timeString[offset] == '.') length 313 Source/core/html/MediaFragmentURIParser.cpp fraction = collectFraction(timeString, length, offset).toDouble(); length 52 Source/core/html/MediaFragmentURIParser.h bool parseNPTFragment(const LChar*, unsigned length, double& startTime, double& endTime); length 53 Source/core/html/MediaFragmentURIParser.h bool parseNPTTime(const LChar*, unsigned length, unsigned& offset, double& time); length 118 Source/core/html/PluginDocument.cpp void PluginDocumentParser::appendBytes(const char* data, size_t length) length 123 Source/core/html/PluginDocument.cpp if (!length) length 126 Source/core/html/PluginDocument.cpp view->didReceiveData(data, length); length 68 Source/core/html/RadioNodeList.cpp for (unsigned i = 0; i < length(); ++i) { length 82 Source/core/html/RadioNodeList.cpp for (unsigned i = 0; i < length(); ++i) { length 119 Source/core/html/TimeRanges.cpp if (index >= length()) { length 120 Source/core/html/TimeRanges.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length())); length 128 Source/core/html/TimeRanges.cpp if (index >= length()) { length 129 Source/core/html/TimeRanges.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length())); length 180 Source/core/html/TimeRanges.cpp for (unsigned n = 0; n < length(); n++) { length 190 Source/core/html/TimeRanges.cpp unsigned count = length(); length 57 Source/core/html/TimeRanges.h unsigned length() const { return m_ranges.size(); } length 45 Source/core/html/TimeRangesTest.cpp for (unsigned i = 0; i < ranges.length(); ++i) length 87 Source/core/html/TimeRangesTest.cpp for (int i = rangeA->length() - 1; i >= 0; --i) length 2171 Source/core/html/canvas/CanvasRenderingContext2D.cpp const size_t replacementLength = replacement.length(); length 46 Source/core/html/canvas/DataView.cpp PassRefPtr<DataView> DataView::create(unsigned length) length 48 Source/core/html/canvas/DataView.cpp RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(length, sizeof(uint8_t)); length 51 Source/core/html/canvas/DataView.cpp return create(buffer, 0, length); length 39 Source/core/html/canvas/DataView.h static PassRefPtr<DataView> create(unsigned length); length 53 Source/core/html/canvas/WebGLActiveInfo.h ASSERT(name.length()); length 281 Source/core/html/canvas/WebGLRenderingContextBase.cpp , m_length(str.length()) length 2658 Source/core/html/canvas/WebGLRenderingContextBase.cpp info.name = name.left(name.length() - 3); length 2673 Source/core/html/canvas/WebGLRenderingContextBase.cpp unsigned length; length 2677 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 1; length 2681 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 2; length 2685 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 3; length 2689 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 4; length 2693 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 1; length 2697 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 2; length 2701 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 3; length 2705 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 4; length 2709 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 1; length 2713 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 2; length 2717 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 3; length 2721 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 4; length 2725 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 4; length 2729 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 9; length 2733 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 16; length 2738 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 1; length 2749 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (length == 1) length 2751 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(Float32Array::create(value, length)); length 2756 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (length == 1) length 2758 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(Int32Array::create(value, length)); length 2763 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (length > 1) { length 2765 Source/core/html/canvas/WebGLRenderingContextBase.cpp for (unsigned j = 0; j < length; j++) length 2767 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(boolValue, length); length 3718 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1fv(location->location(), v->length(), v->data()); length 3747 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1iv(location->location(), v->length(), v->data()); length 3776 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2fv(location->location(), v->length() / 2, v->data()); length 3805 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2iv(location->location(), v->length() / 2, v->data()); length 3834 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3fv(location->location(), v->length() / 3, v->data()); length 3863 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3iv(location->location(), v->length() / 3, v->data()); length 3892 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4fv(location->location(), v->length() / 4, v->data()); length 3921 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4iv(location->location(), v->length() / 4, v->data()); length 3936 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix2fv(location->location(), v->length() / 4, transpose, v->data()); length 3950 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix3fv(location->location(), v->length() / 9, transpose, v->data()); length 3964 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix4fv(location->location(), v->length() / 16, transpose, v->data()); length 4309 Source/core/html/canvas/WebGLRenderingContextBase.cpp unsigned length = 0; length 4314 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 2; length 4318 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 4; length 4323 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(Float32Array::create(value, length)); length 4331 Source/core/html/canvas/WebGLRenderingContextBase.cpp unsigned length = 0; length 4334 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 2; length 4338 Source/core/html/canvas/WebGLRenderingContextBase.cpp length = 4; length 4343 Source/core/html/canvas/WebGLRenderingContextBase.cpp return WebGLGetInfo(Int32Array::create(value, length)); length 4465 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (string.length() > maxWebGLLocationLength) { length 4483 Source/core/html/canvas/WebGLRenderingContextBase.cpp for (size_t i = 0; i < string.length(); ++i) { length 5041 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v->data(), v->length(), requiredMinSize); length 5050 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v->data(), v->length(), requiredMinSize); length 5064 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, transpose, v->data(), v->length(), requiredMinSize); length 5300 Source/core/html/canvas/WebGLRenderingContextBase.cpp vertexAttribfvImpl(functionName, index, v->data(), v->length(), expectedSize); length 260 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp if (date.parseDate(value, 0, end) && end == value.length()) length 48 Source/core/html/forms/BaseTextInputType.cpp int valueLength = value.length(); length 69 Source/core/html/forms/ColorInputType.cpp if (value.length() != 7) length 82 Source/core/html/forms/DateInputType.cpp return out->parseDate(string, 0, end) && end == string.length(); length 91 Source/core/html/forms/DateTimeLocalInputType.cpp return out->parseDateTimeLocal(string, 0, end) && end == string.length(); length 66 Source/core/html/forms/EmailInputType.cpp int32_t domainNameLength = uidna_IDNToASCII(address.charactersWithNullTermination().data() + atPosition + 1, address.length() - atPosition - 1, domainNameBuffer, WTF_ARRAY_LENGTH(domainNameBuffer), idnaConversionOption, 0, &error); length 118 Source/core/html/forms/EmailInputType.cpp if (domain[0] == '.' || domain[domain.length() - 1] == '.') length 125 Source/core/html/forms/EmailInputType.cpp int addressLength = address.length(); length 263 Source/core/html/forms/EmailInputType.cpp builder.reserveCapacity(sanitizedValue.length()); length 281 Source/core/html/forms/EmailInputType.cpp builder.reserveCapacity(value.length()); length 84 Source/core/html/forms/FileInputType.cpp unsigned numFiles = m_fileList->length(); length 102 Source/core/html/forms/FileInputType.cpp unsigned numFiles = fileList->length(); length 229 Source/core/html/forms/FileInputType.cpp ASSERT(rootPath.length()); length 230 Source/core/html/forms/FileInputType.cpp int rootLength = rootPath.length(); length 283 Source/core/html/forms/FileInputType.cpp if (files->length() != m_fileList->length()) { length 286 Source/core/html/forms/FileInputType.cpp for (unsigned i = 0; i < files->length(); ++i) { length 301 Source/core/html/forms/FileInputType.cpp for (unsigned i = 0; i < m_fileList->length(); ++i) length 371 Source/core/html/forms/FileInputType.cpp unsigned listSize = fileList->length(); length 386 Source/core/html/forms/InputType.cpp return locale().validationMessageTooLongText(value.length(), element().maxLength()); length 123 Source/core/html/forms/MonthInputType.cpp return out->parseMonth(string, 0, end) && end == string.length(); length 79 Source/core/html/forms/NumberInputType.cpp const unsigned sizeOfDigits = String::number(value.value().coefficient()).length(); length 174 Source/core/html/forms/RangeInputType.cpp if (touches->length() == 1) { length 356 Source/core/html/forms/RangeInputType.cpp m_tickMarkValues.reserveCapacity(options->length()); length 357 Source/core/html/forms/RangeInputType.cpp for (unsigned i = 0; i < options->length(); ++i) { length 123 Source/core/html/forms/SearchInputType.cpp unsigned length = element().innerTextValue().length(); length 125 Source/core/html/forms/SearchInputType.cpp if (!length) { length 133 Source/core/html/forms/SearchInputType.cpp m_searchEventTimer.startOneShot(max(0.2, 0.6 - 0.1 * length), FROM_HERE); length 160 Source/core/html/forms/TextFieldInputType.cpp unsigned max = visibleValue().length(); length 403 Source/core/html/forms/TextFieldInputType.cpp unsigned newLength = std::min(maxLength, string.length()); length 404 Source/core/html/forms/TextFieldInputType.cpp if (newLength == string.length()) length 423 Source/core/html/forms/TextFieldInputType.cpp unsigned oldLength = element().innerTextValue().length(); length 430 Source/core/html/forms/TextFieldInputType.cpp unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0; length 440 Source/core/html/forms/TextFieldInputType.cpp unsigned textLength = eventText.length(); length 100 Source/core/html/forms/TimeInputType.cpp return out->parseTime(string, 0, end) && end == string.length(); length 49 Source/core/html/forms/TypeAhead.cpp unsigned length = string.length(); length 52 Source/core/html/forms/TypeAhead.cpp for (i = 0; i < length; ++i) { length 57 Source/core/html/forms/TypeAhead.cpp return string.substring(i, length - i); length 87 Source/core/html/forms/TypeAhead.cpp if (m_buffer.length() > 1) { length 77 Source/core/html/forms/WeekInputType.cpp return out->parseWeek(string, 0, end) && end == string.length(); length 72 Source/core/html/imports/HTMLImportLoader.cpp void HTMLImportLoader::dataReceived(Resource*, const char* data, int length) length 75 Source/core/html/imports/HTMLImportLoader.cpp m_writer->addData(data, length); length 85 Source/core/html/imports/HTMLImportLoader.h virtual void dataReceived(Resource*, const char* data, int length) OVERRIDE; length 72 Source/core/html/parser/CSSPreloadScanner.cpp scanCommon(begin, begin + tagName.length(), source, requests); length 76 Source/core/html/parser/CSSPreloadScanner.cpp scanCommon(begin, begin + tagName.length(), source, requests); length 170 Source/core/html/parser/CSSPreloadScanner.cpp size_t reducedLength = string.length(); length 137 Source/core/html/parser/HTMLConstructionSite.cpp if (previousText->length() + newText->length() < lengthLimit) { length 199 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(proposedBreakIndex <= string.length()); length 201 Source/core/html/parser/HTMLConstructionSite.cpp if (proposedBreakIndex == string.length()) length 210 Source/core/html/parser/HTMLConstructionSite.cpp unsigned breakSearchLength = std::min(proposedBreakIndex - currentPosition + 2, string.length() - currentPosition); length 248 Source/core/html/parser/HTMLConstructionSite.cpp while (currentPosition < string.length()) { length 249 Source/core/html/parser/HTMLConstructionSite.cpp unsigned proposedBreakIndex = std::min(currentPosition + lengthLimit, string.length()); length 251 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(breakIndex <= string.length()); length 262 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(breakIndex - currentPosition == substring.length()); length 263 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(toText(task.child.get())->length() == substring.length()); length 663 Source/core/html/parser/HTMLDocumentParser.cpp TRACE_EVENT1("webkit", "HTMLDocumentParser::insert", "source_length", source.length()); length 741 Source/core/html/parser/HTMLDocumentParser.cpp TRACE_EVENT1("net", "HTMLDocumentParser::append", "size", inputSource->length()); length 1002 Source/core/html/parser/HTMLDocumentParser.cpp void HTMLDocumentParser::appendBytes(const char* data, size_t length) length 1004 Source/core/html/parser/HTMLDocumentParser.cpp if (!length || isStopped()) length 1011 Source/core/html/parser/HTMLDocumentParser.cpp OwnPtr<Vector<char> > buffer = adoptPtr(new Vector<char>(length)); length 1012 Source/core/html/parser/HTMLDocumentParser.cpp memcpy(buffer->data(), data, length); length 1013 Source/core/html/parser/HTMLDocumentParser.cpp TRACE_EVENT1("net", "HTMLDocumentParser::appendBytes", "size", (unsigned)length); length 1019 Source/core/html/parser/HTMLDocumentParser.cpp DecodedDataDocumentParser::appendBytes(data, length); length 102 Source/core/html/parser/HTMLDocumentParser.h virtual void appendBytes(const char* bytes, size_t length) OVERRIDE; length 127 Source/core/html/parser/HTMLEntityParser.cpp if (entitySearch.mostRecentMatch()->length != entitySearch.currentLength()) { length 134 Source/core/html/parser/HTMLEntityParser.cpp const int length = mostRecent->length; length 136 Source/core/html/parser/HTMLEntityParser.cpp for (int i = 0; i < length; ++i) { length 40 Source/core/html/parser/HTMLEntityParser.h DecodedHTMLEntity() : length(0) { } length 42 Source/core/html/parser/HTMLEntityParser.h bool isEmpty() const { return !length; } length 46 Source/core/html/parser/HTMLEntityParser.h RELEASE_ASSERT(length < kMaxLength); length 47 Source/core/html/parser/HTMLEntityParser.h data[length++] = c; length 60 Source/core/html/parser/HTMLEntityParser.h unsigned length; length 48 Source/core/html/parser/HTMLEntitySearch.cpp if (entry->length < m_currentLength + 1) length 122 Source/core/html/parser/HTMLEntitySearch.cpp if (m_first->length != m_currentLength) { length 40 Source/core/html/parser/HTMLEntityTable.h short length; length 144 Source/core/html/parser/HTMLInputStream.h int unparsedRemainderLength = m_inputStream->current().length(); length 70 Source/core/html/parser/HTMLMetaCharsetParser.cpp bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length) length 95 Source/core/html/parser/HTMLMetaCharsetParser.cpp m_input.append(SegmentedString(m_assumedCodec->decode(data, length))); length 41 Source/core/html/parser/HTMLParserIdioms.cpp static String stripLeadingAndTrailingHTMLSpaces(String string, const CharType* characters, unsigned length) length 46 Source/core/html/parser/HTMLParserIdioms.cpp for (; numLeadingSpaces < length; ++numLeadingSpaces) { length 51 Source/core/html/parser/HTMLParserIdioms.cpp if (numLeadingSpaces == length) length 54 Source/core/html/parser/HTMLParserIdioms.cpp for (; numTrailingSpaces < length; ++numTrailingSpaces) { length 55 Source/core/html/parser/HTMLParserIdioms.cpp if (isNotHTMLSpace<CharType>(characters[length - numTrailingSpaces - 1])) length 59 Source/core/html/parser/HTMLParserIdioms.cpp ASSERT(numLeadingSpaces + numTrailingSpaces < length); length 64 Source/core/html/parser/HTMLParserIdioms.cpp return string.substring(numLeadingSpaces, length - (numLeadingSpaces + numTrailingSpaces)); length 69 Source/core/html/parser/HTMLParserIdioms.cpp unsigned length = string.length(); length 71 Source/core/html/parser/HTMLParserIdioms.cpp if (!length) length 75 Source/core/html/parser/HTMLParserIdioms.cpp return stripLeadingAndTrailingHTMLSpaces<LChar>(string, string.characters8(), length); length 77 Source/core/html/parser/HTMLParserIdioms.cpp return stripLeadingAndTrailingHTMLSpaces<UChar>(string, string.characters16(), length); length 185 Source/core/html/parser/HTMLParserIdioms.cpp value = sign * charactersToIntStrict(digits.characters8(), digits.length(), &ok); length 187 Source/core/html/parser/HTMLParserIdioms.cpp value = sign * charactersToIntStrict(digits.characters16(), digits.length(), &ok); length 196 Source/core/html/parser/HTMLParserIdioms.cpp unsigned length = input.length(); length 197 Source/core/html/parser/HTMLParserIdioms.cpp if (!length || input.is8Bit()) { length 199 Source/core/html/parser/HTMLParserIdioms.cpp return parseHTMLIntegerInternal(start, start + length, value); length 203 Source/core/html/parser/HTMLParserIdioms.cpp return parseHTMLIntegerInternal(start, start + length, value); length 245 Source/core/html/parser/HTMLParserIdioms.cpp value = charactersToUIntStrict(digits.characters8(), digits.length(), &ok); length 247 Source/core/html/parser/HTMLParserIdioms.cpp value = charactersToUIntStrict(digits.characters16(), digits.length(), &ok); length 257 Source/core/html/parser/HTMLParserIdioms.cpp unsigned length = input.length(); length 258 Source/core/html/parser/HTMLParserIdioms.cpp if (length && input.is8Bit()) { length 260 Source/core/html/parser/HTMLParserIdioms.cpp return parseHTMLNonNegativeIntegerInternal(start, start + length, value); length 264 Source/core/html/parser/HTMLParserIdioms.cpp return parseHTMLNonNegativeIntegerInternal(start, start + length, value); length 273 Source/core/html/parser/HTMLParserIdioms.cpp unsigned length = value.length(); length 275 Source/core/html/parser/HTMLParserIdioms.cpp while (pos < length) { length 283 Source/core/html/parser/HTMLParserIdioms.cpp while (pos < length && value[pos] <= ' ') length 291 Source/core/html/parser/HTMLParserIdioms.cpp while (pos < length && value[pos] <= ' ') length 295 Source/core/html/parser/HTMLParserIdioms.cpp if (pos < length && (value[pos] == '"' || value[pos] == '\'')) { length 300 Source/core/html/parser/HTMLParserIdioms.cpp if (pos == length) length 304 Source/core/html/parser/HTMLParserIdioms.cpp while (end < length && ((quoteMark && value[end] != quoteMark) || (!quoteMark && value[end] > ' ' && value[end] != '"' && value[end] != '\'' && value[end] != ';'))) length 307 Source/core/html/parser/HTMLParserIdioms.cpp if (quoteMark && (end == length)) length 341 Source/core/html/parser/HTMLParserIdioms.cpp if (charset.length()) length 373 Source/core/html/parser/HTMLParserIdioms.cpp inline StringImpl* findStringIfStatic(const CharType* characters, unsigned length) length 376 Source/core/html/parser/HTMLParserIdioms.cpp if (length > StringImpl::highestStaticStringLength()) length 379 Source/core/html/parser/HTMLParserIdioms.cpp unsigned hash = StringHasher::computeHashAndMaskTop8Bits(characters, length); length 390 Source/core/html/parser/HTMLParserIdioms.cpp if (!equal(it->value, characters, length)) length 129 Source/core/html/parser/HTMLParserIdioms.h return attemptStaticStringCreation(str.characters16(), str.length(), Force16Bit); length 130 Source/core/html/parser/HTMLParserIdioms.h return attemptStaticStringCreation(str.characters8(), str.length()); length 407 Source/core/html/parser/HTMLPreloadScanner.cpp TRACE_EVENT1("webkit", "HTMLPreloadScanner::scan", "source_length", m_source.length()); length 48 Source/core/html/parser/HTMLSourceTracker.cpp token.setBaseOffset(m_currentSource.numberOfCharactersConsumed() - m_previousSource.length()); length 64 Source/core/html/parser/HTMLSourceTracker.cpp size_t length; length 67 Source/core/html/parser/HTMLSourceTracker.cpp length = m_previousSource.length() + m_currentSource.length() - 1; length 70 Source/core/html/parser/HTMLSourceTracker.cpp length = static_cast<size_t>(token.endIndex() - token.startIndex()); length 74 Source/core/html/parser/HTMLSourceTracker.cpp source.reserveCapacity(length); length 77 Source/core/html/parser/HTMLSourceTracker.cpp for ( ; i < length && !m_previousSource.isEmpty(); ++i) { length 81 Source/core/html/parser/HTMLSourceTracker.cpp for ( ; i < length; ++i) { length 82 Source/core/html/parser/HTMLSrcsetParser.cpp static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, const CharType* attributeStart, unsigned length, Vector<ImageCandidate>& imageCandidates) length 85 Source/core/html/parser/HTMLSrcsetParser.cpp const CharType* attributeEnd = position + length; length 129 Source/core/html/parser/HTMLSrcsetParser.cpp parseImageCandidatesFromSrcsetAttribute<LChar>(attribute, attribute.characters8(), attribute.length(), imageCandidates); length 131 Source/core/html/parser/HTMLSrcsetParser.cpp parseImageCandidatesFromSrcsetAttribute<UChar>(attribute, attribute.characters16(), attribute.length(), imageCandidates); length 170 Source/core/html/parser/HTMLSrcsetParser.cpp return ImageCandidate(srcAttribute, 0, srcAttribute.length(), 1); length 178 Source/core/html/parser/HTMLSrcsetParser.cpp imageCandidates.append(ImageCandidate(srcAttribute, 0, srcAttribute.length(), 1.0)); length 192 Source/core/html/parser/HTMLSrcsetParser.cpp imageCandidates.append(ImageCandidate(srcAttribute, 0, srcAttribute.length(), 1.0)); length 45 Source/core/html/parser/HTMLSrcsetParser.h ImageCandidate(const String& source, unsigned start, unsigned length, float scaleFactor) length 46 Source/core/html/parser/HTMLSrcsetParser.h : m_string(source.createView(start, length)) length 73 Source/core/html/parser/HTMLTokenizer.cpp if (vector.size() != string.length()) length 76 Source/core/html/parser/HTMLTokenizer.cpp if (!string.length()) length 166 Source/core/html/parser/HTMLTokenizer.cpp for (unsigned i = 0; i < decodedEntity.length; ++i) length 1007 Source/core/html/parser/HTMLTokenizer.cpp for (unsigned i = 0; i < decodedEntity.length; ++i) length 149 Source/core/html/parser/HTMLTreeBuilder.cpp , m_end(token->characters().length()) length 157 Source/core/html/parser/HTMLTreeBuilder.cpp , m_end(characters.length()) length 215 Source/core/html/parser/HTMLTreeBuilder.cpp unsigned length = 0; length 218 Source/core/html/parser/HTMLTreeBuilder.cpp ++length; length 223 Source/core/html/parser/HTMLTreeBuilder.cpp if (!length) length 225 Source/core/html/parser/HTMLTreeBuilder.cpp if (length == start - m_end) // It's all whitespace. length 229 Source/core/html/parser/HTMLTreeBuilder.cpp result.reserveCapacity(length); length 499 Source/core/html/parser/HTMLTreeBuilder.cpp static void mapLoweredLocalNameToName(PrefixedNameToQualifiedNameMap* map, const QualifiedName* const* names, size_t length) length 501 Source/core/html/parser/HTMLTreeBuilder.cpp for (size_t i = 0; i < length; ++i) { length 525 Source/core/html/parser/HTMLTreeBuilder.cpp template<PassOwnPtr<const QualifiedName*[]> getAttrs(), unsigned length> length 532 Source/core/html/parser/HTMLTreeBuilder.cpp mapLoweredLocalNameToName(caseMap, attrs.get(), length); length 553 Source/core/html/parser/HTMLTreeBuilder.cpp static void addNamesWithPrefix(PrefixedNameToQualifiedNameMap* map, const AtomicString& prefix, const QualifiedName* const* names, size_t length) length 555 Source/core/html/parser/HTMLTreeBuilder.cpp for (size_t i = 0; i < length; ++i) { length 125 Source/core/html/parser/InputStreamPreprocessor.h return source.isClosed() && source.length() == 1; length 45 Source/core/html/parser/TextDocumentParser.cpp void TextDocumentParser::appendBytes(const char* data, size_t length) length 49 Source/core/html/parser/TextDocumentParser.cpp HTMLDocumentParser::appendBytes(data, length); length 83 Source/core/html/parser/TextResourceDecoder.cpp static WTF::TextEncoding findTextEncoding(const char* encodingName, int length) length 85 Source/core/html/parser/TextResourceDecoder.cpp Vector<char, 64> buffer(length + 1); length 86 Source/core/html/parser/TextResourceDecoder.cpp memcpy(buffer.data(), encodingName, length); length 87 Source/core/html/parser/TextResourceDecoder.cpp buffer[length] = '\0'; length 327 Source/core/html/parser/TextResourceDecoder.cpp void TextResourceDecoder::checkForMetaCharset(const char* data, size_t length) length 337 Source/core/html/parser/TextResourceDecoder.cpp if (!m_charsetParser->checkForMetaCharset(data, length)) length 62 Source/core/html/parser/TextResourceDecoder.h String decode(const char* data, size_t length); length 102 Source/core/html/parser/XSSAuditor.cpp return (start + 3 < string.length() && string[start] == '<' && string[start + 1] == '!' && string[start + 2] == '-' && string[start + 3] == '-'); length 107 Source/core/html/parser/XSSAuditor.cpp return (start + 1 < string.length() && string[start] == '/' && string[start + 1] == '/'); length 112 Source/core/html/parser/XSSAuditor.cpp return (start + 1 < string.length() && string[start] == '/' && string[start + 1] == '*'); length 117 Source/core/html/parser/XSSAuditor.cpp return start + 6 < string.length() && string[start] == '<' length 184 Source/core/html/parser/XSSAuditor.cpp oldWorkingStringLength = workingString.length(); length 186 Source/core/html/parser/XSSAuditor.cpp } while (workingString.length() < oldWorkingStringLength); length 334 Source/core/html/parser/XSSAuditor.cpp if (m_decodedHTTPBody.length() >= miniumLengthForSuffixTree) length 619 Source/core/html/parser/XSSAuditor.cpp for (size_t currentLength = 0; currentLength < decodedSnippet.length(); ++currentLength) { length 662 Source/core/html/parser/XSSAuditor.cpp size_t endPosition = string.length(); length 692 Source/core/html/parser/XSSAuditor.cpp while (startPosition < endPosition && !result.length()) { length 403 Source/core/html/shadow/DateTimeEditElement.cpp ASSERT(text.length()); length 406 Source/core/html/shadow/DateTimeEditElement.cpp if (m_parameters.locale.isRTL() && text.length()) { length 205 Source/core/html/shadow/DateTimeFieldElement.cpp ASSERT(newVisibleValue.length() > 0); length 127 Source/core/html/shadow/DateTimeNumericFieldElement.cpp unsigned maximumLength = DateTimeNumericFieldElement::formatValue(m_range.maximum).length(); length 128 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (m_typeAheadBuffer.length() >= maximumLength) { length 132 Source/core/html/shadow/DateTimeNumericFieldElement.cpp m_typeAheadBuffer.append(current, current.length() - desiredLength, desiredLength); length 143 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (m_typeAheadBuffer.length() >= maximumLength || newValue * 10 > m_range.maximum) length 212 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (m_typeAheadBuffer.length()) length 219 Source/core/html/shadow/DateTimeNumericFieldElement.cpp if (m_typeAheadBuffer.length()) length 45 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp for (unsigned length = 0; length < maximumLength; ++length) length 120 Source/core/html/track/TextTrack.cpp for (size_t i = 0; i < m_cues->length(); ++i) length 125 Source/core/html/track/TextTrack.cpp for (size_t i = 0; i < m_regions->length(); ++i) length 179 Source/core/html/track/TextTrack.cpp for (size_t i = 0; i < m_cues->length(); ++i) length 208 Source/core/html/track/TextTrack.cpp for (size_t i = 0; i < m_cues->length(); ++i) length 46 Source/core/html/track/TextTrackCueList.h unsigned long length() const; length 52 Source/core/html/track/TextTrackList.cpp for (unsigned i = 0; i < length(); ++i) { length 144 Source/core/html/track/TextTrackList.cpp for (unsigned i = 0; i < length(); ++i) { length 52 Source/core/html/track/TextTrackList.h unsigned length() const; length 211 Source/core/html/track/vtt/BufferedLineReaderTest.cpp for (size_t i = 0; i < data.length(); i += blockSize) { length 244 Source/core/html/track/vtt/BufferedLineReaderTest.cpp for (size_t i = 0; i < data.length(); i += blockSize) { length 104 Source/core/html/track/vtt/VTTParser.cpp void VTTParser::parseBytes(const char* data, unsigned length) length 106 Source/core/html/track/vtt/VTTParser.cpp String textData = m_decoder->decode(data, length); length 209 Source/core/html/track/vtt/VTTParser.cpp if (line.length() > fileIdentifierLength && !isASpace(line[fileIdentifierLength])) length 458 Source/core/html/track/vtt/VTTParser.cpp switch (token.name().length()) { length 104 Source/core/html/track/vtt/VTTParser.h void parseBytes(const char* data, unsigned length); length 45 Source/core/html/track/vtt/VTTRegionList.h unsigned long length() const; length 39 Source/core/html/track/vtt/VTTScanner.cpp m_end.characters8 = m_data.characters8 + line.length(); length 42 Source/core/html/track/vtt/VTTScanner.cpp m_end.characters16 = m_data.characters16 + line.length(); length 75 Source/core/html/track/vtt/VTTScanner.cpp size_t matchLength = run.length(); length 76 Source/core/html/track/vtt/VTTScanner.cpp if (toMatch.length() > matchLength) length 104 Source/core/html/track/vtt/VTTScanner.cpp s = String(m_data.characters8, run.length()); length 106 Source/core/html/track/vtt/VTTScanner.cpp s = String(m_data.characters16, run.length()); length 125 Source/core/html/track/vtt/VTTScanner.cpp size_t numDigits = runOfDigits.length(); length 159 Source/core/html/track/vtt/VTTScanner.cpp size_t lengthOfFloat = Run(integerRun.start(), position(), m_is8Bit).length(); length 65 Source/core/html/track/vtt/VTTScanner.h size_t length() const; length 153 Source/core/html/track/vtt/VTTScanner.h inline size_t VTTScanner::Run::length() const length 51 Source/core/inspector/ContentSearchUtils.cpp for (unsigned i = 0; i < text.length(); i++) { length 73 Source/core/inspector/ContentSearchUtils.cpp line = line.left(line.length() - 1); length 108 Source/core/inspector/ContentSearchUtils.cpp if (start >= content.length()) length 136 Source/core/inspector/ContentSearchUtils.cpp unsigned length = content.length(); length 137 Source/core/inspector/ContentSearchUtils.cpp unsigned nameLength = name.length(); length 139 Source/core/inspector/ContentSearchUtils.cpp size_t pos = length; length 161 Source/core/inspector/ContentSearchUtils.cpp if (equalSignPos < length && content[equalSignPos] != '=') length 186 Source/core/inspector/ContentSearchUtils.cpp for (unsigned i = 0; i < match.length(); ++i) { length 408 Source/core/inspector/DOMPatchSupport.cpp sha1.addBytes(reinterpret_cast<const uint8_t*>(cString.data()), cString.length()); length 208 Source/core/inspector/InjectedScript.cpp if (array->length() > 0) length 128 Source/core/inspector/InjectedScriptBase.cpp ASSERT(errorString->length()); length 98 Source/core/inspector/InspectorCSSAgent.cpp if (!pseudoClassArray || !pseudoClassArray->length()) length 102 Source/core/inspector/InspectorCSSAgent.cpp for (size_t i = 0; i < pseudoClassArray->length(); ++i) { length 696 Source/core/inspector/InspectorCSSAgent.cpp if (matchedRules && matchedRules->length()) { length 716 Source/core/inspector/InspectorCSSAgent.cpp if (parentElement->style() && parentElement->style()->length()) { length 764 Source/core/inspector/InspectorCSSAgent.cpp it.advance(run.length(), &glyphBuffer); length 1063 Source/core/inspector/InspectorCSSAgent.cpp if (mediaList && mediaList->length()) { length 1074 Source/core/inspector/InspectorCSSAgent.cpp if (mediaList && mediaList->length()) { length 1149 Source/core/inspector/InspectorCSSAgent.cpp for (unsigned i = 0, size = styleSheet->length(); i < size; ++i) { length 1299 Source/core/inspector/InspectorCSSAgent.cpp for (unsigned i = 0, size = ruleList->length(); i < size; ++i) { length 135 Source/core/inspector/InspectorDOMAgent.cpp if (quadArray->length() != coordinatesInQuad) length 620 Source/core/inspector/InspectorDOMAgent.cpp for (unsigned i = 0; i < nodes->length(); ++i) length 955 Source/core/inspector/InspectorDOMAgent.cpp unsigned queryLength = whitespaceTrimmedQuery.length(); length 965 Source/core/inspector/InspectorDOMAgent.cpp tagNameQuery = tagNameQuery.right(tagNameQuery.length() - 1); length 967 Source/core/inspector/InspectorDOMAgent.cpp tagNameQuery = tagNameQuery.left(tagNameQuery.length() - 1); length 969 Source/core/inspector/InspectorDOMAgent.cpp attributeQuery = attributeQuery.right(attributeQuery.length() - 1); length 971 Source/core/inspector/InspectorDOMAgent.cpp attributeQuery = attributeQuery.left(attributeQuery.length() - 1); length 1016 Source/core/inspector/InspectorDOMAgent.cpp if (!exactAttributeMatch || (!foundPosition && attribute.value().length() == attributeQuery.length())) { length 1058 Source/core/inspector/InspectorDOMAgent.cpp unsigned size = nodeList->length(); length 1507 Source/core/inspector/InspectorDOMAgent.cpp if (nodeValue.length() > maxTextSize) length 1606 Source/core/inspector/InspectorDOMAgent.cpp if (children->length() > 0 || depth) // Push children along with shadow in any case. length 1757 Source/core/inspector/InspectorDOMAgent.cpp return node && node->nodeType() == Node::TEXT_NODE && node->nodeValue().stripWhiteSpace().length() == 0; length 119 Source/core/inspector/InspectorDOMStorageAgent.cpp for (unsigned i = 0; i < storageArea->length(exceptionState, frame); ++i) { length 166 Source/core/inspector/InspectorFrontendHost.cpp for (unsigned i = 0; i < str.length(); ++i) { length 107 Source/core/inspector/InspectorLayerTreeAgent.cpp return scrollRects->length() ? scrollRects.release() : nullptr; length 496 Source/core/inspector/InspectorPageAgent.cpp .setSize((cookie.name.length() + cookie.value.length())) length 236 Source/core/inspector/InspectorStyleSheet.cpp unsigned valueStartInStyleSheet = styleStart + currentData->range.start + currentData->name.length(); length 278 Source/core/inspector/InspectorStyleSheet.cpp ASSERT(offset <= m_parsedText.length()); length 279 Source/core/inspector/InspectorStyleSheet.cpp if (offset < m_parsedText.length() && m_parsedText[offset] == ';') // Include semicolon into the property text. length 287 Source/core/inspector/InspectorStyleSheet.cpp propertyString = propertyString.left(propertyString.length() - 1); length 292 Source/core/inspector/InspectorStyleSheet.cpp String value = propertyString.substring(colonIndex + 1, propertyString.length()).stripWhiteSpace(); length 308 Source/core/inspector/InspectorStyleSheet.cpp ASSERT(offset <= m_parsedText.length()); length 332 Source/core/inspector/InspectorStyleSheet.cpp commentText = commentText.substring(0, commentText.length() - 2).stripWhiteSpace(); length 348 Source/core/inspector/InspectorStyleSheet.cpp if (propertyData.range.length() != commentText.length()) length 481 Source/core/inspector/InspectorStyleSheet.cpp for (unsigned i = 0, size = styleSheet->length(); i < size; ++i) { length 614 Source/core/inspector/InspectorStyleSheet.cpp editor.insertProperty(index, propertyText, sourceData->ruleBodyRange.length()); length 654 Source/core/inspector/InspectorStyleSheet.cpp for (int i = 0, size = m_style->length(); i < size; ++i) { length 742 Source/core/inspector/InspectorStyleSheet.cpp for (unsigned i = 0; i < m_style->length(); ++i) { length 812 Source/core/inspector/InspectorStyleSheet.cpp if (!isLineFeed && formatLineFeed.length()) length 926 Source/core/inspector/InspectorStyleSheet.cpp if (sourceRange.length() && property.range.start + styleStart == sourceRange.start && property.range.end + styleStart == sourceRange.end) { length 932 Source/core/inspector/InspectorStyleSheet.cpp if (!sourceRange.length() && styleStart <= sourceRange.start && sourceRange.start <= property.range.start + styleStart) { length 939 Source/core/inspector/InspectorStyleSheet.cpp if (!sourceRange.length() && ruleSourceData->ruleBodyRange.start <= sourceRange.start && sourceRange.start <= ruleSourceData->ruleBodyRange.end) { length 1039 Source/core/inspector/InspectorStyleSheet.cpp sheetText.replace(sourceData->ruleHeaderRange.start, sourceData->ruleHeaderRange.length(), selector); length 1071 Source/core/inspector/InspectorStyleSheet.cpp ASSERT(m_pageStyleSheet->length()); length 1072 Source/core/inspector/InspectorStyleSheet.cpp unsigned lastRuleIndex = m_pageStyleSheet->length() - 1; length 1174 Source/core/inspector/InspectorStyleSheet.cpp String selector = sheetText.substring(range.start, range.length()); length 1419 Source/core/inspector/InspectorStyleSheet.cpp for (unsigned i = 0, size = ruleList->length(); i < size; ++i) { length 1484 Source/core/inspector/InspectorStyleSheet.cpp ASSERT_WITH_SECURITY_IMPLICATION(bodyEnd <= text.length()); // bodyEnd is exclusive length 124 Source/core/inspector/InspectorStyleSheet.h ASSERT(end <= styleDeclaration.length()); length 70 Source/core/inspector/InspectorStyleTextEditor.cpp if (propertyStart && textToSet.length()) { length 89 Source/core/inspector/InspectorStyleTextEditor.cpp long formatPropertyPrefixLength = formatPropertyPrefix.length(); length 99 Source/core/inspector/InspectorStyleTextEditor.cpp long fullPrefixLength = fullPrefix.length(); length 118 Source/core/inspector/InspectorStyleTextEditor.cpp long newTextLength = newText.length(); length 123 Source/core/inspector/InspectorStyleTextEditor.cpp long fullPrefixLength = fullPrefix.length(); length 133 Source/core/inspector/InspectorStyleTextEditor.cpp int textLength = m_styleText.length(); length 1097 Source/core/inspector/InspectorTimelineAgent.cpp m_frontend->progress(m_bufferedEvents->length()); length 1344 Source/core/inspector/InspectorTimelineAgent.cpp if (last.children->length()) length 78 Source/core/inspector/JSONParser.cpp int length = 0; length 81 Source/core/inspector/JSONParser.cpp ++length; length 83 Source/core/inspector/JSONParser.cpp if (!length) length 85 Source/core/inspector/JSONParser.cpp if (!canHaveLeadingZeros && length > 1 && haveLeadingZero) length 457 Source/core/inspector/JSONParser.cpp PassRefPtr<JSONValue> parseJSONInternal(const CharType* start, unsigned length) length 459 Source/core/inspector/JSONParser.cpp const CharType* end = start + length; length 474 Source/core/inspector/JSONParser.cpp return parseJSONInternal(json.characters8(), json.length()); length 475 Source/core/inspector/JSONParser.cpp return parseJSONInternal(json.characters16(), json.length()); length 184 Source/core/inspector/TimelineRecordFactory.cpp PassRefPtr<JSONObject> TimelineRecordFactory::createReceiveResourceData(const String& requestId, int length) length 188 Source/core/inspector/TimelineRecordFactory.cpp data->setNumber("encodedDataLength", length); length 67 Source/core/inspector/TimelineRecordFactory.h static PassRefPtr<JSONObject> createReceiveResourceData(const String& requestId, int length); length 82 Source/core/loader/CrossOriginPreflightResultCache.cpp if (start != string.length()) length 83 Source/core/loader/CrossOriginPreflightResultCache.cpp addToAccessControlAllowList(string, start, string.length() - 1, set); length 507 Source/core/loader/DocumentLoader.cpp void DocumentLoader::commitData(const char* bytes, size_t length) length 511 Source/core/loader/DocumentLoader.cpp m_writer->addData(bytes, length); length 514 Source/core/loader/DocumentLoader.cpp void DocumentLoader::dataReceived(Resource* resource, const char* data, int length) length 517 Source/core/loader/DocumentLoader.cpp ASSERT(length); length 527 Source/core/loader/DocumentLoader.cpp m_applicationCacheHost->mainResourceDataReceived(data, length); length 535 Source/core/loader/DocumentLoader.cpp commitData(data, length); length 155 Source/core/loader/DocumentLoader.h void commitData(const char* bytes, size_t length); length 172 Source/core/loader/DocumentLoader.h virtual void dataReceived(Resource*, const char* data, int length) OVERRIDE FINAL; length 84 Source/core/loader/DocumentWriter.cpp void DocumentWriter::addData(const char* bytes, size_t length) length 87 Source/core/loader/DocumentWriter.cpp if (m_parser->needsDecoder() && 0 < length) { length 93 Source/core/loader/DocumentWriter.cpp m_parser->appendBytes(bytes, length); length 58 Source/core/loader/DocumentWriter.h void addData(const char* bytes, size_t length); length 746 Source/core/loader/FrameLoader.cpp return SubstituteData(SharedBuffer::create(encodedSrcdoc.data(), encodedSrcdoc.length()), "text/html", "UTF-8", KURL()); length 57 Source/core/loader/ProgressTracker.cpp ProgressItem(long long length) length 59 Source/core/loader/ProgressTracker.cpp , estimatedLength(length) { } length 149 Source/core/loader/ProgressTracker.cpp void ProgressTracker::incrementProgress(unsigned long identifier, const char*, int length) length 157 Source/core/loader/ProgressTracker.cpp unsigned bytesReceived = length; length 72 Source/core/loader/TextTrackLoader.cpp void TextTrackLoader::dataReceived(Resource* resource, const char* data, int length) length 82 Source/core/loader/TextTrackLoader.cpp m_cueParser->parseBytes(data, length); length 70 Source/core/loader/TextTrackLoader.h virtual void dataReceived(Resource*, const char* data, int length) OVERRIDE; length 135 Source/core/loader/appcache/ApplicationCacheHost.cpp void ApplicationCacheHost::mainResourceDataReceived(const char* data, int length) length 138 Source/core/loader/appcache/ApplicationCacheHost.cpp m_host->didReceiveDataForMainResource(data, length); length 116 Source/core/loader/appcache/ApplicationCacheHost.h void mainResourceDataReceived(const char* data, int length); length 3070 Source/core/page/EventHandler.cpp if (keyEvent.text().length() != 1) length 3765 Source/core/page/EventHandler.cpp m_touchPressed = touches->length() > 0; length 264 Source/core/page/EventSource.cpp void EventSource::didReceiveData(const char* data, int length) length 269 Source/core/page/EventSource.cpp append(m_receiveBuf, m_decoder->decode(data, length)); length 156 Source/core/page/FrameTree.cpp frame->tree().uniqueName().length() - framePathPrefixLength - framePathSuffixLength)); length 44 Source/core/page/PagePopupClient.cpp builder.reserveCapacity(str.length()); length 45 Source/core/page/PagePopupClient.cpp for (unsigned i = 0; i < str.length(); ++i) { length 86 Source/core/page/PagePopupClient.h data->append(str8.data(), str8.length()); length 214 Source/core/page/PageSerializer.cpp m_resources->append(SerializedResource(url, document.suggestedMIMEType(), SharedBuffer::create(frameHTML.data(), frameHTML.length()))); length 261 Source/core/page/PageSerializer.cpp for (unsigned i = 0; i < styleSheet->length(); ++i) { length 266 Source/core/page/PageSerializer.cpp if (i < styleSheet->length() - 1) length 291 Source/core/page/PageSerializer.cpp m_resources->append(SerializedResource(url, String("text/css"), SharedBuffer::create(text.data(), text.length()))); length 372 Source/core/page/PageSerializer.cpp for (unsigned i = 0; i < cssValueList->length(); i++) length 159 Source/core/page/TouchAdjustment.cpp TextBreakIterator* wordIterator = wordBreakIterator(textValue, 0, textValue.length()); length 56 Source/core/page/WindowFeatures.cpp if (features.length() == 0) { length 78 Source/core/page/WindowFeatures.cpp int length = features.length(); length 80 Source/core/page/WindowFeatures.cpp while (i < length) { length 83 Source/core/page/WindowFeatures.cpp if (i >= length) length 96 Source/core/page/WindowFeatures.cpp if (buffer[i] == ',' || i >= length) length 103 Source/core/page/WindowFeatures.cpp if (buffer[i] == ',' || i >= length) length 114 Source/core/page/WindowFeatures.cpp ASSERT_WITH_SECURITY_IMPLICATION(i <= length); length 942 Source/core/page/scrolling/ScrollingCoordinator.cpp if (stringBuilder.length()) length 943 Source/core/page/scrolling/ScrollingCoordinator.cpp stringBuilder.resize(stringBuilder.length() - 2); length 46 Source/core/plugins/DOMMimeTypeArray.h unsigned length() const; length 48 Source/core/plugins/DOMPlugin.h unsigned length() const; length 46 Source/core/plugins/DOMPluginArray.h unsigned length() const; length 133 Source/core/rendering/AbstractInlineTextBox.cpp int len = text.length(); length 159 Source/core/rendering/AbstractInlineTextBox.cpp if (m_inlineTextBox->nextTextBox() && m_inlineTextBox->nextTextBox()->start() > m_inlineTextBox->end() && result.length() && !result.right(1).containsOnlyWhitespace()) length 162 Source/core/rendering/FastTextAutosizer.cpp if (renderer->isText() && toRenderText(renderer)->text().impl()->stripWhiteSpace()->length() > 3) length 576 Source/core/rendering/FastTextAutosizer.cpp float length = 0; length 595 Source/core/rendering/FastTextAutosizer.cpp length += toRenderText(descendant)->text().stripWhiteSpace().length() * descendant->style()->specifiedFontSize(); length 597 Source/core/rendering/FastTextAutosizer.cpp if (length >= minimumTextLengthToAutosize) { length 674 Source/core/rendering/InlineIterator.h adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, start, obj->length(), resolver, AppendingFakeRun, tracker); length 689 Source/core/rendering/InlineIterator.h addFakeRunIfNecessary(obj, start, obj->length(), *this, isolateTracker); length 691 Source/core/rendering/InlineIterator.h adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, start, obj->length(), *this, AppendingRunsForObject, isolateTracker); length 704 Source/core/rendering/InlineIterator.h int end = obj->length() ? pos + 1 : 0; length 651 Source/core/rendering/InlineTextBox.cpp int length = m_len; length 656 Source/core/rendering/InlineTextBox.cpp if (static_cast<unsigned>(length) != string.length() || m_start) length 657 Source/core/rendering/InlineTextBox.cpp string.narrow(m_start, length); length 660 Source/core/rendering/InlineTextBox.cpp combinedText->getStringToRender(m_start, string, length); length 661 Source/core/rendering/InlineTextBox.cpp maximumLength = length; length 667 Source/core/rendering/InlineTextBox.cpp length = textRun.length(); length 677 Source/core/rendering/InlineTextBox.cpp length = m_truncation; length 695 Source/core/rendering/InlineTextBox.cpp paintTextWithShadows(context, rendererToUse, font, textRun, nullAtom, 0, 0, length, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal()); length 697 Source/core/rendering/InlineTextBox.cpp paintTextWithShadows(context, rendererToUse, font, textRun, nullAtom, 0, ePos, sPos, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal()); length 710 Source/core/rendering/InlineTextBox.cpp int endOffset = length; length 711 Source/core/rendering/InlineTextBox.cpp int paintRunLength = length; length 714 Source/core/rendering/InlineTextBox.cpp endOffset = objectReplacementCharacterTextRun.length(); length 733 Source/core/rendering/InlineTextBox.cpp paintTextWithShadows(context, rendererToUse, font, textRun, nullAtom, 0, sPos, ePos, length, textOrigin, boxRect, selectionShadow, selectionStrokeWidth > 0, isHorizontal()); length 744 Source/core/rendering/InlineTextBox.cpp int endOffset = combinedText ? objectReplacementCharacterTextRun.length() : ePos; length 745 Source/core/rendering/InlineTextBox.cpp int paintRunLength = combinedText ? endOffset : length; length 847 Source/core/rendering/InlineTextBox.cpp int length = m_truncation != cNoTruncation ? m_truncation : m_len; length 850 Source/core/rendering/InlineTextBox.cpp if (string.length() != static_cast<unsigned>(length) || m_start) length 851 Source/core/rendering/InlineTextBox.cpp string.narrow(m_start, length); length 854 Source/core/rendering/InlineTextBox.cpp bool respectHyphen = ePos == length && hasHyphen(); length 857 Source/core/rendering/InlineTextBox.cpp ePos = textRun.length(); length 942 Source/core/rendering/InlineTextBox.cpp static void adjustStepToDecorationLength(float& step, float& controlPointDistance, float length) length 946 Source/core/rendering/InlineTextBox.cpp if (length <= 0) length 949 Source/core/rendering/InlineTextBox.cpp unsigned stepCount = static_cast<unsigned>(length / step); length 954 Source/core/rendering/InlineTextBox.cpp float uncoveredLength = length - (stepCount * step - (stepCount - 1)); length 1508 Source/core/rendering/InlineTextBox.cpp unsigned length = len(); length 1510 Source/core/rendering/InlineTextBox.cpp if (string.length() != length || startPos) length 1511 Source/core/rendering/InlineTextBox.cpp string.narrow(startPos, length); length 1522 Source/core/rendering/InlineTextBox.cpp charactersWithHyphen->reserveCapacity(string.length() + hyphenString.length()); length 1526 Source/core/rendering/InlineTextBox.cpp maximumLength = string.length(); length 1529 Source/core/rendering/InlineTextBox.cpp ASSERT(maximumLength >= static_cast<int>(string.length())); length 1539 Source/core/rendering/InlineTextBox.cpp ASSERT(run.charactersLength() >= run.length()); length 3971 Source/core/rendering/RenderBlock.cpp void RenderBlock::createFirstLetterRenderer(RenderObject* firstLetterBlock, RenderObject* currentChild, unsigned length) length 3973 Source/core/rendering/RenderBlock.cpp ASSERT(length && currentChild->isText()); length 3996 Source/core/rendering/RenderBlock.cpp new RenderTextFragment(textObj->node() ? textObj->node() : &textObj->document(), oldText.impl(), length, oldText.length() - length); length 4008 Source/core/rendering/RenderBlock.cpp new RenderTextFragment(remainingText->node() ? remainingText->node() : &remainingText->document(), oldText.impl(), 0, length); length 4065 Source/core/rendering/RenderBlock.cpp if (!currentLength || currentLength < text.length()) length 4081 Source/core/rendering/RenderBlock.cpp m_renderers.append(std::make_pair(currentChild, rendererTextForFirstLetter(currentChild).length())); length 4132 Source/core/rendering/RenderBlock.cpp unsigned textLength = text.length(); length 4133 Source/core/rendering/RenderBlock.cpp unsigned length = 0; length 4135 Source/core/rendering/RenderBlock.cpp while (!doneSearching && length < textLength) { length 4138 Source/core/rendering/RenderBlock.cpp advancePositionWhile<isSpaceForFirstLetter>(text, length); length 4139 Source/core/rendering/RenderBlock.cpp if (length < textLength) length 4144 Source/core/rendering/RenderBlock.cpp advancePositionWhile<isPunctuationForFirstLetter>(text, length); length 4145 Source/core/rendering/RenderBlock.cpp if (length < textLength) length 4151 Source/core/rendering/RenderBlock.cpp if (isSpaceForFirstLetter(text[length])) length 4156 Source/core/rendering/RenderBlock.cpp length++; length 4160 Source/core/rendering/RenderBlock.cpp for (unsigned scanLength = length; scanLength < textLength; ++scanLength) { length 4166 Source/core/rendering/RenderBlock.cpp length = scanLength + 1; length 4172 Source/core/rendering/RenderBlock.cpp ASSERT(length <= textLength); length 4173 Source/core/rendering/RenderBlock.cpp return length; length 4179 Source/core/rendering/RenderBlock.cpp unsigned textLength = text.length(); length 375 Source/core/rendering/RenderBlock.h void createFirstLetterRenderer(RenderObject* firstLetterBlock, RenderObject* currentChild, unsigned length); length 2687 Source/core/rendering/RenderBlockFlow.cpp static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) length 2694 Source/core/rendering/RenderBlockFlow.cpp TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride); length 2702 Source/core/rendering/RenderBlockFlow.cpp static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) length 2715 Source/core/rendering/RenderBlockFlow.cpp TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride); length 2722 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const LChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) length 2724 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, characters, length, style, direction, expansion); length 2727 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const UChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) length 2729 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, characters, length, style, direction, expansion); length 2739 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) length 2741 Source/core/rendering/RenderBlockFlow.cpp ASSERT(offset + length <= text->textLength()); length 2743 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, text->characters8() + offset, length, style, direction, expansion); length 2744 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, text->characters16() + offset, length, style, direction, expansion); length 2749 Source/core/rendering/RenderBlockFlow.cpp unsigned length = string.length(); length 2750 Source/core/rendering/RenderBlockFlow.cpp if (!length) length 2751 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, static_cast<const LChar*>(0), length, style, direction, expansion, flags); length 2753 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, string.characters8(), length, style, direction, expansion, flags); length 2754 Source/core/rendering/RenderBlockFlow.cpp return constructTextRunInternal(context, font, string.characters16(), length, style, direction, expansion, flags); length 2765 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion) length 2767 Source/core/rendering/RenderBlockFlow.cpp ASSERT(offset + length <= text->textLength()); length 2769 Source/core/rendering/RenderBlockFlow.cpp ? constructTextRunInternal(context, font, text->characters8() + offset, length, style, LTR, expansion) length 2770 Source/core/rendering/RenderBlockFlow.cpp : constructTextRunInternal(context, font, text->characters16() + offset, length, style, LTR, expansion); length 177 Source/core/rendering/RenderBlockFlow.h static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*, length 187 Source/core/rendering/RenderBlockFlow.h static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*, TextDirection, length 193 Source/core/rendering/RenderBlockFlow.h static TextRun constructTextRun(RenderObject* context, const Font&, const LChar* characters, int length, RenderStyle*, TextDirection, length 196 Source/core/rendering/RenderBlockFlow.h static TextRun constructTextRun(RenderObject* context, const Font&, const UChar* characters, int length, RenderStyle*, TextDirection, length 228 Source/core/rendering/RenderBlockLineLayout.cpp unsigned length = renderText->textLength(); length 229 Source/core/rendering/RenderBlockLineLayout.cpp if (pos >= length) length 233 Source/core/rendering/RenderBlockLineLayout.cpp return endsWithASCIISpaces(renderText->characters8(), pos, length); length 234 Source/core/rendering/RenderBlockLineLayout.cpp return endsWithASCIISpaces(renderText->characters16(), pos, length); length 666 Source/core/rendering/RenderBlockLineLayout.cpp if (int length = rt->textLength()) { length 669 Source/core/rendering/RenderBlockLineLayout.cpp needsWordSpacing = !isSpaceOrNewline(rt->characterAt(r->m_stop - 1)) && r->m_stop == length; length 1127 Source/core/rendering/RenderBoxModelObject.cpp if (borderSlice.length().isAuto()) length 1129 Source/core/rendering/RenderBoxModelObject.cpp return valueForLength(borderSlice.length(), boxExtent); length 1917 Source/core/rendering/RenderBoxModelObject.cpp float numberOfDashes = borderPath.length() / dashLength; length 58 Source/core/rendering/RenderCombineText.cpp float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, TextDirection direction, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const length 66 Source/core/rendering/RenderCombineText.cpp return RenderText::width(from, length, font, xPosition, direction, fallbackFonts, glyphOverflow); length 75 Source/core/rendering/RenderCombineText.cpp void RenderCombineText::getStringToRender(int start, StringView& string, int& length) const length 80 Source/core/rendering/RenderCombineText.cpp length = string.length(); length 84 Source/core/rendering/RenderCombineText.cpp string = text().createView(start, length); length 35 Source/core/rendering/RenderCombineText.h void getStringToRender(int, StringView&, int& length) const; length 42 Source/core/rendering/RenderCombineText.h virtual float width(unsigned from, unsigned length, const Font&, float xPosition, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const OVERRIDE; length 461 Source/core/rendering/RenderGrid.cpp const Length& trackLength = gridLength.length(); length 475 Source/core/rendering/RenderGrid.cpp const Length& trackLength = gridLength.length(); length 521 Source/core/rendering/RenderLayerScrollableArea.cpp int length = (orientation == HorizontalScrollbar) ? length 523 Source/core/rendering/RenderLayerScrollableArea.cpp int minPageStep = static_cast<float>(length) * ScrollableArea::minFractionToStepWhenPaging(); length 524 Source/core/rendering/RenderLayerScrollableArea.cpp int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages()); length 62 Source/core/rendering/RenderListMarker.cpp int length = 0; length 71 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = digits[d]; length 73 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = digits[d + 1]; length 75 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = digits[d + 2]; length 77 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = digits[d]; length 82 Source/core/rendering/RenderListMarker.cpp ASSERT(length <= lettersSize); length 83 Source/core/rendering/RenderListMarker.cpp return String(&letters[lettersSize - length], length); length 109 Source/core/rendering/RenderListMarker.cpp int length = 1; length 114 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = sequence[numberShadow % sequenceSize]; length 118 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = sequence[numberShadow % sequenceSize]; length 121 Source/core/rendering/RenderListMarker.cpp letters[lettersSize - ++length] = hyphenMinus; length 123 Source/core/rendering/RenderListMarker.cpp ASSERT(length <= lettersSize); length 124 Source/core/rendering/RenderListMarker.cpp return String(&letters[lettersSize - length], length); length 179 Source/core/rendering/RenderListMarker.cpp int length = 0; length 182 Source/core/rendering/RenderListMarker.cpp letters[length++] = 1511 + 3; length 185 Source/core/rendering/RenderListMarker.cpp letters[length++] = 1511 + (number / 100) - 1; length 188 Source/core/rendering/RenderListMarker.cpp letters[length++] = 1487 + 9; length 189 Source/core/rendering/RenderListMarker.cpp letters[length++] = 1487 + number - 9; length 193 Source/core/rendering/RenderListMarker.cpp letters[length++] = hebrewTens[tens - 1]; length 196 Source/core/rendering/RenderListMarker.cpp letters[length++] = 1487 + ones; length 198 Source/core/rendering/RenderListMarker.cpp ASSERT(length <= 5); length 199 Source/core/rendering/RenderListMarker.cpp return length; length 215 Source/core/rendering/RenderListMarker.cpp int length; length 217 Source/core/rendering/RenderListMarker.cpp length = 0; length 219 Source/core/rendering/RenderListMarker.cpp length = toHebrewUnder1000(number / 1000, letters); length 220 Source/core/rendering/RenderListMarker.cpp letters[length++] = '\''; length 223 Source/core/rendering/RenderListMarker.cpp length += toHebrewUnder1000(number, letters + length); length 225 Source/core/rendering/RenderListMarker.cpp ASSERT(length <= lettersSize); length 226 Source/core/rendering/RenderListMarker.cpp return String(letters, length); length 232 Source/core/rendering/RenderListMarker.cpp int length = 0; length 238 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x0552 + lowerOffset; length 240 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x0302; length 242 Source/core/rendering/RenderListMarker.cpp letters[length++] = (0x054C - 1 + lowerOffset) + thousands; length 244 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x0302; length 249 Source/core/rendering/RenderListMarker.cpp letters[length++] = (0x0543 - 1 + lowerOffset) + hundreds; length 251 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x0302; length 255 Source/core/rendering/RenderListMarker.cpp letters[length++] = (0x053A - 1 + lowerOffset) + tens; length 257 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x0302; length 261 Source/core/rendering/RenderListMarker.cpp letters[length++] = (0x531 - 1 + lowerOffset) + ones; length 263 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x0302; length 266 Source/core/rendering/RenderListMarker.cpp return length; length 276 Source/core/rendering/RenderListMarker.cpp int length = toArmenianUnder10000(number / 10000, upper, true, letters); length 277 Source/core/rendering/RenderListMarker.cpp length += toArmenianUnder10000(number % 10000, upper, false, letters + length); length 279 Source/core/rendering/RenderListMarker.cpp ASSERT(length <= lettersSize); length 280 Source/core/rendering/RenderListMarker.cpp return String(letters, length); length 290 Source/core/rendering/RenderListMarker.cpp int length = 0; length 293 Source/core/rendering/RenderListMarker.cpp letters[length++] = 0x10F5; length 299 Source/core/rendering/RenderListMarker.cpp letters[length++] = georgianThousands[thousands - 1]; length 306 Source/core/rendering/RenderListMarker.cpp letters[length++] = georgianHundreds[hundreds - 1]; length 313 Source/core/rendering/RenderListMarker.cpp letters[length++] = georgianTens[tens - 1]; length 320 Source/core/rendering/RenderListMarker.cpp letters[length++] = georgianOnes[ones - 1]; length 323 Source/core/rendering/RenderListMarker.cpp ASSERT(length <= lettersSize); length 324 Source/core/rendering/RenderListMarker.cpp return String(letters, length); length 392 Source/core/rendering/RenderListMarker.cpp int length = 0; length 399 Source/core/rendering/RenderListMarker.cpp characters[length++] = table[a - 1]; length 404 Source/core/rendering/RenderListMarker.cpp --length; length 406 Source/core/rendering/RenderListMarker.cpp return String(characters, length); length 1294 Source/core/rendering/RenderListMarker.cpp int length = m_text.length(); length 1295 Source/core/rendering/RenderListMarker.cpp reversedText.reserveCapacity(length); length 1296 Source/core/rendering/RenderListMarker.cpp for (int i = length - 1; i >= 0; --i) length 1298 Source/core/rendering/RenderListMarker.cpp ASSERT(reversedText.length() == reversedText.capacity()); length 214 Source/core/rendering/RenderMediaControls.cpp for (unsigned i = 0; i < bufferedTimeRanges->length(); ++i) { length 897 Source/core/rendering/RenderObject.cpp int length; length 900 Source/core/rendering/RenderObject.cpp length = x2 - x1; length 903 Source/core/rendering/RenderObject.cpp length = y2 - y1; length 908 Source/core/rendering/RenderObject.cpp if (!thickness || !length) length 924 Source/core/rendering/RenderObject.cpp drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color, length 976 Source/core/rendering/RenderObject.cpp int length, BoxSide side, Color color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias) length 992 Source/core/rendering/RenderObject.cpp graphicsContext->drawRect(IntRect(x1, y1, length, thirdOfThickness)); length 993 Source/core/rendering/RenderObject.cpp graphicsContext->drawRect(IntRect(x1, y2 - thirdOfThickness, length, thirdOfThickness)); length 998 Source/core/rendering/RenderObject.cpp if (length > 1) { length 999 Source/core/rendering/RenderObject.cpp graphicsContext->drawRect(IntRect(x1, y1 + 1, thirdOfThickness, length - 1)); length 1000 Source/core/rendering/RenderObject.cpp graphicsContext->drawRect(IntRect(x2 - thirdOfThickness, y1 + 1, thirdOfThickness, length - 1)); length 865 Source/core/rendering/RenderObject.h virtual unsigned length() const { return 1; } length 1033 Source/core/rendering/RenderObject.h int length, BoxSide, Color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias); length 92 Source/core/rendering/RenderScrollbarPart.cpp static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength) length 94 Source/core/rendering/RenderScrollbarPart.cpp if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto())) length 95 Source/core/rendering/RenderScrollbarPart.cpp return minimumValueForLength(length, containingLength); length 103 Source/core/rendering/RenderText.cpp unsigned length = string->length(); length 106 Source/core/rendering/RenderText.cpp if (length >= numeric_limits<unsigned>::max()) length 109 Source/core/rendering/RenderText.cpp StringBuffer<UChar> stringWithPrevious(length + 1); length 111 Source/core/rendering/RenderText.cpp for (unsigned i = 1; i < length + 1; i++) { length 119 Source/core/rendering/RenderText.cpp TextBreakIterator* boundary = wordBreakIterator(stringWithPrevious.characters(), length + 1); length 124 Source/core/rendering/RenderText.cpp result.reserveCapacity(length); length 162 Source/core/rendering/RenderText.cpp view()->frameView()->incrementVisuallyNonEmptyCharacterCount(m_text.length()); length 316 Source/core/rendering/RenderText.cpp if (textBox->nextTextBox() && textBox->nextTextBox()->start() > textBox->end() && text.length() && !text.right(1).containsOnlyWhitespace()) length 767 Source/core/rendering/RenderText.cpp ASSERT(run.charactersLength() >= run.length()); length 951 Source/core/rendering/RenderText.cpp bidiResolver.createBidiRunsForLine(TextRunIterator(&textRun, textRun.length()), NoVisualOverride, hardLineBreak, reorderRuns); length 1118 Source/core/rendering/RenderText.cpp ASSERT(run.charactersLength() >= run.length()); length 1156 Source/core/rendering/RenderText.cpp unsigned length = textLength(); length 1158 Source/core/rendering/RenderText.cpp for (unsigned i = 0; i < length; ++i) { length 1164 Source/core/rendering/RenderText.cpp for (unsigned i = 0; i < length; ++i) { length 1238 Source/core/rendering/RenderText.cpp unsigned newLen = text->length(); length 1335 Source/core/rendering/RenderText.cpp prev = (*previousString)[previousString->length() - 1]; length 1397 Source/core/rendering/RenderText.cpp if (!m_text.length()) length 1526 Source/core/rendering/RenderText.cpp ASSERT(run.charactersLength() >= run.length()); length 1687 Source/core/rendering/RenderText.cpp TextBreakIterator* iterator = cursorMovementIterator(textImpl->characters16(), textImpl->length()); length 1840 Source/core/rendering/RenderText.cpp TextBreakIterator* iterator = cursorMovementIterator(textImpl->characters16(), textImpl->length()); length 1855 Source/core/rendering/RenderText.cpp return Character::characterRangeCodePath(characters16(), length()) == SimplePath; length 80 Source/core/rendering/RenderText.h String substring(unsigned position, unsigned length) const { return m_text.substring(position, length); } length 84 Source/core/rendering/RenderText.h unsigned textLength() const { return m_text.length(); } // non virtual implementation of length() length 174 Source/core/rendering/RenderText.h virtual unsigned length() const OVERRIDE FINAL { return textLength(); } length 32 Source/core/rendering/RenderTextFragment.cpp RenderTextFragment::RenderTextFragment(Node* node, StringImpl* str, int startOffset, int length) length 33 Source/core/rendering/RenderTextFragment.cpp : RenderText(node, str ? str->substring(startOffset, length) : PassRefPtr<StringImpl>(nullptr)) length 35 Source/core/rendering/RenderTextFragment.cpp , m_end(length) length 43 Source/core/rendering/RenderTextFragment.cpp , m_end(str ? str->length() : 0) length 117 Source/core/rendering/RenderTextFragment.cpp if (original && start() <= original->length()) length 36 Source/core/rendering/RenderTextFragment.h RenderTextFragment(Node*, StringImpl*, int startOffset, int length); length 1107 Source/core/rendering/RenderTheme.cpp } else if (fileList->length() == 1) { length 1111 Source/core/rendering/RenderTheme.cpp return StringTruncator::rightTruncate(locale.queryString(blink::WebLocalizedString::MultipleFileUploadText, String::number(fileList->length())), width, font, StringTruncator::EnableRoundingHacks); length 135 Source/core/rendering/RenderTreeAsText.cpp for (unsigned i = 0; i != s.length(); ++i) { length 329 Source/core/rendering/RenderTreeAsText.cpp if (text.length() != 1) length 120 Source/core/rendering/TextAutosizer.cpp static unsigned hashMemory(const void* data, size_t length) length 122 Source/core/rendering/TextAutosizer.cpp return StringHasher::computeHash<UChar>(static_cast<const UChar*>(data), length / sizeof(UChar)); length 656 Source/core/rendering/TextAutosizer.cpp if (renderer->isText() && toRenderText(renderer)->text().impl()->stripWhiteSpace()->length() > 3) length 147 Source/core/rendering/break_lines.cpp static inline int nextBreakablePosition(LazyLineBreakIterator& lazyBreakIterator, const CharacterType* str, unsigned length, int pos) length 149 Source/core/rendering/break_lines.cpp int len = static_cast<int>(length); length 189 Source/core/rendering/break_lines.cpp return nextBreakablePosition<LChar, false>(lazyBreakIterator, string.characters8(), string.length(), pos); length 190 Source/core/rendering/break_lines.cpp return nextBreakablePosition<UChar, false>(lazyBreakIterator, string.characters16(), string.length(), pos); length 34 Source/core/rendering/line/BreakingContext.cpp m_lineBreak.moveTo(m_lastObject, m_lastObject->isText() ? m_lastObject->length() : 0); length 63 Source/core/rendering/line/TrailingObjects.cpp unsigned length = m_whitespace->textLength(); length 64 Source/core/rendering/line/TrailingObjects.cpp unsigned pos = length >= 2 ? length - 2 : UINT_MAX; length 192 Source/core/rendering/shapes/Shape.cpp ASSERT(static_cast<unsigned>(imageRect.width() * imageRect.height() * 4) == pixelArray->length()); length 195 Source/core/rendering/style/BasicShapes.cpp size_t length = m_values.size(); length 197 Source/core/rendering/style/BasicShapes.cpp if (!length) length 202 Source/core/rendering/style/BasicShapes.cpp for (size_t i = 2; i < length; i = i + 2) { length 217 Source/core/rendering/style/BasicShapes.cpp size_t length = m_values.size(); length 219 Source/core/rendering/style/BasicShapes.cpp if (!length) length 224 Source/core/rendering/style/BasicShapes.cpp for (size_t i = 0; i < length; i = i + 2) { length 91 Source/core/rendering/style/BasicShapes.h BasicShapeCenterCoordinate(Direction direction, Length length) length 93 Source/core/rendering/style/BasicShapes.h , m_length(length) length 100 Source/core/rendering/style/BasicShapes.h , m_length(other.length()) length 108 Source/core/rendering/style/BasicShapes.h const Length& length() const { return m_length; } length 51 Source/core/rendering/style/BorderImageLength.h BorderImageLength(const Length& length) length 52 Source/core/rendering/style/BorderImageLength.h : m_length(length) length 61 Source/core/rendering/style/BorderImageLength.h const Length& length() const { ASSERT(isLength()); return m_length; } length 62 Source/core/rendering/style/BorderImageLength.h Length& length() { ASSERT(isLength()); return m_length; } length 44 Source/core/rendering/style/BorderImageLengthBox.h BorderImageLengthBox(Length length) length 45 Source/core/rendering/style/BorderImageLengthBox.h : m_left(length) length 46 Source/core/rendering/style/BorderImageLengthBox.h , m_right(length) length 47 Source/core/rendering/style/BorderImageLengthBox.h , m_top(length) length 48 Source/core/rendering/style/BorderImageLengthBox.h , m_bottom(length) length 43 Source/core/rendering/style/GridLength.h GridLength(const Length& length) length 44 Source/core/rendering/style/GridLength.h : m_length(length) length 48 Source/core/rendering/style/GridLength.h ASSERT(!length.isUndefined()); length 60 Source/core/rendering/style/GridLength.h const Length& length() const { ASSERT(isLength()); return m_length; } length 45 Source/core/rendering/style/GridTrackSize.h GridTrackSize(const GridLength& length) length 47 Source/core/rendering/style/GridTrackSize.h , m_minTrackBreadth(length) length 48 Source/core/rendering/style/GridTrackSize.h , m_maxTrackBreadth(length) length 69 Source/core/rendering/style/GridTrackSize.h const GridLength& length() const length 79 Source/core/rendering/style/GridTrackSize.h if (m_minTrackBreadth.isLength() && m_minTrackBreadth.length().isAuto()) { length 88 Source/core/rendering/style/GridTrackSize.h if (m_maxTrackBreadth.isLength() && m_maxTrackBreadth.length().isAuto()) { length 99 Source/core/rendering/style/GridTrackSize.h bool isPercentage() const { return m_type == LengthTrackSizing && length().isLength() && length().length().isPercent(); } length 108 Source/core/rendering/style/GridTrackSize.h m_minTrackBreadthIsMaxContent = minTrackBreadth().isLength() && minTrackBreadth().length().isMaxContent(); length 109 Source/core/rendering/style/GridTrackSize.h m_minTrackBreadthIsMinOrMaxContent = m_minTrackBreadthIsMaxContent || (minTrackBreadth().isLength() && minTrackBreadth().length().isMinContent()); length 110 Source/core/rendering/style/GridTrackSize.h m_maxTrackBreadthIsMaxContent = maxTrackBreadth().isLength() && maxTrackBreadth().length().isMaxContent(); length 111 Source/core/rendering/style/GridTrackSize.h m_maxTrackBreadthIsMinOrMaxContent = m_maxTrackBreadthIsMaxContent || (maxTrackBreadth().isLength() && maxTrackBreadth().length().isMinContent()); length 124 Source/core/rendering/style/NinePieceImage.h return outsetSide.length().value(); length 1021 Source/core/rendering/style/RenderStyle.h void setBackgroundXPosition(Length length) { SET_VAR(m_background, m_background.m_xPosition, length); } length 1022 Source/core/rendering/style/RenderStyle.h void setBackgroundYPosition(Length length) { SET_VAR(m_background, m_background.m_yPosition, length); } length 1077 Source/core/rendering/style/RenderStyle.h void setVerticalAlignLength(Length length) { setVerticalAlign(LENGTH); SET_VAR(m_box, m_verticalAlign, length); } length 1171 Source/core/rendering/style/RenderStyle.h void setMaskXPosition(Length length) { SET_VAR(rareNonInheritedData, m_mask.m_xPosition, length); } length 1172 Source/core/rendering/style/RenderStyle.h void setMaskYPosition(Length length) { SET_VAR(rareNonInheritedData, m_mask.m_yPosition, length); } length 1254 Source/core/rendering/style/RenderStyle.h void setFlexBasis(Length length) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexBasis, length); } length 1268 Source/core/rendering/style/RenderStyle.h void setGridAutoColumns(const GridTrackSize& length) { SET_VAR(rareNonInheritedData.access()->m_grid, m_gridAutoColumns, length); } length 1269 Source/core/rendering/style/RenderStyle.h void setGridAutoRows(const GridTrackSize& length) { SET_VAR(rareNonInheritedData.access()->m_grid, m_gridAutoRows, length); } length 100 Source/core/rendering/style/SVGRenderStyle.h RefPtr<SVGLength> length = SVGLength::create(); length 101 Source/core/rendering/style/SVGRenderStyle.h length->newValueSpecifiedUnits(LengthTypeNumber, 0); length 102 Source/core/rendering/style/SVGRenderStyle.h return length.release(); length 107 Source/core/rendering/style/SVGRenderStyle.h RefPtr<SVGLength> length = SVGLength::create(); length 108 Source/core/rendering/style/SVGRenderStyle.h length->newValueSpecifiedUnits(LengthTypeNumber, 0); length 109 Source/core/rendering/style/SVGRenderStyle.h return length.release(); length 114 Source/core/rendering/style/SVGRenderStyle.h RefPtr<SVGLength> length = SVGLength::create(); length 115 Source/core/rendering/style/SVGRenderStyle.h length->newValueSpecifiedUnits(LengthTypeNumber, 0); length 116 Source/core/rendering/style/SVGRenderStyle.h return length.release(); length 121 Source/core/rendering/style/SVGRenderStyle.h RefPtr<SVGLength> length = SVGLength::create(); length 122 Source/core/rendering/style/SVGRenderStyle.h length->newValueSpecifiedUnits(LengthTypeNumber, 1); length 123 Source/core/rendering/style/SVGRenderStyle.h return length.release(); length 30 Source/core/rendering/style/StyleBoxData.cpp Length length[7]; length 132 Source/core/rendering/svg/RenderSVGRoot.cpp static inline LayoutUnit resolveLengthAttributeForSVG(const Length& length, float scale, float maxSize) length 134 Source/core/rendering/svg/RenderSVGRoot.cpp return static_cast<LayoutUnit>(valueForLength(length, maxSize) * (length.isFixed() ? scale : 1)); length 443 Source/core/rendering/svg/SVGInlineTextBox.cpp if (fragment.length) { length 445 Source/core/rendering/svg/SVGInlineTextBox.cpp run.setText(text->characters8() + fragment.characterOffset, fragment.length); length 447 Source/core/rendering/svg/SVGInlineTextBox.cpp run.setText(text->characters16() + fragment.characterOffset, fragment.length); length 460 Source/core/rendering/svg/SVGInlineTextBox.cpp ASSERT(run.charactersLength() >= run.length()); length 470 Source/core/rendering/svg/SVGInlineTextBox.cpp int length = static_cast<int>(fragment.length); length 472 Source/core/rendering/svg/SVGInlineTextBox.cpp if (startPosition >= offset + length || endPosition <= offset) length 480 Source/core/rendering/svg/SVGInlineTextBox.cpp if (endPosition > offset + length) length 481 Source/core/rendering/svg/SVGInlineTextBox.cpp endPosition = length; length 667 Source/core/rendering/svg/SVGInlineTextBox.cpp paintTextWithShadows(context, style, textRun, fragment, 0, fragment.length); length 686 Source/core/rendering/svg/SVGInlineTextBox.cpp if (endPosition < static_cast<int>(fragment.length) && !paintSelectedTextOnly) length 687 Source/core/rendering/svg/SVGInlineTextBox.cpp paintTextWithShadows(context, style, textRun, fragment, endPosition, fragment.length); length 392 Source/core/rendering/svg/SVGRenderSupport.cpp size_t length = dashes->length(); length 393 Source/core/rendering/svg/SVGRenderSupport.cpp for (size_t i = 0; i < length; ++i) length 416 Source/core/rendering/svg/SVGRenderTreeAsText.cpp unsigned endOffset = fragment.characterOffset + fragment.length; length 451 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << ": " << quoteAndEscapeNonPrintables(text.substring(fragment.characterOffset, fragment.length)) << "\n"; length 35 Source/core/rendering/svg/SVGTextChunk.cpp void SVGTextChunk::calculateLength(float& length, unsigned& characters) const length 50 Source/core/rendering/svg/SVGTextChunk.cpp characters += fragment.length; length 53 Source/core/rendering/svg/SVGTextChunk.cpp length += fragment.height; length 55 Source/core/rendering/svg/SVGTextChunk.cpp length += fragment.width; length 64 Source/core/rendering/svg/SVGTextChunk.cpp length += fragment.y - (lastFragment->y + lastFragment->height); length 66 Source/core/rendering/svg/SVGTextChunk.cpp length += fragment.x - (lastFragment->x + lastFragment->width); length 73 Source/core/rendering/svg/SVGTextChunk.cpp float SVGTextChunk::calculateTextAnchorShift(float length) const length 76 Source/core/rendering/svg/SVGTextChunk.cpp return -length / 2; length 78 Source/core/rendering/svg/SVGTextChunk.cpp return m_chunkStyle & RightToLeftText ? 0 : -length; length 79 Source/core/rendering/svg/SVGTextChunk.cpp return m_chunkStyle & RightToLeftText ? -length : 0; length 45 Source/core/rendering/svg/SVGTextChunk.h void calculateLength(float& length, unsigned& characters) const; length 46 Source/core/rendering/svg/SVGTextChunk.h float calculateTextAnchorShift(float length) const; length 235 Source/core/rendering/svg/SVGTextChunkBuilder.cpp atCharacter += fragment.length; length 32 Source/core/rendering/svg/SVGTextFragment.h , length(0) length 63 Source/core/rendering/svg/SVGTextFragment.h unsigned length : 31; length 129 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp ASSERT(!position.length); length 130 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp position.length = m_textLength - position.start; length 188 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp unsigned xListSize = xList->length(); length 189 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp unsigned yListSize = yList->length(); length 190 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp unsigned dxListSize = dxList->length(); length 191 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp unsigned dyListSize = dyList->length(); length 192 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp unsigned rotateListSize = rotateList->length(); length 198 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp for (unsigned i = 0; i < position.length; ++i) { length 222 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp for (unsigned i = rotateList->length(); i < position.length; ++i) { length 59 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.h , length(newLength) length 65 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.h unsigned length; length 117 Source/core/rendering/svg/SVGTextLayoutEngine.cpp ASSERT(!m_currentTextFragment.length); length 121 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_currentTextFragment.length = m_visualCharacterOffset - m_currentTextFragment.characterOffset; length 128 Source/core/rendering/svg/SVGTextLayoutEngine.cpp if (m_currentTextFragment.length > 1) { length 130 Source/core/rendering/svg/SVGTextLayoutEngine.cpp float length = 0; length 133 Source/core/rendering/svg/SVGTextLayoutEngine.cpp length += textMetricsValues.at(i).height(); length 134 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_currentTextFragment.height = length; length 137 Source/core/rendering/svg/SVGTextLayoutEngine.cpp length += textMetricsValues.at(i).width(); length 138 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_currentTextFragment.width = length; length 178 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_textPathLength = path.length(); length 192 Source/core/rendering/svg/SVGTextLayoutEngine.cpp float length = 0; length 194 Source/core/rendering/svg/SVGTextLayoutEngine.cpp chunk.calculateLength(length, characters); length 197 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_textPathStartOffset += chunk.calculateTextAnchorShift(length); length 199 Source/core/rendering/svg/SVGTextLayoutEngine.cpp totalLength += length; length 281 Source/core/rendering/svg/SVGTextLayoutEngine.cpp String fragmentString = characters.substring(fragment.characterOffset, fragment.length); length 283 Source/core/rendering/svg/SVGTextLayoutEngine.cpp , i, fragment.x, fragment.y, fragment.width, fragment.height, fragment.characterOffset, fragment.length, fragmentString.utf8().data()); length 418 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_logicalCharacterOffset += logicalMetrics.length(); length 424 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_visualCharacterOffset += visualMetrics.length(); length 596 Source/core/rendering/svg/SVGTextLayoutEngine.cpp ASSERT(!m_currentTextFragment.length); length 53 Source/core/rendering/svg/SVGTextMetrics.cpp int length = 0; length 56 Source/core/rendering/svg/SVGTextMetrics.cpp m_width = scaledFont.width(run, length, m_glyph) / scalingFactor; length 59 Source/core/rendering/svg/SVGTextMetrics.cpp ASSERT(length >= 0); length 60 Source/core/rendering/svg/SVGTextMetrics.cpp m_length = static_cast<unsigned>(length); length 63 Source/core/rendering/svg/SVGTextMetrics.cpp TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length) length 76 Source/core/rendering/svg/SVGTextMetrics.cpp if (length) { length 78 Source/core/rendering/svg/SVGTextMetrics.cpp run.setText(text->characters8() + position, length); length 80 Source/core/rendering/svg/SVGTextMetrics.cpp run.setText(text->characters16() + position, length); length 93 Source/core/rendering/svg/SVGTextMetrics.cpp ASSERT(run.charactersLength() >= run.length()); length 97 Source/core/rendering/svg/SVGTextMetrics.cpp SVGTextMetrics SVGTextMetrics::measureCharacterRange(RenderSVGInlineText* text, unsigned position, unsigned length) length 100 Source/core/rendering/svg/SVGTextMetrics.cpp return SVGTextMetrics(text, constructTextRun(text, position, length)); length 103 Source/core/rendering/svg/SVGTextMetrics.cpp SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* text, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId) length 115 Source/core/rendering/svg/SVGTextMetrics.cpp m_length = length; length 40 Source/core/rendering/svg/SVGTextMetrics.h SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId); length 42 Source/core/rendering/svg/SVGTextMetrics.h static SVGTextMetrics measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length); length 43 Source/core/rendering/svg/SVGTextMetrics.h static TextRun constructTextRun(RenderSVGInlineText*, unsigned position, unsigned length); length 51 Source/core/rendering/svg/SVGTextMetrics.h unsigned length() const { return m_length; } length 96 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp ASSERT(metrics.length() == metricsLength); length 153 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp for (; textPosition < textLength; textPosition += currentMetrics.length()) { length 155 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp if (!currentMetrics.length()) length 163 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp skippedCharacters += currentMetrics.length(); length 129 Source/core/rendering/svg/SVGTextQuery.cpp processedCharacters += fragment.length; length 179 Source/core/rendering/svg/SVGTextQuery.cpp positionOffset += metrics.length(); length 212 Source/core/rendering/svg/SVGTextQuery.cpp positionOffset += metrics.length(); length 275 Source/core/rendering/svg/SVGTextQuery.cpp , length(queryLength) length 281 Source/core/rendering/svg/SVGTextQuery.cpp unsigned length; length 291 Source/core/rendering/svg/SVGTextQuery.cpp int endPosition = startPosition + data->length; length 300 Source/core/rendering/svg/SVGTextQuery.cpp float SVGTextQuery::subStringLength(unsigned startPosition, unsigned length) const length 305 Source/core/rendering/svg/SVGTextQuery.cpp SubStringLengthData data(startPosition, length); length 522 Source/core/rendering/svg/SVGTextQuery.cpp for (unsigned i = 0; i < fragment.length; ++i) { length 40 Source/core/rendering/svg/SVGTextQuery.h float subStringLength(unsigned startPosition, unsigned length) const; length 80 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp charsConsumed += it.advance(run.length(), &glyphBuffer); length 44 Source/core/speech/SpeechInputResultList.h size_t length() { return m_results.size(); } length 102 Source/core/storage/Storage.cpp unsigned length = this->length(exceptionState); length 105 Source/core/storage/Storage.cpp names.resize(length); length 106 Source/core/storage/Storage.cpp for (unsigned i = 0; i < length; ++i) { length 48 Source/core/storage/Storage.h unsigned length(ExceptionState& ec) const { return m_storageArea->length(ec, m_frame); } length 66 Source/core/storage/StorageArea.cpp return m_storageArea->length(); length 59 Source/core/storage/StorageArea.h unsigned length(ExceptionState&, LocalFrame* sourceFrame); length 217 Source/core/svg/SVGAngle.cpp const CharType* end = ptr + value.length(); length 159 Source/core/svg/SVGAnimateMotionElement.cpp const CharType* end = ptr + string.length(); length 274 Source/core/svg/SVGAnimateMotionElement.cpp float positionOnPath = m_animationPath.length() * percentage; length 283 Source/core/svg/SVGAnimateMotionElement.cpp FloatPoint positionAtEndOfDuration = m_animationPath.pointAtLength(m_animationPath.length(), ok); length 87 Source/core/svg/SVGAnimationElement.cpp const CharType* end = ptr + string.length(); length 36 Source/core/svg/SVGElementInstanceList.cpp unsigned length = 0; length 38 Source/core/svg/SVGElementInstanceList.cpp length++; length 39 Source/core/svg/SVGElementInstanceList.cpp return length; length 35 Source/core/svg/SVGElementInstanceList.h unsigned length() const; length 157 Source/core/svg/SVGFEColorMatrixElement.cpp size_t size = values->length(); length 206 Source/core/svg/SVGFEConvolveMatrixElement.cpp size_t kernelMatrixSize = kernelMatrix->length(); length 153 Source/core/svg/SVGFontData.cpp remainingTextInRun = Character::normalizeSpaces(remainingTextInRun.characters8(), remainingTextInRun.length()); length 156 Source/core/svg/SVGFontData.cpp remainingTextInRun = Character::normalizeSpaces(remainingTextInRun.characters16(), remainingTextInRun.length()); length 202 Source/core/svg/SVGFontData.cpp glyphs[i].unicodeStringLength = run.length(); length 230 Source/core/svg/SVGFontData.cpp bool SVGFontData::fillSVGGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) const length 241 Source/core/svg/SVGFontData.cpp if (bufferLength == length) length 242 Source/core/svg/SVGFontData.cpp return fillBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData); length 244 Source/core/svg/SVGFontData.cpp ASSERT(bufferLength == 2 * length); length 245 Source/core/svg/SVGFontData.cpp return fillNonBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData); length 248 Source/core/svg/SVGFontData.cpp bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const length 252 Source/core/svg/SVGFontData.cpp for (unsigned i = 0; i < length; ++i) { length 272 Source/core/svg/SVGFontData.cpp bool SVGFontData::fillNonBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const length 276 Source/core/svg/SVGFontData.cpp for (unsigned i = 0; i < length; ++i) { length 302 Source/core/svg/SVGFontData.cpp unsigned length = string.length(); length 305 Source/core/svg/SVGFontData.cpp mirroredCharacters.reserveCapacity(length); length 309 Source/core/svg/SVGFontData.cpp for (unsigned i = 0; i < length; ++i) length 314 Source/core/svg/SVGFontData.cpp while (i < length) { length 316 Source/core/svg/SVGFontData.cpp U16_NEXT(characters, i, length, character); length 45 Source/core/svg/SVGFontData.h virtual bool fillSVGGlyphPage(GlyphPage*, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData*) const OVERRIDE; length 62 Source/core/svg/SVGFontData.h bool fillBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const; length 63 Source/core/svg/SVGFontData.h bool fillNonBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const; length 84 Source/core/svg/SVGFontElement.cpp unsigned unicodeLength = unicode.length(); length 179 Source/core/svg/SVGFontElement.cpp if (unicode.length() > 1 && !U16_IS_SURROGATE(unicode[0])) length 293 Source/core/svg/SVGFontFaceElement.cpp if (!list || !list->length()) length 304 Source/core/svg/SVGFontFaceElement.cpp unsigned srcLength = srcList ? srcList->length() : 0; length 58 Source/core/svg/SVGFontFaceSrcElement.cpp if (srcValue && srcValue->resource().length()) length 66 Source/core/svg/SVGGlyphMap.h unsigned length = unicodeString.length(); length 70 Source/core/svg/SVGGlyphMap.h Latin1TextIterator textIterator(unicodeString.characters8(), 0, length, length); length 73 Source/core/svg/SVGGlyphMap.h SurrogatePairAwareTextIterator textIterator(unicodeString.characters16(), 0, length, length); length 83 Source/core/svg/SVGGlyphMap.h lastGlyph.unicodeStringLength = length; length 110 Source/core/svg/SVGGlyphMap.h unsigned length = string.length(); length 112 Source/core/svg/SVGGlyphMap.h if (!length) length 116 Source/core/svg/SVGGlyphMap.h Latin1TextIterator textIterator(string.characters8(), 0, length, length); length 119 Source/core/svg/SVGGlyphMap.h SurrogatePairAwareTextIterator textIterator(string.characters16(), 0, length, length); length 128 Source/core/svg/SVGGlyphMap.h unsigned length = string.length(); length 130 Source/core/svg/SVGGlyphMap.h if (!length) length 135 Source/core/svg/SVGGlyphMap.h Latin1TextIterator textIterator(string.characters8(), 0, length, length); length 138 Source/core/svg/SVGGlyphMap.h SurrogatePairAwareTextIterator textIterator(string.characters16(), 0, length, length); length 59 Source/core/svg/SVGGlyphRefElement.cpp const CharType* end = ptr + value.length(); length 131 Source/core/svg/SVGLength.cpp RefPtr<SVGLength> length = create(); length 133 Source/core/svg/SVGLength.cpp length->m_unitMode = m_unitMode; length 134 Source/core/svg/SVGLength.cpp length->m_unitType = m_unitType; length 137 Source/core/svg/SVGLength.cpp length->setValueAsString(value, exceptionState); length 139 Source/core/svg/SVGLength.cpp length->m_unitType = LengthTypeNumber; length 140 Source/core/svg/SVGLength.cpp length->m_valueInSpecifiedUnits = 0; length 143 Source/core/svg/SVGLength.cpp return length.release(); length 190 Source/core/svg/SVGLength.cpp const CharType* end = ptr + string.length(); length 301 Source/core/svg/SVGLength.cpp RefPtr<SVGLength> length = SVGLength::create(); length 302 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(svgType, value->getFloatValue()); length 303 Source/core/svg/SVGLength.cpp return length.release(); length 308 Source/core/svg/SVGLength.cpp RefPtr<SVGLength> length = passLength; length 311 Source/core/svg/SVGLength.cpp switch (length->unitType()) { length 346 Source/core/svg/SVGLength.cpp return CSSPrimitiveValue::create(length->valueInSpecifiedUnits(), cssType); length 400 Source/core/svg/SVGLength.cpp RefPtr<SVGLength> length = create(); length 405 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress)); length 406 Source/core/svg/SVGLength.cpp return length; length 413 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress)); length 415 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress)); length 416 Source/core/svg/SVGLength.cpp return length; length 433 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress)); length 434 Source/core/svg/SVGLength.cpp return length; length 91 Source/core/svg/SVGLengthList.cpp RefPtr<SVGLength> length = SVGLength::create(m_mode); length 95 Source/core/svg/SVGLengthList.cpp length->setValueAsString(valueString, exceptionState); length 98 Source/core/svg/SVGLengthList.cpp append(length); length 109 Source/core/svg/SVGLengthList.cpp const LChar* end = ptr + value.length(); length 113 Source/core/svg/SVGLengthList.cpp const UChar* end = ptr + value.length(); length 122 Source/core/svg/SVGLengthList.cpp if (length() != otherList->length()) length 126 Source/core/svg/SVGLengthList.cpp for (size_t i = 0; i < length(); ++i) length 136 Source/core/svg/SVGLengthList.cpp size_t toListSize = toList->length(); length 141 Source/core/svg/SVGLengthList.cpp size_t fromListSize = fromList->length(); length 154 Source/core/svg/SVGLengthList.cpp if (resizeAnimatedListIfNeeded && length() < toListSize) { length 155 Source/core/svg/SVGLengthList.cpp size_t paddingCount = toListSize - length(); length 172 Source/core/svg/SVGLengthList.cpp size_t fromLengthListSize = fromList->length(); length 173 Source/core/svg/SVGLengthList.cpp size_t toLengthListSize = toList->length(); length 174 Source/core/svg/SVGLengthList.cpp size_t toAtEndOfDurationListSize = toAtEndOfDurationList->length(); length 88 Source/core/svg/SVGNumber.cpp const LChar* end = ptr + string.length(); length 92 Source/core/svg/SVGNumber.cpp const UChar* end = ptr + string.length(); length 136 Source/core/svg/SVGNumber.cpp SVGNumber::setValueAsString(string.left(string.length() - 1), exceptionState); length 104 Source/core/svg/SVGNumberList.cpp const LChar* end = ptr + value.length(); length 108 Source/core/svg/SVGNumberList.cpp const UChar* end = ptr + value.length(); length 123 Source/core/svg/SVGNumberList.cpp if (length() != otherList->length()) length 126 Source/core/svg/SVGNumberList.cpp for (size_t i = 0; i < length(); ++i) length 136 Source/core/svg/SVGNumberList.cpp size_t toListSize = toList->length(); length 141 Source/core/svg/SVGNumberList.cpp size_t fromListSize = fromList->length(); length 154 Source/core/svg/SVGNumberList.cpp if (resizeAnimatedListIfNeeded && length() < toListSize) { length 155 Source/core/svg/SVGNumberList.cpp size_t paddingCount = toListSize - length(); length 169 Source/core/svg/SVGNumberList.cpp size_t fromListSize = fromList->length(); length 170 Source/core/svg/SVGNumberList.cpp size_t toListSize = toList->length(); length 171 Source/core/svg/SVGNumberList.cpp size_t toAtEndOfDurationListSize = toAtEndOfDurationList->length(); length 196 Source/core/svg/SVGNumberList.cpp vec.reserveInitialCapacity(length()); length 197 Source/core/svg/SVGNumberList.cpp for (size_t i = 0; i < length(); ++i) length 146 Source/core/svg/SVGParserUtilities.cpp bool parseSVGNumber(CharType* begin, size_t length, double& number) length 149 Source/core/svg/SVGParserUtilities.cpp const CharType* end = ptr + length; length 154 Source/core/svg/SVGParserUtilities.cpp template bool parseSVGNumber(LChar* begin, size_t length, double&); length 155 Source/core/svg/SVGParserUtilities.cpp template bool parseSVGNumber(UChar* begin, size_t length, double&); length 217 Source/core/svg/SVGParserUtilities.cpp const LChar* end = ptr + string.length(); length 221 Source/core/svg/SVGParserUtilities.cpp const UChar* end = ptr + string.length(); length 259 Source/core/svg/SVGParserUtilities.cpp const LChar* end = ptr + input.length(); length 263 Source/core/svg/SVGParserUtilities.cpp const UChar* end = ptr + input.length(); length 268 Source/core/svg/SVGParserUtilities.cpp static bool parseUnicodeRange(const CharType* characters, unsigned length, UnicodeRange& range) length 270 Source/core/svg/SVGParserUtilities.cpp if (length < 2 || characters[0] != 'U' || characters[1] != '+') length 278 Source/core/svg/SVGParserUtilities.cpp const CharType* end = characters + length; length 290 Source/core/svg/SVGParserUtilities.cpp if (2 + startLength < length && *ptr == '-') { length 367 Source/core/svg/SVGParserUtilities.cpp const LChar* end = ptr + input.length(); length 371 Source/core/svg/SVGParserUtilities.cpp const UChar* end = ptr + input.length(); length 409 Source/core/svg/SVGParserUtilities.cpp const LChar* end = ptr + input.length(); length 413 Source/core/svg/SVGParserUtilities.cpp const UChar* end = ptr + input.length(); length 521 Source/core/svg/SVGParserUtilities.cpp const LChar* end = ptr + string.length(); length 525 Source/core/svg/SVGParserUtilities.cpp const UChar* end = ptr + string.length(); length 39 Source/core/svg/SVGParserUtilities.h bool parseSVGNumber(CharType* ptr, size_t length, double& number); length 76 Source/core/svg/SVGPathElement.cpp PassRefPtr<SVGPointTearOff> SVGPathElement::getPointAtLength(float length) length 79 Source/core/svg/SVGPathElement.cpp getPointAtLengthOfSVGPathByteStream(pathByteStream(), length, point); length 83 Source/core/svg/SVGPathElement.cpp unsigned SVGPathElement::getPathSegAtLength(float length) length 86 Source/core/svg/SVGPathElement.cpp getSVGPathSegAtLengthFromSVGPathByteStream(pathByteStream(), length, pathSeg); length 165 Source/core/svg/SVGPathSegList.cpp if (length() != otherList->length()) length 70 Source/core/svg/SVGPathSegList.h size_t length() length 73 Source/core/svg/SVGPathSegList.h return Base::length(); length 29 Source/core/svg/SVGPathStringBuilder.cpp unsigned size = m_stringBuilder.length(); length 38 Source/core/svg/SVGPathStringSource.cpp m_end.m_character8 = m_current.m_character8 + string.length(); length 41 Source/core/svg/SVGPathStringSource.cpp m_end.m_character16 = m_current.m_character16 + string.length(); length 67 Source/core/svg/SVGPathUtilities.cpp static SVGPathTraversalStateBuilder* globalSVGPathTraversalStateBuilder(PathTraversalState& traversalState, float length) length 74 Source/core/svg/SVGPathUtilities.cpp s_builder->setDesiredLength(length); length 151 Source/core/svg/SVGPathUtilities.cpp result->reserveInitialCapacity(d.length()); length 185 Source/core/svg/SVGPathUtilities.cpp bool getSVGPathSegAtLengthFromSVGPathByteStream(const SVGPathByteStream* stream, float length, unsigned& pathSeg) length 192 Source/core/svg/SVGPathUtilities.cpp SVGPathTraversalStateBuilder* builder = globalSVGPathTraversalStateBuilder(traversalState, length); length 219 Source/core/svg/SVGPathUtilities.cpp bool getPointAtLengthOfSVGPathByteStream(const SVGPathByteStream* stream, float length, FloatPoint& point) length 226 Source/core/svg/SVGPathUtilities.cpp SVGPathTraversalStateBuilder* builder = globalSVGPathTraversalStateBuilder(traversalState, length); length 50 Source/core/svg/SVGPathUtilities.h bool getSVGPathSegAtLengthFromSVGPathByteStream(const SVGPathByteStream*, float length, unsigned& pathSeg); length 52 Source/core/svg/SVGPathUtilities.h bool getPointAtLengthOfSVGPathByteStream(const SVGPathByteStream*, float length, FloatPoint&); length 109 Source/core/svg/SVGPoint.cpp const LChar* end = ptr + string.length(); length 115 Source/core/svg/SVGPoint.cpp const UChar* end = ptr + string.length(); length 123 Source/core/svg/SVGPointList.cpp const LChar* end = ptr + value.length(); length 127 Source/core/svg/SVGPointList.cpp const UChar* end = ptr + value.length(); length 139 Source/core/svg/SVGPointList.cpp if (length() != otherList->length()) length 142 Source/core/svg/SVGPointList.cpp for (size_t i = 0; i < length(); ++i) length 152 Source/core/svg/SVGPointList.cpp size_t toListSize = toList->length(); length 157 Source/core/svg/SVGPointList.cpp size_t fromListSize = fromList->length(); length 170 Source/core/svg/SVGPointList.cpp if (resizeAnimatedListIfNeeded && length() < toListSize) { length 171 Source/core/svg/SVGPointList.cpp size_t paddingCount = toListSize - length(); length 185 Source/core/svg/SVGPointList.cpp size_t fromPointListSize = fromList->length(); length 186 Source/core/svg/SVGPointList.cpp size_t toPointListSize = toList->length(); length 187 Source/core/svg/SVGPointList.cpp size_t toAtEndOfDurationListSize = toAtEndOfDurationList->length(); length 186 Source/core/svg/SVGPreserveAspectRatio.cpp const LChar* end = ptr + string.length(); length 190 Source/core/svg/SVGPreserveAspectRatio.cpp const UChar* end = ptr + string.length(); length 110 Source/core/svg/SVGRect.cpp const LChar* end = ptr + string.length(); length 116 Source/core/svg/SVGRect.cpp const UChar* end = ptr + string.length(); length 119 Source/core/svg/SVGStringList.cpp const LChar* end = ptr + data.length(); length 123 Source/core/svg/SVGStringList.cpp const UChar* end = ptr + data.length(); length 67 Source/core/svg/SVGStringList.h unsigned long length() { return m_values.size(); } length 49 Source/core/svg/SVGStringListTearOff.h unsigned long length() length 51 Source/core/svg/SVGStringListTearOff.h return target()->length(); length 245 Source/core/svg/SVGTransformList.cpp const LChar* end = ptr + value.length(); length 249 Source/core/svg/SVGTransformList.cpp const UChar* end = ptr + value.length(); length 271 Source/core/svg/SVGTransformList.cpp const LChar* end = ptr + value.length(); length 275 Source/core/svg/SVGTransformList.cpp const UChar* end = ptr + value.length(); length 291 Source/core/svg/SVGTransformList.cpp if (length() != otherList->length()) length 294 Source/core/svg/SVGTransformList.cpp ASSERT(length() == 1); length 316 Source/core/svg/SVGTransformList.cpp size_t fromListSize = fromList->length(); length 317 Source/core/svg/SVGTransformList.cpp size_t toListSize = toList->length(); length 343 Source/core/svg/SVGTransformList.cpp if (isEmpty() || length() != toList->length()) length 346 Source/core/svg/SVGTransformList.cpp ASSERT(length() == 1); length 198 Source/core/svg/SVGViewSpec.cpp const LChar* end = ptr + spec.length(); length 202 Source/core/svg/SVGViewSpec.cpp const UChar* end = ptr + spec.length(); length 69 Source/core/svg/SVGZoomAndPan.h parseZoomAndPan(start, start + value.length()); length 72 Source/core/svg/SVGZoomAndPan.h parseZoomAndPan(start, start + value.length()); length 360 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 1).toDouble(&ok) * 60 * 60; length 362 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 3).toDouble(&ok) * 60; length 364 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 2).toDouble(&ok) / 1000; length 366 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 1).toDouble(&ok); length 389 Source/core/svg/animation/SVGSMILElement.cpp if (doublePointOne == 2 && doublePointTwo == 5 && parse.length() >= 8) { length 397 Source/core/svg/animation/SVGSMILElement.cpp } else if (doublePointOne == 2 && doublePointTwo == kNotFound && parse.length() >= 5) { length 457 Source/core/svg/animation/SVGSMILElement.cpp repeat = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok); length 128 Source/core/svg/properties/SVGListPropertyHelper.h return !length(); length 133 Source/core/svg/properties/SVGListPropertyHelper.h size_t length() const length 171 Source/core/svg/properties/SVGListPropertyHelper.h if (length() != other.length()) length 174 Source/core/svg/properties/SVGListPropertyHelper.h size_t size = length(); length 84 Source/core/svg/properties/SVGListPropertyTearOffHelper.h unsigned long length() length 86 Source/core/svg/properties/SVGListPropertyTearOffHelper.h return toDerived()->target()->length(); length 1117 Source/core/testing/Internals.cpp return PlainTextRange::create(*scope, *range).length(); length 1496 Source/core/testing/Internals.cpp bool Internals::hasSpellingMarker(Document* document, int from, int length, ExceptionState&) length 1501 Source/core/testing/Internals.cpp return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length); length 1618 Source/core/testing/Internals.cpp bool Internals::hasGrammarMarker(Document* document, int from, int length, ExceptionState&) length 1623 Source/core/testing/Internals.cpp return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Grammar, from, length); length 2254 Source/core/testing/Internals.cpp RefPtr<ArrayBuffer> buffer = ArrayBuffer::createUninitialized(stringValue.length(), sizeof(UChar)); length 2255 Source/core/testing/Internals.cpp stringValue.copyTo(static_cast<UChar*>(buffer->data()), 0, stringValue.length()); length 198 Source/core/testing/Internals.h bool hasSpellingMarker(Document*, int from, int length, ExceptionState&); length 199 Source/core/testing/Internals.h bool hasGrammarMarker(Document*, int from, int length, ExceptionState&); length 46 Source/core/testing/LayerRectList.cpp unsigned LayerRectList::length() const length 55 Source/core/testing/LayerRectList.h unsigned length() const; length 128 Source/core/xml/XMLHttpRequest.cpp unsigned start = pos + charsetValue.length(); length 406 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::trackProgress(int length) length 408 Source/core/xml/XMLHttpRequest.cpp m_receivedLength += length; length 750 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::sendBytesData(const void* data, size_t length, ExceptionState& exceptionState) length 756 Source/core/xml/XMLHttpRequest.cpp m_requestEntityBody = FormData::create(data, length); length 339 Source/core/xml/XPathFunctions.cpp unsigned length = idList.length(); length 341 Source/core/xml/XPathFunctions.cpp while (startPos < length && isWhitespace(idList[startPos])) length 344 Source/core/xml/XPathFunctions.cpp if (startPos == length) length 348 Source/core/xml/XPathFunctions.cpp while (endPos < length && !isWhitespace(idList[endPos])) length 509 Source/core/xml/XPathFunctions.cpp return s1.substring(i + s2.length()); length 528 Source/core/xml/XPathFunctions.cpp if (pos > long(s.length())) length 546 Source/core/xml/XPathFunctions.cpp return Value(Expression::evaluationContext().node.get()).toString().length(); length 547 Source/core/xml/XPathFunctions.cpp return arg(0)->evaluate().toString().length(); length 568 Source/core/xml/XPathFunctions.cpp for (unsigned i1 = 0; i1 < s1.length(); ++i1) { length 574 Source/core/xml/XPathFunctions.cpp else if (i2 < s3.length()) length 140 Source/core/xml/XPathParser.cpp while (m_nextPos < m_data.length() && isSpaceOrNewline(m_data[m_nextPos])) length 165 Source/core/xml/XPathParser.cpp if (m_nextPos + 1 >= m_data.length()) length 175 Source/core/xml/XPathParser.cpp if (m_nextPos >= m_data.length()) length 188 Source/core/xml/XPathParser.cpp for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) { length 208 Source/core/xml/XPathParser.cpp for (; m_nextPos < m_data.length(); ++m_nextPos) { length 226 Source/core/xml/XPathParser.cpp if (m_nextPos >= m_data.length()) length 233 Source/core/xml/XPathParser.cpp for (; m_nextPos < m_data.length(); ++m_nextPos) length 268 Source/core/xml/XPathParser.cpp if (m_nextPos >= m_data.length()) length 95 Source/core/xml/XPathValue.cpp unsigned len = str.length(); length 183 Source/core/xml/XSLTProcessorLibxslt.cpp if (resultBuilder.length() > 0 && resultBuilder[resultBuilder.length() - 1] == '\n') length 184 Source/core/xml/XSLTProcessorLibxslt.cpp resultBuilder.resize(resultBuilder.length() - 1); length 83 Source/core/xml/parser/XMLDocumentParser.cpp static inline String toString(const xmlChar* string, size_t length) length 85 Source/core/xml/parser/XMLDocumentParser.cpp return String::fromUTF8(reinterpret_cast<const char*>(string), length); length 93 Source/core/xml/parser/XMLDocumentParser.cpp static inline AtomicString toAtomicString(const xmlChar* string, size_t length) length 95 Source/core/xml/parser/XMLDocumentParser.cpp return AtomicString::fromUTF8(reinterpret_cast<const char*>(string), length); length 137 Source/core/xml/parser/XMLDocumentParser.cpp int length = attributes[i * 5 + 4] - attributes[i * 5 + 3]; length 138 Source/core/xml/parser/XMLDocumentParser.cpp m_attributes[i * 5 + 3] = xmlStrndup(attributes[i * 5 + 3], length); length 139 Source/core/xml/parser/XMLDocumentParser.cpp m_attributes[i * 5 + 4] = m_attributes[i * 5 + 3] + length; length 182 Source/core/xml/parser/XMLDocumentParser.cpp PendingCharactersCallback(const xmlChar* chars, int length) length 183 Source/core/xml/parser/XMLDocumentParser.cpp : m_chars(xmlStrndup(chars, length)) length 184 Source/core/xml/parser/XMLDocumentParser.cpp , m_length(length) length 493 Source/core/xml/parser/XMLDocumentParser.cpp if (!chunk.length()) length 550 Source/core/xml/parser/XMLDocumentParser.cpp xmlParseChunk(ctxt, reinterpret_cast<const char*>(chunk.characters8()), sizeof(LChar) * chunk.length(), 0); length 552 Source/core/xml/parser/XMLDocumentParser.cpp xmlParseChunk(ctxt, reinterpret_cast<const char*>(chunk.characters16()), sizeof(UChar) * chunk.length(), 0); length 706 Source/core/xml/parser/XMLDocumentParser.cpp xmlParserCtxtPtr parser = xmlCreateMemoryParserCtxt(chunk.data(), chunk.length()); length 843 Source/core/xml/parser/XMLDocumentParser.cpp if (parseString.length()) { length 1060 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::characters(const xmlChar* chars, int length) length 1066 Source/core/xml/parser/XMLDocumentParser.cpp m_pendingCallbacks.append(adoptPtr(new PendingCharactersCallback(chars, length))); length 1072 Source/core/xml/parser/XMLDocumentParser.cpp m_bufferedText.append(chars, length); length 1223 Source/core/xml/parser/XMLDocumentParser.cpp static void charactersHandler(void* closure, const xmlChar* chars, int length) length 1225 Source/core/xml/parser/XMLDocumentParser.cpp getParser(closure)->characters(chars, length); length 1233 Source/core/xml/parser/XMLDocumentParser.cpp static void cdataBlockHandler(void* closure, const xmlChar* text, int length) length 1235 Source/core/xml/parser/XMLDocumentParser.cpp getParser(closure)->cdataBlock(toString(text, length)); length 1315 Source/core/xml/parser/XMLDocumentParser.cpp entity->length = entityLengthInUTF8; length 1532 Source/core/xml/parser/XMLDocumentParser.cpp if (chunkAsUtf8.length() > INT_MAX) length 1543 Source/core/xml/parser/XMLDocumentParser.cpp if (bytesProcessed == -1 || ((unsigned long)bytesProcessed) != chunkAsUtf8.length()) { length 133 Source/core/xml/parser/XMLDocumentParser.h void characters(const xmlChar* chars, int length); length 55 Source/core/xml/parser/XMLParserInput.h m_size = m_source.length() * sizeof(LChar); length 59 Source/core/xml/parser/XMLParserInput.h m_size = m_source.length() * sizeof(UChar); length 143 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java if (line.length() == 0) { length 147 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java if (moduleAndArgs.length != 2) { length 19 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java int threadCount = Math.min(args.length, Runtime.getRuntime().availableProcessors()); length 29 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java List<Future<ValidatorContext>> futures = new ArrayList<>(args.length); length 34 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java List<ValidatorContext> contexts = new ArrayList<>(args.length); length 23 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java lineEnd = text.length(); length 29 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java if (offset > text.length()) { length 44 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java if (offsetInNodeText >= nodeText.length()) length 48 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/AstUtil.java return value.substring(0, value.length() - PROTOTYPE_SUFFIX.length()); length 59 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java int partCount = callParts.length; length 47 Source/modules/crypto/AesKeyAlgorithm.h unsigned short length(); length 43 Source/modules/crypto/HmacKeyAlgorithm.h unsigned length(); length 218 Source/modules/crypto/NormalizeAlgorithm.cpp if (a.algorithmNameLength < b->length()) length 220 Source/modules/crypto/NormalizeAlgorithm.cpp if (a.algorithmNameLength > b->length()) length 258 Source/modules/crypto/NormalizeAlgorithm.cpp if (it->algorithmNameLength != algorithmName.length() || !equalIgnoringCase(algorithmName, it->algorithmName)) length 302 Source/modules/crypto/NormalizeAlgorithm.cpp size_t length = (m_messages.size() - 1) * strlen(Separator); length 304 Source/modules/crypto/NormalizeAlgorithm.cpp length += strlen(m_messages[i]); length 305 Source/modules/crypto/NormalizeAlgorithm.cpp result.reserveCapacity(length); length 507 Source/modules/crypto/NormalizeAlgorithm.cpp uint16_t length; length 508 Source/modules/crypto/NormalizeAlgorithm.cpp if (!getUint16(raw, "length", length, context, errorDetails)) length 511 Source/modules/crypto/NormalizeAlgorithm.cpp params = adoptPtr(new blink::WebCryptoAesKeyGenParams(length)); length 560 Source/modules/crypto/NormalizeAlgorithm.cpp uint32_t length = 0; length 561 Source/modules/crypto/NormalizeAlgorithm.cpp if (!getOptionalUint32(raw, "length", hasLength, length, context, errorDetails)) length 564 Source/modules/crypto/NormalizeAlgorithm.cpp params = adoptPtr(new blink::WebCryptoHmacKeyGenParams(hash, hasLength, length)); length 643 Source/modules/crypto/NormalizeAlgorithm.cpp uint8_t length; length 644 Source/modules/crypto/NormalizeAlgorithm.cpp if (!getUint8(raw, "length", length, context, errorDetails)) length 647 Source/modules/crypto/NormalizeAlgorithm.cpp params = adoptPtr(new blink::WebCryptoAesCtrParams(length, static_cast<const unsigned char*>(counter->baseAddress()), counter->byteLength())); length 86 Source/modules/encoding/TextDecoder.cpp size_t length = input ? input->byteLength() : 0; length 91 Source/modules/encoding/TextDecoder.cpp String s = m_codec->decode(start, length, flush, m_fatal, sawError); length 88 Source/modules/encoding/TextEncoder.cpp result = m_codec->encode(input.characters8(), input.length(), WTF::QuestionMarksForUnencodables); length 90 Source/modules/encoding/TextEncoder.cpp result = m_codec->encode(input.characters16(), input.length(), WTF::QuestionMarksForUnencodables); length 95 Source/modules/encoding/TextEncoder.cpp return Uint8Array::create(unsignedBuffer, result.length()); length 165 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp initDataLength = initData->length(); length 199 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp if (!key->length()) { length 213 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp initDataLength = initData->length(); length 216 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp blink::WebMediaPlayer::MediaKeyException result = webMediaPlayer->addKey(keySystem, key->data(), key->length(), initDataPointer, initDataLength, sessionId); length 104 Source/modules/encryptedmedia/MediaKeySession.cpp m_session->initializeNewSession(mimeType, initData.data(), initData.length()); length 116 Source/modules/encryptedmedia/MediaKeySession.cpp if (!response || !response->length()) { length 164 Source/modules/encryptedmedia/MediaKeySession.cpp m_session->update(pendingAction->data->data(), pendingAction->data->length()); length 118 Source/modules/encryptedmedia/MediaKeys.cpp if (!initData || !initData->length()) { length 79 Source/modules/filesystem/DOMFilePath.cpp if (parent.length() >= mayBeChild.length() || !mayBeChild.startsWith(parent, false)) length 81 Source/modules/filesystem/DOMFilePath.cpp if (mayBeChild[parent.length()] != DOMFilePath::separator) length 68 Source/modules/filesystem/DOMFilePath.h return path[path.length() - 1] == DOMFilePath::separator; length 228 Source/modules/filesystem/FileSystemCallbacks.cpp void FileWriterBaseCallbacks::didCreateFileWriter(PassOwnPtr<blink::WebFileWriter> fileWriter, long long length) length 230 Source/modules/filesystem/FileSystemCallbacks.cpp m_fileWriter->initialize(fileWriter, length); length 135 Source/modules/filesystem/FileSystemCallbacks.h virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) OVERRIDE; length 188 Source/modules/filesystem/FileWriter.cpp if (position() > length()) length 220 Source/modules/filesystem/FileWriter.cpp if (position() > length()) length 221 Source/modules/filesystem/FileWriter.cpp setPosition(length()); length 64 Source/modules/filesystem/FileWriter.h void truncate(long long length, ExceptionState&); length 46 Source/modules/filesystem/FileWriterBase.cpp void FileWriterBase::initialize(PassOwnPtr<blink::WebFileWriter> writer, long long length) length 49 Source/modules/filesystem/FileWriterBase.cpp ASSERT(length >= 0); length 51 Source/modules/filesystem/FileWriterBase.cpp m_length = length; length 46 Source/modules/filesystem/FileWriterBase.h void initialize(PassOwnPtr<blink::WebFileWriter>, long long length); length 52 Source/modules/filesystem/FileWriterBase.h long long length() const length 72 Source/modules/filesystem/FileWriterBase.h void setLength(long long length) length 74 Source/modules/filesystem/FileWriterBase.h m_length = length; length 60 Source/modules/filesystem/FileWriterSync.cpp if (position() > length()) length 57 Source/modules/filesystem/FileWriterSync.h void truncate(long long length, ExceptionState&); length 61 Source/modules/filesystem/HTMLInputElementFileSystem.cpp for (unsigned i = 0; i < files->length(); ++i) { length 55 Source/modules/filesystem/Metadata.h unsigned long long size() const { return static_cast<unsigned long long>(m_platformMetadata.length); } length 49 Source/modules/gamepad/GamepadList.cpp return index < length() ? m_items[index].get() : 0; length 49 Source/modules/gamepad/GamepadList.h unsigned length() const { return blink::WebGamepads::itemsLengthCap; } length 63 Source/modules/gamepad/NavigatorGamepad.cpp if (i < gamepads.length && webGamepad.connected) { length 28 Source/modules/gamepad/WebKitGamepadList.cpp return index < length() ? m_items[index].get() : 0; length 28 Source/modules/gamepad/WebKitGamepadList.h unsigned length() const { return blink::WebGamepads::itemsLengthCap; } length 49 Source/modules/indexeddb/IDBKeyPath.cpp , m_length(s.length()) length 122 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp for (size_t i = 0; i < databaseNamesList->length(); ++i) length 346 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp for (size_t i = 0; i < array->length(); ++i) { length 432 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp if (m_result->length() == m_pageSize) { length 134 Source/modules/mediasource/MediaSource.cpp if (!m_sourceBuffers->length() || !m_sourceBuffers->contains(buffer)) { length 173 Source/modules/mediasource/MediaSource.cpp for (unsigned long i = 0; i < m_sourceBuffers->length(); ++i) length 182 Source/modules/mediasource/MediaSource.cpp Vector<RefPtr<TimeRanges> > activeRanges(m_activeSourceBuffers->length()); length 183 Source/modules/mediasource/MediaSource.cpp for (size_t i = 0; i < m_activeSourceBuffers->length(); ++i) length 192 Source/modules/mediasource/MediaSource.cpp for (unsigned long i = 0; i < m_sourceBuffers->length(); ++i) { length 142 Source/modules/mediasource/MediaSourceBase.cpp unsigned length = ranges[i]->length(); length 143 Source/modules/mediasource/MediaSourceBase.cpp if (length) length 144 Source/modules/mediasource/MediaSourceBase.cpp highestEndTime = std::max(highestEndTime, ranges[i]->end(length - 1, ASSERT_NO_EXCEPTION)); length 161 Source/modules/mediasource/MediaSourceBase.cpp if (ended && sourceRanges->length()) length 162 Source/modules/mediasource/MediaSourceBase.cpp sourceRanges->add(sourceRanges->start(sourceRanges->length() - 1, ASSERT_NO_EXCEPTION), highestEndTime); length 54 Source/modules/mediasource/SourceBufferList.h unsigned long length() const { return m_list.size(); } length 130 Source/modules/mediasource/WebKitMediaSource.cpp if (!m_sourceBuffers->length()) { length 181 Source/modules/mediasource/WebKitMediaSource.cpp Vector<RefPtr<TimeRanges> > activeRanges(m_activeSourceBuffers->length()); length 182 Source/modules/mediasource/WebKitMediaSource.cpp for (size_t i = 0; i < m_activeSourceBuffers->length(); ++i) length 142 Source/modules/mediasource/WebKitSourceBuffer.cpp m_webSourceBuffer->append(data->data(), data->length(), 0); length 54 Source/modules/mediasource/WebKitSourceBufferList.h unsigned long length() const; length 87 Source/modules/mediastream/MediaConstraintsImpl.cpp ok = optionalConstraints.length(numberOfConstraints); length 46 Source/modules/mediastream/RTCIceCandidate.cpp if (!ok || !candidate.length()) { length 100 Source/modules/mediastream/RTCPeerConnection.cpp ok = iceServers.length(numberOfServers); length 107 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp if (scheme.length() >= 5 && isValidProtocol(scheme)) length 23 Source/modules/screen_orientation/ScreenOrientation.cpp static ScreenOrientationInfo* orientationsMap(unsigned& length) length 36 Source/modules/screen_orientation/ScreenOrientation.cpp length = WTF_ARRAY_LENGTH(orientationMap); length 42 Source/modules/screen_orientation/ScreenOrientation.cpp unsigned length = 0; length 43 Source/modules/screen_orientation/ScreenOrientation.cpp ScreenOrientationInfo* orientationMap = orientationsMap(length); length 44 Source/modules/screen_orientation/ScreenOrientation.cpp for (unsigned i = 0; i < length; ++i) { length 69 Source/modules/screen_orientation/ScreenOrientation.cpp unsigned length = 0; length 70 Source/modules/screen_orientation/ScreenOrientation.cpp ScreenOrientationInfo* orientationMap = orientationsMap(length); length 71 Source/modules/screen_orientation/ScreenOrientation.cpp for (unsigned i = 0; i < length; ++i) { length 43 Source/modules/speech/SpeechGrammarList.h unsigned long length() const { return m_grammars.size(); } length 45 Source/modules/speech/SpeechRecognitionResult.h unsigned long length() { return m_alternatives.size(); } length 41 Source/modules/speech/SpeechRecognitionResultList.h unsigned long length() { return m_results.size(); } length 85 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp client()->boundaryEventOccurred(m_utterance, SpeechSentenceBoundary, m_utterance->text().length()); length 51 Source/modules/vibration/NavigatorVibration.cpp size_t length = sanitized.size(); length 54 Source/modules/vibration/NavigatorVibration.cpp if (length > kVibrationPatternLengthMax) { length 56 Source/modules/vibration/NavigatorVibration.cpp length = kVibrationPatternLengthMax; length 60 Source/modules/vibration/NavigatorVibration.cpp for (size_t i = 0; i < length; ++i) { length 66 Source/modules/vibration/NavigatorVibration.cpp if (length && !(length % 2)) length 108 Source/modules/webaudio/AudioBuffer.cpp , m_length(bus->length()) length 135 Source/modules/webaudio/AudioBuffer.cpp return Float32Array::create(channelData->buffer(), channelData->byteOffset(), channelData->length()); length 150 Source/modules/webaudio/AudioBuffer.cpp getChannelData(i)->zeroRange(0, length()); length 52 Source/modules/webaudio/AudioBuffer.h size_t length() const { return m_length; } length 53 Source/modules/webaudio/AudioBuffer.h double duration() const { return length() / static_cast<double>(sampleRate()); } length 184 Source/modules/webaudio/AudioBufferSourceNode.cpp size_t destinationLength = bus->length(); length 205 Source/modules/webaudio/AudioBufferSourceNode.cpp size_t bufferLength = buffer()->length(); length 608 Source/modules/webaudio/AudioContext.cpp if (real->length() != imag->length()) { length 611 Source/modules/webaudio/AudioContext.cpp "length of real array (" + String::number(real->length()) length 612 Source/modules/webaudio/AudioContext.cpp + ") and length of imaginary array (" + String::number(imag->length()) length 617 Source/modules/webaudio/AudioContext.cpp if (real->length() > 4096) { length 620 Source/modules/webaudio/AudioContext.cpp "length of real array (" + String::number(real->length()) length 625 Source/modules/webaudio/AudioContext.cpp if (imag->length() > 4096) { length 628 Source/modules/webaudio/AudioContext.cpp "length of imaginary array (" + String::number(imag->length()) length 77 Source/modules/webaudio/AudioDestinationNode.h bool isGood = destinationBus && destinationBus->length() == numberOfFrames && m_sourceBus->length() == numberOfFrames; length 310 Source/modules/webaudio/AudioParamTimeline.cpp unsigned numberOfCurvePoints = curve ? curve->length() : 0; length 105 Source/modules/webaudio/BiquadFilterNode.cpp int n = std::min(frequencyHz->length(), length 106 Source/modules/webaudio/BiquadFilterNode.cpp std::min(magResponse->length(), phaseResponse->length())); length 69 Source/modules/webaudio/ChannelMergerNode.cpp ASSERT_UNUSED(framesToProcess, framesToProcess == output->bus()->length()); length 63 Source/modules/webaudio/ChannelSplitterNode.cpp ASSERT_UNUSED(framesToProcess, framesToProcess == source->length()); length 128 Source/modules/webaudio/ConvolverNode.cpp size_t bufferLength = buffer->length(); length 109 Source/modules/webaudio/OfflineAudioDestinationNode.cpp bool isRenderBusAllocated = m_renderBus->length() >= renderQuantumSize; length 116 Source/modules/webaudio/OfflineAudioDestinationNode.cpp size_t framesToProcess = m_renderTarget->length(); length 404 Source/modules/webaudio/PannerNode.cpp double sourceListenerMagnitude = sourceToListener.length(); length 50 Source/modules/webaudio/PeriodicWave.cpp bool isGood = real && imag && real->length() == imag->length(); length 54 Source/modules/webaudio/PeriodicWave.cpp size_t numberOfComponents = real->length(); length 92 Source/modules/webaudio/RealtimeAnalyser.cpp bool isBusGood = bus && bus->numberOfChannels() > 0 && bus->channel(0)->length() >= framesToProcess; length 209 Source/modules/webaudio/RealtimeAnalyser.cpp size_t len = min(sourceLength, destinationArray->length()); length 233 Source/modules/webaudio/RealtimeAnalyser.cpp size_t len = min(sourceLength, destinationArray->length()); length 267 Source/modules/webaudio/RealtimeAnalyser.cpp size_t len = min(fftSize, destinationArray->length()); length 296 Source/modules/webaudio/RealtimeAnalyser.cpp size_t len = min(fftSize, destinationArray->length()); length 175 Source/modules/webaudio/ScriptProcessorNode.cpp bool buffersAreGood = outputBuffer && bufferSize() == outputBuffer->length() && m_bufferReadWriteIndex + framesToProcess <= bufferSize(); length 179 Source/modules/webaudio/ScriptProcessorNode.cpp buffersAreGood = buffersAreGood && inputBuffer && bufferSize() == inputBuffer->length(); length 90 Source/modules/webaudio/WaveShaperDSPKernel.cpp int curveLength = curve->length(); length 385 Source/modules/webdatabase/DatabaseBackendBase.cpp if (currentVersion.length()) { length 410 Source/modules/webdatabase/DatabaseBackendBase.cpp if ((!m_new || shouldSetVersionInNewDatabase) && m_expectedVersion.length() && m_expectedVersion != currentVersion) { length 272 Source/modules/webdatabase/InspectorDatabaseAgent.cpp unsigned length = tableNames.size(); length 273 Source/modules/webdatabase/InspectorDatabaseAgent.cpp for (unsigned i = 0; i < length; ++i) length 51 Source/modules/webdatabase/SQLResultSetRowList.h unsigned length() const; length 72 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp size_t lengthIncludingNullCharacter = query.length() + 1; length 147 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp return sqlite3_bind_text16(m_statement, index, text.charactersWithNullTermination().data(), sizeof(UChar) * text.length(), SQLITE_TRANSIENT); length 229 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp unsigned length = WTF::lengthOfNullTerminatedString(string); length 230 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp return SQLValue(StringImpl::create8BitIfPossible(string, length)); length 130 Source/modules/webmidi/MIDIAccess.cpp void MIDIAccess::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) length 143 Source/modules/webmidi/MIDIAccess.cpp m_inputs[portIndex]->didReceiveMIDIData(portIndex, data, length, timeStampInMilliseconds); length 147 Source/modules/webmidi/MIDIAccess.cpp void MIDIAccess::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds) length 149 Source/modules/webmidi/MIDIAccess.cpp if (m_state == Resolved && portIndex < m_outputs.size() && data && length > 0) { length 165 Source/modules/webmidi/MIDIAccess.cpp m_accessor->sendMIDIData(portIndex, data, length, timeStamp); length 84 Source/modules/webmidi/MIDIAccess.h virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE; length 87 Source/modules/webmidi/MIDIAccess.h void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds); length 63 Source/modules/webmidi/MIDIAccessor.cpp void MIDIAccessor::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) length 65 Source/modules/webmidi/MIDIAccessor.cpp m_accessor->sendMIDIData(portIndex, data, length, timeStamp); length 83 Source/modules/webmidi/MIDIAccessor.cpp void MIDIAccessor::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) length 85 Source/modules/webmidi/MIDIAccessor.cpp m_client->didReceiveMIDIData(portIndex, data, length, timeStamp); length 50 Source/modules/webmidi/MIDIAccessor.h void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp); length 56 Source/modules/webmidi/MIDIAccessor.h virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE; length 44 Source/modules/webmidi/MIDIAccessorClient.h virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0; length 53 Source/modules/webmidi/MIDIInput.cpp void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) length 57 Source/modules/webmidi/MIDIInput.cpp if (!length) length 65 Source/modules/webmidi/MIDIInput.cpp RefPtr<Uint8Array> array = Uint8Array::create(data, length); length 52 Source/modules/webmidi/MIDIInput.h void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp); length 62 Source/modules/webmidi/MIDIOutput.cpp , m_length(array->length()) length 150 Source/modules/webmidi/MIDIOutput.cpp size_t length = isSystemMessage() ? systemMessageLength[m_data[m_offset] - 0xf1] : channelMessageLength[(m_data[m_offset] >> 4) - 8]; length 159 Source/modules/webmidi/MIDIOutput.cpp if (++count == length) { length 202 Source/modules/webmidi/MIDIOutput.cpp midiAccess()->sendMIDIData(m_portIndex, array->data(), array->length(), timestamp); length 155 Source/modules/websockets/MainThreadWebSocketChannel.cpp bool MainThreadWebSocketChannel::send(const char* data, int length) length 157 Source/modules/websockets/MainThreadWebSocketChannel.cpp WTF_LOG(Network, "MainThreadWebSocketChannel %p send() Sending char* data=%p length=%d", this, data, length); length 158 Source/modules/websockets/MainThreadWebSocketChannel.cpp enqueueRawFrame(WebSocketFrame::OpCodeBinary, data, length); length 271 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (!handle->send(handshakeMessage.data(), handshakeMessage.length())) length 498 Source/modules/websockets/MainThreadWebSocketChannel.cpp buf.append(reason.utf8().data(), reason.utf8().length()); length 743 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (!sendFrame(frame->opCode, frame->stringData.data(), frame->stringData.length())) length 70 Source/modules/websockets/MainThreadWebSocketChannel.h bool send(const char* data, int length); length 165 Source/modules/websockets/NewWebSocketChannelImpl.cpp WebSocketFrame frame(WebSocketFrame::OpCodeText, data.data(), data.length(), WebSocketFrame::Final | WebSocketFrame::Masked); length 281 Source/modules/websockets/NewWebSocketChannelImpl.cpp size_t size = std::min(static_cast<size_t>(m_sendingQuota), message.text.length() - m_sentSizeOfTopMessage); length 282 Source/modules/websockets/NewWebSocketChannelImpl.cpp final = (m_sentSizeOfTopMessage + size == message.text.length()); length 173 Source/modules/websockets/WebSocket.cpp for (size_t i = 0; i < protocol.length(); ++i) { length 183 Source/modules/websockets/WebSocket.cpp for (size_t i = 0; i < protocol.length(); i++) { length 405 Source/modules/websockets/WebSocket.cpp updateBufferedAmountAfterClose(message.utf8().length()); length 487 Source/modules/websockets/WebSocket.cpp if (utf8.length() > maxReasonSizeInBytes) { length 84 Source/modules/websockets/WebSocketDeflater.cpp bool WebSocketDeflater::addBytes(const char* data, size_t length) length 86 Source/modules/websockets/WebSocketDeflater.cpp if (!length) length 90 Source/modules/websockets/WebSocketDeflater.cpp size_t maxLength = deflateBound(m_stream.get(), length); length 94 Source/modules/websockets/WebSocketDeflater.cpp setStreamParameter(m_stream.get(), data, length, m_buffer.data() + writePosition, maxLength); length 171 Source/modules/websockets/WebSocketDeflater.cpp bool WebSocketInflater::addBytes(const char* data, size_t length) length 173 Source/modules/websockets/WebSocketDeflater.cpp if (!length) length 177 Source/modules/websockets/WebSocketDeflater.cpp while (consumedSoFar < length) { length 181 Source/modules/websockets/WebSocketDeflater.cpp size_t remainingLength = length - consumedSoFar; length 198 Source/modules/websockets/WebSocketDeflater.cpp ASSERT(consumedSoFar == length); length 55 Source/modules/websockets/WebSocketExtensionDispatcher.cpp ASSERT(processor->handshakeString().length()); length 100 Source/modules/websockets/WebSocketExtensionDispatcher.cpp if (!headerValue.length()) length 110 Source/modules/websockets/WebSocketExtensionDispatcher.cpp WebSocketExtensionParser parser(headerValueData.data(), headerValueData.data() + headerValueData.length()); length 48 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 60 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 76 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 90 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 100 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 110 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 120 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 130 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 140 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 150 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 160 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 170 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 180 Source/modules/websockets/WebSocketExtensionParserTest.cpp WebSocketExtensionParser parser(input.data(), input.data() + input.length()); length 124 Source/modules/websockets/WebSocketHandshake.cpp sha1.addBytes(reinterpret_cast<const uint8_t*>(keyData.data()), keyData.length()); length 222 Source/modules/websockets/WebSocketHandshake.cpp if (extensionValue.length()) length 269 Source/modules/websockets/WebSocketHandshake.cpp if (extensionValue.length()) length 438 Source/modules/websockets/WebSocketHandshake.cpp if (statusCodeString.length() != 3) // Status code must consist of three digits. length 103 Source/modules/websockets/WebSocketPerMessageDeflate.cpp if (!clientMaxWindowBits->value.length()) { length 123 Source/modules/websockets/WebSocketPerMessageDeflate.cpp if (!serverMaxWindowBits->value.length()) { length 94 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp size_t length = 64 * 1024; length 101 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp for (size_t i = 0; i < length; ++i) { length 111 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp for (size_t i = 0; i < length; ++i) { length 115 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp frame.final = (i == length - 1); length 118 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp ASSERT_EQ(i == length - 1, frame.final); length 71 Source/platform/AsyncFileSystemCallbacks.h virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); } length 140 Source/platform/CalculationValue.h explicit CalcExpressionLength(Length length) length 141 Source/platform/CalculationValue.h : m_length(length) length 161 Source/platform/CalculationValue.h const Length& length() const { return m_length; } length 48 Source/platform/ContentType.cpp start = strippedType.find('=', start + parameterName.length()); length 57 Source/platform/ContentType.cpp end = strippedType.length(); length 93 Source/platform/DateComponents.cpp for (; index < src.length(); ++index) { length 103 Source/platform/DateComponents.cpp if (parseStart + parseLength > src.length() || !parseLength) length 279 Source/platform/DateComponents.cpp if (start >= src.length()) length 302 Source/platform/DateComponents.cpp if (index >= src.length() || src[index] != ':') length 327 Source/platform/DateComponents.cpp if (index >= src.length() || src[index] != '-') length 349 Source/platform/DateComponents.cpp if (index + 2 >= src.length()) length 373 Source/platform/DateComponents.cpp if (index + 3 >= src.length()) length 399 Source/platform/DateComponents.cpp if (index >= src.length()) length 414 Source/platform/DateComponents.cpp if (index + 2 < src.length() && src[index] == ':') { length 419 Source/platform/DateComponents.cpp if (index < src.length() && src[index] == '.') { length 453 Source/platform/DateComponents.cpp if (index >= src.length()) length 471 Source/platform/DateComponents.cpp if (index >= src.length()) length 727 Source/platform/Decimal.cpp for (unsigned index = 0; index < str.length(); ++index) { length 980 Source/platform/Decimal.cpp int coefficientLength = static_cast<int>(digits.length()); length 45 Source/platform/FileMetadata.cpp result = metadata.length; length 64 Source/platform/FileMetadata.cpp metadata.length = webFileInfo.length; length 52 Source/platform/FileMetadata.h long long length; length 63 Source/platform/FileMetadata.h FileMetadata() : modificationTime(invalidFileTime()), length(-1), type(TypeUnknown) { } length 65 Source/platform/JSONValues.cpp for (unsigned i = 0; i < str.length(); ++i) { length 223 Source/platform/JSONValues.cpp unsigned length = 0; length 231 Source/platform/JSONValues.cpp length = decimal.toStringExponential(buffer, WTF::NumberToStringBufferLength); length 233 Source/platform/JSONValues.cpp length = decimal.toStringDecimal(buffer, WTF::NumberToStringBufferLength); length 235 Source/platform/JSONValues.cpp output->append(buffer, length); length 253 Source/platform/JSONValues.h unsigned length() const { return m_data.size(); } length 85 Source/platform/Language.cpp if (lowercaseLanguageCode.length() >= 3 && lowercaseLanguageCode[2] == '_') length 97 Source/platform/Language.cpp bool canMatchLanguageOnly = (language.length() == 2 || (language.length() >= 3 && language[2] == '-')); length 105 Source/platform/Language.cpp if (canMatchLanguageOnly && canonicalizedLanguageFromList.length() >= 2) { length 107 Source/platform/Language.cpp if (!languageWithoutLocaleMatch.length() && canonicalizedLanguageFromList.length() == 2) { length 111 Source/platform/Language.cpp if (!languageMatchButNotLocale.length() && canonicalizedLanguageFromList.length() >= 3) { length 122 Source/platform/Language.cpp if (languageWithoutLocaleMatch.length()) length 125 Source/platform/Language.cpp if (languageMatchButNotLocale.length()) length 38 Source/platform/Length.cpp static unsigned splitLength(const CharType* data, unsigned length, unsigned& intLength, unsigned& doubleLength) length 40 Source/platform/Length.cpp ASSERT(length); length 43 Source/platform/Length.cpp while (i < length && isSpaceOrNewline(data[i])) length 45 Source/platform/Length.cpp if (i < length && (data[i] == '+' || data[i] == '-')) length 47 Source/platform/Length.cpp while (i < length && isASCIIDigit(data[i])) length 50 Source/platform/Length.cpp while (i < length && (isASCIIDigit(data[i]) || data[i] == '.')) length 55 Source/platform/Length.cpp while (i < length && isSpaceOrNewline(data[i])) length 62 Source/platform/Length.cpp static Length parseHTMLAreaCoordinate(const CharType* data, unsigned length) length 66 Source/platform/Length.cpp splitLength(data, length, intLength, doubleLength); length 78 Source/platform/Length.cpp unsigned length = string.length(); length 79 Source/platform/Length.cpp StringBuffer<LChar> spacified(length); length 80 Source/platform/Length.cpp for (unsigned i = 0; i < length; i++) { length 91 Source/platform/Length.cpp if (!str->length()) length 105 Source/platform/Length.cpp r[i] = parseHTMLAreaCoordinate(str->characters8() + pos, str->length() - pos); length 96 Source/platform/Length.h Length(const Length& length) length 98 Source/platform/Length.h memcpy(this, &length, sizeof(Length)); length 103 Source/platform/Length.h Length& operator=(const Length& length) length 105 Source/platform/Length.h if (length.isCalculated()) length 106 Source/platform/Length.h length.incrementCalculatedRef(); length 109 Source/platform/Length.h memcpy(this, &length, sizeof(Length)); length 32 Source/platform/LengthFunctions.cpp int intValueForLength(const Length& length, LayoutUnit maximumValue) length 34 Source/platform/LengthFunctions.cpp return static_cast<int>(valueForLength(length, maximumValue)); length 37 Source/platform/LengthFunctions.cpp float floatValueForLength(const Length& length, float maximumValue) length 39 Source/platform/LengthFunctions.cpp switch (length.type()) { length 41 Source/platform/LengthFunctions.cpp return length.getFloatValue(); length 43 Source/platform/LengthFunctions.cpp return static_cast<float>(maximumValue * length.percent() / 100.0f); length 48 Source/platform/LengthFunctions.cpp return length.nonNanCalculatedValue(maximumValue); length 65 Source/platform/LengthFunctions.cpp LayoutUnit minimumValueForLength(const Length& length, LayoutUnit maximumValue) length 67 Source/platform/LengthFunctions.cpp switch (length.type()) { length 69 Source/platform/LengthFunctions.cpp return length.value(); length 72 Source/platform/LengthFunctions.cpp return static_cast<float>(maximumValue * length.percent() / 100.0f); length 74 Source/platform/LengthFunctions.cpp return length.nonNanCalculatedValue(maximumValue); length 94 Source/platform/LengthFunctions.cpp LayoutUnit roundedMinimumValueForLength(const Length& length, LayoutUnit maximumValue) length 96 Source/platform/LengthFunctions.cpp if (length.type() == Percent) length 97 Source/platform/LengthFunctions.cpp return static_cast<LayoutUnit>(round(maximumValue * length.percent() / 100.0f)); length 98 Source/platform/LengthFunctions.cpp return minimumValueForLength(length, maximumValue); length 101 Source/platform/LengthFunctions.cpp LayoutUnit valueForLength(const Length& length, LayoutUnit maximumValue) length 103 Source/platform/LengthFunctions.cpp switch (length.type()) { length 107 Source/platform/LengthFunctions.cpp return minimumValueForLength(length, maximumValue); length 48 Source/platform/LinkHash.cpp return url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.parsed(), relativeUTF8.data(), relativeUTF8.length(), 0, buffer, &parsed); length 50 Source/platform/LinkHash.cpp return url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.parsed(), relative.characters16(), relative.length(), 0, buffer, &parsed); length 60 Source/platform/LinkHash.cpp return blink::Platform::current()->visitedLinkHash(buffer.data(), buffer.length()); length 73 Source/platform/Logging.cpp if (!(channelName.length() >= 2)) length 229 Source/platform/PODIntervalTreeTest.cpp int length = nextRandom(maximumValue); length 230 Source/platform/PODIntervalTreeTest.cpp PODInterval<int> interval(left, left + length); length 62 Source/platform/PlatformKeyboardEvent.cpp if (m_text.length() == 1 && (m_text[0U] >= 0xF700 && m_text[0U] <= 0xF7FF)) { length 97 Source/platform/PurgeableVector.cpp void PurgeableVector::append(const char* data, size_t length) length 102 Source/platform/PurgeableVector.cpp m_vector.append(data, length); length 107 Source/platform/PurgeableVector.cpp const size_t newBufferSize = currentSize + length; length 111 Source/platform/PurgeableVector.cpp m_vector.append(data, length); length 115 Source/platform/PurgeableVector.cpp ASSERT(m_discardableSize + length <= m_discardableCapacity); length 116 Source/platform/PurgeableVector.cpp memcpy(static_cast<char*>(m_discardable->data()) + m_discardableSize, data, length); length 117 Source/platform/PurgeableVector.cpp m_discardableSize += length; length 71 Source/platform/PurgeableVector.h void append(const char* data, size_t length); length 256 Source/platform/PurgeableVectorTest.cpp unsigned length = testData.size(); length 258 Source/platform/PurgeableVectorTest.cpp purgeableVector.append(testData.data(), length); length 259 Source/platform/PurgeableVectorTest.cpp ASSERT_EQ(length, purgeableVector.size()); length 279 Source/platform/PurgeableVectorTest.cpp ASSERT_EQ(0, memcmp(purgeableVector.data(), testData.data(), length)); length 96 Source/platform/SharedBuffer.cpp unsigned length = std::min(segmentLength, snippetLength - offset); length 97 Source/platform/SharedBuffer.cpp memcpy(snippet + offset, segment, length); length 239 Source/platform/SharedBuffer.cpp while (size_t length = data->getSomeData(segment, position)) { length 240 Source/platform/SharedBuffer.cpp append(segment, length); length 241 Source/platform/SharedBuffer.cpp position += length; length 245 Source/platform/SharedBuffer.cpp void SharedBuffer::append(const char* data, unsigned length) length 248 Source/platform/SharedBuffer.cpp if (!length) length 253 Source/platform/SharedBuffer.cpp m_size += length; length 257 Source/platform/SharedBuffer.cpp m_buffer.append(data, length); length 269 Source/platform/SharedBuffer.cpp unsigned bytesToCopy = min(length, segmentFreeSpace); length 273 Source/platform/SharedBuffer.cpp if (static_cast<unsigned>(length) == bytesToCopy) length 276 Source/platform/SharedBuffer.cpp length -= bytesToCopy; length 280 Source/platform/SharedBuffer.cpp bytesToCopy = min(length, segmentSize); length 105 Source/platform/SharedBufferTest.cpp unsigned length = testData.size(); length 106 Source/platform/SharedBufferTest.cpp RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(testData.data(), length); length 107 Source/platform/SharedBufferTest.cpp sharedBuffer->append(testData.data(), length); length 108 Source/platform/SharedBufferTest.cpp sharedBuffer->append(testData.data(), length); length 109 Source/platform/SharedBufferTest.cpp sharedBuffer->append(testData.data(), length); length 111 Source/platform/SharedBufferTest.cpp ASSERT_EQ(length * 4, sharedBuffer->size()); length 114 Source/platform/SharedBufferTest.cpp ASSERT_EQ(length * 4, clone->size()); length 117 Source/platform/SharedBufferTest.cpp clone->append(testData.data(), length); length 118 Source/platform/SharedBufferTest.cpp ASSERT_EQ(length * 5, clone->size()); length 123 Source/platform/SharedBufferTest.cpp unsigned length = 10000; length 124 Source/platform/SharedBufferTest.cpp RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(length); length 125 Source/platform/SharedBufferTest.cpp ASSERT_EQ(length, sharedBuffer->size()); length 130 Source/platform/SharedBufferTest.cpp ASSERT_EQ(length, sharedBuffer->getSomeData(data, 0)); length 142 Source/platform/SharedBufferTest.cpp unsigned length = testData.size(); length 143 Source/platform/SharedBufferTest.cpp RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::createPurgeable(testData.data(), length); length 144 Source/platform/SharedBufferTest.cpp ASSERT_EQ(length, sharedBuffer->size()); length 147 Source/platform/SharedBufferTest.cpp ASSERT_EQ(0, memcmp(data, testData.data(), length)); length 154 Source/platform/SharedBufferTest.cpp ASSERT_EQ(0, memcmp(data, testData.data(), length)); length 83 Source/platform/TestingPlatformSupport.cpp void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length) length 69 Source/platform/TestingPlatformSupport.h virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE; length 59 Source/platform/URLPatternMatcher.cpp unsigned hostStartPos = schemeEndPos + schemeSeparator.length(); length 60 Source/platform/URLPatternMatcher.cpp if (hostStartPos >= pattern.length()) length 92 Source/platform/URLPatternMatcher.cpp m_path = pattern.right(pattern.length() - pathStartPos); length 122 Source/platform/URLPatternMatcher.cpp if (!m_host.length()) length 129 Source/platform/URLPatternMatcher.cpp ASSERT(host.length() > m_host.length()); length 132 Source/platform/URLPatternMatcher.cpp return host[host.length() - m_host.length() - 1] == '.'; length 150 Source/platform/URLPatternMatcher.cpp bool testStringFinished() const { return m_testIndex >= m_test.length(); } length 151 Source/platform/URLPatternMatcher.cpp bool patternStringFinished() const { return m_patternIndex >= m_pattern.length(); } length 53 Source/platform/audio/AudioBus.cpp PassRefPtr<AudioBus> AudioBus::create(unsigned numberOfChannels, size_t length, bool allocate) length 59 Source/platform/audio/AudioBus.cpp return adoptRef(new AudioBus(numberOfChannels, length, allocate)); length 62 Source/platform/audio/AudioBus.cpp AudioBus::AudioBus(unsigned numberOfChannels, size_t length, bool allocate) length 63 Source/platform/audio/AudioBus.cpp : m_length(length) length 71 Source/platform/audio/AudioBus.cpp PassOwnPtr<AudioChannel> channel = allocate ? adoptPtr(new AudioChannel(length)) : adoptPtr(new AudioChannel(0, length)); length 78 Source/platform/audio/AudioBus.cpp void AudioBus::setChannelMemory(unsigned channelIndex, float* storage, size_t length) length 81 Source/platform/audio/AudioBus.cpp channel(channelIndex)->set(storage, length); length 82 Source/platform/audio/AudioBus.cpp m_length = length; // FIXME: verify that this length matches all the other channel lengths length 168 Source/platform/audio/AudioBus.cpp if (length() > bus.length()) length 176 Source/platform/audio/AudioBus.cpp size_t numberOfSourceFrames = sourceBuffer->length(); length 292 Source/platform/audio/AudioBus.cpp vadd(sourceL, 1, sourceR, 1, destination, 1, length()); length 294 Source/platform/audio/AudioBus.cpp vsmul(destination, 1, &scale, destination, 1, length()); length 335 Source/platform/audio/AudioBus.cpp vsma(sourceL, 1, &scale, destination, 1, length()); length 336 Source/platform/audio/AudioBus.cpp vsma(sourceR, 1, &scale, destination, 1, length()); length 361 Source/platform/audio/AudioBus.cpp AudioFloatArray temp(length()); length 365 Source/platform/audio/AudioBus.cpp vadd(sourceL, 1, sourceR, 1, tempData, 1, length()); length 367 Source/platform/audio/AudioBus.cpp vsmul(tempData, 1, &scale, tempData, 1, length()); length 368 Source/platform/audio/AudioBus.cpp vadd(tempData, 1, destination, 1, destination, 1, length()); length 371 Source/platform/audio/AudioBus.cpp vadd(sourceSL, 1, sourceSR, 1, tempData, 1, length()); length 373 Source/platform/audio/AudioBus.cpp vsmul(tempData, 1, &scale, tempData, 1, length()); length 374 Source/platform/audio/AudioBus.cpp vadd(tempData, 1, destination, 1, destination, 1, length()); length 377 Source/platform/audio/AudioBus.cpp vadd(sourceC, 1, destination, 1, destination, 1, length()); length 456 Source/platform/audio/AudioBus.cpp unsigned framesToProcess = length(); length 508 Source/platform/audio/AudioBus.cpp if (!gainValues || numberOfGainValues > sourceBus.length()) { length 513 Source/platform/audio/AudioBus.cpp if (sourceBus.length() == numberOfGainValues && sourceBus.length() == length() && sourceBus.isSilent()) { length 549 Source/platform/audio/AudioBus.cpp return AudioBus::createBufferFromRange(sourceBus, 0, sourceBus->length()); length 553 Source/platform/audio/AudioBus.cpp RefPtr<AudioBus> silentBus = create(numberOfSourceChannels, sourceBus->length() / sampleRateRatio); length 570 Source/platform/audio/AudioBus.cpp int sourceLength = resamplerSourceBus->length(); length 594 Source/platform/audio/AudioBus.cpp return create(1, sourceBus->length()); length 599 Source/platform/audio/AudioBus.cpp return AudioBus::createBufferFromRange(sourceBus, 0, sourceBus->length()); length 602 Source/platform/audio/AudioBus.cpp unsigned n = sourceBus->length(); length 69 Source/platform/audio/AudioBus.h static PassRefPtr<AudioBus> create(unsigned numberOfChannels, size_t length, bool allocate = true); length 72 Source/platform/audio/AudioBus.h void setChannelMemory(unsigned channelIndex, float* storage, size_t length); length 83 Source/platform/audio/AudioBus.h size_t length() const { return m_length; } length 152 Source/platform/audio/AudioBus.h AudioBus(unsigned numberOfChannels, size_t length, bool allocate); length 56 Source/platform/audio/AudioChannel.cpp vsmul(data(), 1, &scale, mutableData(), 1, length()); length 61 Source/platform/audio/AudioChannel.cpp bool isSafe = (sourceChannel && sourceChannel->length() >= length()); length 70 Source/platform/audio/AudioChannel.cpp memcpy(mutableData(), sourceChannel->data(), sizeof(float) * length()); length 76 Source/platform/audio/AudioChannel.cpp bool isRangeSafe = sourceChannel && startFrame < endFrame && endFrame <= sourceChannel->length(); length 86 Source/platform/audio/AudioChannel.cpp bool isRangeLengthSafe = rangeLength <= length(); length 95 Source/platform/audio/AudioChannel.cpp if (rangeLength == length()) length 105 Source/platform/audio/AudioChannel.cpp bool isSafe = sourceChannel && sourceChannel->length() >= length(); length 116 Source/platform/audio/AudioChannel.cpp vadd(data(), 1, sourceChannel->data(), 1, mutableData(), 1, length()); length 126 Source/platform/audio/AudioChannel.cpp vmaxmgv(data(), 1, &max, length()); length 46 Source/platform/audio/AudioChannel.h AudioChannel(float* storage, size_t length) length 47 Source/platform/audio/AudioChannel.h : m_length(length) length 54 Source/platform/audio/AudioChannel.h explicit AudioChannel(size_t length) length 55 Source/platform/audio/AudioChannel.h : m_length(length) length 59 Source/platform/audio/AudioChannel.h m_memBuffer = adoptPtr(new AudioFloatArray(length)); length 72 Source/platform/audio/AudioChannel.h void set(float* storage, size_t length) length 76 Source/platform/audio/AudioChannel.h m_length = length; length 81 Source/platform/audio/AudioChannel.h size_t length() const { return m_length; } length 48 Source/platform/audio/AudioFIFO.cpp bool isGood = destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFifo) && (destination->length() >= framesToConsume); length 67 Source/platform/audio/AudioFIFO.cpp && (part1Length <= destination->length()) length 68 Source/platform/audio/AudioFIFO.cpp && (part1Length + part2Length) <= destination->length()); length 87 Source/platform/audio/AudioFIFO.cpp bool isGood = sourceBus && (m_framesInFifo + sourceBus->length() <= m_fifoLength); length 91 Source/platform/audio/AudioFIFO.cpp size_t sourceLength = sourceBus->length(); length 100 Source/platform/audio/AudioResampler.cpp provider->provideInput(m_sourceBus.get(), m_sourceBus->length()); length 54 Source/platform/audio/EqualPowerPanner.cpp bool isInputSafe = inputBus && (inputBus->numberOfChannels() == 1 || inputBus->numberOfChannels() == 2) && framesToProcess <= inputBus->length(); length 61 Source/platform/audio/EqualPowerPanner.cpp bool isOutputSafe = outputBus && outputBus->numberOfChannels() == 2 && framesToProcess <= outputBus->length(); length 84 Source/platform/audio/HRTFElevation.cpp size_t responseLength = bus->length(); length 184 Source/platform/audio/HRTFElevation.cpp size_t responseLength = impulseResponse->length(); length 53 Source/platform/audio/HRTFKernel.cpp bool isSizeGood = channel->length() >= analysisFFTSize; length 80 Source/platform/audio/HRTFKernel.cpp size_t responseLength = channel->length(); length 128 Source/platform/audio/HRTFPanner.cpp bool isOutputGood = outputBus && outputBus->numberOfChannels() == 2 && framesToProcess <= outputBus->length(); length 61 Source/platform/audio/Reverb.cpp size_t length = response->length(); length 67 Source/platform/audio/Reverb.cpp vsvesq(response->channel(i)->data(), 1, &channelPower, length); length 71 Source/platform/audio/Reverb.cpp power = sqrt(power / (numberOfChannels * length)); length 114 Source/platform/audio/Reverb.cpp m_impulseResponseLength = impulseResponseBuffer->length(); length 141 Source/platform/audio/Reverb.cpp && framesToProcess <= MaxFrameSize && framesToProcess <= sourceBus->length() && framesToProcess <= destinationBus->length(); length 179 Source/platform/audio/Reverb.cpp bool isCopySafe = destinationChannelL->data() && destinationChannelR->data() && destinationChannelL->length() >= framesToProcess && destinationChannelR->length() >= framesToProcess; length 41 Source/platform/audio/ReverbAccumulationBuffer.cpp ReverbAccumulationBuffer::ReverbAccumulationBuffer(size_t length) length 42 Source/platform/audio/ReverbAccumulationBuffer.cpp : m_buffer(length) length 42 Source/platform/audio/ReverbAccumulationBuffer.h ReverbAccumulationBuffer(size_t length); length 60 Source/platform/audio/ReverbConvolver.cpp : m_impulseResponseLength(impulseResponse->length()) length 61 Source/platform/audio/ReverbConvolver.cpp , m_accumulationBuffer(impulseResponse->length() + renderSliceSize) length 77 Source/platform/audio/ReverbConvolver.cpp size_t totalResponseLength = impulseResponse->length(); length 155 Source/platform/audio/ReverbConvolver.cpp bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess && destinationChannel->length() >= framesToProcess; length 37 Source/platform/audio/ReverbInputBuffer.cpp ReverbInputBuffer::ReverbInputBuffer(size_t length) length 38 Source/platform/audio/ReverbInputBuffer.cpp : m_buffer(length) length 40 Source/platform/audio/ReverbInputBuffer.h ReverbInputBuffer(size_t length); length 78 Source/platform/blob/BlobData.cpp void BlobData::appendData(PassRefPtr<RawData> data, long long offset, long long length) length 80 Source/platform/blob/BlobData.cpp m_items.append(BlobDataItem(data, offset, length)); length 88 Source/platform/blob/BlobData.cpp void BlobData::appendFile(const String& path, long long offset, long long length, double expectedModificationTime) length 90 Source/platform/blob/BlobData.cpp m_items.append(BlobDataItem(path, offset, length, expectedModificationTime)); length 93 Source/platform/blob/BlobData.cpp void BlobData::appendBlob(PassRefPtr<BlobDataHandle> dataHandle, long long offset, long long length) length 95 Source/platform/blob/BlobData.cpp m_items.append(BlobDataItem(dataHandle, offset, length)); length 98 Source/platform/blob/BlobData.cpp void BlobData::appendFileSystemURL(const KURL& url, long long offset, long long length, double expectedModificationTime) length 100 Source/platform/blob/BlobData.cpp m_items.append(BlobDataItem(url, offset, length, expectedModificationTime)); length 112 Source/platform/blob/BlobData.cpp buffer->append(utf8Text.data(), utf8Text.length()); length 118 Source/platform/blob/BlobData.cpp void BlobData::appendBytes(const void* bytes, long long length) length 122 Source/platform/blob/BlobData.cpp buffer->append(static_cast<const char *>(bytes), length); length 143 Source/platform/blob/BlobData.cpp long long length = 0; length 147 Source/platform/blob/BlobData.cpp if (item.length != BlobDataItem::toEndOfFile) { length 148 Source/platform/blob/BlobData.cpp ASSERT(item.length >= 0); length 149 Source/platform/blob/BlobData.cpp length += item.length; length 155 Source/platform/blob/BlobData.cpp length += item.data->length(); length 163 Source/platform/blob/BlobData.cpp return length; length 55 Source/platform/blob/BlobData.h size_t length() const { return m_data.size(); } length 71 Source/platform/blob/BlobData.h , length(toEndOfFile) length 81 Source/platform/blob/BlobData.h , length(toEndOfFile) length 91 Source/platform/blob/BlobData.h , length(toEndOfFile) length 97 Source/platform/blob/BlobData.h BlobDataItem(const String& path, long long offset, long long length, double expectedModificationTime) length 101 Source/platform/blob/BlobData.h , length(length) length 107 Source/platform/blob/BlobData.h BlobDataItem(PassRefPtr<BlobDataHandle> blobDataHandle, long long offset, long long length) length 111 Source/platform/blob/BlobData.h , length(length) length 117 Source/platform/blob/BlobData.h BlobDataItem(const KURL& fileSystemURL, long long offset, long long length, double expectedModificationTime) length 121 Source/platform/blob/BlobData.h , length(length) length 142 Source/platform/blob/BlobData.h long long length; length 149 Source/platform/blob/BlobData.h BlobDataItem(PassRefPtr<RawData> data, long long offset, long long length) length 153 Source/platform/blob/BlobData.h , length(length) length 178 Source/platform/blob/BlobData.h void appendData(PassRefPtr<RawData>, long long offset, long long length); length 180 Source/platform/blob/BlobData.h void appendFile(const String& path, long long offset, long long length, double expectedModificationTime); length 181 Source/platform/blob/BlobData.h void appendBlob(PassRefPtr<BlobDataHandle>, long long offset, long long length); length 182 Source/platform/blob/BlobData.h void appendFileSystemURL(const KURL&, long long offset, long long length, double expectedModificationTime); length 189 Source/platform/blob/BlobData.h long long length() const; length 196 Source/platform/blob/BlobData.h void appendBytes(const void*, long long length); length 53 Source/platform/clipboard/ClipboardUtilitiesPosix.cpp if (extension.length() >= maxFilenameLength) length 57 Source/platform/clipboard/ClipboardUtilitiesPosix.cpp name.truncate(maxFilenameLength - extension.length() - 1); length 88 Source/platform/clipboard/ClipboardUtilitiesTest.cpp EXPECT_EQ(254u, name.length() + extension.length()); length 51 Source/platform/clipboard/ClipboardUtilitiesWin.cpp for (unsigned index = 0; index < str.length(); ++index) { length 66 Source/platform/clipboard/ClipboardUtilitiesWin.cpp if (extension.length() >= maxFilenameLength) length 70 Source/platform/clipboard/ClipboardUtilitiesWin.cpp name.truncate(maxFilenameLength - extension.length() - 1); length 49 Source/platform/exported/WebAudioBus.cpp void WebAudioBus::initialize(unsigned numberOfChannels, size_t length, double sampleRate) length 52 Source/platform/exported/WebAudioBus.cpp RefPtr<AudioBus> audioBus = AudioBus::create(numberOfChannels, length); length 70 Source/platform/exported/WebAudioBus.cpp ASSERT(newLength <= length()); length 107 Source/platform/exported/WebAudioBus.cpp return m_private->length(); length 69 Source/platform/exported/WebBlobData.cpp result.length = item.length; length 63 Source/platform/exported/WebCString.cpp void WebCString::assign(const char* data, size_t length) length 67 Source/platform/exported/WebCString.cpp WTF::CString::newUninitialized(length, newData).buffer(); length 68 Source/platform/exported/WebCString.cpp memcpy(newData, data, length); length 74 Source/platform/exported/WebCString.cpp return m_private.isNull() ? 0 : m_private->length(); length 84 Source/platform/exported/WebCString.cpp return WebString::fromUTF8(data(), length()); length 90 Source/platform/exported/WebFileSystemCallbacks.cpp fileMetadata.length = webFileInfo.length; length 104 Source/platform/exported/WebFileSystemCallbacks.cpp RefPtr<BlobDataHandle> snapshotBlob = BlobDataHandle::create(blobData.release(), webFileInfo.length); length 108 Source/platform/exported/WebFileSystemCallbacks.cpp fileMetadata.length = webFileInfo.length; length 138 Source/platform/exported/WebFileSystemCallbacks.cpp void WebFileSystemCallbacks::didCreateFileWriter(WebFileWriter* webFileWriter, long long length) length 141 Source/platform/exported/WebFileSystemCallbacks.cpp m_private->callbacks()->didCreateFileWriter(adoptPtr(webFileWriter), length); length 135 Source/platform/exported/WebHTTPBody.cpp void WebHTTPBody::appendFileSystemURLRange(const WebURL& url, long long start, long long length, double modificationTime) length 140 Source/platform/exported/WebHTTPBody.cpp m_private->appendFileSystemURLRange(url, start, length, modificationTime); length 52 Source/platform/exported/WebString.cpp void WebString::assign(const WebUChar* data, size_t length) length 54 Source/platform/exported/WebString.cpp assign(StringImpl::create8BitIfPossible(data, length).get()); length 59 Source/platform/exported/WebString.cpp return m_private.isNull() ? 0 : m_private->length(); length 86 Source/platform/exported/WebString.cpp return std::string(utf8.data(), utf8.length()); length 89 Source/platform/exported/WebString.cpp WebString WebString::fromUTF8(const char* data, size_t length) length 91 Source/platform/exported/WebString.cpp return String::fromUTF8(data, length); length 107 Source/platform/exported/WebString.cpp return std::string(reinterpret_cast<const char*>(string.characters8()), string.length()); length 110 Source/platform/exported/WebString.cpp return std::string(latin1.data(), latin1.length()); length 113 Source/platform/exported/WebString.cpp WebString WebString::fromLatin1(const WebLChar* data, size_t length) length 115 Source/platform/exported/WebString.cpp return String(data, length); length 54 Source/platform/exported/WebThreadSafeData.cpp return m_private->length(); length 67 Source/platform/exported/WebURLError.cpp ResourceError resourceError = ResourceError(domain, reason, String::fromUTF8(spec.data(), spec.length()), localizedDescription); length 275 Source/platform/fonts/Character.cpp unsigned Character::expansionOpportunityCount(const LChar* characters, size_t length, TextDirection direction, bool& isAfterExpansion) length 279 Source/platform/fonts/Character.cpp for (size_t i = 0; i < length; ++i) { length 288 Source/platform/fonts/Character.cpp for (size_t i = length; i > 0; --i) { length 300 Source/platform/fonts/Character.cpp unsigned Character::expansionOpportunityCount(const UChar* characters, size_t length, TextDirection direction, bool& isAfterExpansion) length 305 Source/platform/fonts/Character.cpp for (size_t i = 0; i < length; ++i) { length 312 Source/platform/fonts/Character.cpp if (U16_IS_LEAD(character) && i + 1 < length && U16_IS_TRAIL(characters[i + 1])) { length 326 Source/platform/fonts/Character.cpp for (size_t i = length; i > 0; --i) { length 365 Source/platform/fonts/Character.cpp static inline String normalizeSpacesInternal(const CharacterType* characters, unsigned length) length 368 Source/platform/fonts/Character.cpp normalized.reserveCapacity(length); length 370 Source/platform/fonts/Character.cpp for (unsigned i = 0; i < length; ++i) length 376 Source/platform/fonts/Character.cpp String Character::normalizeSpaces(const LChar* characters, unsigned length) length 378 Source/platform/fonts/Character.cpp return normalizeSpacesInternal(characters, length); length 381 Source/platform/fonts/Character.cpp String Character::normalizeSpaces(const UChar* characters, unsigned length) length 383 Source/platform/fonts/Character.cpp return normalizeSpacesInternal(characters, length); length 51 Source/platform/fonts/Character.h static unsigned expansionOpportunityCount(const LChar*, size_t length, TextDirection, bool& isAfterExpansion); length 52 Source/platform/fonts/Character.h static unsigned expansionOpportunityCount(const UChar*, size_t length, TextDirection, bool& isAfterExpansion); length 70 Source/platform/fonts/Character.h static String normalizeSpaces(const LChar*, unsigned length); length 71 Source/platform/fonts/Character.h static String normalizeSpaces(const UChar*, unsigned length); length 115 Source/platform/fonts/Font.cpp if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (runInfo.from || runInfo.to != runInfo.run.length())) length 131 Source/platform/fonts/Font.cpp if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (runInfo.from || runInfo.to != runInfo.run.length())) length 183 Source/platform/fonts/Font.cpp charsConsumed = run.length(); length 190 Source/platform/fonts/Font.cpp to = (to == -1 ? run.length() : to); length 194 Source/platform/fonts/Font.cpp if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (from || to != run.length())) length 235 Source/platform/fonts/Font.cpp if (run.length() > 1 && !WidthIterator::supportsTypesettingFeatures(*this)) length 245 Source/platform/fonts/Font.cpp return Character::characterRangeCodePath(run.characters16(), run.length()); length 547 Source/platform/fonts/Font.cpp if (mark.length() < 2) length 628 Source/platform/fonts/Font.cpp it.advance(run.length(), &localGlyphBuffer); length 753 Source/platform/fonts/Font.cpp it.advance(run.length(), (fontDescription().typesettingFeatures() & (Kerning | Ligatures)) ? &glyphBuffer : 0); length 779 Source/platform/fonts/Font.cpp it.advance(run.length(), &glyphBuffer); length 123 Source/platform/fonts/Font.h const SimpleFontData* fontDataForCombiningCharacterSequence(const UChar*, size_t length, FontDataVariant) const; length 19 Source/platform/fonts/FontCacheTest.cpp virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { } length 164 Source/platform/fonts/FontFallbackList.cpp if (currFamily->family().length()) { length 117 Source/platform/fonts/GlyphBuffer.h void reverse(unsigned from, unsigned length) length 119 Source/platform/fonts/GlyphBuffer.h for (unsigned i = from, end = from + length - 1; i < end; ++i, --end) length 177 Source/platform/fonts/GlyphPage.h bool fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData*); length 121 Source/platform/fonts/GlyphPageTreeNode.cpp static bool fill(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) length 125 Source/platform/fonts/GlyphPageTreeNode.cpp return fontData->customFontData()->fillSVGGlyphPage(pageToFill, offset, length, buffer, bufferLength, fontData); length 127 Source/platform/fonts/GlyphPageTreeNode.cpp bool hasGlyphs = pageToFill->fill(offset, length, buffer, bufferLength, fontData); length 130 Source/platform/fonts/GlyphPageTreeNode.cpp fontData->verticalData()->substituteWithVerticalGlyphs(fontData, pageToFill, offset, length); length 86 Source/platform/fonts/SVGGlyph.cpp unsigned length = input.length(); length 89 Source/platform/fonts/SVGGlyph.cpp for (unsigned i = 0; i < length; ++i) { length 103 Source/platform/fonts/SVGGlyph.cpp for (int i = length - 1; i >= 0; --i) length 106 Source/platform/fonts/SVGGlyph.cpp for (unsigned i = 0; i < length; ++i) length 46 Source/platform/fonts/VDMXParser.cpp Buffer(const uint8_t* buffer, size_t length) length 48 Source/platform/fonts/VDMXParser.cpp , m_length(length) length 57 Source/platform/fonts/WidthCache.h template<typename CharacterType> SmallStringKey(CharacterType* characters, unsigned short length) length 58 Source/platform/fonts/WidthCache.h : m_length(length) length 60 Source/platform/fonts/WidthCache.h ASSERT(length <= s_capacity); length 64 Source/platform/fonts/WidthCache.h bool remainder = length & 1; length 65 Source/platform/fonts/WidthCache.h length >>= 1; length 68 Source/platform/fonts/WidthCache.h while (length--) { length 84 Source/platform/fonts/WidthCache.h unsigned short length() const { return m_length; } length 124 Source/platform/fonts/WidthCache.h if (static_cast<unsigned>(run.length()) > SmallStringKey::capacity()) length 144 Source/platform/fonts/WidthCache.h int length = run.length(); length 147 Source/platform/fonts/WidthCache.h if (length == 1) { length 154 Source/platform/fonts/WidthCache.h smallStringKey = SmallStringKey(run.characters8(), length); length 156 Source/platform/fonts/WidthCache.h smallStringKey = SmallStringKey(run.characters16(), length); length 197 Source/platform/fonts/WidthCache.h if (a.length() != b.length()) length 199 Source/platform/fonts/WidthCache.h return WTF::equal(a.characters(), b.characters(), a.length()); length 62 Source/platform/fonts/WidthIterator.cpp unsigned expansionOpportunityCount = m_run.is8Bit() ? Character::expansionOpportunityCount(m_run.characters8(), m_run.length(), m_run.ltr() ? LTR : RTL, isAfterExpansion) : Character::expansionOpportunityCount(m_run.characters16(), m_run.length(), m_run.ltr() ? LTR : RTL, isAfterExpansion); length 232 Source/platform/fonts/WidthIterator.cpp if (m_run.allowsTrailingExpansion() || (m_run.ltr() && textIterator.currentCharacter() + advanceLength < static_cast<size_t>(m_run.length())) length 285 Source/platform/fonts/WidthIterator.cpp if ((m_run.applyWordRounding() && textIterator.currentCharacter() < m_run.length() && Character::isRoundingHackCharacter(*(textIterator.characters()))) length 286 Source/platform/fonts/WidthIterator.cpp || (m_run.applyRunRounding() && textIterator.currentCharacter() >= m_run.length())) { length 320 Source/platform/fonts/WidthIterator.cpp int length = m_run.length(); length 322 Source/platform/fonts/WidthIterator.cpp if (offset > length) length 323 Source/platform/fonts/WidthIterator.cpp offset = length; length 329 Source/platform/fonts/WidthIterator.cpp Latin1TextIterator textIterator(m_run.data8(m_currentCharacter), m_currentCharacter, offset, length); length 333 Source/platform/fonts/WidthIterator.cpp SurrogatePairAwareTextIterator textIterator(m_run.data16(m_currentCharacter), m_currentCharacter, offset, length); length 87 Source/platform/fonts/WidthIterator.h bool shouldApplyFontTransforms() const { return m_run.length() > 1 && (m_typesettingFeatures & (Kerning | Ligatures)); } length 174 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp if (!runInfo.run.length()) length 53 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp size_t length = 0; length 54 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp U16_APPEND_UNSAFE(characters, length, unicode); length 55 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp if (!CTFontGetGlyphsForCharacters(ctFont, characters, cgGlyphs, length)) length 117 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp const size_t length = CFDataGetLength(cfData); length 118 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp if (!data || !length) length 120 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp return hb_blob_create(data, length, HB_MEMORY_MODE_READONLY, reinterpret_cast<void*>(const_cast<__CFData*>(cfData)), releaseTableData); length 221 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp uint16_t length = endIndex - startIndex; length 222 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp ASSERT(static_cast<unsigned>(startIndex + length) <= normalizedBufferLength); length 223 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp TextBreakIterator* cursorPosIterator = cursorMovementIterator(&normalizedBuffer[startIndex], length); length 349 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp static void normalizeCharacters(const TextRun& run, unsigned length, UChar* destination, unsigned* destinationLength) length 356 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp stringFor8BitRun = String::make16BitFrom8BitSource(run.characters8(), run.length()); length 362 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp while (position < length) { length 364 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp U16_NEXT(source, position, length, character); length 370 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp U16_APPEND(destination, *destinationLength, length, character, error); length 385 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp , m_toIndex(m_run.length()) length 389 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp m_normalizedBuffer = adoptArrayPtr(new UChar[m_run.length() + 1]); length 390 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp normalizeCharacters(m_run, m_run.length(), m_normalizedBuffer.get(), &m_normalizedBufferLength); length 446 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp ASSERT_WITH_SECURITY_IMPLICATION(to <= m_run.length()); length 623 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp int length = handleMultipleUChar(character, clusterLength, currentFontData, currentCharacterPosition, iterator.characters() + clusterLength, normalizedBufferEnd); length 624 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (length) { length 625 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp clusterLength = length; length 651 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp static inline bool matchesAdjacentRun(UScriptCode* scriptExtensions, int length, length 654 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp for (int i = 0; i < length; i++) { length 662 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp CandidateRun& run, size_t i, size_t length, UScriptCode* scriptExtensions, length 675 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp for (size_t j = i + 1; j < length; j++) { length 686 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp CandidateRun& run, size_t i, size_t length, size_t& nextResolvedRun) length 696 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp for (size_t j = i + 1; j < length; j++) { length 709 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp size_t length = runs.size(); length 711 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp for (size_t i = 0; i < length; i++) { length 723 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp resolveRunBasedOnScriptExtensions(runs, run, i, length, length 725 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp resolveRunBasedOnScriptValue(runs, run, i, length, length 745 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp size_t length = candidateRuns.size(); length 746 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp for (size_t i = 0; i < length; ) { length 749 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp for (i++; i < length; i++) { length 62 Source/platform/fonts/mac/ComplexTextController.cpp , m_end(run.length()) length 241 Source/platform/fonts/mac/ComplexTextController.cpp String stringFor8BitRun = String::make16BitFrom8BitSource(m_run.characters8(), m_run.length()); length 129 Source/platform/fonts/mac/ComplexTextController.h void collectComplexTextRunsForCharacters(const UChar*, unsigned length, unsigned stringLocation, const SimpleFontData*); length 159 Source/platform/fonts/mac/FontComplexTextMac.cpp const SimpleFontData* Font::fontDataForCombiningCharacterSequence(const UChar* characters, size_t length, FontDataVariant variant) const length 163 Source/platform/fonts/mac/FontComplexTextMac.cpp U16_NEXT(characters, baseCharacterLength, length, baseCharacter); length 170 Source/platform/fonts/mac/FontComplexTextMac.cpp if (length == baseCharacterLength) length 203 Source/platform/fonts/mac/FontComplexTextMac.cpp if (simpleFontData->canRenderCombiningCharacterSequence(characters, length)) length 207 Source/platform/fonts/mac/FontComplexTextMac.cpp if (!triedBaseCharacterFontData && baseCharacterGlyphData.fontData && baseCharacterGlyphData.fontData->canRenderCombiningCharacterSequence(characters, length)) length 40 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp void CGFontGetGlyphsForUnichars(CGFontRef font, const UniChar chars[], CGGlyph glyphs[], size_t length); length 70 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) length 77 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp for (unsigned i = 0; i < length; ++i) { length 89 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp unsigned glyphStep = bufferLength / length; length 90 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp for (unsigned i = 0; i < length; ++i) { length 108 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp for (unsigned index = 0; index < length; ++index) length 148 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp if (stringIndices[i] >= static_cast<CFIndex>(length)) { length 161 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp if (stringIndices[i] >= static_cast<CFIndex>(length)) { length 52 Source/platform/fonts/opentype/OpenTypeUtilities.cpp BigEndianULong length; length 132 Source/platform/fonts/opentype/OpenTypeUtilities.cpp BigEndianUShort length; length 163 Source/platform/fonts/opentype/OpenTypeUtilities.cpp size_t nameTableSize = ((offsetof(nameTable, nameRecords) + nameRecordCount * sizeof(nameRecord) + fontName.length() * sizeof(UChar)) & ~3) + 4; length 171 Source/platform/fonts/opentype/OpenTypeUtilities.cpp rewrittenSfnt->tables[t].length = nameTableSize; length 184 Source/platform/fonts/opentype/OpenTypeUtilities.cpp name->nameRecords[i].length = fontName.length() * sizeof(UChar); length 194 Source/platform/fonts/opentype/OpenTypeUtilities.cpp for (unsigned i = 0; i < fontName.length(); ++i) length 556 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* font, GlyphPage* glyphPage, unsigned offset, unsigned length) const length 562 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp for (unsigned index = offset, end = offset + length; index < end; ++index) { length 54 Source/platform/fonts/opentype/OpenTypeVerticalData.h void substituteWithVerticalGlyphs(const SimpleFontData*, GlyphPage*, unsigned offset, unsigned length) const; length 114 Source/platform/fonts/skia/FontCacheSkia.cpp if (!family.length() || family.startsWith("-webkit-")) { length 43 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) length 50 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp SkAutoSTMalloc<GlyphPage::size, uint16_t> glyphStorage(length); length 54 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp typeface->charsToGlyphs(buffer, SkTypeface::kUTF16_Encoding, glyphs, length); length 57 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp for (unsigned i = 0; i < length; i++) { length 254 Source/platform/fonts/skia/SimpleFontDataSkia.cpp bool SimpleFontData::canRenderCombiningCharacterSequence(const UChar* characters, size_t length) const length 259 Source/platform/fonts/skia/SimpleFontDataSkia.cpp WTF::HashMap<String, bool>::AddResult addResult = m_combiningCharacterSequenceSupport->add(String(characters, length), false); length 264 Source/platform/fonts/skia/SimpleFontDataSkia.cpp Vector<UChar, 4> normalizedCharacters(length); length 265 Source/platform/fonts/skia/SimpleFontDataSkia.cpp int32_t normalizedLength = unorm_normalize(characters, length, UNORM_NFC, UNORM_UNICODE_3_2, &normalizedCharacters[0], length, &error); length 267 Source/platform/fonts/skia/SimpleFontDataSkia.cpp if (U_FAILURE(error) || (static_cast<size_t>(normalizedLength) == length)) length 330 Source/platform/fonts/win/FontFallbackWin.cpp int length, length 333 Source/platform/fonts/win/FontFallbackWin.cpp ASSERT(characters && characters[0] && length > 0); length 341 Source/platform/fonts/win/FontFallbackWin.cpp while (i < length && script == USCRIPT_COMMON) { length 342 Source/platform/fonts/win/FontFallbackWin.cpp U16_NEXT(characters, i, length, ucs4); length 47 Source/platform/fonts/win/FontFallbackWin.h int length, length 115 Source/platform/fonts/win/FontPlatformDataWin.cpp return familyName.length() == 24 length 57 Source/platform/geometry/FloatPoint.cpp float tempLength = length(); length 115 Source/platform/geometry/FloatPoint.h float length() const; length 32 Source/platform/geometry/FloatPoint3D.cpp float tempLength = length(); length 122 Source/platform/geometry/FloatPoint3D.h float length() const { return sqrtf(lengthSquared()); } length 182 Source/platform/geometry/FloatPoint3D.h return (*this - a).length(); length 128 Source/platform/graphics/Color.cpp static inline bool parseHexColorInternal(const CharacterType* name, unsigned length, RGBA32& rgb) length 130 Source/platform/graphics/Color.cpp if (length != 3 && length != 6) length 133 Source/platform/graphics/Color.cpp for (unsigned i = 0; i < length; ++i) { length 139 Source/platform/graphics/Color.cpp if (length == 6) { length 151 Source/platform/graphics/Color.cpp bool Color::parseHexColor(const LChar* name, unsigned length, RGBA32& rgb) length 153 Source/platform/graphics/Color.cpp return parseHexColorInternal(name, length, rgb); length 156 Source/platform/graphics/Color.cpp bool Color::parseHexColor(const UChar* name, unsigned length, RGBA32& rgb) length 158 Source/platform/graphics/Color.cpp return parseHexColorInternal(name, length, rgb); length 163 Source/platform/graphics/Color.cpp unsigned length = name.length(); length 165 Source/platform/graphics/Color.cpp if (!length) length 168 Source/platform/graphics/Color.cpp return parseHexColor(name.characters8(), name.length(), rgb); length 169 Source/platform/graphics/Color.cpp return parseHexColor(name.characters16(), name.length(), rgb); length 185 Source/platform/graphics/Color.cpp return parseHexColor(name.characters8() + 1, name.length() - 1, m_color); length 186 Source/platform/graphics/Color.cpp return parseHexColor(name.characters16() + 1, name.length() - 1, m_color); length 247 Source/platform/graphics/Color.cpp unsigned length = DecimalNumber(alpha() / 255.0).toStringDecimal(buffer, WTF::NumberToStringBufferLength); length 248 Source/platform/graphics/Color.cpp result.append(buffer, length); length 265 Source/platform/graphics/Color.cpp unsigned length = name.length(); length 266 Source/platform/graphics/Color.cpp if (length > sizeof(buffer) - 1) length 268 Source/platform/graphics/Color.cpp for (unsigned i = 0; i < length; ++i) { length 274 Source/platform/graphics/Color.cpp buffer[length] = '\0'; length 275 Source/platform/graphics/Color.cpp return findColor(buffer, length); length 728 Source/platform/graphics/GraphicsContext.cpp int length = SkScalarRoundToInt(disp.width() + disp.height()); length 729 Source/platform/graphics/GraphicsContext.cpp SkPaint paint(immutableState()->strokePaint(length)); length 980 Source/platform/graphics/GraphicsContext.cpp ASSERT((runInfo.from == 0) && (runInfo.to == run.length())); length 988 Source/platform/graphics/GraphicsContext.cpp bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length())); length 87 Source/platform/graphics/Image.cpp int length = m_encodedImageData->size(); length 88 Source/platform/graphics/Image.cpp if (!length) length 153 Source/platform/graphics/Path.cpp SkScalar length = 0; length 157 Source/platform/graphics/Path.cpp length += measure.getLength(); length 160 Source/platform/graphics/Path.cpp return SkScalarToFloat(length); length 163 Source/platform/graphics/Path.cpp FloatPoint Path::pointAtLength(float length, bool& ok) const length 167 Source/platform/graphics/Path.cpp ok = pointAndNormalAtLength(length, point, normal); length 171 Source/platform/graphics/Path.cpp float Path::normalAngleAtLength(float length, bool& ok) const length 175 Source/platform/graphics/Path.cpp ok = pointAndNormalAtLength(length, point, normal); length 179 Source/platform/graphics/Path.cpp static bool calculatePointAndNormalOnPath(SkPathMeasure& measure, SkScalar length, FloatPoint& point, float& normalAngle, SkScalar* accumulatedLength = 0) length 183 Source/platform/graphics/Path.cpp if (length <= contourLength) { length 187 Source/platform/graphics/Path.cpp if (measure.getPosTan(length, &position, &tangent)) { length 193 Source/platform/graphics/Path.cpp length -= contourLength; length 200 Source/platform/graphics/Path.cpp bool Path::pointAndNormalAtLength(float length, FloatPoint& point, float& normal) const length 204 Source/platform/graphics/Path.cpp if (calculatePointAndNormalOnPath(measure, WebCoreFloatToSkScalar(length), point, normal)) length 219 Source/platform/graphics/Path.cpp bool Path::PositionCalculator::pointAndNormalAtLength(float length, FloatPoint& point, float& normalAngle) length 221 Source/platform/graphics/Path.cpp SkScalar skLength = WebCoreFloatToSkScalar(length); length 84 Source/platform/graphics/Path.h float length() const; length 85 Source/platform/graphics/Path.h FloatPoint pointAtLength(float length, bool& ok) const; length 86 Source/platform/graphics/Path.h float normalAngleAtLength(float length, bool& ok) const; length 87 Source/platform/graphics/Path.h bool pointAndNormalAtLength(float length, FloatPoint&, float&) const; length 100 Source/platform/graphics/Path.h bool pointAndNormalAtLength(float length, FloatPoint&, float&); length 126 Source/platform/graphics/PathTraversalState.cpp float length = curve.approximateDistance(); length 127 Source/platform/graphics/PathTraversalState.cpp if ((length - distanceLine(curve.start, curve.end)) > kPathSegmentLengthTolerance && curveStack.size() <= curveStackDepthLimit) { length 134 Source/platform/graphics/PathTraversalState.cpp totalLength += length; length 60 Source/platform/graphics/StrokeData.cpp void StrokeData::setupPaint(SkPaint* paint, int length) const length 68 Source/platform/graphics/StrokeData.cpp setupPaintDashPathEffect(paint, length); length 71 Source/platform/graphics/StrokeData.cpp void StrokeData::setupPaintDashPathEffect(SkPaint* paint, int length) const length 91 Source/platform/graphics/StrokeData.cpp int distance = length - 2 * static_cast<int>(m_thickness); length 90 Source/platform/graphics/StrokeData.h void setupPaint(SkPaint*, int length = 0) const; length 51 Source/platform/graphics/ThreadSafeDataTransport.cpp while (size_t length = buffer->getSomeData(segment, m_readPosition)) { length 52 Source/platform/graphics/ThreadSafeDataTransport.cpp m_readPosition += length; length 53 Source/platform/graphics/ThreadSafeDataTransport.cpp newBufferQueue.append(SharedBuffer::create(segment, length)); length 164 Source/platform/graphics/filters/FEBlend.cpp unsigned pixelArrayLength = srcPixelArrayA->length(); length 165 Source/platform/graphics/filters/FEBlend.cpp ASSERT(pixelArrayLength == srcPixelArrayB->length()); length 224 Source/platform/graphics/filters/FEComposite.cpp int length = source->length(); length 225 Source/platform/graphics/filters/FEComposite.cpp ASSERT(length == static_cast<int>(destination->length())); length 228 Source/platform/graphics/filters/FEComposite.cpp ASSERT(!(length & 0x3)); length 229 Source/platform/graphics/filters/FEComposite.cpp platformArithmeticNeon(source->data(), destination->data(), length, k1, k2, k3, k4); length 231 Source/platform/graphics/filters/FEComposite.cpp arithmeticSoftware(source->data(), destination->data(), length, k1, k2, k3, k4); length 133 Source/platform/graphics/filters/FEDisplacementMap.cpp ASSERT(srcPixelArrayA->length() == srcPixelArrayB->length()); length 200 Source/platform/graphics/filters/FELighting.cpp float halfwayVectorLength = halfwayVector.length(); length 211 Source/platform/graphics/filters/FELighting.cpp float normalVectorLength = normalVector.length(); length 218 Source/platform/graphics/filters/FELighting.cpp float halfwayVectorLength = halfwayVector.length(); length 217 Source/platform/graphics/filters/FilterEffect.cpp int pixelArrayLength = imageArray->length(); length 322 Source/platform/graphics/filters/FilterEffect.cpp memset(destination->data(), 0, destination->length()); length 47 Source/platform/graphics/filters/PointLightSource.cpp paintingData.lightVectorLength = paintingData.lightVector.length(); length 70 Source/platform/graphics/filters/SpotLightSource.cpp paintingData.lightVectorLength = paintingData.lightVector.length(); length 1580 Source/platform/heap/Heap.h size_t length = header->payloadSize() / sizeof(T); length 1581 Source/platform/heap/Heap.h for (size_t i = 0; i < length; i++) length 1594 Source/platform/heap/Heap.h size_t length = header->payloadSize() / sizeof(Value); length 1595 Source/platform/heap/Heap.h for (size_t i = 0; i < length; i++) { length 1755 Source/platform/heap/Heap.h size_t length = header->payloadSize() / sizeof(Value); length 1757 Source/platform/heap/Heap.h for (unsigned i = 0; i < length; i++) { length 1814 Source/platform/heap/HeapTest.cpp object->set(object->length() - 1, 'b'); length 1815 Source/platform/heap/HeapTest.cpp EXPECT_EQ('b', object->get(object->length() - 1)); length 184 Source/platform/image-decoders/ImageDecoder.h size_t length = CFDataGetLength(iccProfile); length 186 Source/platform/image-decoders/ImageDecoder.h m_outputDeviceProfile = qcms_profile_from_memory(systemProfile, length); length 199 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp for (size_t length = 1; length <= data->size(); ++length) { length 200 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); length 201 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp decoder->setData(tempData.get(), length == data->size()); length 225 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp for (size_t length = 1; length <= data->size(); ++length) { length 226 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); length 227 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp decoder->setData(tempData.get(), length == data->size()); length 307 Source/platform/image-decoders/gif/GIFImageReader.cpp void GIFColorMap::buildTable(const unsigned char* data, size_t length) length 312 Source/platform/image-decoders/gif/GIFImageReader.cpp RELEASE_ASSERT(m_position + m_colors * BYTES_PER_COLORMAP_ENTRY <= length); length 324 Source/platform/image-decoders/gif/GIFImageReader.cpp bool GIFFrameContext::decode(const unsigned char* data, size_t length, WebCore::GIFImageDecoder* client, bool* frameDecoded) length 326 Source/platform/image-decoders/gif/GIFImageReader.cpp m_localColorMap.buildTable(data, length); length 347 Source/platform/image-decoders/gif/GIFImageReader.cpp if (blockPosition + blockSize > length) length 170 Source/platform/image-decoders/gif/GIFImageReader.h void buildTable(const unsigned char* data, size_t length); length 212 Source/platform/image-decoders/gif/GIFImageReader.h bool decode(const unsigned char* data, size_t length, WebCore::GIFImageDecoder* client, bool* frameDecoded); length 346 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp for (size_t length = 1; length <= data->size(); ++length) { length 347 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); length 348 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp decoder->setData(tempData.get(), length == data->size()); length 58 Source/platform/mediastream/MediaStreamComponent.cpp ASSERT(m_id.length()); length 107 Source/platform/mediastream/MediaStreamDescriptor.cpp ASSERT(m_id.length()); length 120 Source/platform/mediastream/MediaStreamDescriptor.cpp ASSERT(m_id.length()); length 74 Source/platform/mhtml/MHTMLArchive.cpp for (size_t i = 0; i < text.length(); ++i) { length 151 Source/platform/mhtml/MHTMLArchive.cpp mhtmlData->append(asciiString.data(), asciiString.length()); length 176 Source/platform/mhtml/MHTMLArchive.cpp mhtmlData->append(asciiString.data(), asciiString.length()); length 181 Source/platform/mhtml/MHTMLArchive.cpp while (size_t length = resource.data->getSomeData(data, position)) { length 182 Source/platform/mhtml/MHTMLArchive.cpp mhtmlData->append(data, length); length 183 Source/platform/mhtml/MHTMLArchive.cpp position += length; length 212 Source/platform/mhtml/MHTMLArchive.cpp mhtmlData->append(asciiString.data(), asciiString.length()); length 327 Source/platform/mhtml/MHTMLParser.cpp content->append(line.utf8().data(), line.length()); length 67 Source/platform/network/FormData.cpp result->appendData(string.data(), string.length()); length 126 Source/platform/network/FormData.cpp void FormData::appendFileRange(const String& filename, long long start, long long length, double expectedModificationTime) length 128 Source/platform/network/FormData.cpp m_elements.append(FormDataElement(filename, start, length, expectedModificationTime)); length 141 Source/platform/network/FormData.cpp void FormData::appendFileSystemURLRange(const KURL& url, long long start, long long length, double expectedModificationTime) length 143 Source/platform/network/FormData.cpp m_elements.append(FormDataElement(url, start, length, expectedModificationTime)); length 45 Source/platform/network/FormData.h FormDataElement(const KURL& fileSystemURL, long long start, long long length, double expectedFileModificationTime) : m_type(encodedFileSystemURL), m_fileSystemURL(fileSystemURL), m_fileStart(start), m_fileLength(length), m_expectedFileModificationTime(expectedFileModificationTime) { } length 105 Source/platform/network/FormData.h void appendFileRange(const String& filename, long long start, long long length, double expectedModificationTime); length 108 Source/platform/network/FormData.h void appendFileSystemURLRange(const KURL&, long long start, long long length, double expectedModificationTime); length 49 Source/platform/network/FormDataBuilder.cpp buffer.append(string.data(), string.length()); length 57 Source/platform/network/FormDataBuilder.cpp size_t length = string.length(); length 58 Source/platform/network/FormDataBuilder.cpp for (size_t i = 0; i < length; ++i) { length 209 Source/platform/network/FormDataBuilder.cpp unsigned length = string.length(); length 210 Source/platform/network/FormDataBuilder.cpp for (unsigned i = 0; i < length; ++i) { length 217 Source/platform/network/FormDataBuilder.cpp else if (c == '\n' || (c == '\r' && (i + 1 >= length || string.data()[i + 1] != '\n'))) length 50 Source/platform/network/HTTPParsers.cpp unsigned len = str.length(); length 68 Source/platform/network/HTTPParsers.cpp unsigned len = str.length(); length 95 Source/platform/network/HTTPParsers.cpp unsigned len = str.length(); length 117 Source/platform/network/HTTPParsers.cpp for (unsigned i = 0; i < characters.length(); ++i) { length 130 Source/platform/network/HTTPParsers.cpp static String trimInputSample(const char* p, size_t length) length 132 Source/platform/network/HTTPParsers.cpp if (length > maxInputSampleSize) length 134 Source/platform/network/HTTPParsers.cpp return String(p, length); length 172 Source/platform/network/HTTPParsers.cpp unsigned len = refresh.length(); length 245 Source/platform/network/HTTPParsers.cpp unsigned length = keyValuePairs.size(); length 246 Source/platform/network/HTTPParsers.cpp for (unsigned i = 0; i < length; i++) { length 260 Source/platform/network/HTTPParsers.cpp value = value.substring(1, value.length() - 2); length 271 Source/platform/network/HTTPParsers.cpp unsigned length = mediaType.length(); length 272 Source/platform/network/HTTPParsers.cpp mimeType.reserveCapacity(length); length 273 Source/platform/network/HTTPParsers.cpp for (unsigned i = 0; i < length; i++) { length 298 Source/platform/network/HTTPParsers.cpp if (mimeType.length() == length) length 316 Source/platform/network/HTTPParsers.cpp unsigned length = mediaType.length(); length 318 Source/platform/network/HTTPParsers.cpp while (pos < length) { length 334 Source/platform/network/HTTPParsers.cpp while (pos != length && mediaType[pos] <= ' ') length 340 Source/platform/network/HTTPParsers.cpp while (pos != length && (mediaType[pos] <= ' ' || mediaType[pos] == '"' || mediaType[pos] == '\'')) length 345 Source/platform/network/HTTPParsers.cpp while (pos != length && mediaType[endpos] > ' ' && mediaType[endpos] != '"' && mediaType[endpos] != '\'' && mediaType[endpos] != ';') length 548 Source/platform/network/HTTPParsers.cpp size_t parseHTTPRequestLine(const char* data, size_t length, String& failureReason, String& method, String& url, HTTPVersion& httpVersion) length 559 Source/platform/network/HTTPParsers.cpp for (p = data, consumedLength = 0; consumedLength < length; p++, consumedLength++) { length 571 Source/platform/network/HTTPParsers.cpp if (consumedLength == length) { length 597 Source/platform/network/HTTPParsers.cpp if (httpVersionString.length() != 8 || !httpVersionString.startsWith("HTTP/1.")) length 609 Source/platform/network/HTTPParsers.cpp size_t parseHTTPHeader(const char* start, size_t length, String& failureReason, AtomicString& nameStr, AtomicString& valueStr) length 612 Source/platform/network/HTTPParsers.cpp const char* end = start + length; length 679 Source/platform/network/HTTPParsers.cpp size_t parseHTTPRequestBody(const char* data, size_t length, Vector<unsigned char>& body) length 682 Source/platform/network/HTTPParsers.cpp body.append(data, length); length 684 Source/platform/network/HTTPParsers.cpp return length; length 93 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPRequestLine(const char* data, size_t length, String& failureReason, String& method, String& url, HTTPVersion&); length 94 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPHeader(const char* data, size_t length, String& failureReason, AtomicString& nameStr, AtomicString& valueStr); length 95 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPRequestBody(const char* data, size_t length, Vector<unsigned char>& body); length 33 Source/platform/network/HTTPRequest.cpp PassRefPtr<HTTPRequest> HTTPRequest::parseHTTPRequestFromBuffer(const char* data, size_t length, String& failureReason) length 35 Source/platform/network/HTTPRequest.cpp if (!length) { length 45 Source/platform/network/HTTPRequest.cpp size_t remainingLength = length; length 70 Source/platform/network/HTTPRequest.cpp size_t HTTPRequest::parseRequestLine(const char* data, size_t length, String& failureReason) length 73 Source/platform/network/HTTPRequest.cpp size_t result = parseHTTPRequestLine(data, length, failureReason, m_requestMethod, url, m_httpVersion); length 78 Source/platform/network/HTTPRequest.cpp size_t HTTPRequest::parseHeaders(const char* data, size_t length, String& failureReason) length 81 Source/platform/network/HTTPRequest.cpp const char* end = data + length; length 84 Source/platform/network/HTTPRequest.cpp for (; p < data + length; p++) { length 96 Source/platform/network/HTTPRequest.cpp size_t HTTPRequest::parseRequestBody(const char* data, size_t length) length 98 Source/platform/network/HTTPRequest.cpp return parseHTTPRequestBody(data, length, m_body); length 49 Source/platform/network/HTTPRequest.h static PassRefPtr<HTTPRequest> parseHTTPRequestFromBuffer(const char* data, size_t length, String& failureReason); length 69 Source/platform/network/HTTPRequest.h size_t parseRequestLine(const char* data, size_t length, String& failureReason); length 70 Source/platform/network/HTTPRequest.h size_t parseHeaders(const char* data, size_t length, String& failureReason); length 71 Source/platform/network/HTTPRequest.h size_t parseRequestBody(const char* data, size_t length); length 48 Source/platform/network/ParsedContentType.cpp while (startIndex < input.length() && input[startIndex] == ' ') length 54 Source/platform/network/ParsedContentType.cpp unsigned inputLength = input.length(); length 134 Source/platform/network/ParsedContentType.cpp unsigned contentTypeLength = contentType.length(); length 159 Source/platform/network/ResourceResponse.cpp data->m_securityInfo = CString(m_securityInfo.data(), m_securityInfo.length()); length 630 Source/platform/network/ResourceResponse.cpp unsigned max = safeHeader.length(); length 655 Source/platform/network/ResourceResponse.cpp result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length() - 1).stripWhiteSpace()))); length 186 Source/platform/network/SocketStreamHandle.cpp bool SocketStreamHandle::send(const char* data, int length) length 191 Source/platform/network/SocketStreamHandle.cpp if (m_buffer.size() + length > bufferSize) { length 195 Source/platform/network/SocketStreamHandle.cpp m_buffer.append(data, length); length 202 Source/platform/network/SocketStreamHandle.cpp bytesWritten = sendInternal(data, length); length 205 Source/platform/network/SocketStreamHandle.cpp if (m_buffer.size() + length - bytesWritten > bufferSize) { length 209 Source/platform/network/SocketStreamHandle.cpp if (bytesWritten < length) { length 210 Source/platform/network/SocketStreamHandle.cpp m_buffer.append(data + bytesWritten, length - bytesWritten); length 55 Source/platform/network/SocketStreamHandle.h bool send(const char* data, int length); length 68 Source/platform/network/SocketStreamHandle.h int sendInternal(const char* data, int length); length 431 Source/platform/scroll/ScrollableArea.cpp int length = (orientation == HorizontalScrollbar) ? visibleWidth() : visibleHeight(); length 432 Source/platform/scroll/ScrollableArea.cpp int minPageStep = static_cast<float>(length) * minFractionToStepWhenPaging(); length 433 Source/platform/scroll/ScrollableArea.cpp int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages()); length 271 Source/platform/scroll/ScrollbarTheme.cpp int length = round(proportion * trackLen); length 272 Source/platform/scroll/ScrollbarTheme.cpp length = std::max(length, minimumThumbLength(scrollbar)); length 273 Source/platform/scroll/ScrollbarTheme.cpp if (length > trackLen) length 274 Source/platform/scroll/ScrollbarTheme.cpp length = 0; // Once the thumb is below the track length, it just goes away (to make more room for the track). length 275 Source/platform/scroll/ScrollbarTheme.cpp return length; length 90 Source/platform/scroll/ScrollbarThemeOverlay.cpp int length = round(proportion * trackLen); length 91 Source/platform/scroll/ScrollbarThemeOverlay.cpp length = min(max(length, minimumThumbLength(scrollbar)), trackLen); length 92 Source/platform/scroll/ScrollbarThemeOverlay.cpp return length; length 68 Source/platform/text/BidiResolverTest.cpp size_t length; length 76 Source/platform/text/BidiResolverTest.cpp String data(entry.text, entry.length); length 195 Source/platform/text/BidiResolverTest.cpp resolver.createBidiRunsForLine(TextRunIterator(&textRun, textRun.length())); length 210 Source/platform/text/BidiResolverTest.cpp size_t length = run->stop() - run->start(); length 211 Source/platform/text/BidiResolverTest.cpp for (size_t i = 0; i < length; i++) { length 241 Source/platform/text/BidiTestHarness.h levels = parseLevels(line.substr(levelsPrefix.length() + 1)); length 245 Source/platform/text/BidiTestHarness.h reorder = parseIntList(line.substr(reorderPrefix.length() + 1)); length 117 Source/platform/text/DateTimeFormat.cpp for (unsigned index = 0; index < source.length(); ++index) { length 146 Source/platform/text/DateTimeFormat.cpp if (literalBuffer.length()) { length 170 Source/platform/text/DateTimeFormat.cpp if (literalBuffer.length()) { length 222 Source/platform/text/DateTimeFormat.cpp if (literalBuffer.length()) length 228 Source/platform/text/DateTimeFormat.cpp if (literalBuffer.length()) length 234 Source/platform/text/DateTimeFormat.cpp ASSERT(!literalBuffer.length()); length 250 Source/platform/text/DateTimeFormat.cpp if (literal.length() <= 0) length 265 Source/platform/text/DateTimeFormat.cpp for (unsigned i = 0; i < literal.length(); ++i) { length 129 Source/platform/text/DecodeEscapeSequences.h size_t length = string.length(); length 134 Source/platform/text/DecodeEscapeSequences.h size_t encodedRunEnd = EscapeSequence::findEndOfRun(string, encodedRunPosition, length); length 152 Source/platform/text/DecodeEscapeSequences.h result.append(string, decodedPosition, length - decodedPosition); length 90 Source/platform/text/LineEnding.cpp m_buffer.append(source.data(), source.length()); length 102 Source/platform/text/LineEnding.cpp while (p < from.data() + from.length()) { length 118 Source/platform/text/LineEnding.cpp if (newLen < from.length()) length 121 Source/platform/text/LineEnding.cpp if (newLen == from.length()) { length 130 Source/platform/text/LineEnding.cpp while (p < from.data() + from.length()) { length 165 Source/platform/text/LineEnding.cpp while (p < from.data() + from.length()) { length 186 Source/platform/text/LineEnding.cpp memcpy(q, p, from.length()); length 191 Source/platform/text/LineEnding.cpp while (p < from.data() + from.length()) { length 209 Source/platform/text/LineEnding.cpp if (!from.length()) length 158 Source/platform/text/LocaleICU.cpp int32_t length = udat_toPattern(dateFormat, TRUE, 0, 0, &status); length 159 Source/platform/text/LocaleICU.cpp if (status != U_BUFFER_OVERFLOW_ERROR || !length) length 161 Source/platform/text/LocaleICU.cpp StringBuffer<UChar> buffer(length); length 163 Source/platform/text/LocaleICU.cpp udat_toPattern(dateFormat, TRUE, buffer.characters(), length, &status); length 180 Source/platform/text/LocaleICU.cpp int32_t length = udat_getSymbols(dateFormat, type, startIndex + i, 0, 0, &status); length 183 Source/platform/text/LocaleICU.cpp StringBuffer<UChar> buffer(length); length 185 Source/platform/text/LocaleICU.cpp udat_getSymbols(dateFormat, type, startIndex + i, buffer.characters(), length, &status); length 323 Source/platform/text/LocaleICU.cpp int32_t length = udatpg_getBestPattern(patternGenerator, skeletonCharacters.data(), skeletonCharacters.size(), 0, 0, &status); length 324 Source/platform/text/LocaleICU.cpp if (status == U_BUFFER_OVERFLOW_ERROR && length) { length 325 Source/platform/text/LocaleICU.cpp StringBuffer<UChar> buffer(length); length 327 Source/platform/text/LocaleICU.cpp udatpg_getBestPattern(patternGenerator, skeletonCharacters.data(), skeletonCharacters.size(), buffer.characters(), length, &status); length 231 Source/platform/text/LocaleWin.cpp while (index + 1 < format.length()) { length 241 Source/platform/text/LocaleWin.cpp if (literalBuffer.length() <= 0) length 270 Source/platform/text/LocaleWin.cpp for (unsigned i = 0; i < format.length(); ++i) { length 458 Source/platform/text/LocaleWin.cpp format.remove(pos, builder.length()); length 541 Source/platform/text/LocaleWin.cpp ASSERT(digits.length() >= 10); length 30 Source/platform/text/ParserUtilities.h inline bool skipString(const CharType*& ptr, const CharType* end, const CharType* name, int length) length 32 Source/platform/text/ParserUtilities.h if (end - ptr < length) length 34 Source/platform/text/ParserUtilities.h if (memcmp(name, ptr, sizeof(CharType) * length)) length 36 Source/platform/text/ParserUtilities.h ptr += length; length 40 Source/platform/text/ParserUtilities.h inline bool skipString(const UChar*& ptr, const UChar* end, const LChar* name, int length) length 42 Source/platform/text/ParserUtilities.h if (end - ptr < length) length 44 Source/platform/text/ParserUtilities.h for (int i = 0; i < length; ++i) { length 48 Source/platform/text/ParserUtilities.h ptr += length; length 55 Source/platform/text/ParserUtilities.h int length = strlen(str); length 56 Source/platform/text/ParserUtilities.h if (end - ptr < length) length 58 Source/platform/text/ParserUtilities.h for (int i = 0; i < length; ++i) { length 62 Source/platform/text/ParserUtilities.h ptr += length; length 74 Source/platform/text/PlatformLocale.cpp m_builder.reserveCapacity(formatString.length()); length 80 Source/platform/text/PlatformLocale.cpp if (string.length() >= width) length 84 Source/platform/text/PlatformLocale.cpp for (size_t i = string.length(); i < width; ++i) length 173 Source/platform/text/PlatformLocale.cpp ASSERT(text.length()); length 223 Source/platform/text/PlatformLocale.cpp unsigned length = templ.length(); length 224 Source/platform/text/PlatformLocale.cpp for (unsigned i = 0; i + 1 < length; ++i) { length 232 Source/platform/text/PlatformLocale.cpp if (literalStart < length) length 233 Source/platform/text/PlatformLocale.cpp DateTimeFormat::quoteAndAppendLiteral(templ.substring(literalStart, length - literalStart), builder); length 260 Source/platform/text/PlatformLocale.cpp builder.reserveCapacity(input.length()); length 270 Source/platform/text/PlatformLocale.cpp for (; i < input.length(); ++i) { length 301 Source/platform/text/PlatformLocale.cpp if (position + part.length() > text.length()) length 303 Source/platform/text/PlatformLocale.cpp for (unsigned i = 0; i < part.length(); ++i) { length 313 Source/platform/text/PlatformLocale.cpp endIndex = input.length(); length 317 Source/platform/text/PlatformLocale.cpp startIndex = m_positivePrefix.length(); length 318 Source/platform/text/PlatformLocale.cpp endIndex -= m_positiveSuffix.length(); length 325 Source/platform/text/PlatformLocale.cpp startIndex = m_negativePrefix.length(); length 326 Source/platform/text/PlatformLocale.cpp endIndex -= m_negativeSuffix.length(); length 330 Source/platform/text/PlatformLocale.cpp startIndex = m_positivePrefix.length(); length 331 Source/platform/text/PlatformLocale.cpp endIndex -= m_positiveSuffix.length(); length 343 Source/platform/text/PlatformLocale.cpp if (m_decimalSymbols[symbolIndex].length() && matches(input, position, m_decimalSymbols[symbolIndex])) { length 344 Source/platform/text/PlatformLocale.cpp position += m_decimalSymbols[symbolIndex].length(); length 365 Source/platform/text/PlatformLocale.cpp builder.reserveCapacity(input.length()); length 27 Source/platform/text/SegmentedString.cpp unsigned length = m_currentString.m_length; length 29 Source/platform/text/SegmentedString.cpp ++length; length 31 Source/platform/text/SegmentedString.cpp ++length; length 37 Source/platform/text/SegmentedString.cpp length += it->m_length; length 39 Source/platform/text/SegmentedString.cpp return length; length 186 Source/platform/text/SegmentedString.cpp ASSERT_WITH_SECURITY_IMPLICATION(count <= length()); length 44 Source/platform/text/SegmentedString.h : m_length(str.length()) length 70 Source/platform/text/SegmentedString.h int numberOfCharactersConsumed() const { return m_string.length() - m_length; } length 74 Source/platform/text/SegmentedString.h int offset = m_string.length() - m_length; length 106 Source/platform/text/SegmentedString.h String currentSubString(unsigned length) length 108 Source/platform/text/SegmentedString.h int offset = m_string.length() - m_length; length 109 Source/platform/text/SegmentedString.h return m_string.substring(offset, length); length 167 Source/platform/text/SegmentedString.h , m_empty(!str.length()) length 197 Source/platform/text/SegmentedString.h unsigned length() const; length 379 Source/platform/text/SegmentedString.h if (!m_pushedChar1 && string.length() <= static_cast<unsigned>(m_currentString.m_length)) { length 380 Source/platform/text/SegmentedString.h String currentSubstring = m_currentString.currentSubString(string.length()); length 390 Source/platform/text/SegmentedString.h unsigned count = string.length(); length 391 Source/platform/text/SegmentedString.h if (count > length()) length 43 Source/platform/text/StringTruncator.cpp typedef unsigned TruncationFunction(const String&, unsigned length, unsigned keepCount, UChar* buffer); length 54 Source/platform/text/StringTruncator.cpp static inline int boundedTextBreakFollowing(const NonSharedCharacterBreakIterator& it, int offset, int length) length 57 Source/platform/text/StringTruncator.cpp return result == TextBreakDone ? length : result; length 60 Source/platform/text/StringTruncator.cpp static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer) length 62 Source/platform/text/StringTruncator.cpp ASSERT(keepCount < length); length 67 Source/platform/text/StringTruncator.cpp unsigned omitEnd = boundedTextBreakFollowing(it, omitStart + (length - keepCount) - 1, length); length 70 Source/platform/text/StringTruncator.cpp unsigned truncatedLength = omitStart + 1 + (length - omitEnd); length 71 Source/platform/text/StringTruncator.cpp ASSERT(truncatedLength <= length); length 75 Source/platform/text/StringTruncator.cpp string.copyTo(&buffer[omitStart + 1], omitEnd, length - omitEnd); length 80 Source/platform/text/StringTruncator.cpp static unsigned rightTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer) length 82 Source/platform/text/StringTruncator.cpp ASSERT(keepCount < length); length 103 Source/platform/text/StringTruncator.cpp static float stringWidth(const Font& renderer, const UChar* characters, unsigned length, bool disableRoundingHacks) length 105 Source/platform/text/StringTruncator.cpp TextRun run(characters, length); length 123 Source/platform/text/StringTruncator.cpp unsigned length = string.length(); length 125 Source/platform/text/StringTruncator.cpp if (length > STRING_BUFFER_SIZE) { length 127 Source/platform/text/StringTruncator.cpp truncatedLength = centerTruncateToBuffer(string, length, keepCount, stringBuffer); length 129 Source/platform/text/StringTruncator.cpp keepCount = length; length 130 Source/platform/text/StringTruncator.cpp string.copyTo(stringBuffer, 0, length); length 131 Source/platform/text/StringTruncator.cpp truncatedLength = length; length 163 Source/platform/text/StringTruncator.cpp ASSERT(keepCount < length); length 168 Source/platform/text/StringTruncator.cpp truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer); length 185 Source/platform/text/StringTruncator.cpp truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer); length 59 Source/platform/text/SuffixTree.h int limit = std::min(m_depth, query.length()); length 98 Source/platform/text/SuffixTree.h for (unsigned base = 0; base < text.length(); ++base) { length 100 Source/platform/text/SuffixTree.h unsigned limit = std::min(base + m_depth, text.length()); length 38 Source/platform/text/TextBoundaries.cpp int endOfFirstWordBoundaryContext(const UChar* characters, int length) length 40 Source/platform/text/TextBoundaries.cpp for (int i = 0; i < length; ) { length 43 Source/platform/text/TextBoundaries.cpp U16_NEXT(characters, i, length, ch); length 47 Source/platform/text/TextBoundaries.cpp return length; length 50 Source/platform/text/TextBoundaries.cpp int startOfLastWordBoundaryContext(const UChar* characters, int length) length 52 Source/platform/text/TextBoundaries.cpp for (int i = length; i > 0; ) { length 39 Source/platform/text/TextBoundaries.h PLATFORM_EXPORT int endOfFirstWordBoundaryContext(const UChar* characters, int length); length 40 Source/platform/text/TextBoundaries.h PLATFORM_EXPORT int startOfLastWordBoundaryContext(const UChar* characters, int length); length 29 Source/platform/text/TextBreakIterator.cpp unsigned stringLength = string.length(); length 50 Source/platform/text/TextBreakIterator.cpp unsigned stringLength = string.length(); length 41 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* cursorMovementIterator(const UChar*, int length); length 43 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* wordBreakIterator(const String&, int start, int length); length 44 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* wordBreakIterator(const UChar*, int length); length 45 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* acquireLineBreakIterator(const LChar*, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength); length 46 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* acquireLineBreakIterator(const UChar*, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength); length 48 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* sentenceBreakIterator(const UChar*, int length); length 136 Source/platform/text/TextBreakIterator.h m_iterator = acquireLineBreakIterator(m_string.characters8(), m_string.length(), m_locale, priorContext, priorContextLength); length 138 Source/platform/text/TextBreakIterator.h m_iterator = acquireLineBreakIterator(m_string.characters16(), m_string.length(), m_locale, priorContext, priorContextLength); length 179 Source/platform/text/TextBreakIterator.h NonSharedCharacterBreakIterator(const UChar*, unsigned length); length 195 Source/platform/text/TextBreakIterator.h void createIteratorForBuffer(const UChar*, unsigned length); length 218 Source/platform/text/TextBreakIteratorICU.cpp int64_t length = text->chunkNativeLimit - text->chunkNativeStart; length 220 Source/platform/text/TextBreakIteratorICU.cpp ASSERT(length <= numeric_limits<int32_t>::max()); length 221 Source/platform/text/TextBreakIteratorICU.cpp text->chunkLength = length <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(length) : 0; length 330 Source/platform/text/TextBreakIteratorICU.cpp static void textInit(UText* text, const UTextFuncs* funcs, const void* string, unsigned length, const UChar* priorContext, int priorContextLength) length 336 Source/platform/text/TextBreakIteratorICU.cpp text->a = length; length 341 Source/platform/text/TextBreakIteratorICU.cpp static UText* textOpenLatin1(UTextWithBuffer* utWithBuffer, const LChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCode* status) length 346 Source/platform/text/TextBreakIteratorICU.cpp if (!string || length > static_cast<unsigned>(numeric_limits<int32_t>::max())) { length 355 Source/platform/text/TextBreakIteratorICU.cpp textInit(text, &textLatin1Funcs, string, length, priorContext, priorContextLength); length 373 Source/platform/text/TextBreakIteratorICU.cpp int64_t length = text->chunkNativeLimit - text->chunkNativeStart; length 375 Source/platform/text/TextBreakIteratorICU.cpp ASSERT(length <= numeric_limits<int32_t>::max()); length 376 Source/platform/text/TextBreakIteratorICU.cpp text->chunkLength = length <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(length) : 0; length 453 Source/platform/text/TextBreakIteratorICU.cpp static UText* textOpenUTF16(UText* text, const UChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCode* status) length 458 Source/platform/text/TextBreakIteratorICU.cpp if (!string || length > static_cast<unsigned>(numeric_limits<int32_t>::max())) { length 468 Source/platform/text/TextBreakIteratorICU.cpp textInit(text, &textUTF16Funcs, string, length, priorContext, priorContextLength); length 474 Source/platform/text/TextBreakIteratorICU.cpp static TextBreakIterator* wordBreakIterator(const LChar* string, int length) length 491 Source/platform/text/TextBreakIteratorICU.cpp UText* text = textOpenLatin1(&textLocal, string, length, 0, 0, &openStatus); length 507 Source/platform/text/TextBreakIteratorICU.cpp static void setText16(TextBreakIterator* iter, const UChar* string, int length) length 511 Source/platform/text/TextBreakIteratorICU.cpp utext_openUChars(&uText, string, length, &errorCode); length 517 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* wordBreakIterator(const UChar* string, int length) length 527 Source/platform/text/TextBreakIteratorICU.cpp setText16(breakIter, string, length); length 531 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* wordBreakIterator(const String& string, int start, int length) length 536 Source/platform/text/TextBreakIteratorICU.cpp return wordBreakIterator(string.characters8() + start, length); length 537 Source/platform/text/TextBreakIteratorICU.cpp return wordBreakIterator(string.characters16() + start, length); length 540 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* acquireLineBreakIterator(const LChar* string, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) length 552 Source/platform/text/TextBreakIteratorICU.cpp UText* text = textOpenLatin1(&textLocal, string, length, priorContext, priorContextLength, &openStatus); length 570 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) length 579 Source/platform/text/TextBreakIteratorICU.cpp UText* text = textOpenUTF16(&textLocal, string, length, priorContext, priorContextLength, &openStatus); length 631 Source/platform/text/TextBreakIteratorICU.cpp m_length = string.length(); length 635 Source/platform/text/TextBreakIteratorICU.cpp createIteratorForBuffer(string.characters16(), string.length()); length 638 Source/platform/text/TextBreakIteratorICU.cpp NonSharedCharacterBreakIterator::NonSharedCharacterBreakIterator(const UChar* buffer, unsigned length) length 645 Source/platform/text/TextBreakIteratorICU.cpp createIteratorForBuffer(buffer, length); length 648 Source/platform/text/TextBreakIteratorICU.cpp void NonSharedCharacterBreakIterator::createIteratorForBuffer(const UChar* buffer, unsigned length) length 658 Source/platform/text/TextBreakIteratorICU.cpp setText16(m_iterator, buffer, length); length 715 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* sentenceBreakIterator(const UChar* string, int length) length 726 Source/platform/text/TextBreakIteratorICU.cpp setText16(iterator, string, length); length 737 Source/platform/text/TextBreakIteratorICU.cpp static TextBreakIterator* setUpIteratorWithRules(const char* breakRules, const UChar* string, int length) length 755 Source/platform/text/TextBreakIteratorICU.cpp setText16(iterator, string, length); length 759 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* cursorMovementIterator(const UChar* string, int length) length 844 Source/platform/text/TextBreakIteratorICU.cpp return setUpIteratorWithRules(kRules, string, length); length 56 Source/platform/text/TextChecking.h int length; length 64 Source/platform/text/TextChecking.h int length; length 40 Source/platform/text/TextEncodingDetector.cpp bool detectTextEncoding(const char* data, size_t length, length 50 Source/platform/text/TextEncodingDetector.cpp ucsdet_setText(detector, data, static_cast<int32_t>(length), &status); length 46 Source/platform/text/TextEncodingDetector.h PLATFORM_EXPORT bool detectTextEncoding(const char* data, size_t length, length 53 Source/platform/text/TextRun.cpp m_len = string.length(); length 106 Source/platform/text/TextRun.h : m_charactersLength(string.length()) length 107 Source/platform/text/TextRun.h , m_len(string.length()) length 134 Source/platform/text/TextRun.h : m_charactersLength(string.length()) length 135 Source/platform/text/TextRun.h , m_len(string.length()) length 161 Source/platform/text/TextRun.h TextRun subRun(unsigned startOffset, unsigned length) const length 168 Source/platform/text/TextRun.h result.setText(data8(startOffset), length); length 171 Source/platform/text/TextRun.h result.setText(data16(startOffset), length); length 183 Source/platform/text/TextRun.h int length() const { return m_len; } length 274 Source/platform/text/TextRun.h , to(r.length()) length 58 Source/platform/text/TextRunIterator.h bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } length 65 Source/platform/text/UnicodeUtilities.cpp void foldQuoteMarksAndSoftHyphens(UChar* data, size_t length) length 67 Source/platform/text/UnicodeUtilities.cpp for (size_t i = 0; i < length; ++i) length 288 Source/platform/text/UnicodeUtilities.cpp const unsigned length = pattern.length(); length 289 Source/platform/text/UnicodeUtilities.cpp for (unsigned i = 0; i < length; ++i) { length 296 Source/platform/text/UnicodeUtilities.cpp void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer) length 298 Source/platform/text/UnicodeUtilities.cpp ASSERT(length); length 300 Source/platform/text/UnicodeUtilities.cpp buffer.resize(length); length 303 Source/platform/text/UnicodeUtilities.cpp size_t bufferSize = unorm_normalize(characters, length, UNORM_NFC, 0, buffer.data(), length, &status); length 313 Source/platform/text/UnicodeUtilities.cpp unorm_normalize(characters, length, UNORM_NFC, 0, buffer.data(), bufferSize, &status); length 39 Source/platform/text/UnicodeUtilities.h PLATFORM_EXPORT void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer); length 40 Source/platform/text/UnicodeUtilities.h PLATFORM_EXPORT void foldQuoteMarksAndSoftHyphens(UChar* data, size_t length); length 80 Source/platform/transforms/RotateTransformOperation.cpp double length = sqrt(x * x + y * y + z * z); length 83 Source/platform/transforms/RotateTransformOperation.cpp if (length > 0.00001) { length 84 Source/platform/transforms/RotateTransformOperation.cpp x /= length; length 85 Source/platform/transforms/RotateTransformOperation.cpp y /= length; length 86 Source/platform/transforms/RotateTransformOperation.cpp z /= length; length 741 Source/platform/transforms/TransformationMatrix.cpp double length = sqrt(x * x + y * y + z * z); length 742 Source/platform/transforms/TransformationMatrix.cpp if (length == 0) { length 745 Source/platform/transforms/TransformationMatrix.cpp } else if (length != 1) { length 746 Source/platform/transforms/TransformationMatrix.cpp x /= length; length 747 Source/platform/transforms/TransformationMatrix.cpp y /= length; length 748 Source/platform/transforms/TransformationMatrix.cpp z /= length; length 70 Source/platform/weborigin/DatabaseIdentifier.cpp int port = databaseIdentifier.right(databaseIdentifier.length() - separator2 - 1).toInt(&portOkay); length 71 Source/platform/weborigin/DatabaseIdentifier.cpp bool portAbsent = (separator2 == databaseIdentifier.length() - 1); length 107 Source/platform/weborigin/KURL.cpp output->Append(encoded.data(), static_cast<int>(encoded.length())); length 123 Source/platform/weborigin/KURL.cpp unsigned protocolLength = protocol.length(); length 170 Source/platform/weborigin/KURL.cpp if (string().length() <= 1024) length 424 Source/platform/weborigin/KURL.cpp if (!url_canon::CanonicalizeScheme(newProtocolUTF8.data(), url_parse::Component(0, newProtocolUTF8.length()), &canonProtocol, &protocolComponent) length 429 Source/platform/weborigin/KURL.cpp replacements.SetScheme(charactersOrEmpty(newProtocolUTF8), url_parse::Component(0, newProtocolUTF8.length())); length 445 Source/platform/weborigin/KURL.cpp replacements.SetHost(charactersOrEmpty(hostUTF8), url_parse::Component(0, hostUTF8.length())); length 452 Source/platform/weborigin/KURL.cpp size_t length = value.length(); length 454 Source/platform/weborigin/KURL.cpp while (isASCIIDigit(value[portEnd]) && portEnd < length) length 476 Source/platform/weborigin/KURL.cpp replacements.SetHost(charactersOrEmpty(hostUTF8), url_parse::Component(0, hostUTF8.length())); length 488 Source/platform/weborigin/KURL.cpp replacements.SetHost(charactersOrEmpty(hostUTF8), url_parse::Component(0, hostUTF8.length())); length 489 Source/platform/weborigin/KURL.cpp replacements.SetPort(charactersOrEmpty(portUTF8), url_parse::Component(0, portUTF8.length())); length 519 Source/platform/weborigin/KURL.cpp replacements.SetPort(reinterpret_cast<const char*>(portString.characters8()), url_parse::Component(0, portString.length())); length 534 Source/platform/weborigin/KURL.cpp replacements.SetUsername(charactersOrEmpty(userUTF8), url_parse::Component(0, userUTF8.length())); length 549 Source/platform/weborigin/KURL.cpp replacements.SetPassword(charactersOrEmpty(passUTF8), url_parse::Component(0, passUTF8.length())); length 566 Source/platform/weborigin/KURL.cpp replacements.SetRef(charactersOrEmpty(fragmentUTF8), url_parse::Component(0, fragmentUTF8.length())); length 584 Source/platform/weborigin/KURL.cpp } else if (query.length() > 0 && query[0] == '?') { length 587 Source/platform/weborigin/KURL.cpp replacements.SetQuery(charactersOrEmpty(queryUTF8), url_parse::Component(1, queryUTF8.length() - 1)); length 595 Source/platform/weborigin/KURL.cpp replacements.SetQuery(charactersOrEmpty(queryUTF8), url_parse::Component(0, queryUTF8.length())); length 606 Source/platform/weborigin/KURL.cpp replacements.SetPath(charactersOrEmpty(pathUTF8), url_parse::Component(0, pathUTF8.length())); length 638 Source/platform/weborigin/KURL.cpp url_util::DecodeURLEscapeSequences(stringUTF8.data(), stringUTF8.length(), &unescaped); length 639 Source/platform/weborigin/KURL.cpp return StringImpl::create8BitIfPossible(reinterpret_cast<UChar*>(unescaped.data()), unescaped.length()); length 647 Source/platform/weborigin/KURL.cpp int inputLength = utf8.length(); length 648 Source/platform/weborigin/KURL.cpp if (buffer.length() < inputLength * 3) length 652 Source/platform/weborigin/KURL.cpp String escaped(buffer.data(), buffer.length()); length 679 Source/platform/weborigin/KURL.cpp int aLength = a.m_string.length(); length 683 Source/platform/weborigin/KURL.cpp int bLength = b.m_string.length(); length 740 Source/platform/weborigin/KURL.cpp return url_util::FindAndCompareScheme(asURLChar8Subtle(url), url.length(), protocol, 0); length 741 Source/platform/weborigin/KURL.cpp return url_util::FindAndCompareScheme(url.characters16(), url.length(), protocol, 0); length 748 Source/platform/weborigin/KURL.cpp init(base, relativeUTF8.data(), relativeUTF8.length(), queryEncoding); length 750 Source/platform/weborigin/KURL.cpp init(base, relative.characters16(), relative.length(), queryEncoding); length 772 Source/platform/weborigin/KURL.cpp m_isValid = url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.m_parsed, relative, relativeLength, charsetConverter, &output, &m_parsed); length 776 Source/platform/weborigin/KURL.cpp m_string = AtomicString::fromUTF8(output.data(), output.length()); length 876 Source/platform/weborigin/KURL.cpp m_isValid = url_util::ReplaceComponents(utf8.data(), utf8.length(), m_parsed, replacements, 0, &output, &newParsed); length 879 Source/platform/weborigin/KURL.cpp m_string = AtomicString::fromUTF8(output.data(), output.length()); length 50 Source/platform/weborigin/OriginAccessEntry.cpp m_hostIsIPAddress = !m_host.isEmpty() && isASCIIDigit(m_host[m_host.length() - 1]); length 55 Source/platform/weborigin/OriginAccessEntry.cpp if (suffixList && m_host.length() <= suffixList->getPublicSuffixLength(m_host) + 1) length 85 Source/platform/weborigin/OriginAccessEntry.cpp if (origin.host().length() <= m_host.length() || origin.host()[origin.host().length() - m_host.length() - 1] != '.' || !origin.host().endsWith(m_host)) length 452 Source/platform/weborigin/SecurityOrigin.cpp builder.reserveCapacity(m_protocol.length() + m_host.length() + 10); length 103 Source/web/ContextMenuClientImpl.cpp TextBreakIterator* it = wordBreakIterator(text, 0, text.length()); length 104 Source/web/ContextMenuClientImpl.cpp return it && it->next() == static_cast<int>(text.length()); length 319 Source/web/ContextMenuClientImpl.cpp if (marker.description().length()) { length 288 Source/web/PopupListBox.cpp int length = string.length(); length 290 Source/web/PopupListBox.cpp for (i = 0; i < length; ++i) length 295 Source/web/PopupListBox.cpp return string.substring(i, length - i); length 269 Source/web/ScrollbarGroup.cpp int length; length 274 Source/web/ScrollbarGroup.cpp length = m_verticalScrollbar->scrollbar()->height(); length 279 Source/web/ScrollbarGroup.cpp length = m_horizontalScrollbar->scrollbar()->width(); length 283 Source/web/ScrollbarGroup.cpp static_cast<int>(static_cast<float>(length) * ScrollableArea::minFractionToStepWhenPaging()), length 284 Source/web/ScrollbarGroup.cpp length - ScrollableArea::maxOverlapBetweenPages()); length 59 Source/web/SpeechRecognitionClientProxy.cpp WebVector<WebSpeechGrammar> webSpeechGrammars(static_cast<size_t>(grammarList->length())); length 60 Source/web/SpeechRecognitionClientProxy.cpp for (unsigned long i = 0; i < grammarList->length(); ++i) length 169 Source/web/SpellCheckerClientImpl.cpp for (size_t i = 1; i < misspelledWord.length(); i++) { length 201 Source/web/SpellCheckerClientImpl.cpp detail.length = webResults[i].length; length 211 Source/web/SpellCheckerClientImpl.cpp *badGrammarLength = text.length(); length 672 Source/web/TextFinder.cpp searchText.substring(0, m_lastSearchString.length()); length 92 Source/web/ValidationMessageClientImpl.cpp m_finishTime = monotonicallyIncreasingTime() + std::max(minimumSecondToShowValidationMessage, (message.length() + title.length()) * secondPerCharacter); length 709 Source/web/WebAXObject.cpp return m_private->selectedTextRange().start + m_private->selectedTextRange().length; length 1124 Source/web/WebAXObject.cpp endsWebVector[i] = words[i].start + words[i].length; length 111 Source/web/WebColorName.cpp void setNamedColors(const WebColorName* colorNames, const WebColor* colors, size_t length) length 113 Source/web/WebColorName.cpp for (size_t i = 0; i < length; ++i) { length 163 Source/web/WebDocument.cpp size_t sourceLength = images->length(); length 177 Source/web/WebDocument.cpp size_t sourceLength = forms->length(); length 89 Source/web/WebDragData.cpp for (size_t i = 0; i < m_private->length(); ++i) { length 72 Source/web/WebElementCollection.cpp return m_private->length(); length 203 Source/web/WebEmbeddedWorkerImpl.cpp int length = static_cast<int>(content.length()); length 204 Source/web/WebEmbeddedWorkerImpl.cpp RefPtr<SharedBuffer> buffer(SharedBuffer::create(content.data(), length)); length 65 Source/web/WebEntities.cpp unsigned length = value.length(); length 66 Source/web/WebEntities.cpp for (unsigned i = 0; i < length; ++i) { length 99 Source/web/WebFontImpl.cpp runInfo.to = to == -1 ? textRun.length() : to; length 224 Source/web/WebFrameImpl.cpp it.appendTextToStringBuilder(output, 0, maxChars - output.length()); length 225 Source/web/WebFrameImpl.cpp if (output.length() >= maxChars) length 251 Source/web/WebFrameImpl.cpp if (output.length() >= maxChars - frameSeparatorLength) length 256 Source/web/WebFrameImpl.cpp if (output.length() >= maxChars) length 1060 Source/web/WebFrameImpl.cpp void WebFrameImpl::setMarkedText(const WebString& text, unsigned location, unsigned length) length 1063 Source/web/WebFrameImpl.cpp frame()->inputMethodController().setComposition(text, decorations, location, length); length 1081 Source/web/WebFrameImpl.cpp bool WebFrameImpl::firstRectForCharacterRange(unsigned location, unsigned length, WebRect& rect) const length 1083 Source/web/WebFrameImpl.cpp if ((location + length < location) && (location + length)) length 1084 Source/web/WebFrameImpl.cpp length = 0; length 1088 Source/web/WebFrameImpl.cpp RefPtrWillBeRawPtr<Range> range = PlainTextRange(location, location + length).createRange(*editable); length 1116 Source/web/WebFrameImpl.cpp if (name.length() <= 2) length 1127 Source/web/WebFrameImpl.cpp if (command[command.length() - 1] == UChar(':')) length 1128 Source/web/WebFrameImpl.cpp command = command.substring(0, command.length() - 1); length 1613 Source/web/WebFrameImpl.cpp bool WebFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const length 1617 Source/web/WebFrameImpl.cpp return frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length); length 165 Source/web/WebFrameImpl.h virtual void setMarkedText(const WebString&, unsigned location, unsigned length) OVERRIDE; length 169 Source/web/WebFrameImpl.h virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const OVERRIDE; length 235 Source/web/WebFrameImpl.h virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE; length 528 Source/web/WebInputEventConversion.cpp if (event.touches()->length() != 1) { length 529 Source/web/WebInputEventConversion.cpp if (event.touches()->length() || event.type() != EventTypeNames::touchend || !event.changedTouches() || event.changedTouches()->length() != 1) length 533 Source/web/WebInputEventConversion.cpp const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0); length 643 Source/web/WebInputEventConversion.cpp unsigned numberOfCharacters = std::min(event.keyEvent()->text().length(), static_cast<unsigned>(textLengthCap)); length 648 Source/web/WebInputEventConversion.cpp memcpy(keyIdentifier, event.keyIdentifier().ascii().data(), event.keyIdentifier().length()); length 697 Source/web/WebInputEventConversion.cpp memcpy(keyIdentifier, event.keyIdentifier().ascii().data(), std::min(static_cast<unsigned>(keyIdentifierLengthCap), event.keyIdentifier().length())); length 702 Source/web/WebInputEventConversion.cpp unsigned numberOfTouches = std::min(touches->length(), static_cast<unsigned>(WebTouchEvent::touchesLengthCap)); length 87 Source/web/WebKit.cpp static bool generateEntropy(unsigned char* buffer, size_t length) length 90 Source/web/WebKit.cpp Platform::current()->cryptographicallyRandomValues(buffer, length); length 144 Source/web/WebKit.cpp static void cryptographicallyRandomValues(unsigned char* buffer, size_t length) length 146 Source/web/WebKit.cpp Platform::current()->cryptographicallyRandomValues(buffer, length); length 71 Source/web/WebNodeList.cpp return m_private->length(); length 143 Source/web/WebPageSerializer.cpp for (unsigned i = 0; i < allElements->length(); ++i) { length 260 Source/web/WebPageSerializer.cpp static_cast<int>(url.spec().length()), length 141 Source/web/WebPageSerializerImpl.cpp if (content.length() && content.contains("charset", false)) { length 278 Source/web/WebPageSerializerImpl.cpp if (flushOption != ForceFlush && m_dataBuffer.length() <= dataBufferCapacity) length 288 Source/web/WebPageSerializerImpl.cpp WebCString(encodedContent.data(), encodedContent.length()), length 209 Source/web/WebPluginScrollbarImpl.cpp int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height(); length 210 Source/web/WebPluginScrollbarImpl.cpp m_scrollbar->setEnabled(m_scrollbar->totalSize() > length); length 211 Source/web/WebPluginScrollbarImpl.cpp m_scrollbar->setProportion(length, m_scrollbar->totalSize()); length 221 Source/web/WebPluginScrollbarImpl.cpp int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height(); length 222 Source/web/WebPluginScrollbarImpl.cpp m_scrollbar->setEnabled(size > length); length 223 Source/web/WebPluginScrollbarImpl.cpp m_scrollbar->setProportion(length, size); length 377 Source/web/WebPopupMenuImpl.cpp bool WebPopupMenuImpl::compositionRange(size_t* location, size_t* length) length 380 Source/web/WebPopupMenuImpl.cpp *length = 0; length 384 Source/web/WebPopupMenuImpl.cpp bool WebPopupMenuImpl::caretOrSelectionRange(size_t* location, size_t* length) length 387 Source/web/WebPopupMenuImpl.cpp *length = 0; length 88 Source/web/WebPopupMenuImpl.h virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE FINAL; length 89 Source/web/WebPopupMenuImpl.h virtual bool caretOrSelectionRange(size_t* location, size_t* length) OVERRIDE FINAL; length 111 Source/web/WebRange.cpp WebRange WebRange::fromDocumentRange(WebLocalFrame* frame, int start, int length) length 116 Source/web/WebRange.cpp return PlainTextRange(start, start + length).createRange(*scope); length 203 Source/web/WebSharedWorkerImpl.cpp int length = static_cast<int>(content.length()); length 204 Source/web/WebSharedWorkerImpl.cpp RefPtr<SharedBuffer> buffer(SharedBuffer::create(content.data(), length)); length 45 Source/web/WebTextCheckingResult.cpp result.length = length; length 51 Source/web/WebTextCheckingResult.cpp detail.length = length; length 2006 Source/web/WebViewImpl.cpp bool WebViewImpl::compositionRange(size_t* location, size_t* length) length 2022 Source/web/WebViewImpl.cpp *length = plainTextRange.length(); length 2283 Source/web/WebViewImpl.cpp bool WebViewImpl::caretOrSelectionRange(size_t* location, size_t* length) length 2294 Source/web/WebViewImpl.cpp *length = selectionOffsets.length(); length 150 Source/web/WebViewImpl.h virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE; length 159 Source/web/WebViewImpl.h virtual bool caretOrSelectionRange(size_t* location, size_t* length) OVERRIDE; length 94 Source/web/tests/FrameLoaderClientImplTest.cpp return WebString::fromUTF8(userAgent.data(), userAgent.length()); length 218 Source/web/tests/PrerenderingTest.cpp return console().childNodes().length() - 1; length 152 Source/web/tests/TouchActionTest.cpp ASSERT_GE(hostNodes->length(), 1u); length 154 Source/web/tests/TouchActionTest.cpp for (unsigned index = 0; index < hostNodes->length(); index++) { length 189 Source/web/tests/TouchActionTest.cpp for (unsigned index = 0; index < nodes->length(); index++) { length 210 Source/web/tests/TouchActionTest.cpp ASSERT_GE(rects->length(), 0u) << failureContext; length 3061 Source/web/tests/WebFrameTest.cpp const int length = 5; length 3062 Source/web/tests/WebFrameTest.cpp text = frame->contentAsText(length); length 3063 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(expected.substr(0, length), text.utf8()); length 3103 Source/web/tests/WebFrameTest.cpp frame->loadHTMLString(WebData(html.c_str(), html.length()), testURL); length 4112 Source/web/tests/WebFrameTest.cpp errorHistoryItem.setURLString(WebString::fromUTF8(errorURL.c_str(), errorURL.length())); length 65 Source/web/tests/WebPageNewSerializerTest.cpp if (m_index >= m_text.length()) length 71 Source/web/tests/WebPageNewSerializerTest.cpp m_index = m_text.length(); length 92 Source/web/tests/WebPageNewSerializerTest.cpp *m_counter += data.length(); length 367 Source/web/tests/WebPageNewSerializerTest.cpp EXPECT_GT(mhtml.length(), 50U); length 1069 Source/web/tests/WebViewTest.cpp size_t length; length 1070 Source/web/tests/WebViewTest.cpp EXPECT_TRUE(toWebViewImpl(webView)->caretOrSelectionRange(&location, &length)); length 1072 Source/web/tests/WebViewTest.cpp EXPECT_EQ(length, testWord.length()); length 1089 Source/web/tests/WebViewTest.cpp size_t length; length 1090 Source/web/tests/WebViewTest.cpp EXPECT_TRUE(toWebViewImpl(webView)->caretOrSelectionRange(&location, &length)); length 1092 Source/web/tests/WebViewTest.cpp EXPECT_EQ(length, testWord.length()); length 1204 Source/web/tests/WebViewTest.cpp webView->setComposition(WebString::fromUTF8(compositionText.c_str()), emptyUnderlines, 0, compositionText.length()); length 1208 Source/web/tests/WebViewTest.cpp EXPECT_EQ((int) compositionText.length(), info.selectionEnd); length 1210 Source/web/tests/WebViewTest.cpp EXPECT_EQ((int) compositionText.length(), info.compositionEnd); length 76 Source/wtf/ArrayBufferBuilder.cpp unsigned ArrayBufferBuilder::append(const char* data, unsigned length) length 78 Source/wtf/ArrayBufferBuilder.cpp ASSERT(length > 0); length 86 Source/wtf/ArrayBufferBuilder.cpp unsigned bytesToSave = length; length 88 Source/wtf/ArrayBufferBuilder.cpp if (length > remainingBufferSpace) { length 90 Source/wtf/ArrayBufferBuilder.cpp if (!expandCapacity(length)) length 65 Source/wtf/ArrayBufferBuilder.h unsigned append(const char* data, unsigned length); length 175 Source/wtf/ArrayBufferBuilderTest.cpp EXPECT_EQ(expectedSize, result.length()); length 176 Source/wtf/ArrayBufferBuilderTest.cpp for (unsigned i = 0; i < result.length(); ++i) length 89 Source/wtf/ArrayBufferView.h unsigned* offset, unsigned* length); length 188 Source/wtf/ArrayBufferView.h unsigned* offset, unsigned* length) length 203 Source/wtf/ArrayBufferView.h *length = static_cast<unsigned>(end - start); length 95 Source/wtf/Assertions.cpp CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(str), kCFStringEncodingUTF8); length 96 Source/wtf/Assertions.cpp char* buffer = (char*)malloc(length + 1); length 98 Source/wtf/Assertions.cpp CFStringGetCString(str, buffer, length, kCFStringEncodingUTF8); length 62 Source/wtf/CryptographicallyRandomNumber.cpp void randomValues(void* buffer, size_t length); length 65 Source/wtf/CryptographicallyRandomNumber.cpp inline void addRandomData(unsigned char *data, int length); length 89 Source/wtf/CryptographicallyRandomNumber.cpp void ARC4RandomNumberGenerator::addRandomData(unsigned char* data, int length) length 95 Source/wtf/CryptographicallyRandomNumber.cpp m_stream.j += si + data[n % length]; length 105 Source/wtf/CryptographicallyRandomNumber.cpp size_t length = sizeof(randomness); length 106 Source/wtf/CryptographicallyRandomNumber.cpp (*sourceFunction)(randomness, length); length 107 Source/wtf/CryptographicallyRandomNumber.cpp addRandomData(randomness, length); length 152 Source/wtf/CryptographicallyRandomNumber.cpp void ARC4RandomNumberGenerator::randomValues(void* buffer, size_t length) length 158 Source/wtf/CryptographicallyRandomNumber.cpp while (length--) { length 161 Source/wtf/CryptographicallyRandomNumber.cpp result[length] = getByte(); length 179 Source/wtf/CryptographicallyRandomNumber.cpp void cryptographicallyRandomValues(void* buffer, size_t length) length 181 Source/wtf/CryptographicallyRandomNumber.cpp sharedRandomNumberGenerator().randomValues(buffer, length); length 42 Source/wtf/CryptographicallyRandomNumber.h WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length); length 33 Source/wtf/DecimalNumber.cpp unsigned length = 0; length 38 Source/wtf/DecimalNumber.cpp ++length; length 39 Source/wtf/DecimalNumber.cpp length += 2; // for "0." length 40 Source/wtf/DecimalNumber.cpp length += -m_exponent - 1; length 41 Source/wtf/DecimalNumber.cpp length += m_precision; length 42 Source/wtf/DecimalNumber.cpp return length; length 52 Source/wtf/DecimalNumber.cpp ++length; length 53 Source/wtf/DecimalNumber.cpp length += m_precision; length 54 Source/wtf/DecimalNumber.cpp length += digitsBeforeDecimalPoint - m_precision; length 55 Source/wtf/DecimalNumber.cpp return length; length 62 Source/wtf/DecimalNumber.cpp ++length; length 63 Source/wtf/DecimalNumber.cpp length += digitsBeforeDecimalPoint; length 64 Source/wtf/DecimalNumber.cpp ++length; // for decimal point length 65 Source/wtf/DecimalNumber.cpp length += m_precision - digitsBeforeDecimalPoint; length 67 Source/wtf/DecimalNumber.cpp return length; length 72 Source/wtf/DecimalNumber.cpp unsigned length = 0; length 74 Source/wtf/DecimalNumber.cpp ++length; length 77 Source/wtf/DecimalNumber.cpp ++length; length 80 Source/wtf/DecimalNumber.cpp ++length; // for decimal point length 81 Source/wtf/DecimalNumber.cpp length += m_precision - 1; length 85 Source/wtf/DecimalNumber.cpp length += 2; length 91 Source/wtf/DecimalNumber.cpp ++length; length 93 Source/wtf/DecimalNumber.cpp ++length; length 94 Source/wtf/DecimalNumber.cpp ++length; length 96 Source/wtf/DecimalNumber.cpp return length; length 37 Source/wtf/Float32Array.h static inline PassRefPtr<Float32Array> create(unsigned length); length 38 Source/wtf/Float32Array.h static inline PassRefPtr<Float32Array> create(const float* array, unsigned length); length 39 Source/wtf/Float32Array.h static inline PassRefPtr<Float32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 43 Source/wtf/Float32Array.h static inline PassRefPtr<Float32Array> createUninitialized(unsigned length); length 65 Source/wtf/Float32Array.h unsigned length); length 70 Source/wtf/Float32Array.h PassRefPtr<Float32Array> Float32Array::create(unsigned length) length 72 Source/wtf/Float32Array.h return TypedArrayBase<float>::create<Float32Array>(length); length 75 Source/wtf/Float32Array.h PassRefPtr<Float32Array> Float32Array::create(const float* array, unsigned length) length 77 Source/wtf/Float32Array.h return TypedArrayBase<float>::create<Float32Array>(array, length); length 80 Source/wtf/Float32Array.h PassRefPtr<Float32Array> Float32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 82 Source/wtf/Float32Array.h return TypedArrayBase<float>::create<Float32Array>(buffer, byteOffset, length); length 85 Source/wtf/Float32Array.h PassRefPtr<Float32Array> Float32Array::createUninitialized(unsigned length) length 87 Source/wtf/Float32Array.h return TypedArrayBase<float>::createUninitialized<Float32Array>(length); length 90 Source/wtf/Float32Array.h Float32Array::Float32Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 91 Source/wtf/Float32Array.h : TypedArrayBase<float>(buffer, byteOffset, length) length 97 Source/wtf/Float32Array.h return subarray(start, length()); length 37 Source/wtf/Float64Array.h static inline PassRefPtr<Float64Array> create(unsigned length); length 38 Source/wtf/Float64Array.h static inline PassRefPtr<Float64Array> create(const double* array, unsigned length); length 39 Source/wtf/Float64Array.h static inline PassRefPtr<Float64Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 43 Source/wtf/Float64Array.h static inline PassRefPtr<Float64Array> createUninitialized(unsigned length); length 65 Source/wtf/Float64Array.h unsigned length); length 70 Source/wtf/Float64Array.h PassRefPtr<Float64Array> Float64Array::create(unsigned length) length 72 Source/wtf/Float64Array.h return TypedArrayBase<double>::create<Float64Array>(length); length 75 Source/wtf/Float64Array.h PassRefPtr<Float64Array> Float64Array::create(const double* array, unsigned length) length 77 Source/wtf/Float64Array.h return TypedArrayBase<double>::create<Float64Array>(array, length); length 80 Source/wtf/Float64Array.h PassRefPtr<Float64Array> Float64Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 82 Source/wtf/Float64Array.h return TypedArrayBase<double>::create<Float64Array>(buffer, byteOffset, length); length 85 Source/wtf/Float64Array.h PassRefPtr<Float64Array> Float64Array::createUninitialized(unsigned length) length 87 Source/wtf/Float64Array.h return TypedArrayBase<double>::createUninitialized<Float64Array>(length); length 90 Source/wtf/Float64Array.h Float64Array::Float64Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 91 Source/wtf/Float64Array.h : TypedArrayBase<double>(buffer, byteOffset, length) length 97 Source/wtf/Float64Array.h return subarray(start, length()); length 37 Source/wtf/Int16Array.h static inline PassRefPtr<Int16Array> create(unsigned length); length 38 Source/wtf/Int16Array.h static inline PassRefPtr<Int16Array> create(const short* array, unsigned length); length 39 Source/wtf/Int16Array.h static inline PassRefPtr<Int16Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 43 Source/wtf/Int16Array.h static inline PassRefPtr<Int16Array> createUninitialized(unsigned length); length 59 Source/wtf/Int16Array.h unsigned length); length 64 Source/wtf/Int16Array.h PassRefPtr<Int16Array> Int16Array::create(unsigned length) length 66 Source/wtf/Int16Array.h return TypedArrayBase<short>::create<Int16Array>(length); length 69 Source/wtf/Int16Array.h PassRefPtr<Int16Array> Int16Array::create(const short* array, unsigned length) length 71 Source/wtf/Int16Array.h return TypedArrayBase<short>::create<Int16Array>(array, length); length 74 Source/wtf/Int16Array.h PassRefPtr<Int16Array> Int16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 76 Source/wtf/Int16Array.h return TypedArrayBase<short>::create<Int16Array>(buffer, byteOffset, length); length 79 Source/wtf/Int16Array.h PassRefPtr<Int16Array> Int16Array::createUninitialized(unsigned length) length 81 Source/wtf/Int16Array.h return TypedArrayBase<short>::createUninitialized<Int16Array>(length); length 84 Source/wtf/Int16Array.h Int16Array::Int16Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 85 Source/wtf/Int16Array.h : IntegralTypedArrayBase<short>(buffer, byteOffset, length) length 91 Source/wtf/Int16Array.h return subarray(start, length()); length 36 Source/wtf/Int32Array.h static inline PassRefPtr<Int32Array> create(unsigned length); length 37 Source/wtf/Int32Array.h static inline PassRefPtr<Int32Array> create(const int* array, unsigned length); length 38 Source/wtf/Int32Array.h static inline PassRefPtr<Int32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 42 Source/wtf/Int32Array.h static inline PassRefPtr<Int32Array> createUninitialized(unsigned length); length 58 Source/wtf/Int32Array.h unsigned length); length 63 Source/wtf/Int32Array.h PassRefPtr<Int32Array> Int32Array::create(unsigned length) length 65 Source/wtf/Int32Array.h return TypedArrayBase<int>::create<Int32Array>(length); length 68 Source/wtf/Int32Array.h PassRefPtr<Int32Array> Int32Array::create(const int* array, unsigned length) length 70 Source/wtf/Int32Array.h return TypedArrayBase<int>::create<Int32Array>(array, length); length 73 Source/wtf/Int32Array.h PassRefPtr<Int32Array> Int32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 75 Source/wtf/Int32Array.h return TypedArrayBase<int>::create<Int32Array>(buffer, byteOffset, length); length 78 Source/wtf/Int32Array.h PassRefPtr<Int32Array> Int32Array::createUninitialized(unsigned length) length 80 Source/wtf/Int32Array.h return TypedArrayBase<int>::createUninitialized<Int32Array>(length); length 83 Source/wtf/Int32Array.h Int32Array::Int32Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 84 Source/wtf/Int32Array.h : IntegralTypedArrayBase<int>(buffer, byteOffset, length) length 90 Source/wtf/Int32Array.h return subarray(start, length()); length 38 Source/wtf/Int8Array.h static inline PassRefPtr<Int8Array> create(unsigned length); length 39 Source/wtf/Int8Array.h static inline PassRefPtr<Int8Array> create(const signed char* array, unsigned length); length 40 Source/wtf/Int8Array.h static inline PassRefPtr<Int8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 44 Source/wtf/Int8Array.h static inline PassRefPtr<Int8Array> createUninitialized(unsigned length); length 60 Source/wtf/Int8Array.h unsigned length); length 65 Source/wtf/Int8Array.h PassRefPtr<Int8Array> Int8Array::create(unsigned length) length 67 Source/wtf/Int8Array.h return TypedArrayBase<signed char>::create<Int8Array>(length); length 70 Source/wtf/Int8Array.h PassRefPtr<Int8Array> Int8Array::create(const signed char* array, unsigned length) length 72 Source/wtf/Int8Array.h return TypedArrayBase<signed char>::create<Int8Array>(array, length); length 75 Source/wtf/Int8Array.h PassRefPtr<Int8Array> Int8Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 77 Source/wtf/Int8Array.h return TypedArrayBase<signed char>::create<Int8Array>(buffer, byteOffset, length); length 80 Source/wtf/Int8Array.h PassRefPtr<Int8Array> Int8Array::createUninitialized(unsigned length) length 82 Source/wtf/Int8Array.h return TypedArrayBase<signed char>::createUninitialized<Int8Array>(length); length 85 Source/wtf/Int8Array.h Int8Array::Int8Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 86 Source/wtf/Int8Array.h : IntegralTypedArrayBase<signed char>(buffer, byteOffset, length) length 92 Source/wtf/Int8Array.h return subarray(start, length()); length 54 Source/wtf/IntegralTypedArrayBase.h IntegralTypedArrayBase(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 55 Source/wtf/IntegralTypedArrayBase.h : TypedArrayBase<T>(buffer, byteOffset, length) length 77 Source/wtf/SHA1.cpp void SHA1::addBytes(const uint8_t* input, size_t length) length 79 Source/wtf/SHA1.cpp while (length--) { length 55 Source/wtf/SHA1.h ASSERT(input.length() == strlen(string)); length 56 Source/wtf/SHA1.h addBytes(reinterpret_cast<const uint8_t*>(string), input.length()); length 58 Source/wtf/SHA1.h void addBytes(const uint8_t* input, size_t length); length 91 Source/wtf/StringHasher.h template<typename T, UChar Converter(T)> void addCharactersAssumingAligned(const T* data, unsigned length) length 95 Source/wtf/StringHasher.h bool remainder = length & 1; length 96 Source/wtf/StringHasher.h length >>= 1; length 98 Source/wtf/StringHasher.h while (length--) { length 107 Source/wtf/StringHasher.h template<typename T> void addCharactersAssumingAligned(const T* data, unsigned length) length 109 Source/wtf/StringHasher.h addCharactersAssumingAligned<T, defaultConverter>(data, length); length 131 Source/wtf/StringHasher.h template<typename T, UChar Converter(T)> void addCharacters(const T* data, unsigned length) length 133 Source/wtf/StringHasher.h if (m_hasPendingCharacter && length) { length 136 Source/wtf/StringHasher.h --length; length 138 Source/wtf/StringHasher.h addCharactersAssumingAligned<T, Converter>(data, length); length 141 Source/wtf/StringHasher.h template<typename T> void addCharacters(const T* data, unsigned length) length 143 Source/wtf/StringHasher.h addCharacters<T, defaultConverter>(data, length); length 192 Source/wtf/StringHasher.h template<typename T, UChar Converter(T)> static unsigned computeHashAndMaskTop8Bits(const T* data, unsigned length) length 195 Source/wtf/StringHasher.h hasher.addCharactersAssumingAligned<T, Converter>(data, length); length 206 Source/wtf/StringHasher.h template<typename T> static unsigned computeHashAndMaskTop8Bits(const T* data, unsigned length) length 208 Source/wtf/StringHasher.h return computeHashAndMaskTop8Bits<T, defaultConverter>(data, length); length 216 Source/wtf/StringHasher.h template<typename T, UChar Converter(T)> static unsigned computeHash(const T* data, unsigned length) length 219 Source/wtf/StringHasher.h hasher.addCharactersAssumingAligned<T, Converter>(data, length); length 230 Source/wtf/StringHasher.h template<typename T> static unsigned computeHash(const T* data, unsigned length) length 232 Source/wtf/StringHasher.h return computeHash<T, defaultConverter>(data, length); length 240 Source/wtf/StringHasher.h static unsigned hashMemory(const void* data, unsigned length) length 245 Source/wtf/StringHasher.h ASSERT(!(length % 2)); length 246 Source/wtf/StringHasher.h return computeHashAndMaskTop8Bits<UChar>(static_cast<const UChar*>(data), length / sizeof(UChar)); length 249 Source/wtf/StringHasher.h template<size_t length> static unsigned hashMemory(const void* data) length 251 Source/wtf/StringHasher.h COMPILE_ASSERT(!(length % 2), length_must_be_a_multiple_of_two); length 252 Source/wtf/StringHasher.h return hashMemory(data, length); length 50 Source/wtf/TypedArrayBase.h bool zeroRange(unsigned offset, size_t length) length 52 Source/wtf/TypedArrayBase.h return zeroRangeImpl(offset * sizeof(T), length * sizeof(T)); length 58 Source/wtf/TypedArrayBase.h unsigned length() const length 85 Source/wtf/TypedArrayBase.h TypedArrayBase(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 87 Source/wtf/TypedArrayBase.h , m_length(length) length 92 Source/wtf/TypedArrayBase.h static PassRefPtr<Subclass> create(unsigned length) length 94 Source/wtf/TypedArrayBase.h RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(length, sizeof(T)); length 97 Source/wtf/TypedArrayBase.h return create<Subclass>(buffer, 0, length); length 101 Source/wtf/TypedArrayBase.h static PassRefPtr<Subclass> create(const T* array, unsigned length) length 103 Source/wtf/TypedArrayBase.h RefPtr<Subclass> a = create<Subclass>(length); length 105 Source/wtf/TypedArrayBase.h for (unsigned i = 0; i < length; ++i) length 113 Source/wtf/TypedArrayBase.h unsigned length) length 116 Source/wtf/TypedArrayBase.h if (!verifySubRange<T>(buf, byteOffset, length)) length 119 Source/wtf/TypedArrayBase.h return adoptRef(new Subclass(buf, byteOffset, length)); length 123 Source/wtf/TypedArrayBase.h static PassRefPtr<Subclass> createUninitialized(unsigned length) length 125 Source/wtf/TypedArrayBase.h RefPtr<ArrayBuffer> buffer = ArrayBuffer::createUninitialized(length, sizeof(T)); length 128 Source/wtf/TypedArrayBase.h return create<Subclass>(buffer, 0, length); length 134 Source/wtf/TypedArrayBase.h unsigned offset, length; length 135 Source/wtf/TypedArrayBase.h calculateOffsetAndLength(start, end, m_length, &offset, &length); length 136 Source/wtf/TypedArrayBase.h clampOffsetAndNumElements<T>(buffer(), m_byteOffset, &offset, &length); length 137 Source/wtf/TypedArrayBase.h return create<Subclass>(buffer(), offset, length); length 38 Source/wtf/Uint16Array.h static inline PassRefPtr<Uint16Array> create(unsigned length); length 39 Source/wtf/Uint16Array.h static inline PassRefPtr<Uint16Array> create(const unsigned short* array, unsigned length); length 40 Source/wtf/Uint16Array.h static inline PassRefPtr<Uint16Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 44 Source/wtf/Uint16Array.h static inline PassRefPtr<Uint16Array> createUninitialized(unsigned length); length 60 Source/wtf/Uint16Array.h unsigned length); length 65 Source/wtf/Uint16Array.h PassRefPtr<Uint16Array> Uint16Array::create(unsigned length) length 67 Source/wtf/Uint16Array.h return TypedArrayBase<unsigned short>::create<Uint16Array>(length); length 70 Source/wtf/Uint16Array.h PassRefPtr<Uint16Array> Uint16Array::create(const unsigned short* array, unsigned length) length 72 Source/wtf/Uint16Array.h return TypedArrayBase<unsigned short>::create<Uint16Array>(array, length); length 75 Source/wtf/Uint16Array.h PassRefPtr<Uint16Array> Uint16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 77 Source/wtf/Uint16Array.h return TypedArrayBase<unsigned short>::create<Uint16Array>(buffer, byteOffset, length); length 80 Source/wtf/Uint16Array.h PassRefPtr<Uint16Array> Uint16Array::createUninitialized(unsigned length) length 82 Source/wtf/Uint16Array.h return TypedArrayBase<unsigned short>::createUninitialized<Uint16Array>(length); length 85 Source/wtf/Uint16Array.h Uint16Array::Uint16Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 86 Source/wtf/Uint16Array.h : IntegralTypedArrayBase<unsigned short>(buffer, byteOffset, length) length 92 Source/wtf/Uint16Array.h return subarray(start, length()); length 38 Source/wtf/Uint32Array.h static inline PassRefPtr<Uint32Array> create(unsigned length); length 39 Source/wtf/Uint32Array.h static inline PassRefPtr<Uint32Array> create(const unsigned* array, unsigned length); length 40 Source/wtf/Uint32Array.h static inline PassRefPtr<Uint32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 44 Source/wtf/Uint32Array.h static inline PassRefPtr<Uint32Array> createUninitialized(unsigned length); length 60 Source/wtf/Uint32Array.h unsigned length); length 65 Source/wtf/Uint32Array.h PassRefPtr<Uint32Array> Uint32Array::create(unsigned length) length 67 Source/wtf/Uint32Array.h return TypedArrayBase<unsigned>::create<Uint32Array>(length); length 70 Source/wtf/Uint32Array.h PassRefPtr<Uint32Array> Uint32Array::create(const unsigned int* array, unsigned length) length 72 Source/wtf/Uint32Array.h return TypedArrayBase<unsigned>::create<Uint32Array>(array, length); length 75 Source/wtf/Uint32Array.h PassRefPtr<Uint32Array> Uint32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 77 Source/wtf/Uint32Array.h return TypedArrayBase<unsigned>::create<Uint32Array>(buffer, byteOffset, length); length 80 Source/wtf/Uint32Array.h PassRefPtr<Uint32Array> Uint32Array::createUninitialized(unsigned length) length 82 Source/wtf/Uint32Array.h return TypedArrayBase<unsigned>::createUninitialized<Uint32Array>(length); length 85 Source/wtf/Uint32Array.h Uint32Array::Uint32Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 86 Source/wtf/Uint32Array.h : IntegralTypedArrayBase<unsigned>(buffer, byteOffset, length) length 92 Source/wtf/Uint32Array.h return subarray(start, length()); length 38 Source/wtf/Uint8Array.h static inline PassRefPtr<Uint8Array> create(unsigned length); length 39 Source/wtf/Uint8Array.h static inline PassRefPtr<Uint8Array> create(const unsigned char* array, unsigned length); length 40 Source/wtf/Uint8Array.h static inline PassRefPtr<Uint8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 44 Source/wtf/Uint8Array.h static inline PassRefPtr<Uint8Array> createUninitialized(unsigned length); length 60 Source/wtf/Uint8Array.h unsigned length); length 65 Source/wtf/Uint8Array.h PassRefPtr<Uint8Array> Uint8Array::create(unsigned length) length 67 Source/wtf/Uint8Array.h return TypedArrayBase<unsigned char>::create<Uint8Array>(length); length 70 Source/wtf/Uint8Array.h PassRefPtr<Uint8Array> Uint8Array::create(const unsigned char* array, unsigned length) length 72 Source/wtf/Uint8Array.h return TypedArrayBase<unsigned char>::create<Uint8Array>(array, length); length 75 Source/wtf/Uint8Array.h PassRefPtr<Uint8Array> Uint8Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 77 Source/wtf/Uint8Array.h return TypedArrayBase<unsigned char>::create<Uint8Array>(buffer, byteOffset, length); length 80 Source/wtf/Uint8Array.h PassRefPtr<Uint8Array> Uint8Array::createUninitialized(unsigned length) length 82 Source/wtf/Uint8Array.h return TypedArrayBase<unsigned char>::createUninitialized<Uint8Array>(length); length 85 Source/wtf/Uint8Array.h Uint8Array::Uint8Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 86 Source/wtf/Uint8Array.h : IntegralTypedArrayBase<unsigned char>(buffer, byteOffset, length) length 92 Source/wtf/Uint8Array.h return subarray(start, length()); length 38 Source/wtf/Uint8ClampedArray.h static inline PassRefPtr<Uint8ClampedArray> create(unsigned length); length 39 Source/wtf/Uint8ClampedArray.h static inline PassRefPtr<Uint8ClampedArray> create(const unsigned char* array, unsigned length); length 40 Source/wtf/Uint8ClampedArray.h static inline PassRefPtr<Uint8ClampedArray> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); length 44 Source/wtf/Uint8ClampedArray.h static inline PassRefPtr<Uint8ClampedArray> createUninitialized(unsigned length); length 65 Source/wtf/Uint8ClampedArray.h unsigned length); length 70 Source/wtf/Uint8ClampedArray.h PassRefPtr<Uint8ClampedArray> Uint8ClampedArray::create(unsigned length) length 72 Source/wtf/Uint8ClampedArray.h return TypedArrayBase<unsigned char>::create<Uint8ClampedArray>(length); length 75 Source/wtf/Uint8ClampedArray.h PassRefPtr<Uint8ClampedArray> Uint8ClampedArray::create(const unsigned char* array, unsigned length) length 77 Source/wtf/Uint8ClampedArray.h return TypedArrayBase<unsigned char>::create<Uint8ClampedArray>(array, length); length 80 Source/wtf/Uint8ClampedArray.h PassRefPtr<Uint8ClampedArray> Uint8ClampedArray::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 82 Source/wtf/Uint8ClampedArray.h return TypedArrayBase<unsigned char>::create<Uint8ClampedArray>(buffer, byteOffset, length); length 85 Source/wtf/Uint8ClampedArray.h PassRefPtr<Uint8ClampedArray> Uint8ClampedArray::createUninitialized(unsigned length) length 87 Source/wtf/Uint8ClampedArray.h return TypedArrayBase<unsigned char>::createUninitialized<Uint8ClampedArray>(length); length 92 Source/wtf/Uint8ClampedArray.h zeroRange(0, length()); length 106 Source/wtf/Uint8ClampedArray.h Uint8ClampedArray::Uint8ClampedArray(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) length 107 Source/wtf/Uint8ClampedArray.h : Uint8Array(buffer, byteOffset, length) length 113 Source/wtf/Uint8ClampedArray.h return subarray(start, length()); length 695 Source/wtf/Vector.h void remove(size_t position, size_t length); length 1141 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::remove(size_t position, size_t length) length 1144 Source/wtf/Vector.h RELEASE_ASSERT(position + length <= size()); length 1146 Source/wtf/Vector.h T* endSpot = beginSpot + length; length 1149 Source/wtf/Vector.h clearUnusedSlots(end() - length, end()); length 1150 Source/wtf/Vector.h m_size -= length; length 1242 Source/wtf/dtoa.cpp size_t length = builder.position(); length 1244 Source/wtf/dtoa.cpp for (; decimalPointPosition < length; ++decimalPointPosition) { length 1250 Source/wtf/dtoa.cpp if (decimalPointPosition == length) length 1253 Source/wtf/dtoa.cpp size_t truncatedLength = length - 1; length 1260 Source/wtf/dtoa.cpp if (truncatedLength == length - 1) length 1306 Source/wtf/dtoa.cpp double parseDoubleFromLongString(const UChar* string, size_t length, size_t& parsedLength) length 1308 Source/wtf/dtoa.cpp Vector<LChar> conversionBuffer(length); length 1309 Source/wtf/dtoa.cpp for (size_t i = 0; i < length; ++i) length 1311 Source/wtf/dtoa.cpp return parseDouble(conversionBuffer.data(), length, parsedLength); length 50 Source/wtf/dtoa.h WTF_EXPORT double parseDouble(const LChar* string, size_t length, size_t& parsedLength); length 51 Source/wtf/dtoa.h WTF_EXPORT double parseDouble(const UChar* string, size_t length, size_t& parsedLength); length 54 Source/wtf/dtoa.h double parseDoubleFromLongString(const UChar* string, size_t length, size_t& parsedLength); length 57 Source/wtf/dtoa.h inline double parseDouble(const LChar* string, size_t length, size_t& parsedLength) length 59 Source/wtf/dtoa.h return double_conversion::StringToDoubleConverter::StringToDouble(reinterpret_cast<const char*>(string), length, &parsedLength); length 62 Source/wtf/dtoa.h inline double parseDouble(const UChar* string, size_t length, size_t& parsedLength) length 65 Source/wtf/dtoa.h if (length > conversionBufferSize) length 66 Source/wtf/dtoa.h return Internal::parseDoubleFromLongString(string, length, parsedLength); length 68 Source/wtf/dtoa.h for (int i = 0; i < static_cast<int>(length); ++i) length 70 Source/wtf/dtoa.h return parseDouble(conversionBuffer, length, parsedLength); length 77 Source/wtf/dtoa/bignum-dtoa.cc Vector<char> buffer, int* length); length 81 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length); length 88 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length); length 92 Source/wtf/dtoa/bignum-dtoa.cc Vector<char> buffer, int* length, int* decimal_point) { length 108 Source/wtf/dtoa/bignum-dtoa.cc *length = 0; length 139 Source/wtf/dtoa/bignum-dtoa.cc is_even, buffer, length); length 144 Source/wtf/dtoa/bignum-dtoa.cc buffer, length); length 149 Source/wtf/dtoa/bignum-dtoa.cc buffer, length); length 154 Source/wtf/dtoa/bignum-dtoa.cc buffer[*length] = '\0'; length 174 Source/wtf/dtoa/bignum-dtoa.cc Vector<char> buffer, int* length) { length 180 Source/wtf/dtoa/bignum-dtoa.cc *length = 0; length 187 Source/wtf/dtoa/bignum-dtoa.cc buffer[(*length)++] = digit + '0'; length 230 Source/wtf/dtoa/bignum-dtoa.cc ASSERT(buffer[(*length) - 1] != '9'); length 231 Source/wtf/dtoa/bignum-dtoa.cc buffer[(*length) - 1]++; length 238 Source/wtf/dtoa/bignum-dtoa.cc if ((buffer[(*length) - 1] - '0') % 2 == 0) { length 241 Source/wtf/dtoa/bignum-dtoa.cc ASSERT(buffer[(*length) - 1] != '9'); length 242 Source/wtf/dtoa/bignum-dtoa.cc buffer[(*length) - 1]++; length 255 Source/wtf/dtoa/bignum-dtoa.cc ASSERT(buffer[(*length) -1] != '9'); length 256 Source/wtf/dtoa/bignum-dtoa.cc buffer[(*length) - 1]++; length 271 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length) { length 302 Source/wtf/dtoa/bignum-dtoa.cc *length = count; length 313 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length) { length 324 Source/wtf/dtoa/bignum-dtoa.cc *length = 0; length 337 Source/wtf/dtoa/bignum-dtoa.cc *length = 1; length 341 Source/wtf/dtoa/bignum-dtoa.cc *length = 0; length 350 Source/wtf/dtoa/bignum-dtoa.cc buffer, length); length 80 Source/wtf/dtoa/bignum-dtoa.h Vector<char> buffer, int* length, int* point); length 109 Source/wtf/dtoa/bignum.cc int length = value.length(); length 112 Source/wtf/dtoa/bignum.cc while (length >= kMaxUint64DecimalDigits) { length 115 Source/wtf/dtoa/bignum.cc length -= kMaxUint64DecimalDigits; length 119 Source/wtf/dtoa/bignum.cc uint64_t digits = ReadUInt64(value, pos, length); length 120 Source/wtf/dtoa/bignum.cc MultiplyByPowerOfTen(length); length 137 Source/wtf/dtoa/bignum.cc int length = value.length(); length 139 Source/wtf/dtoa/bignum.cc int needed_bigits = length * 4 / kBigitSize + 1; length 141 Source/wtf/dtoa/bignum.cc int string_index = length - 1; length 81 Source/wtf/dtoa/double-conversion.cc int length, length 84 Source/wtf/dtoa/double-conversion.cc ASSERT(length != 0); length 86 Source/wtf/dtoa/double-conversion.cc if (length != 1) { length 88 Source/wtf/dtoa/double-conversion.cc result_builder->AddSubstring(&decimal_digits[1], length-1); length 119 Source/wtf/dtoa/double-conversion.cc int length, length 130 Source/wtf/dtoa/double-conversion.cc ASSERT(length <= digits_after_point - (-decimal_point)); length 131 Source/wtf/dtoa/double-conversion.cc result_builder->AddSubstring(decimal_digits, length); length 132 Source/wtf/dtoa/double-conversion.cc int remaining_digits = digits_after_point - (-decimal_point) - length; length 135 Source/wtf/dtoa/double-conversion.cc } else if (decimal_point >= length) { length 137 Source/wtf/dtoa/double-conversion.cc result_builder->AddSubstring(decimal_digits, length); length 138 Source/wtf/dtoa/double-conversion.cc result_builder->AddPadding('0', decimal_point - length); length 148 Source/wtf/dtoa/double-conversion.cc ASSERT(length - decimal_point <= digits_after_point); length 150 Source/wtf/dtoa/double-conversion.cc length - decimal_point); length 151 Source/wtf/dtoa/double-conversion.cc int remaining_digits = digits_after_point - (length - decimal_point); length 361 Source/wtf/dtoa/double-conversion.cc int* length, length 376 Source/wtf/dtoa/double-conversion.cc *length = 0; length 383 Source/wtf/dtoa/double-conversion.cc *length = 1; length 391 Source/wtf/dtoa/double-conversion.cc fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); length 394 Source/wtf/dtoa/double-conversion.cc fast_worked = FastFixedDtoa(v, requested_digits, vector, length, point); length 398 Source/wtf/dtoa/double-conversion.cc vector, length, point); length 408 Source/wtf/dtoa/double-conversion.cc BignumDtoa(v, bignum_mode, requested_digits, vector, length, point); length 409 Source/wtf/dtoa/double-conversion.cc vector[*length] = '\0'; length 430 Source/wtf/dtoa/double-conversion.cc size_t length, length 433 Source/wtf/dtoa/double-conversion.cc const char* end = input + length; length 327 Source/wtf/dtoa/double-conversion.h int* length, length 339 Source/wtf/dtoa/double-conversion.h int length, length 344 Source/wtf/dtoa/double-conversion.h int length, length 367 Source/wtf/dtoa/double-conversion.h static double StringToDouble(const char* buffer, size_t length, size_t* processed_characters_count); length 66 Source/wtf/dtoa/fast-dtoa.cc int length, length 150 Source/wtf/dtoa/fast-dtoa.cc buffer[length - 1]--; length 186 Source/wtf/dtoa/fast-dtoa.cc int length, length 210 Source/wtf/dtoa/fast-dtoa.cc buffer[length - 1]++; length 211 Source/wtf/dtoa/fast-dtoa.cc for (int i = length - 1; i > 0; --i) { length 390 Source/wtf/dtoa/fast-dtoa.cc int* length, length 429 Source/wtf/dtoa/fast-dtoa.cc *length = 0; length 436 Source/wtf/dtoa/fast-dtoa.cc buffer[*length] = '0' + digit; length 437 Source/wtf/dtoa/fast-dtoa.cc (*length)++; length 449 Source/wtf/dtoa/fast-dtoa.cc return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), length 471 Source/wtf/dtoa/fast-dtoa.cc buffer[*length] = '0' + digit; length 472 Source/wtf/dtoa/fast-dtoa.cc (*length)++; length 476 Source/wtf/dtoa/fast-dtoa.cc return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, length 515 Source/wtf/dtoa/fast-dtoa.cc int* length, length 537 Source/wtf/dtoa/fast-dtoa.cc *length = 0; length 545 Source/wtf/dtoa/fast-dtoa.cc buffer[*length] = '0' + digit; length 546 Source/wtf/dtoa/fast-dtoa.cc (*length)++; length 559 Source/wtf/dtoa/fast-dtoa.cc return RoundWeedCounted(buffer, *length, rest, length 578 Source/wtf/dtoa/fast-dtoa.cc buffer[*length] = '0' + digit; length 579 Source/wtf/dtoa/fast-dtoa.cc (*length)++; length 585 Source/wtf/dtoa/fast-dtoa.cc return RoundWeedCounted(buffer, *length, fractionals, one.f(), w_error, length 603 Source/wtf/dtoa/fast-dtoa.cc int* length, length 655 Source/wtf/dtoa/fast-dtoa.cc buffer, length, &kappa); length 669 Source/wtf/dtoa/fast-dtoa.cc int* length, length 704 Source/wtf/dtoa/fast-dtoa.cc buffer, length, &kappa); length 714 Source/wtf/dtoa/fast-dtoa.cc int* length, length 723 Source/wtf/dtoa/fast-dtoa.cc result = Grisu3(v, buffer, length, &decimal_exponent); length 727 Source/wtf/dtoa/fast-dtoa.cc buffer, length, &decimal_exponent); length 733 Source/wtf/dtoa/fast-dtoa.cc *decimal_point = *length + decimal_exponent; length 734 Source/wtf/dtoa/fast-dtoa.cc buffer[*length] = '\0'; length 81 Source/wtf/dtoa/fast-dtoa.h int* length, length 125 Source/wtf/dtoa/fixed-dtoa.cc Vector<char> buffer, int* length) { length 127 Source/wtf/dtoa/fixed-dtoa.cc buffer[(*length) + i] = '0' + number % 10; length 130 Source/wtf/dtoa/fixed-dtoa.cc *length += requested_length; length 134 Source/wtf/dtoa/fixed-dtoa.cc static void FillDigits32(uint32_t number, Vector<char> buffer, int* length) { length 140 Source/wtf/dtoa/fixed-dtoa.cc buffer[(*length) + number_length] = '0' + digit; length 144 Source/wtf/dtoa/fixed-dtoa.cc int i = *length; length 145 Source/wtf/dtoa/fixed-dtoa.cc int j = *length + number_length - 1; length 153 Source/wtf/dtoa/fixed-dtoa.cc *length += number_length; length 158 Source/wtf/dtoa/fixed-dtoa.cc Vector<char> buffer, int* length) { length 166 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32FixedLength(part0, 3, buffer, length); length 167 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32FixedLength(part1, 7, buffer, length); length 168 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32FixedLength(part2, 7, buffer, length); length 172 Source/wtf/dtoa/fixed-dtoa.cc static void FillDigits64(uint64_t number, Vector<char> buffer, int* length) { length 181 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32(part0, buffer, length); length 182 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32FixedLength(part1, 7, buffer, length); length 183 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32FixedLength(part2, 7, buffer, length); length 185 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32(part1, buffer, length); length 186 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32FixedLength(part2, 7, buffer, length); length 188 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32(part2, buffer, length); length 193 Source/wtf/dtoa/fixed-dtoa.cc static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { length 195 Source/wtf/dtoa/fixed-dtoa.cc if (*length == 0) { length 198 Source/wtf/dtoa/fixed-dtoa.cc *length = 1; length 203 Source/wtf/dtoa/fixed-dtoa.cc buffer[(*length) - 1]++; length 204 Source/wtf/dtoa/fixed-dtoa.cc for (int i = (*length) - 1; i > 0; --i) { length 236 Source/wtf/dtoa/fixed-dtoa.cc int* length, int* decimal_point) { length 260 Source/wtf/dtoa/fixed-dtoa.cc buffer[*length] = '0' + digit; length 261 Source/wtf/dtoa/fixed-dtoa.cc (*length)++; length 266 Source/wtf/dtoa/fixed-dtoa.cc RoundUp(buffer, length, decimal_point); length 281 Source/wtf/dtoa/fixed-dtoa.cc buffer[*length] = '0' + digit; length 282 Source/wtf/dtoa/fixed-dtoa.cc (*length)++; length 285 Source/wtf/dtoa/fixed-dtoa.cc RoundUp(buffer, length, decimal_point); length 293 Source/wtf/dtoa/fixed-dtoa.cc static void TrimZeros(Vector<char> buffer, int* length, int* decimal_point) { length 294 Source/wtf/dtoa/fixed-dtoa.cc while (*length > 0 && buffer[(*length) - 1] == '0') { length 295 Source/wtf/dtoa/fixed-dtoa.cc (*length)--; length 298 Source/wtf/dtoa/fixed-dtoa.cc while (first_non_zero < *length && buffer[first_non_zero] == '0') { length 302 Source/wtf/dtoa/fixed-dtoa.cc for (int i = first_non_zero; i < *length; ++i) { length 305 Source/wtf/dtoa/fixed-dtoa.cc *length -= first_non_zero; length 314 Source/wtf/dtoa/fixed-dtoa.cc int* length, length 326 Source/wtf/dtoa/fixed-dtoa.cc *length = 0; length 364 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32(quotient, buffer, length); length 365 Source/wtf/dtoa/fixed-dtoa.cc FillDigits64FixedLength(remainder, divisor_power, buffer, length); length 366 Source/wtf/dtoa/fixed-dtoa.cc *decimal_point = *length; length 370 Source/wtf/dtoa/fixed-dtoa.cc FillDigits64(significand, buffer, length); length 371 Source/wtf/dtoa/fixed-dtoa.cc *decimal_point = *length; length 377 Source/wtf/dtoa/fixed-dtoa.cc FillDigits64(integrals, buffer, length); length 379 Source/wtf/dtoa/fixed-dtoa.cc FillDigits32(static_cast<uint32_t>(integrals), buffer, length); length 381 Source/wtf/dtoa/fixed-dtoa.cc *decimal_point = *length; length 383 Source/wtf/dtoa/fixed-dtoa.cc buffer, length, decimal_point); length 389 Source/wtf/dtoa/fixed-dtoa.cc *length = 0; length 394 Source/wtf/dtoa/fixed-dtoa.cc buffer, length, decimal_point); length 396 Source/wtf/dtoa/fixed-dtoa.cc TrimZeros(buffer, length, decimal_point); length 397 Source/wtf/dtoa/fixed-dtoa.cc buffer[*length] = '\0'; length 398 Source/wtf/dtoa/fixed-dtoa.cc if ((*length) == 0) { length 54 Source/wtf/dtoa/fixed-dtoa.h Vector<char> buffer, int* length, int* decimal_point); length 96 Source/wtf/dtoa/strtod.cc for (int i = 0; i < buffer.length(); i++) { length 98 Source/wtf/dtoa/strtod.cc return buffer.SubVector(i, buffer.length()); length 106 Source/wtf/dtoa/strtod.cc for (int i = buffer.length() - 1; i >= 0; --i) { length 124 Source/wtf/dtoa/strtod.cc ASSERT(buffer[buffer.length() - 1] != '0'); length 129 Source/wtf/dtoa/strtod.cc exponent + (buffer.length() - kMaxSignificantDecimalDigits); length 141 Source/wtf/dtoa/strtod.cc while (i < buffer.length() && result <= (kMaxUint64 / 10 - 1)) { length 160 Source/wtf/dtoa/strtod.cc if (buffer.length() == read_digits) { length 171 Source/wtf/dtoa/strtod.cc *remaining_decimals = buffer.length() - read_digits; length 188 Source/wtf/dtoa/strtod.cc if (trimmed.length() <= kMaxExactDoubleIntegerDecimalDigits) { length 199 Source/wtf/dtoa/strtod.cc ASSERT(read_digits == trimmed.length()); length 206 Source/wtf/dtoa/strtod.cc ASSERT(read_digits == trimmed.length()); length 211 Source/wtf/dtoa/strtod.cc kMaxExactDoubleIntegerDecimalDigits - trimmed.length(); length 218 Source/wtf/dtoa/strtod.cc ASSERT(read_digits == trimmed.length()); length 290 Source/wtf/dtoa/strtod.cc if (kMaxUint64DecimalDigits - buffer.length() >= adjustment_exponent) { length 380 Source/wtf/dtoa/strtod.cc ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1); length 381 Source/wtf/dtoa/strtod.cc ASSERT(buffer.length() + exponent > kMinDecimalPower); length 382 Source/wtf/dtoa/strtod.cc ASSERT(buffer.length() <= kMaxSignificantDecimalDigits); length 419 Source/wtf/dtoa/strtod.cc exponent += left_trimmed.length() - trimmed.length(); length 420 Source/wtf/dtoa/strtod.cc if (trimmed.length() == 0) return 0.0; length 421 Source/wtf/dtoa/strtod.cc if (trimmed.length() > kMaxSignificantDecimalDigits) { length 430 Source/wtf/dtoa/strtod.cc if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) { length 433 Source/wtf/dtoa/strtod.cc if (exponent + trimmed.length() <= kMinDecimalPower) { length 132 Source/wtf/dtoa/utils.h size_t length = strlen(string); length 133 Source/wtf/dtoa/utils.h ASSERT(length == static_cast<size_t>(static_cast<int>(length))); length 134 Source/wtf/dtoa/utils.h return static_cast<int>(length); length 142 Source/wtf/dtoa/utils.h Vector(T* data, int length) : start_(data), length_(length) { length 143 Source/wtf/dtoa/utils.h ASSERT(length == 0 || (length > 0 && data != NULL)); length 156 Source/wtf/dtoa/utils.h int length() const { return length_; } length 190 Source/wtf/dtoa/utils.h int size() const { return buffer_.length(); } length 214 Source/wtf/dtoa/utils.h ASSERT(!is_finalized() && position_ < buffer_.length()); length 227 Source/wtf/dtoa/utils.h ASSERT(!is_finalized() && position_ + n < buffer_.length()); length 244 Source/wtf/dtoa/utils.h ASSERT(!is_finalized() && position_ < buffer_.length()); length 46 Source/wtf/testing/WTFTestHelpers.cpp for (unsigned index = 0; index < string.length(); ++index) { length 50 Source/wtf/testing/WTFTestHelpersTest.cpp return CString(result.data(), result.length()); length 76 Source/wtf/text/ASCIIFastPath.h inline bool charactersAreAllASCII(const CharacterType* characters, size_t length) length 79 Source/wtf/text/ASCIIFastPath.h const CharacterType* end = characters + length; length 105 Source/wtf/text/ASCIIFastPath.h inline void copyLCharsFromUCharSource(LChar* destination, const UChar* source, size_t length) length 112 Source/wtf/text/ASCIIFastPath.h for (;i < length && !isAlignedTo<memoryAccessMask>(&source[i]); ++i) { length 119 Source/wtf/text/ASCIIFastPath.h if (length > ucharsPerLoop) { length 120 Source/wtf/text/ASCIIFastPath.h const size_t endLength = length - ucharsPerLoop + 1; length 133 Source/wtf/text/ASCIIFastPath.h for (; i < length; ++i) { length 138 Source/wtf/text/ASCIIFastPath.h const LChar* const end = destination + length; length 141 Source/wtf/text/ASCIIFastPath.h if (length >= (2 * memoryAccessSize) - 1) { length 162 Source/wtf/text/ASCIIFastPath.h for (size_t i = 0; i < length; ++i) { length 52 Source/wtf/text/AtomicString.cpp if (!string->length()) length 155 Source/wtf/text/AtomicString.cpp unsigned length; length 162 Source/wtf/text/AtomicString.cpp return StringHasher::computeHashAndMaskTop8Bits(buf.s, buf.length); length 167 Source/wtf/text/AtomicString.cpp return WTF::equal(str, buf.s, buf.length); length 172 Source/wtf/text/AtomicString.cpp location = StringImpl::create8BitIfPossible(buf.s, buf.length).leakRef(); length 182 Source/wtf/text/AtomicString.cpp unsigned length; length 189 Source/wtf/text/AtomicString.cpp ASSERT(buffer.hash == StringHasher::computeHashAndMaskTop8Bits(buffer.characters, buffer.length)); length 195 Source/wtf/text/AtomicString.cpp return WTF::equal(string, buffer.characters, buffer.length); length 200 Source/wtf/text/AtomicString.cpp location = StringImpl::create(buffer.characters, buffer.length).leakRef(); length 209 Source/wtf/text/AtomicString.cpp unsigned length; length 221 Source/wtf/text/AtomicString.cpp if (buffer.utf16Length != string->length()) length 225 Source/wtf/text/AtomicString.cpp if (buffer.utf16Length != buffer.length) { length 228 Source/wtf/text/AtomicString.cpp return equalLatin1WithUTF8(characters8, characters8 + string->length(), buffer.characters, buffer.characters + buffer.length); length 231 Source/wtf/text/AtomicString.cpp return equalUTF16WithUTF8(characters16, characters16 + string->length(), buffer.characters, buffer.characters + buffer.length); length 237 Source/wtf/text/AtomicString.cpp for (unsigned i = 0; i < buffer.length; ++i) { length 248 Source/wtf/text/AtomicString.cpp for (unsigned i = 0; i < buffer.length; ++i) { length 264 Source/wtf/text/AtomicString.cpp if (convertUTF8ToUTF16(&source, source + buffer.length, &target, target + buffer.utf16Length, &isAllASCII) != conversionOK) length 268 Source/wtf/text/AtomicString.cpp newString = StringImpl::create(buffer.characters, buffer.length); length 276 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const UChar* s, unsigned length) length 281 Source/wtf/text/AtomicString.cpp if (!length) length 284 Source/wtf/text/AtomicString.cpp UCharBuffer buffer = { s, length }; length 288 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const UChar* s, unsigned length, unsigned existingHash) length 293 Source/wtf/text/AtomicString.cpp if (!length) length 296 Source/wtf/text/AtomicString.cpp HashAndCharacters<UChar> buffer = { existingHash, s, length }; length 305 Source/wtf/text/AtomicString.cpp unsigned length = 0; length 306 Source/wtf/text/AtomicString.cpp while (s[length] != UChar(0)) length 307 Source/wtf/text/AtomicString.cpp ++length; length 309 Source/wtf/text/AtomicString.cpp if (!length) length 312 Source/wtf/text/AtomicString.cpp UCharBuffer buffer = { s, length }; length 319 Source/wtf/text/AtomicString.cpp unsigned length; length 326 Source/wtf/text/AtomicString.cpp return StringHasher::computeHashAndMaskTop8Bits(buffer.baseString->characters8() + buffer.start, buffer.length); length 327 Source/wtf/text/AtomicString.cpp return StringHasher::computeHashAndMaskTop8Bits(buffer.baseString->characters16() + buffer.start, buffer.length); length 333 Source/wtf/text/AtomicString.cpp return WTF::equal(string, buffer.baseString->characters8() + buffer.start, buffer.length); length 334 Source/wtf/text/AtomicString.cpp return WTF::equal(string, buffer.baseString->characters16() + buffer.start, buffer.length); length 339 Source/wtf/text/AtomicString.cpp location = buffer.baseString->substring(buffer.start, buffer.length).leakRef(); length 345 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(StringImpl* baseString, unsigned start, unsigned length) length 350 Source/wtf/text/AtomicString.cpp if (!length || start >= baseString->length()) length 353 Source/wtf/text/AtomicString.cpp unsigned maxLength = baseString->length() - start; length 354 Source/wtf/text/AtomicString.cpp if (length >= maxLength) { length 357 Source/wtf/text/AtomicString.cpp length = maxLength; length 360 Source/wtf/text/AtomicString.cpp SubstringLocation buffer = { baseString, start, length }; length 368 Source/wtf/text/AtomicString.cpp return StringHasher::computeHashAndMaskTop8Bits(buf.s, buf.length); length 373 Source/wtf/text/AtomicString.cpp return WTF::equal(str, buf.s, buf.length); length 378 Source/wtf/text/AtomicString.cpp location = StringImpl::create(buf.s, buf.length).leakRef(); length 388 Source/wtf/text/AtomicString.cpp return StringHasher::computeHashAndMaskTop8Bits(reinterpret_cast<const LChar*>(buf.s), buf.length); length 393 Source/wtf/text/AtomicString.cpp return WTF::equal(str, buf.s, buf.length); length 398 Source/wtf/text/AtomicString.cpp location = StringImpl::create(buf.s, buf.length).leakRef(); length 404 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const LChar* s, unsigned length) length 409 Source/wtf/text/AtomicString.cpp if (!length) length 412 Source/wtf/text/AtomicString.cpp LCharBuffer buffer = { s, length }; length 416 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::addFromLiteralData(const char* characters, unsigned length) length 419 Source/wtf/text/AtomicString.cpp ASSERT(length); length 421 Source/wtf/text/AtomicString.cpp CharBuffer buffer = { characters, length }; length 433 Source/wtf/text/AtomicString.cpp HashAndCharacters<CharacterType> buffer = { stringImpl->existingHash(), stringImpl->getCharacters<CharacterType>(), stringImpl->length() }; length 442 Source/wtf/text/AtomicString.cpp if (!stringImpl->length()) length 482 Source/wtf/text/AtomicString.cpp buffer.hash = calculateStringHashAndLengthFromUTF8MaskingTop8Bits(charactersStart, charactersEnd, buffer.length, buffer.utf16Length); length 40 Source/wtf/text/AtomicString.h AtomicString(const LChar* s, unsigned length) : m_string(add(s, length)) { } length 41 Source/wtf/text/AtomicString.h AtomicString(const UChar* s, unsigned length) : m_string(add(s, length)) { } length 42 Source/wtf/text/AtomicString.h AtomicString(const UChar* s, unsigned length, unsigned existingHash) : m_string(add(s, length, existingHash)) { } length 56 Source/wtf/text/AtomicString.h AtomicString(StringImpl* baseString, unsigned start, unsigned length) : m_string(add(baseString, start, length)) { } length 59 Source/wtf/text/AtomicString.h AtomicString(const char* characters, unsigned length, ConstructFromLiteralTag) length 60 Source/wtf/text/AtomicString.h : m_string(addFromLiteralData(characters, length)) length 97 Source/wtf/text/AtomicString.h unsigned length() const { return m_string.length(); } length 176 Source/wtf/text/AtomicString.h static PassRefPtr<StringImpl> add(const LChar*, unsigned length); length 177 Source/wtf/text/AtomicString.h static PassRefPtr<StringImpl> add(const UChar*, unsigned length); length 178 Source/wtf/text/AtomicString.h ALWAYS_INLINE static PassRefPtr<StringImpl> add(const char* s, unsigned length) { return add(reinterpret_cast<const LChar*>(s), length); }; length 179 Source/wtf/text/AtomicString.h static PassRefPtr<StringImpl> add(const UChar*, unsigned length, unsigned existingHash); length 181 Source/wtf/text/AtomicString.h static PassRefPtr<StringImpl> add(StringImpl*, unsigned offset, unsigned length); length 188 Source/wtf/text/AtomicString.h static PassRefPtr<StringImpl> addFromLiteralData(const char* characters, unsigned length); length 233 Source/wtf/text/AtomicString.h inline AtomicString AtomicString::fromUTF8(const char* characters, size_t length) length 237 Source/wtf/text/AtomicString.h if (!length) length 239 Source/wtf/text/AtomicString.h return fromUTF8Internal(characters, characters + length); length 41 Source/wtf/text/AtomicStringCF.cpp CFIndex length = CFStringGetLength(string); length 44 Source/wtf/text/AtomicStringCF.cpp return add(ptr, length); length 47 Source/wtf/text/AtomicStringCF.cpp return add(reinterpret_cast<const UChar*>(ptr), length); length 49 Source/wtf/text/AtomicStringCF.cpp Vector<UniChar, 1024> ucharBuffer(length); length 50 Source/wtf/text/AtomicStringCF.cpp CFStringGetCharacters(string, CFRangeMake(0, length), ucharBuffer.data()); length 51 Source/wtf/text/AtomicStringCF.cpp return add(reinterpret_cast<const UChar*>(ucharBuffer.data()), length); length 62 Source/wtf/text/Base64.cpp String base64Encode(const char* data, unsigned length, Base64EncodePolicy policy) length 65 Source/wtf/text/Base64.cpp base64Encode(data, length, result, policy); length 142 Source/wtf/text/Base64.cpp static inline bool base64DecodeInternal(const T* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) length 145 Source/wtf/text/Base64.cpp if (!length) length 148 Source/wtf/text/Base64.cpp out.grow(length); length 153 Source/wtf/text/Base64.cpp for (unsigned idx = 0; idx < length; ++idx) { length 221 Source/wtf/text/Base64.cpp bool base64Decode(const char* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) length 223 Source/wtf/text/Base64.cpp return base64DecodeInternal<LChar>(reinterpret_cast<const LChar*>(data), length, out, shouldIgnoreCharacter, policy); length 226 Source/wtf/text/Base64.cpp bool base64Decode(const UChar* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) length 228 Source/wtf/text/Base64.cpp return base64DecodeInternal<UChar>(data, length, out, shouldIgnoreCharacter, policy); length 236 Source/wtf/text/Base64.cpp return base64DecodeInternal<LChar>(in.characters8(), in.length(), out, shouldIgnoreCharacter, policy); length 237 Source/wtf/text/Base64.cpp return base64DecodeInternal<UChar>(in.characters16(), in.length(), out, shouldIgnoreCharacter, policy); length 66 Source/wtf/text/Base64.h base64Encode(in.data(), in.length(), out, policy); length 76 Source/wtf/text/Base64.h return base64Encode(in.data(), in.length(), policy); length 38 Source/wtf/text/CString.cpp PassRefPtr<CStringBuffer> CStringBuffer::createUninitialized(size_t length) length 40 Source/wtf/text/CString.cpp RELEASE_ASSERT(length < (numeric_limits<unsigned>::max() - sizeof(CStringBuffer))); length 43 Source/wtf/text/CString.cpp size_t size = sizeof(CStringBuffer) + length + 1; length 45 Source/wtf/text/CString.cpp return adoptRef(new (stringBuffer) CStringBuffer(length)); length 61 Source/wtf/text/CString.cpp CString::CString(const char* str, size_t length) length 64 Source/wtf/text/CString.cpp ASSERT(!length); length 68 Source/wtf/text/CString.cpp init(str, length); length 71 Source/wtf/text/CString.cpp void CString::init(const char* str, size_t length) length 75 Source/wtf/text/CString.cpp m_buffer = CStringBuffer::createUninitialized(length); length 76 Source/wtf/text/CString.cpp memcpy(m_buffer->mutableData(), str, length); length 77 Source/wtf/text/CString.cpp m_buffer->mutableData()[length] = '\0'; length 88 Source/wtf/text/CString.cpp CString CString::newUninitialized(size_t length, char*& characterBuffer) length 91 Source/wtf/text/CString.cpp result.m_buffer = CStringBuffer::createUninitialized(length); length 93 Source/wtf/text/CString.cpp bytes[length] = '\0'; length 104 Source/wtf/text/CString.cpp size_t length = buffer->length(); length 105 Source/wtf/text/CString.cpp m_buffer = CStringBuffer::createUninitialized(length); length 106 Source/wtf/text/CString.cpp memcpy(m_buffer->mutableData(), buffer->data(), length + 1); length 118 Source/wtf/text/CString.cpp if (a.length() != b.length()) length 120 Source/wtf/text/CString.cpp return !memcmp(a.data(), b.data(), a.length()); length 40 Source/wtf/text/CString.h size_t length() const { return m_length; } length 49 Source/wtf/text/CString.h static PassRefPtr<CStringBuffer> createUninitialized(size_t length); length 51 Source/wtf/text/CString.h CStringBuffer(size_t length) : m_length(length) { } length 63 Source/wtf/text/CString.h CString(const char*, size_t length); length 65 Source/wtf/text/CString.h static CString newUninitialized(size_t length, char*& characterBuffer); length 72 Source/wtf/text/CString.h size_t length() const length 74 Source/wtf/text/CString.h return m_buffer ? m_buffer->length() : 0; length 84 Source/wtf/text/CString.h void init(const char*, size_t length); length 38 Source/wtf/text/CStringTest.cpp ASSERT_EQ(string.length(), static_cast<size_t>(0)); length 43 Source/wtf/text/CStringTest.cpp ASSERT_EQ(stringFromCharPointer.length(), static_cast<size_t>(0)); length 48 Source/wtf/text/CStringTest.cpp ASSERT_EQ(stringFromCharAndLength.length(), static_cast<size_t>(0)); length 56 Source/wtf/text/CStringTest.cpp ASSERT_EQ(string.length(), static_cast<size_t>(0)); length 61 Source/wtf/text/CStringTest.cpp ASSERT_EQ(stringWithLength.length(), static_cast<size_t>(0)); length 71 Source/wtf/text/CStringTest.cpp ASSERT_EQ(string.length(), strlen(referenceString)); length 76 Source/wtf/text/CStringTest.cpp ASSERT_EQ(stringWithLength.length(), strlen(referenceString)); length 88 Source/wtf/text/CStringTest.cpp const size_t length = 25; length 89 Source/wtf/text/CStringTest.cpp CString uninitializedString = CString::newUninitialized(length, buffer); length 92 Source/wtf/text/CStringTest.cpp ASSERT_EQ(uninitializedString.data()[length], 0); length 40 Source/wtf/text/IntegerToStringConversion.h static inline ReturnType flush(LChar* characters, unsigned length, void*) { return StringImpl::create(characters, length); } length 45 Source/wtf/text/IntegerToStringConversion.h static inline ReturnType flush(LChar* characters, unsigned length, StringBuilder* stringBuilder) { stringBuilder->append(characters, length); } length 50 Source/wtf/text/IntegerToStringConversion.h static inline ReturnType flush(LChar* characters, unsigned length, void*) { return AtomicString(characters, length); } length 44 Source/wtf/text/StringBuffer.h explicit StringBuffer(unsigned length) length 47 Source/wtf/text/StringBuffer.h m_data = StringImpl::createUninitialized(length, characters); length 56 Source/wtf/text/StringBuffer.h if (m_data->length() == newLength) length 68 Source/wtf/text/StringBuffer.h if (newLength > m_data->length()) { length 75 Source/wtf/text/StringBuffer.h unsigned length() const { return m_data ? m_data->length() : 0; } length 76 Source/wtf/text/StringBuffer.h CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()) : 0; } length 78 Source/wtf/text/StringBuffer.h CharType& operator[](unsigned i) { ASSERT_WITH_SECURITY_IMPLICATION(i < length()); return characters()[i]; } length 45 Source/wtf/text/StringBuilder.cpp ASSERT(m_string.length() == m_length); length 54 Source/wtf/text/StringBuilder.cpp ASSERT(m_buffer && m_length <= m_buffer->length()); length 55 Source/wtf/text/StringBuilder.cpp if (m_length == m_buffer->length()) { length 69 Source/wtf/text/StringBuilder.cpp String StringBuilder::reifySubstring(unsigned position, unsigned length) const length 73 Source/wtf/text/StringBuilder.cpp unsigned substringLength = std::min(length, m_length - position); length 90 Source/wtf/text/StringBuilder.cpp allocateBuffer(m_buffer->characters8(), m_buffer->length()); length 92 Source/wtf/text/StringBuilder.cpp allocateBuffer(m_buffer->characters16(), m_buffer->length()); length 100 Source/wtf/text/StringBuilder.cpp ASSERT(m_length == m_string.length()); length 101 Source/wtf/text/StringBuilder.cpp ASSERT(newSize < m_string.length()); length 197 Source/wtf/text/StringBuilder.cpp if (newCapacity > m_buffer->length()) { length 220 Source/wtf/text/StringBuilder.cpp ALWAYS_INLINE CharType* StringBuilder::appendUninitialized(unsigned length) length 222 Source/wtf/text/StringBuilder.cpp ASSERT(length); length 225 Source/wtf/text/StringBuilder.cpp unsigned requiredLength = length + m_length; length 226 Source/wtf/text/StringBuilder.cpp RELEASE_ASSERT(requiredLength >= length); length 228 Source/wtf/text/StringBuilder.cpp if ((m_buffer) && (requiredLength <= m_buffer->length())) { length 230 Source/wtf/text/StringBuilder.cpp ASSERT(m_buffer->length() >= m_length); length 249 Source/wtf/text/StringBuilder.cpp ASSERT(m_buffer->length() >= m_length); length 253 Source/wtf/text/StringBuilder.cpp ASSERT(m_string.length() == m_length); length 262 Source/wtf/text/StringBuilder.cpp void StringBuilder::append(const UChar* characters, unsigned length) length 264 Source/wtf/text/StringBuilder.cpp if (!length) length 270 Source/wtf/text/StringBuilder.cpp if (length == 1 && !(*characters & ~0xff)) { length 278 Source/wtf/text/StringBuilder.cpp unsigned requiredLength = length + m_length; length 279 Source/wtf/text/StringBuilder.cpp RELEASE_ASSERT(requiredLength >= length); length 283 Source/wtf/text/StringBuilder.cpp ASSERT(m_buffer->length() >= m_length); length 287 Source/wtf/text/StringBuilder.cpp ASSERT(m_string.length() == m_length); length 291 Source/wtf/text/StringBuilder.cpp memcpy(m_bufferCharacters16 + m_length, characters, static_cast<size_t>(length) * sizeof(UChar)); length 294 Source/wtf/text/StringBuilder.cpp memcpy(appendUninitialized<UChar>(length), characters, static_cast<size_t>(length) * sizeof(UChar)); length 297 Source/wtf/text/StringBuilder.cpp void StringBuilder::append(const LChar* characters, unsigned length) length 299 Source/wtf/text/StringBuilder.cpp if (!length) length 304 Source/wtf/text/StringBuilder.cpp LChar* dest = appendUninitialized<LChar>(length); length 305 Source/wtf/text/StringBuilder.cpp if (length > 8) length 306 Source/wtf/text/StringBuilder.cpp memcpy(dest, characters, static_cast<size_t>(length) * sizeof(LChar)); length 308 Source/wtf/text/StringBuilder.cpp const LChar* end = characters + length; length 313 Source/wtf/text/StringBuilder.cpp UChar* dest = appendUninitialized<UChar>(length); length 314 Source/wtf/text/StringBuilder.cpp const LChar* end = characters + length; length 350 Source/wtf/text/StringBuilder.cpp static void expandLCharToUCharInplace(UChar* buffer, size_t length) length 352 Source/wtf/text/StringBuilder.cpp const LChar* sourceEnd = reinterpret_cast<LChar*>(buffer) + length; length 353 Source/wtf/text/StringBuilder.cpp UChar* current = buffer + length; length 382 Source/wtf/text/StringBuilder.cpp return m_buffer && m_buffer->length() > (m_length + (m_length >> 2)); length 51 Source/wtf/text/StringBuilder.h ALWAYS_INLINE void append(const char* characters, unsigned length) { append(reinterpret_cast<const LChar*>(characters), length); } length 55 Source/wtf/text/StringBuilder.h if (!string.length()) length 62 Source/wtf/text/StringBuilder.h m_length = string.length(); length 68 Source/wtf/text/StringBuilder.h append(string.characters8(), string.length()); length 70 Source/wtf/text/StringBuilder.h append(string.characters16(), string.length()); length 92 Source/wtf/text/StringBuilder.h void append(const String& string, unsigned offset, unsigned length) length 94 Source/wtf/text/StringBuilder.h if (!string.length()) length 97 Source/wtf/text/StringBuilder.h unsigned extent = offset + length; length 98 Source/wtf/text/StringBuilder.h if (extent < offset || extent > string.length()) length 102 Source/wtf/text/StringBuilder.h append(string.characters8() + offset, length); length 104 Source/wtf/text/StringBuilder.h append(string.characters16() + offset, length); length 109 Source/wtf/text/StringBuilder.h if (!string.length()) length 113 Source/wtf/text/StringBuilder.h append(string.characters8(), string.length()); length 115 Source/wtf/text/StringBuilder.h append(string.characters16(), string.length()); length 126 Source/wtf/text/StringBuilder.h if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) { length 142 Source/wtf/text/StringBuilder.h if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) { length 185 Source/wtf/text/StringBuilder.h String substring(unsigned position, unsigned length) const length 190 Source/wtf/text/StringBuilder.h return m_string.substring(position, length); length 191 Source/wtf/text/StringBuilder.h return reifySubstring(position, length); length 202 Source/wtf/text/StringBuilder.h return AtomicString(characters8(), length()); length 203 Source/wtf/text/StringBuilder.h return AtomicString(characters16(), length()); length 213 Source/wtf/text/StringBuilder.h unsigned length() const length 224 Source/wtf/text/StringBuilder.h return m_buffer ? m_buffer->length() : m_length; length 290 Source/wtf/text/StringBuilder.h ALWAYS_INLINE CharType* appendUninitialized(unsigned length); length 292 Source/wtf/text/StringBuilder.h CharType* appendUninitializedSlow(unsigned length); length 296 Source/wtf/text/StringBuilder.h String reifySubstring(unsigned position, unsigned length) const; length 323 Source/wtf/text/StringBuilder.h bool equal(const StringBuilder& s, const CharType* buffer, unsigned length) length 325 Source/wtf/text/StringBuilder.h if (s.length() != length) length 329 Source/wtf/text/StringBuilder.h return equal(s.characters8(), buffer, length); length 331 Source/wtf/text/StringBuilder.h return equal(s.characters16(), buffer, length); length 335 Source/wtf/text/StringBuilder.h bool equalIgnoringCase(const StringBuilder& s, const CharType* buffer, unsigned length) length 337 Source/wtf/text/StringBuilder.h if (s.length() != length) length 341 Source/wtf/text/StringBuilder.h return equalIgnoringCase(s.characters8(), buffer, length); length 343 Source/wtf/text/StringBuilder.h return equalIgnoringCase(s.characters16(), buffer, length); length 354 Source/wtf/text/StringBuilder.h if (a.length() != b.length()) length 357 Source/wtf/text/StringBuilder.h if (!a.length()) length 362 Source/wtf/text/StringBuilder.h return equal(a.characters8(), b.characters8(), a.length()); length 363 Source/wtf/text/StringBuilder.h return equal(a.characters8(), b.characters16(), a.length()); length 367 Source/wtf/text/StringBuilder.h return equal(a.characters16(), b.characters8(), a.length()); length 368 Source/wtf/text/StringBuilder.h return equal(a.characters16(), b.characters16(), a.length()); length 374 Source/wtf/text/StringBuilder.h if (a.length() != b.length()) length 377 Source/wtf/text/StringBuilder.h if (!a.length()) length 382 Source/wtf/text/StringBuilder.h return equalIgnoringCase(a.characters8(), b.characters8(), a.length()); length 383 Source/wtf/text/StringBuilder.h return equalIgnoringCase(a.characters8(), b.characters16(), a.length()); length 387 Source/wtf/text/StringBuilder.h return equalIgnoringCase(a.characters16(), b.characters8(), a.length()); length 388 Source/wtf/text/StringBuilder.h return equalIgnoringCase(a.characters16(), b.characters16(), a.length()); length 56 Source/wtf/text/StringBuilderTest.cpp EXPECT_EQ(expected, String(builder.characters8(), builder.length())); length 58 Source/wtf/text/StringBuilderTest.cpp EXPECT_EQ(expected, String(builder.characters16(), builder.length())); length 63 Source/wtf/text/StringBuilderTest.cpp EXPECT_EQ(0U, builder.length()); length 92 Source/wtf/text/StringBuilderTest.cpp builder1.append(builder.characters8(), builder.length()); length 94 Source/wtf/text/StringBuilderTest.cpp builder.append(builder1.characters8(), builder1.length()); length 108 Source/wtf/text/StringBuilderTest.cpp ASSERT_EQ(2U, builderForUChar32Append.length()); length 110 Source/wtf/text/StringBuilderTest.cpp ASSERT_EQ(3U, builderForUChar32Append.length()); length 172 Source/wtf/text/StringBuilderTest.cpp EXPECT_EQ(10U, builder.length()); length 175 Source/wtf/text/StringBuilderTest.cpp EXPECT_EQ(8U, builder.length()); length 180 Source/wtf/text/StringBuilderTest.cpp EXPECT_EQ(7U, builder.length()); length 226 Source/wtf/text/StringBuilderTest.cpp ASSERT_EQ(builder.length(), builder.capacity()); length 239 Source/wtf/text/StringBuilderTest.cpp for (int i = builder.length(); i < 128; i++) length 242 Source/wtf/text/StringBuilderTest.cpp ASSERT_EQ(128u, atomicString1.length()); length 246 Source/wtf/text/StringBuilderTest.cpp for (int i = builder.length(); i < 256; i++) length 248 Source/wtf/text/StringBuilderTest.cpp ASSERT_EQ(128u, atomicString1.length()); length 55 Source/wtf/text/StringConcatenate.h unsigned length() { return 1; } length 78 Source/wtf/text/StringConcatenate.h unsigned length() { return 1; } length 101 Source/wtf/text/StringConcatenate.h unsigned length() { return 1; } length 126 Source/wtf/text/StringConcatenate.h unsigned length() { return m_length; } length 158 Source/wtf/text/StringConcatenate.h unsigned length() { return m_length; } length 192 Source/wtf/text/StringConcatenate.h unsigned length() { return m_length; } length 220 Source/wtf/text/StringConcatenate.h unsigned length() { return m_length; } length 251 Source/wtf/text/StringConcatenate.h unsigned length() { return m_length; } length 278 Source/wtf/text/StringConcatenate.h size_t length() { return m_buffer.size(); } length 306 Source/wtf/text/StringConcatenate.h size_t length() { return m_buffer.size(); } length 334 Source/wtf/text/StringConcatenate.h unsigned length() { return m_buffer.length(); } length 340 Source/wtf/text/StringConcatenate.h unsigned length = m_buffer.length(); length 344 Source/wtf/text/StringConcatenate.h for (unsigned i = 0; i < length; ++i) length 352 Source/wtf/text/StringConcatenate.h unsigned length = m_buffer.length(); length 356 Source/wtf/text/StringConcatenate.h for (unsigned i = 0; i < length; ++i) length 360 Source/wtf/text/StringConcatenate.h for (unsigned i = 0; i < length; ++i) length 379 Source/wtf/text/StringConcatenate.h unsigned length() { return m_adapter.length(); } length 405 Source/wtf/text/StringConcatenate.h unsigned length = adapter1.length(); length 406 Source/wtf/text/StringConcatenate.h sumWithOverflow(length, adapter2.length(), overflow); length 412 Source/wtf/text/StringConcatenate.h RefPtr<StringImpl> resultImpl = StringImpl::createUninitialized(length, buffer); length 418 Source/wtf/text/StringConcatenate.h result += adapter1.length(); length 425 Source/wtf/text/StringConcatenate.h RefPtr<StringImpl> resultImpl = StringImpl::createUninitialized(length, buffer); length 431 Source/wtf/text/StringConcatenate.h result += adapter1.length(); length 73 Source/wtf/text/StringHash.h static unsigned hash(const UChar* data, unsigned length) length 75 Source/wtf/text/StringHash.h return StringHasher::computeHashAndMaskTop8Bits<UChar, foldCase<UChar> >(data, length); length 81 Source/wtf/text/StringHash.h return hash(str->characters8(), str->length()); length 82 Source/wtf/text/StringHash.h return hash(str->characters16(), str->length()); length 85 Source/wtf/text/StringHash.h static unsigned hash(const LChar* data, unsigned length) length 87 Source/wtf/text/StringHash.h return StringHasher::computeHashAndMaskTop8Bits<LChar, foldCase<LChar> >(data, length); length 90 Source/wtf/text/StringHash.h static inline unsigned hash(const char* data, unsigned length) length 92 Source/wtf/text/StringHash.h return CaseFoldingHash::hash(reinterpret_cast<const LChar*>(data), length); length 93 Source/wtf/text/StringImpl.cpp size_t expectedLength = std::min(string->length(), kMaxSnippetLength); length 100 Source/wtf/text/StringImpl.cpp for (i = 0; i < string->length() && i < kMaxSnippetLength; ++i) { length 107 Source/wtf/text/StringImpl.cpp if (i < string->length()) { length 120 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i < string->length(); ++i) length 136 Source/wtf/text/StringImpl.cpp m_length = string->length(); length 217 Source/wtf/text/StringImpl.cpp unsigned length = string->length(); length 222 Source/wtf/text/StringImpl.cpp m_total8BitData -= length; length 225 Source/wtf/text/StringImpl.cpp m_total16BitData -= length; length 289 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::createUninitialized(unsigned length, LChar*& data) length 291 Source/wtf/text/StringImpl.cpp if (!length) { length 299 Source/wtf/text/StringImpl.cpp StringImpl* string = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), allocationSize<LChar>(length))); length 302 Source/wtf/text/StringImpl.cpp return adoptRef(new (string) StringImpl(length, Force8BitConstructor)); length 305 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::createUninitialized(unsigned length, UChar*& data) length 307 Source/wtf/text/StringImpl.cpp if (!length) { length 315 Source/wtf/text/StringImpl.cpp StringImpl* string = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), allocationSize<UChar>(length))); length 318 Source/wtf/text/StringImpl.cpp return adoptRef(new (string) StringImpl(length)); length 321 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::reallocate(PassRefPtr<StringImpl> originalString, unsigned length) length 325 Source/wtf/text/StringImpl.cpp if (!length) length 330 Source/wtf/text/StringImpl.cpp size_t size = is8Bit ? allocationSize<LChar>(length) : allocationSize<UChar>(length); length 334 Source/wtf/text/StringImpl.cpp return adoptRef(new (string) StringImpl(length, Force8BitConstructor)); length 335 Source/wtf/text/StringImpl.cpp return adoptRef(new (string) StringImpl(length)); length 364 Source/wtf/text/StringImpl.cpp StringImpl* StringImpl::createStatic(const char* string, unsigned length, unsigned hash) length 368 Source/wtf/text/StringImpl.cpp ASSERT(length); length 372 Source/wtf/text/StringImpl.cpp ASSERT(!memcmp(string, it->value + 1, length * sizeof(LChar))); length 379 Source/wtf/text/StringImpl.cpp RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar))); length 380 Source/wtf/text/StringImpl.cpp size_t size = sizeof(StringImpl) + length * sizeof(LChar); length 386 Source/wtf/text/StringImpl.cpp impl = new (impl) StringImpl(length, hash, StaticString); length 387 Source/wtf/text/StringImpl.cpp memcpy(data, string, length * sizeof(LChar)); length 393 Source/wtf/text/StringImpl.cpp m_highestStaticStringLength = std::max(m_highestStaticStringLength, length); length 401 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::create(const UChar* characters, unsigned length) length 403 Source/wtf/text/StringImpl.cpp if (!characters || !length) length 407 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> string = createUninitialized(length, data); length 408 Source/wtf/text/StringImpl.cpp memcpy(data, characters, length * sizeof(UChar)); length 412 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::create(const LChar* characters, unsigned length) length 414 Source/wtf/text/StringImpl.cpp if (!characters || !length) length 418 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> string = createUninitialized(length, data); length 419 Source/wtf/text/StringImpl.cpp memcpy(data, characters, length * sizeof(LChar)); length 423 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::create8BitIfPossible(const UChar* characters, unsigned length) length 425 Source/wtf/text/StringImpl.cpp if (!characters || !length) length 429 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> string = createUninitialized(length, data); length 431 Source/wtf/text/StringImpl.cpp for (size_t i = 0; i < length; ++i) { length 433 Source/wtf/text/StringImpl.cpp return create(characters, length); length 444 Source/wtf/text/StringImpl.cpp size_t length = strlen(reinterpret_cast<const char*>(string)); length 445 Source/wtf/text/StringImpl.cpp RELEASE_ASSERT(length <= numeric_limits<unsigned>::max()); length 446 Source/wtf/text/StringImpl.cpp return create(string, length); length 472 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::substring(unsigned start, unsigned length) length 477 Source/wtf/text/StringImpl.cpp if (length >= maxLength) { length 480 Source/wtf/text/StringImpl.cpp length = maxLength; length 483 Source/wtf/text/StringImpl.cpp return create(characters8() + start, length); length 485 Source/wtf/text/StringImpl.cpp return create(characters16() + start, length); length 519 Source/wtf/text/StringImpl.cpp int32_t length = m_length; length 522 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> newImpl = createUninitialized(length, data8); length 525 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) length 532 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) length 549 Source/wtf/text/StringImpl.cpp int32_t length = m_length; length 555 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) { length 567 Source/wtf/text/StringImpl.cpp int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error); length 568 Source/wtf/text/StringImpl.cpp if (!error && realLength == length) length 585 Source/wtf/text/StringImpl.cpp int32_t length = m_length; length 593 Source/wtf/text/StringImpl.cpp for (int i = 0; i < length; ++i) { length 607 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) { length 627 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) { length 648 Source/wtf/text/StringImpl.cpp for (int i = 0; i < length; ++i) { length 658 Source/wtf/text/StringImpl.cpp int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error); length 659 Source/wtf/text/StringImpl.cpp if (!error && realLength == length) length 689 Source/wtf/text/StringImpl.cpp static PassRefPtr<StringImpl> caseConvert(const UChar* source16, size_t length, icuCaseConverter converter, const char* locale, StringImpl* originalString) length 692 Source/wtf/text/StringImpl.cpp int32_t targetLength = length; length 693 Source/wtf/text/StringImpl.cpp RefPtr<StringImpl> output = StringImpl::createUninitialized(length, data16); length 696 Source/wtf/text/StringImpl.cpp targetLength = converter(data16, targetLength, source16, length, locale, &status); length 726 Source/wtf/text/StringImpl.cpp int length = m_length; length 730 Source/wtf/text/StringImpl.cpp return caseConvert(source16, length, u_strToLower, localeForConversion, this); length 751 Source/wtf/text/StringImpl.cpp int length = m_length; length 757 Source/wtf/text/StringImpl.cpp return caseConvert(source16, length, u_strToUpper, localeForConversion, this); length 767 Source/wtf/text/StringImpl.cpp icu::UnicodeString target(false, source16, length); length 770 Source/wtf/text/StringImpl.cpp return create(target.getBuffer(), target.length()); length 792 Source/wtf/text/StringImpl.cpp int32_t length = m_length; length 800 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) { length 810 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) length 820 Source/wtf/text/StringImpl.cpp for (int32_t i = 0; i < length; ++i) { length 830 Source/wtf/text/StringImpl.cpp int32_t realLength = Unicode::foldCase(data, length, characters16(), m_length, &error); length 831 Source/wtf/text/StringImpl.cpp if (!error && realLength == length) length 1086 Source/wtf/text/StringImpl.cpp bool equalIgnoringCase(const LChar* a, const LChar* b, unsigned length) length 1088 Source/wtf/text/StringImpl.cpp while (length--) { length 1096 Source/wtf/text/StringImpl.cpp bool equalIgnoringCase(const UChar* a, const LChar* b, unsigned length) length 1098 Source/wtf/text/StringImpl.cpp while (length--) { length 1122 Source/wtf/text/StringImpl.cpp return min(index, length()); length 1126 Source/wtf/text/StringImpl.cpp return WTF::find(characters16(), length(), *matchString, index); length 1129 Source/wtf/text/StringImpl.cpp if (index > length()) length 1131 Source/wtf/text/StringImpl.cpp unsigned searchLength = length() - index; length 1184 Source/wtf/text/StringImpl.cpp return min(index, length()); length 1187 Source/wtf/text/StringImpl.cpp if (index > length()) length 1189 Source/wtf/text/StringImpl.cpp unsigned searchLength = length() - index; length 1232 Source/wtf/text/StringImpl.cpp unsigned matchLength = matchString->length(); length 1238 Source/wtf/text/StringImpl.cpp return WTF::find(characters8(), length(), matchString->characters8()[0]); length 1239 Source/wtf/text/StringImpl.cpp return WTF::find(characters8(), length(), matchString->characters16()[0]); length 1242 Source/wtf/text/StringImpl.cpp return WTF::find(characters16(), length(), matchString->characters8()[0]); length 1243 Source/wtf/text/StringImpl.cpp return WTF::find(characters16(), length(), matchString->characters16()[0]); length 1247 Source/wtf/text/StringImpl.cpp if (matchLength > length()) length 1256 Source/wtf/text/StringImpl.cpp return findInternal(characters8(), matchString->characters8(), 0, length(), matchLength); length 1257 Source/wtf/text/StringImpl.cpp return findInternal(characters8(), matchString->characters16(), 0, length(), matchLength); length 1261 Source/wtf/text/StringImpl.cpp return findInternal(characters16(), matchString->characters8(), 0, length(), matchLength); length 1263 Source/wtf/text/StringImpl.cpp return findInternal(characters16(), matchString->characters16(), 0, length(), matchLength); length 1272 Source/wtf/text/StringImpl.cpp unsigned matchLength = matchString->length(); length 1277 Source/wtf/text/StringImpl.cpp return WTF::find(characters8(), length(), (*matchString)[0], index); length 1278 Source/wtf/text/StringImpl.cpp return WTF::find(characters16(), length(), (*matchString)[0], index); length 1282 Source/wtf/text/StringImpl.cpp return min(index, length()); length 1285 Source/wtf/text/StringImpl.cpp if (index > length()) length 1287 Source/wtf/text/StringImpl.cpp unsigned searchLength = length() - index; length 1324 Source/wtf/text/StringImpl.cpp unsigned matchLength = matchString->length(); length 1326 Source/wtf/text/StringImpl.cpp return min(index, length()); length 1329 Source/wtf/text/StringImpl.cpp if (index > length()) length 1331 Source/wtf/text/StringImpl.cpp unsigned searchLength = length() - index; length 1375 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static size_t reverseFindInner(const SearchCharacterType* searchCharacters, const MatchCharacterType* matchCharacters, unsigned index, unsigned length, unsigned matchLength) length 1381 Source/wtf/text/StringImpl.cpp unsigned delta = min(index, length - matchLength); length 1406 Source/wtf/text/StringImpl.cpp unsigned matchLength = matchString->length(); length 1407 Source/wtf/text/StringImpl.cpp unsigned ourLength = length(); length 1435 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static size_t reverseFindIgnoringCaseInner(const SearchCharacterType* searchCharacters, const MatchCharacterType* matchCharacters, unsigned index, unsigned length, unsigned matchLength) length 1438 Source/wtf/text/StringImpl.cpp unsigned delta = min(index, length - matchLength); length 1454 Source/wtf/text/StringImpl.cpp unsigned matchLength = matchString->length(); length 1455 Source/wtf/text/StringImpl.cpp unsigned ourLength = length(); length 1478 Source/wtf/text/StringImpl.cpp ASSERT(matchLength <= stringImpl->length()); length 1479 Source/wtf/text/StringImpl.cpp ASSERT(startOffset + matchLength <= stringImpl->length()); length 1499 Source/wtf/text/StringImpl.cpp if (matchLength > length()) length 1522 Source/wtf/text/StringImpl.cpp if (matchLength > length()) length 1524 Source/wtf/text/StringImpl.cpp unsigned startOffset = length() - matchLength; length 1591 Source/wtf/text/StringImpl.cpp position = min(position, length()); length 1592 Source/wtf/text/StringImpl.cpp lengthToReplace = min(lengthToReplace, length() - position); length 1593 Source/wtf/text/StringImpl.cpp unsigned lengthToInsert = str ? str->length() : 0; length 1597 Source/wtf/text/StringImpl.cpp RELEASE_ASSERT((length() - lengthToReplace) < (numeric_limits<unsigned>::max() - lengthToInsert)); length 1602 Source/wtf/text/StringImpl.cpp createUninitialized(length() - lengthToReplace + lengthToInsert, data); length 1607 Source/wtf/text/StringImpl.cpp (length() - position - lengthToReplace) * sizeof(LChar)); length 1612 Source/wtf/text/StringImpl.cpp createUninitialized(length() - lengthToReplace + lengthToInsert, data); length 1626 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i < length() - position - lengthToReplace; ++i) length 1630 Source/wtf/text/StringImpl.cpp (length() - position - lengthToReplace) * sizeof(UChar)); length 1641 Source/wtf/text/StringImpl.cpp return replace(pattern, replacement->characters8(), replacement->length()); length 1643 Source/wtf/text/StringImpl.cpp return replace(pattern, replacement->characters16(), replacement->length()); length 1693 Source/wtf/text/StringImpl.cpp ASSERT(dstOffset + srcSegmentLength == newImpl->length()); length 1716 Source/wtf/text/StringImpl.cpp ASSERT(dstOffset + srcSegmentLength == newImpl->length()); length 1772 Source/wtf/text/StringImpl.cpp ASSERT(dstOffset + srcSegmentLength == newImpl->length()); length 1794 Source/wtf/text/StringImpl.cpp ASSERT(dstOffset + srcSegmentLength == newImpl->length()); length 1804 Source/wtf/text/StringImpl.cpp unsigned patternLength = pattern->length(); length 1808 Source/wtf/text/StringImpl.cpp unsigned repStrLength = replacement->length(); length 1859 Source/wtf/text/StringImpl.cpp ASSERT(dstOffset + srcSegmentLength == newImpl->length()); length 1899 Source/wtf/text/StringImpl.cpp ASSERT(dstOffset + srcSegmentLength == newImpl->length()); length 1913 Source/wtf/text/StringImpl.cpp unsigned aLength = a->length(); length 1914 Source/wtf/text/StringImpl.cpp unsigned bLength = b->length(); length 1944 Source/wtf/text/StringImpl.cpp inline bool equalInternal(const StringImpl* a, const CharType* b, unsigned length) length 1951 Source/wtf/text/StringImpl.cpp if (a->length() != length) length 1954 Source/wtf/text/StringImpl.cpp return equal(a->characters8(), b, length); length 1955 Source/wtf/text/StringImpl.cpp return equal(a->characters16(), b, length); length 1958 Source/wtf/text/StringImpl.cpp bool equal(const StringImpl* a, const LChar* b, unsigned length) length 1960 Source/wtf/text/StringImpl.cpp return equalInternal(a, b, length); length 1963 Source/wtf/text/StringImpl.cpp bool equal(const StringImpl* a, const UChar* b, unsigned length) length 1965 Source/wtf/text/StringImpl.cpp return equalInternal(a, b, length); length 1975 Source/wtf/text/StringImpl.cpp unsigned length = a->length(); length 1979 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i != length; ++i) { length 1988 Source/wtf/text/StringImpl.cpp return !b[length]; length 1992 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i != length; ++i) { length 2000 Source/wtf/text/StringImpl.cpp return !b[length]; length 2029 Source/wtf/text/StringImpl.cpp unsigned length = a->length(); length 2036 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i != length; ++i) { length 2048 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i != length; ++i) length 2052 Source/wtf/text/StringImpl.cpp return equal && !b[length]; length 2056 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i != length; ++i) { length 2068 Source/wtf/text/StringImpl.cpp for (unsigned i = 0; i != length; ++i) { length 2073 Source/wtf/text/StringImpl.cpp return equal && !b[length]; length 2082 Source/wtf/text/StringImpl.cpp unsigned length = a->length(); length 2083 Source/wtf/text/StringImpl.cpp if (length != b->length()) length 2088 Source/wtf/text/StringImpl.cpp return equalIgnoringCase(a->characters8(), b->characters8(), length); length 2090 Source/wtf/text/StringImpl.cpp return equalIgnoringCase(b->characters16(), a->characters8(), length); length 2094 Source/wtf/text/StringImpl.cpp return equalIgnoringCase(a->characters16(), b->characters8(), length); length 2096 Source/wtf/text/StringImpl.cpp return equalIgnoringCase(a->characters16(), b->characters16(), length); length 2101 Source/wtf/text/StringImpl.cpp if (!a && b && !b->length()) length 2103 Source/wtf/text/StringImpl.cpp if (!b && a && !a->length()) length 2110 Source/wtf/text/StringImpl.cpp size_t size = length(); length 68 Source/wtf/text/StringImpl.h inline void add8BitString(unsigned length) length 72 Source/wtf/text/StringImpl.h m_total8BitData += length; length 75 Source/wtf/text/StringImpl.h inline void add16BitString(unsigned length) length 79 Source/wtf/text/StringImpl.h m_total16BitData += length; length 98 Source/wtf/text/StringImpl.h #define STRING_STATS_ADD_8BIT_STRING(length) StringImpl::stringStats().add8BitString(length); addStringForStats(this) length 99 Source/wtf/text/StringImpl.h #define STRING_STATS_ADD_16BIT_STRING(length) StringImpl::stringStats().add16BitString(length); addStringForStats(this) length 102 Source/wtf/text/StringImpl.h #define STRING_STATS_ADD_8BIT_STRING(length) ((void)0) length 103 Source/wtf/text/StringImpl.h #define STRING_STATS_ADD_16BIT_STRING(length) ((void)0) length 146 Source/wtf/text/StringImpl.h StringImpl(unsigned length, Force8Bit) length 148 Source/wtf/text/StringImpl.h , m_length(length) length 158 Source/wtf/text/StringImpl.h StringImpl(unsigned length) length 160 Source/wtf/text/StringImpl.h , m_length(length) length 171 Source/wtf/text/StringImpl.h StringImpl(unsigned length, unsigned hash, StaticStringTag) length 173 Source/wtf/text/StringImpl.h , m_length(length) length 184 Source/wtf/text/StringImpl.h static StringImpl* createStatic(const char* string, unsigned length, unsigned hash); length 189 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> create(const UChar*, unsigned length); length 190 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> create(const LChar*, unsigned length); length 191 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> create8BitIfPossible(const UChar*, unsigned length); length 198 Source/wtf/text/StringImpl.h ALWAYS_INLINE static PassRefPtr<StringImpl> create(const char* s, unsigned length) { return create(reinterpret_cast<const LChar*>(s), length); } length 202 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> createUninitialized(unsigned length, LChar*& data); length 203 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> createUninitialized(unsigned length, UChar*& data); length 207 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> reallocate(PassRefPtr<StringImpl> originalString, unsigned length); length 211 Source/wtf/text/StringImpl.h void truncateAssumingIsolated(unsigned length) length 214 Source/wtf/text/StringImpl.h ASSERT(length <= m_length); length 215 Source/wtf/text/StringImpl.h m_length = length; length 218 Source/wtf/text/StringImpl.h unsigned length() const { return m_length; } length 414 Source/wtf/text/StringImpl.h template<typename CharType> static size_t allocationSize(unsigned length) length 416 Source/wtf/text/StringImpl.h RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(CharType))); length 417 Source/wtf/text/StringImpl.h return sizeof(StringImpl) + length * sizeof(CharType); length 434 Source/wtf/text/StringImpl.h ASSERT(existingHash() == StringHasher::computeHashAndMaskTop8Bits(characters8(), length())); length 458 Source/wtf/text/StringImpl.h inline bool equal(const StringImpl* a, const char* b, unsigned length) { return equal(a, reinterpret_cast<const LChar*>(b), length); } length 464 Source/wtf/text/StringImpl.h ALWAYS_INLINE bool equal(const CharType* a, const CharType* b, unsigned length) { return !memcmp(a, b, length * sizeof(CharType)); } length 466 Source/wtf/text/StringImpl.h ALWAYS_INLINE bool equal(const LChar* a, const UChar* b, unsigned length) length 468 Source/wtf/text/StringImpl.h for (unsigned i = 0; i < length; ++i) { length 475 Source/wtf/text/StringImpl.h ALWAYS_INLINE bool equal(const UChar* a, const LChar* b, unsigned length) { return equal(b, a, length); } length 482 Source/wtf/text/StringImpl.h inline bool equalIgnoringCase(const UChar* a, const char* b, unsigned length) { return equalIgnoringCase(a, reinterpret_cast<const LChar*>(b), length); } length 483 Source/wtf/text/StringImpl.h inline bool equalIgnoringCase(const LChar* a, const UChar* b, unsigned length) { return equalIgnoringCase(b, a, length); } length 484 Source/wtf/text/StringImpl.h inline bool equalIgnoringCase(const char* a, const UChar* b, unsigned length) { return equalIgnoringCase(b, reinterpret_cast<const LChar*>(a), length); } length 485 Source/wtf/text/StringImpl.h inline bool equalIgnoringCase(const char* a, const LChar* b, unsigned length) { return equalIgnoringCase(b, reinterpret_cast<const LChar*>(a), length); } length 486 Source/wtf/text/StringImpl.h inline bool equalIgnoringCase(const UChar* a, const UChar* b, int length) length 488 Source/wtf/text/StringImpl.h ASSERT(length >= 0); length 489 Source/wtf/text/StringImpl.h return !Unicode::umemcasecmp(a, b, length); length 496 Source/wtf/text/StringImpl.h inline size_t find(const CharacterType* characters, unsigned length, CharacterType matchCharacter, unsigned index = 0) length 498 Source/wtf/text/StringImpl.h while (index < length) { length 506 Source/wtf/text/StringImpl.h ALWAYS_INLINE size_t find(const UChar* characters, unsigned length, LChar matchCharacter, unsigned index = 0) length 508 Source/wtf/text/StringImpl.h return find(characters, length, static_cast<UChar>(matchCharacter), index); length 511 Source/wtf/text/StringImpl.h inline size_t find(const LChar* characters, unsigned length, UChar matchCharacter, unsigned index = 0) length 515 Source/wtf/text/StringImpl.h return find(characters, length, static_cast<LChar>(matchCharacter), index); length 518 Source/wtf/text/StringImpl.h inline size_t find(const LChar* characters, unsigned length, CharacterMatchFunctionPtr matchFunction, unsigned index = 0) length 520 Source/wtf/text/StringImpl.h while (index < length) { length 528 Source/wtf/text/StringImpl.h inline size_t find(const UChar* characters, unsigned length, CharacterMatchFunctionPtr matchFunction, unsigned index = 0) length 530 Source/wtf/text/StringImpl.h while (index < length) { length 539 Source/wtf/text/StringImpl.h inline size_t findNextLineStart(const CharacterType* characters, unsigned length, unsigned index = 0) length 541 Source/wtf/text/StringImpl.h while (index < length) { length 548 Source/wtf/text/StringImpl.h if (index < length) { length 562 Source/wtf/text/StringImpl.h if (++index < length) length 570 Source/wtf/text/StringImpl.h inline size_t reverseFindLineTerminator(const CharacterType* characters, unsigned length, unsigned index = UINT_MAX) length 572 Source/wtf/text/StringImpl.h if (!length) length 574 Source/wtf/text/StringImpl.h if (index >= length) length 575 Source/wtf/text/StringImpl.h index = length - 1; length 586 Source/wtf/text/StringImpl.h inline size_t reverseFind(const CharacterType* characters, unsigned length, CharacterType matchCharacter, unsigned index = UINT_MAX) length 588 Source/wtf/text/StringImpl.h if (!length) length 590 Source/wtf/text/StringImpl.h if (index >= length) length 591 Source/wtf/text/StringImpl.h index = length - 1; length 599 Source/wtf/text/StringImpl.h ALWAYS_INLINE size_t reverseFind(const UChar* characters, unsigned length, LChar matchCharacter, unsigned index = UINT_MAX) length 601 Source/wtf/text/StringImpl.h return reverseFind(characters, length, static_cast<UChar>(matchCharacter), index); length 604 Source/wtf/text/StringImpl.h inline size_t reverseFind(const LChar* characters, unsigned length, UChar matchCharacter, unsigned index = UINT_MAX) length 608 Source/wtf/text/StringImpl.h return reverseFind(characters, length, static_cast<LChar>(matchCharacter), index); length 632 Source/wtf/text/StringImpl.h size_t length = 0; length 633 Source/wtf/text/StringImpl.h while (string[length] != UChar(0)) length 634 Source/wtf/text/StringImpl.h ++length; length 635 Source/wtf/text/StringImpl.h RELEASE_ASSERT(length <= std::numeric_limits<unsigned>::max()); length 636 Source/wtf/text/StringImpl.h return static_cast<unsigned>(length); length 644 Source/wtf/text/StringImpl.h if (a.size() != b->length()) length 647 Source/wtf/text/StringImpl.h return equal(a.data(), b->characters8(), b->length()); length 648 Source/wtf/text/StringImpl.h return equal(a.data(), b->characters16(), b->length()); length 673 Source/wtf/text/StringImpl.h return codePointCompare(string1->length(), string2->length(), string1->characters8(), string2->characters8()); length 678 Source/wtf/text/StringImpl.h return codePointCompare(string1->length(), string2->length(), string1->characters16(), string2->characters16()); length 683 Source/wtf/text/StringImpl.h return codePointCompare(string1->length(), string2->length(), string1->characters8(), string2->characters16()); length 689 Source/wtf/text/StringImpl.h return (string2 && string2->length()) ? -1 : 0; length 692 Source/wtf/text/StringImpl.h return string1->length() ? 1 : 0; length 59 Source/wtf/text/StringOperators.h adapter2.writeTo(destination + adapter1.length()); length 67 Source/wtf/text/StringOperators.h adapter2.writeTo(destination + adapter1.length()); length 70 Source/wtf/text/StringOperators.h unsigned length() length 74 Source/wtf/text/StringOperators.h return adapter1.length() + adapter2.length(); length 90 Source/wtf/text/StringOperators.h unsigned length() { return m_buffer.length(); } length 62 Source/wtf/text/StringUTF8Adaptor.h m_length = string.length(); length 69 Source/wtf/text/StringUTF8Adaptor.h m_length = m_utf8Buffer.length(); length 74 Source/wtf/text/StringUTF8Adaptor.h size_t length() const { return m_length; } length 49 Source/wtf/text/StringView.h , m_length(m_impl->length()) length 53 Source/wtf/text/StringView.h StringView(PassRefPtr<StringImpl> impl, unsigned offset, unsigned length) length 56 Source/wtf/text/StringView.h , m_length(length) length 58 Source/wtf/text/StringView.h ASSERT_WITH_SECURITY_IMPLICATION(offset + length <= m_impl->length()); length 61 Source/wtf/text/StringView.h void narrow(unsigned offset, unsigned length) length 63 Source/wtf/text/StringView.h ASSERT_WITH_SECURITY_IMPLICATION(offset + length <= m_length); length 65 Source/wtf/text/StringView.h m_length = length; length 69 Source/wtf/text/StringView.h unsigned length() const { return m_length; } length 81 Source/wtf/text/TextCodec.h String decode(const char* str, size_t length, FlushBehavior flush = DoNotFlush) length 84 Source/wtf/text/TextCodec.h return decode(str, length, flush, false, ignored); length 87 Source/wtf/text/TextCodec.h virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) = 0; length 88 Source/wtf/text/TextCodec.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) = 0; length 89 Source/wtf/text/TextCodec.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) = 0; length 333 Source/wtf/text/TextCodecICU.cpp String TextCodecICU::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError) length 352 Source/wtf/text/TextCodecICU.cpp const char* sourceLimit = source + length; length 398 Source/wtf/text/TextCodecICU.cpp static void urlEscapedEntityCallback(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, length 408 Source/wtf/text/TextCodecICU.cpp UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err); length 412 Source/wtf/text/TextCodecICU.cpp static void gbkCallbackEscape(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, length 422 Source/wtf/text/TextCodecICU.cpp UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err); length 426 Source/wtf/text/TextCodecICU.cpp static void gbkUrlEscapedEntityCallack(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, length 436 Source/wtf/text/TextCodecICU.cpp urlEscapedEntityCallback(context, fromUArgs, codeUnits, length, codePoint, reason, err); length 439 Source/wtf/text/TextCodecICU.cpp UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err); length 442 Source/wtf/text/TextCodecICU.cpp static void gbkCallbackSubstitute(const void* context, UConverterFromUnicodeArgs* fromUArgs, const UChar* codeUnits, int32_t length, length 452 Source/wtf/text/TextCodecICU.cpp UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromUArgs, codeUnits, length, codePoint, reason, err); length 457 Source/wtf/text/TextCodecICU.cpp TextCodecInput(const TextEncoding& encoding, const UChar* characters, size_t length) length 459 Source/wtf/text/TextCodecICU.cpp , m_end(characters + length) length 462 Source/wtf/text/TextCodecICU.cpp TextCodecInput(const TextEncoding& encoding, const LChar* characters, size_t length) length 464 Source/wtf/text/TextCodecICU.cpp m_buffer.reserveInitialCapacity(length); length 465 Source/wtf/text/TextCodecICU.cpp for (size_t i = 0; i < length; ++i) length 522 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) length 524 Source/wtf/text/TextCodecICU.cpp if (!length) length 532 Source/wtf/text/TextCodecICU.cpp TextCodecInput input(m_encoding, characters, length); length 536 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling) length 538 Source/wtf/text/TextCodecICU.cpp return encodeCommon(characters, length, handling); length 541 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encode(const LChar* characters, size_t length, UnencodableHandling handling) length 543 Source/wtf/text/TextCodecICU.cpp return encodeCommon(characters, length, handling); length 51 Source/wtf/text/TextCodecICU.h virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE; length 52 Source/wtf/text/TextCodecICU.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; length 53 Source/wtf/text/TextCodecICU.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; length 56 Source/wtf/text/TextCodecICU.h CString encodeCommon(const CharType*, size_t length, UnencodableHandling); length 121 Source/wtf/text/TextCodecLatin1.cpp String TextCodecLatin1::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&) length 124 Source/wtf/text/TextCodecLatin1.cpp if (!length) length 126 Source/wtf/text/TextCodecLatin1.cpp String result = String::createUninitialized(length, characters); length 129 Source/wtf/text/TextCodecLatin1.cpp const uint8_t* end = reinterpret_cast<const uint8_t*>(bytes + length); length 168 Source/wtf/text/TextCodecLatin1.cpp String result16 = String::createUninitialized(length, characters16); length 216 Source/wtf/text/TextCodecLatin1.cpp static CString encodeComplexWindowsLatin1(const CharType* characters, size_t length, UnencodableHandling handling) length 218 Source/wtf/text/TextCodecLatin1.cpp Vector<char> result(length); length 222 Source/wtf/text/TextCodecLatin1.cpp for (size_t i = 0; i < length; ) { length 224 Source/wtf/text/TextCodecLatin1.cpp U16_NEXT(characters, i, length, c); length 235 Source/wtf/text/TextCodecLatin1.cpp result.grow(resultLength + replacementLength + length - i); length 249 Source/wtf/text/TextCodecLatin1.cpp CString TextCodecLatin1::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) length 253 Source/wtf/text/TextCodecLatin1.cpp CString string = CString::newUninitialized(length, bytes); length 257 Source/wtf/text/TextCodecLatin1.cpp for (size_t i = 0; i < length; ++i) { length 268 Source/wtf/text/TextCodecLatin1.cpp return encodeComplexWindowsLatin1(characters, length, handling); length 271 Source/wtf/text/TextCodecLatin1.cpp CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling) length 273 Source/wtf/text/TextCodecLatin1.cpp return encodeCommon(characters, length, handling); length 276 Source/wtf/text/TextCodecLatin1.cpp CString TextCodecLatin1::encode(const LChar* characters, size_t length, UnencodableHandling handling) length 278 Source/wtf/text/TextCodecLatin1.cpp return encodeCommon(characters, length, handling); length 39 Source/wtf/text/TextCodecLatin1.h virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE; length 40 Source/wtf/text/TextCodecLatin1.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; length 41 Source/wtf/text/TextCodecLatin1.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; length 44 Source/wtf/text/TextCodecLatin1.h CString encodeCommon(const CharType*, size_t length, UnencodableHandling); length 70 Source/wtf/text/TextCodecUTF16.cpp String TextCodecUTF16::decode(const char* bytes, size_t length, FlushBehavior flush, bool, bool& sawError) length 75 Source/wtf/text/TextCodecUTF16.cpp if (!length) { length 85 Source/wtf/text/TextCodecUTF16.cpp size_t numBytes = length + m_haveBufferedByte; length 135 Source/wtf/text/TextCodecUTF16.cpp CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling) length 143 Source/wtf/text/TextCodecUTF16.cpp ASSERT(length <= numeric_limits<size_t>::max() / 2); length 146 Source/wtf/text/TextCodecUTF16.cpp CString result = CString::newUninitialized(length * 2, bytes); length 151 Source/wtf/text/TextCodecUTF16.cpp for (size_t i = 0; i < length; ++i) { length 157 Source/wtf/text/TextCodecUTF16.cpp for (size_t i = 0; i < length; ++i) { length 167 Source/wtf/text/TextCodecUTF16.cpp CString TextCodecUTF16::encode(const LChar* characters, size_t length, UnencodableHandling) length 170 Source/wtf/text/TextCodecUTF16.cpp RELEASE_ASSERT(length <= numeric_limits<size_t>::max() / 2); length 173 Source/wtf/text/TextCodecUTF16.cpp CString result = CString::newUninitialized(length * 2, bytes); length 176 Source/wtf/text/TextCodecUTF16.cpp for (size_t i = 0; i < length; ++i) { length 181 Source/wtf/text/TextCodecUTF16.cpp for (size_t i = 0; i < length; ++i) { length 40 Source/wtf/text/TextCodecUTF16.h virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE; length 41 Source/wtf/text/TextCodecUTF16.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; length 42 Source/wtf/text/TextCodecUTF16.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; length 93 Source/wtf/text/TextCodecUTF8.cpp static inline int decodeNonASCIISequence(const uint8_t* sequence, unsigned length) length 96 Source/wtf/text/TextCodecUTF8.cpp if (length == 2) { length 104 Source/wtf/text/TextCodecUTF8.cpp if (length == 3) { length 123 Source/wtf/text/TextCodecUTF8.cpp ASSERT(length == 4); length 268 Source/wtf/text/TextCodecUTF8.cpp String TextCodecUTF8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError) length 273 Source/wtf/text/TextCodecUTF8.cpp StringBuffer<LChar> buffer(m_partialSequenceSize + length); length 276 Source/wtf/text/TextCodecUTF8.cpp const uint8_t* end = source + length; length 352 Source/wtf/text/TextCodecUTF8.cpp StringBuffer<UChar> buffer16(m_partialSequenceSize + length); length 429 Source/wtf/text/TextCodecUTF8.cpp CString TextCodecUTF8::encodeCommon(const CharType* characters, size_t length) length 434 Source/wtf/text/TextCodecUTF8.cpp if (length > numeric_limits<size_t>::max() / 3) length 436 Source/wtf/text/TextCodecUTF8.cpp Vector<uint8_t> bytes(length * 3); length 440 Source/wtf/text/TextCodecUTF8.cpp while (i < length) { length 442 Source/wtf/text/TextCodecUTF8.cpp U16_NEXT(characters, i, length, character); length 453 Source/wtf/text/TextCodecUTF8.cpp CString TextCodecUTF8::encode(const UChar* characters, size_t length, UnencodableHandling) length 455 Source/wtf/text/TextCodecUTF8.cpp return encodeCommon(characters, length); length 458 Source/wtf/text/TextCodecUTF8.cpp CString TextCodecUTF8::encode(const LChar* characters, size_t length, UnencodableHandling) length 460 Source/wtf/text/TextCodecUTF8.cpp return encodeCommon(characters, length); length 42 Source/wtf/text/TextCodecUTF8.h virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE; length 43 Source/wtf/text/TextCodecUTF8.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; length 44 Source/wtf/text/TextCodecUTF8.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; length 47 Source/wtf/text/TextCodecUTF8.h CString encodeCommon(const CharType* characters, size_t length); length 57 Source/wtf/text/TextCodecUTF8Test.cpp ASSERT_EQ(testCaseSize, result.length()); length 75 Source/wtf/text/TextCodecUTF8Test.cpp ASSERT_EQ(2u, result.length()); length 88 Source/wtf/text/TextCodecUTF8Test.cpp ASSERT_EQ(1u, result.length()); length 52 Source/wtf/text/TextCodecUserDefined.cpp String TextCodecUserDefined::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&) length 55 Source/wtf/text/TextCodecUserDefined.cpp result.reserveCapacity(length); length 57 Source/wtf/text/TextCodecUserDefined.cpp for (size_t i = 0; i < length; ++i) { length 66 Source/wtf/text/TextCodecUserDefined.cpp static CString encodeComplexUserDefined(const CharType* characters, size_t length, UnencodableHandling handling) length 68 Source/wtf/text/TextCodecUserDefined.cpp Vector<char> result(length); length 72 Source/wtf/text/TextCodecUserDefined.cpp for (size_t i = 0; i < length; ) { length 74 Source/wtf/text/TextCodecUserDefined.cpp U16_NEXT(characters, i, length, c); length 82 Source/wtf/text/TextCodecUserDefined.cpp result.grow(resultLength + replacementLength + length - i); length 93 Source/wtf/text/TextCodecUserDefined.cpp CString TextCodecUserDefined::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) length 96 Source/wtf/text/TextCodecUserDefined.cpp CString result = CString::newUninitialized(length, bytes); length 100 Source/wtf/text/TextCodecUserDefined.cpp for (size_t i = 0; i < length; ++i) { length 110 Source/wtf/text/TextCodecUserDefined.cpp return encodeComplexUserDefined(characters, length, handling); length 113 Source/wtf/text/TextCodecUserDefined.cpp CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling) length 115 Source/wtf/text/TextCodecUserDefined.cpp return encodeCommon(characters, length, handling); length 118 Source/wtf/text/TextCodecUserDefined.cpp CString TextCodecUserDefined::encode(const LChar* characters, size_t length, UnencodableHandling handling) length 120 Source/wtf/text/TextCodecUserDefined.cpp return encodeCommon(characters, length, handling); length 39 Source/wtf/text/TextCodecUserDefined.h virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE; length 40 Source/wtf/text/TextCodecUserDefined.h virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE; length 41 Source/wtf/text/TextCodecUserDefined.h virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE; length 44 Source/wtf/text/TextCodecUserDefined.h CString encodeCommon(const CharType*, size_t length, UnencodableHandling); length 58 Source/wtf/text/TextEncoding.cpp String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const length 63 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError); length 77 Source/wtf/text/TextEncoding.cpp encodedString = textCodec->encode(string.characters8(), string.length(), handling); length 79 Source/wtf/text/TextEncoding.cpp encodedString = textCodec->encode(string.characters16(), string.length(), handling); length 96 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->encode(string.characters8(), string.length(), handling); length 99 Source/wtf/text/TextEncoding.cpp size_t length = string.length(); length 104 Source/wtf/text/TextEncoding.cpp if (unorm_quickCheck(source, length, UNORM_NFC, &err) != UNORM_YES) { length 106 Source/wtf/text/TextEncoding.cpp normalizedCharacters.grow(length); length 107 Source/wtf/text/TextEncoding.cpp int32_t normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data(), length, &err); length 111 Source/wtf/text/TextEncoding.cpp normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data(), normalizedLength, &err); length 116 Source/wtf/text/TextEncoding.cpp length = normalizedLength; length 119 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->encode(source, length, handling); length 48 Source/wtf/text/TextEncoding.h String decode(const char* str, size_t length) const length 51 Source/wtf/text/TextEncoding.h return decode(str, length, false, ignored); length 53 Source/wtf/text/TextEncoding.h String decode(const char*, size_t length, bool stopOnError, bool& sawError) const; length 195 Source/wtf/text/TextEncodingRegistry.cpp size_t length = names.size(); length 196 Source/wtf/text/TextEncodingRegistry.cpp for (size_t j = 0; j < length; ++j) length 316 Source/wtf/text/TextEncodingRegistry.cpp const char* atomicCanonicalTextEncodingName(const CharacterType* characters, size_t length) length 320 Source/wtf/text/TextEncodingRegistry.cpp for (size_t i = 0; i < length; ++i) { length 332 Source/wtf/text/TextEncodingRegistry.cpp if (!alias.length()) length 336 Source/wtf/text/TextEncodingRegistry.cpp return atomicCanonicalTextEncodingName<LChar>(alias.characters8(), alias.length()); length 338 Source/wtf/text/TextEncodingRegistry.cpp return atomicCanonicalTextEncodingName<UChar>(alias.characters16(), alias.length()); length 38 Source/wtf/text/TextPosition.cpp while (start < text.length()) { length 46 Source/wtf/text/TextPosition.cpp result->append(text.length()); length 47 Source/wtf/text/WTFString.cpp String::String(const UChar* characters, unsigned length) length 48 Source/wtf/text/WTFString.cpp : m_impl(characters ? StringImpl::create(characters, length) : nullptr) length 61 Source/wtf/text/WTFString.cpp String::String(const LChar* characters, unsigned length) length 62 Source/wtf/text/WTFString.cpp : m_impl(characters ? StringImpl::create(characters, length) : nullptr) length 66 Source/wtf/text/WTFString.cpp String::String(const char* characters, unsigned length) length 67 Source/wtf/text/WTFString.cpp : m_impl(characters ? StringImpl::create(reinterpret_cast<const LChar*>(characters), length) : nullptr) length 98 Source/wtf/text/WTFString.cpp RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length()); length 99 Source/wtf/text/WTFString.cpp RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(m_impl->length() + string.length(), data); length 100 Source/wtf/text/WTFString.cpp memcpy(data, m_impl->characters8(), m_impl->length() * sizeof(LChar)); length 101 Source/wtf/text/WTFString.cpp memcpy(data + m_impl->length(), string.characters8(), string.length() * sizeof(LChar)); length 107 Source/wtf/text/WTFString.cpp RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length()); length 108 Source/wtf/text/WTFString.cpp RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(m_impl->length() + string.length(), data); length 111 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data, m_impl->characters8(), m_impl->length()); length 113 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data, m_impl->characters16(), m_impl->length()); length 116 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data + m_impl->length(), string.impl()->characters8(), string.impl()->length()); length 118 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data + m_impl->length(), string.impl()->characters16(), string.impl()->length()); length 136 Source/wtf/text/WTFString.cpp RELEASE_ASSERT(m_impl->length() < numeric_limits<unsigned>::max()); length 137 Source/wtf/text/WTFString.cpp RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(m_impl->length() + 1, data); length 139 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data, m_impl->characters8(), m_impl->length()); length 141 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data, m_impl->characters16(), m_impl->length()); length 142 Source/wtf/text/WTFString.cpp data[m_impl->length()] = c; length 172 Source/wtf/text/WTFString.cpp insert(string.impl()->characters8(), string.length(), position); length 174 Source/wtf/text/WTFString.cpp insert(string.impl()->characters16(), string.length(), position); length 191 Source/wtf/text/WTFString.cpp unsigned strLength = m_impl->length(); length 205 Source/wtf/text/WTFString.cpp RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(length() + lengthToAppend, data); length 223 Source/wtf/text/WTFString.cpp unsigned strLength = m_impl->length(); length 245 Source/wtf/text/WTFString.cpp RELEASE_ASSERT(lengthToInsert <= numeric_limits<unsigned>::max() - impl->length()); length 246 Source/wtf/text/WTFString.cpp RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(impl->length() + lengthToInsert, data); length 256 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data + position + lengthToInsert, impl->characters8() + position, impl->length() - position); length 258 Source/wtf/text/WTFString.cpp StringImpl::copyChars(data + position + lengthToInsert, impl->characters16() + position, impl->length() - position); length 265 Source/wtf/text/WTFString.cpp if (position >= length()) { length 275 Source/wtf/text/WTFString.cpp if (position >= length()) { length 285 Source/wtf/text/WTFString.cpp if (!m_impl || i >= m_impl->length()) length 292 Source/wtf/text/WTFString.cpp unsigned length = this->length(); length 293 Source/wtf/text/WTFString.cpp if (!length || !is8Bit()) length 295 Source/wtf/text/WTFString.cpp m_impl = make16BitFrom8BitSource(m_impl->characters8(), length).impl(); length 300 Source/wtf/text/WTFString.cpp if (position >= length()) length 319 Source/wtf/text/WTFString.cpp RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(length() - lengthToRemove, data); length 322 Source/wtf/text/WTFString.cpp (length() - lengthToRemove - position) * sizeof(CharacterType)); length 331 Source/wtf/text/WTFString.cpp if (position >= length()) length 333 Source/wtf/text/WTFString.cpp if (static_cast<unsigned>(lengthToRemove) > length() - position) length 334 Source/wtf/text/WTFString.cpp lengthToRemove = length() - position; length 424 Source/wtf/text/WTFString.cpp if (!m_impl || !m_impl->length()) length 427 Source/wtf/text/WTFString.cpp if ((*m_impl)[m_impl->length() - 1] != '%') length 431 Source/wtf/text/WTFString.cpp result = charactersToIntStrict(m_impl->characters8(), m_impl->length() - 1); length 433 Source/wtf/text/WTFString.cpp result = charactersToIntStrict(m_impl->characters16(), m_impl->length() - 1); length 444 Source/wtf/text/WTFString.cpp result.reserveInitialCapacity(length() + 1); length 452 Source/wtf/text/WTFString.cpp unsigned length = this->length(); length 453 Source/wtf/text/WTFString.cpp RELEASE_ASSERT(pos <= length); length 454 Source/wtf/text/WTFString.cpp unsigned numCharacters = std::min(length - pos, maxLength); length 701 Source/wtf/text/WTFString.cpp startPos = endPos + separator.length(); length 703 Source/wtf/text/WTFString.cpp if (allowEmptyEntries || startPos != length()) length 718 Source/wtf/text/WTFString.cpp if (allowEmptyEntries || startPos != length()) length 727 Source/wtf/text/WTFString.cpp unsigned length = this->length(); length 728 Source/wtf/text/WTFString.cpp if (!length) { length 730 Source/wtf/text/WTFString.cpp return CString::newUninitialized(length, characterBuffer); length 737 Source/wtf/text/WTFString.cpp CString result = CString::newUninitialized(length, characterBuffer); length 739 Source/wtf/text/WTFString.cpp for (unsigned i = 0; i < length; ++i) { length 750 Source/wtf/text/WTFString.cpp CString result = CString::newUninitialized(length, characterBuffer); length 752 Source/wtf/text/WTFString.cpp for (unsigned i = 0; i < length; ++i) { length 765 Source/wtf/text/WTFString.cpp unsigned length = this->length(); length 767 Source/wtf/text/WTFString.cpp if (!length) length 771 Source/wtf/text/WTFString.cpp return CString(reinterpret_cast<const char*>(this->characters8()), length); length 776 Source/wtf/text/WTFString.cpp CString result = CString::newUninitialized(length, characterBuffer); length 778 Source/wtf/text/WTFString.cpp for (unsigned i = 0; i < length; ++i) { length 797 Source/wtf/text/WTFString.cpp unsigned length = this->length(); length 799 Source/wtf/text/WTFString.cpp if (!length) length 812 Source/wtf/text/WTFString.cpp if (length > numeric_limits<unsigned>::max() / 3) length 814 Source/wtf/text/WTFString.cpp Vector<char, 1024> bufferVector(length * 3); length 821 Source/wtf/text/WTFString.cpp ConversionResult result = convertLatin1ToUTF8(&characters, characters + length, &buffer, buffer + bufferVector.size()); length 827 Source/wtf/text/WTFString.cpp const UChar* charactersEnd = characters + length; length 845 Source/wtf/text/WTFString.cpp ConversionResult result = convertUTF16ToUTF8(&characters, characters + length, &buffer, buffer + bufferVector.size(), strict); length 862 Source/wtf/text/WTFString.cpp ASSERT((characters + 1) == (this->characters16() + length)); length 874 Source/wtf/text/WTFString.cpp String String::make8BitFrom16BitSource(const UChar* source, size_t length) length 876 Source/wtf/text/WTFString.cpp if (!length) length 880 Source/wtf/text/WTFString.cpp String result = String::createUninitialized(length, destination); length 882 Source/wtf/text/WTFString.cpp copyLCharsFromUCharSource(destination, source, length); length 887 Source/wtf/text/WTFString.cpp String String::make16BitFrom8BitSource(const LChar* source, size_t length) length 889 Source/wtf/text/WTFString.cpp if (!length) length 893 Source/wtf/text/WTFString.cpp String result = String::createUninitialized(length, destination); length 895 Source/wtf/text/WTFString.cpp StringImpl::copyChars(destination, source, length); length 900 Source/wtf/text/WTFString.cpp String String::fromUTF8(const LChar* stringStart, size_t length) length 902 Source/wtf/text/WTFString.cpp RELEASE_ASSERT(length <= numeric_limits<unsigned>::max()); length 907 Source/wtf/text/WTFString.cpp if (!length) length 910 Source/wtf/text/WTFString.cpp if (charactersAreAllASCII(stringStart, length)) length 911 Source/wtf/text/WTFString.cpp return StringImpl::create(stringStart, length); length 913 Source/wtf/text/WTFString.cpp Vector<UChar, 1024> buffer(length); length 918 Source/wtf/text/WTFString.cpp if (convertUTF8ToUTF16(&stringCurrent, reinterpret_cast<const char *>(stringStart + length), &bufferCurrent, bufferCurrent + buffer.size()) != conversionOK) length 922 Source/wtf/text/WTFString.cpp ASSERT(utf16Length < length); length 964 Source/wtf/text/WTFString.cpp static inline IntegralType toIntegralType(const CharType* data, size_t length, bool* ok, int base) length 978 Source/wtf/text/WTFString.cpp while (length && isSpaceOrNewline(*data)) { length 979 Source/wtf/text/WTFString.cpp --length; length 983 Source/wtf/text/WTFString.cpp if (isSigned && length && *data == '-') { length 984 Source/wtf/text/WTFString.cpp --length; length 987 Source/wtf/text/WTFString.cpp } else if (length && *data == '+') { length 988 Source/wtf/text/WTFString.cpp --length; length 992 Source/wtf/text/WTFString.cpp if (!length || !isCharacterAllowedInBase(*data, base)) length 995 Source/wtf/text/WTFString.cpp while (length && isCharacterAllowedInBase(*data, base)) { length 996 Source/wtf/text/WTFString.cpp --length; length 1026 Source/wtf/text/WTFString.cpp while (length && isSpaceOrNewline(*data)) { length 1027 Source/wtf/text/WTFString.cpp --length; length 1031 Source/wtf/text/WTFString.cpp if (!length) length 1040 Source/wtf/text/WTFString.cpp static unsigned lengthOfCharactersAsInteger(const CharType* data, size_t length) length 1045 Source/wtf/text/WTFString.cpp for (; i != length; ++i) { length 1051 Source/wtf/text/WTFString.cpp if (i != length && (data[i] == '+' || data[i] == '-')) length 1055 Source/wtf/text/WTFString.cpp for (; i != length; ++i) { length 1063 Source/wtf/text/WTFString.cpp int charactersToIntStrict(const LChar* data, size_t length, bool* ok, int base) length 1065 Source/wtf/text/WTFString.cpp return toIntegralType<int, LChar>(data, length, ok, base); length 1068 Source/wtf/text/WTFString.cpp int charactersToIntStrict(const UChar* data, size_t length, bool* ok, int base) length 1070 Source/wtf/text/WTFString.cpp return toIntegralType<int, UChar>(data, length, ok, base); length 1073 Source/wtf/text/WTFString.cpp unsigned charactersToUIntStrict(const LChar* data, size_t length, bool* ok, int base) length 1075 Source/wtf/text/WTFString.cpp return toIntegralType<unsigned, LChar>(data, length, ok, base); length 1078 Source/wtf/text/WTFString.cpp unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base) length 1080 Source/wtf/text/WTFString.cpp return toIntegralType<unsigned, UChar>(data, length, ok, base); length 1083 Source/wtf/text/WTFString.cpp int64_t charactersToInt64Strict(const LChar* data, size_t length, bool* ok, int base) length 1085 Source/wtf/text/WTFString.cpp return toIntegralType<int64_t, LChar>(data, length, ok, base); length 1088 Source/wtf/text/WTFString.cpp int64_t charactersToInt64Strict(const UChar* data, size_t length, bool* ok, int base) length 1090 Source/wtf/text/WTFString.cpp return toIntegralType<int64_t, UChar>(data, length, ok, base); length 1093 Source/wtf/text/WTFString.cpp uint64_t charactersToUInt64Strict(const LChar* data, size_t length, bool* ok, int base) length 1095 Source/wtf/text/WTFString.cpp return toIntegralType<uint64_t, LChar>(data, length, ok, base); length 1098 Source/wtf/text/WTFString.cpp uint64_t charactersToUInt64Strict(const UChar* data, size_t length, bool* ok, int base) length 1100 Source/wtf/text/WTFString.cpp return toIntegralType<uint64_t, UChar>(data, length, ok, base); length 1103 Source/wtf/text/WTFString.cpp intptr_t charactersToIntPtrStrict(const LChar* data, size_t length, bool* ok, int base) length 1105 Source/wtf/text/WTFString.cpp return toIntegralType<intptr_t, LChar>(data, length, ok, base); length 1108 Source/wtf/text/WTFString.cpp intptr_t charactersToIntPtrStrict(const UChar* data, size_t length, bool* ok, int base) length 1110 Source/wtf/text/WTFString.cpp return toIntegralType<intptr_t, UChar>(data, length, ok, base); length 1113 Source/wtf/text/WTFString.cpp int charactersToInt(const LChar* data, size_t length, bool* ok) length 1115 Source/wtf/text/WTFString.cpp return toIntegralType<int, LChar>(data, lengthOfCharactersAsInteger<LChar>(data, length), ok, 10); length 1118 Source/wtf/text/WTFString.cpp int charactersToInt(const UChar* data, size_t length, bool* ok) length 1120 Source/wtf/text/WTFString.cpp return toIntegralType<int, UChar>(data, lengthOfCharactersAsInteger(data, length), ok, 10); length 1123 Source/wtf/text/WTFString.cpp unsigned charactersToUInt(const LChar* data, size_t length, bool* ok) length 1125 Source/wtf/text/WTFString.cpp return toIntegralType<unsigned, LChar>(data, lengthOfCharactersAsInteger<LChar>(data, length), ok, 10); length 1128 Source/wtf/text/WTFString.cpp unsigned charactersToUInt(const UChar* data, size_t length, bool* ok) length 1130 Source/wtf/text/WTFString.cpp return toIntegralType<unsigned, UChar>(data, lengthOfCharactersAsInteger<UChar>(data, length), ok, 10); length 1133 Source/wtf/text/WTFString.cpp int64_t charactersToInt64(const LChar* data, size_t length, bool* ok) length 1135 Source/wtf/text/WTFString.cpp return toIntegralType<int64_t, LChar>(data, lengthOfCharactersAsInteger<LChar>(data, length), ok, 10); length 1138 Source/wtf/text/WTFString.cpp int64_t charactersToInt64(const UChar* data, size_t length, bool* ok) length 1140 Source/wtf/text/WTFString.cpp return toIntegralType<int64_t, UChar>(data, lengthOfCharactersAsInteger<UChar>(data, length), ok, 10); length 1143 Source/wtf/text/WTFString.cpp uint64_t charactersToUInt64(const LChar* data, size_t length, bool* ok) length 1145 Source/wtf/text/WTFString.cpp return toIntegralType<uint64_t, LChar>(data, lengthOfCharactersAsInteger<LChar>(data, length), ok, 10); length 1148 Source/wtf/text/WTFString.cpp uint64_t charactersToUInt64(const UChar* data, size_t length, bool* ok) length 1150 Source/wtf/text/WTFString.cpp return toIntegralType<uint64_t, UChar>(data, lengthOfCharactersAsInteger<UChar>(data, length), ok, 10); length 1153 Source/wtf/text/WTFString.cpp intptr_t charactersToIntPtr(const LChar* data, size_t length, bool* ok) length 1155 Source/wtf/text/WTFString.cpp return toIntegralType<intptr_t, LChar>(data, lengthOfCharactersAsInteger<LChar>(data, length), ok, 10); length 1158 Source/wtf/text/WTFString.cpp intptr_t charactersToIntPtr(const UChar* data, size_t length, bool* ok) length 1160 Source/wtf/text/WTFString.cpp return toIntegralType<intptr_t, UChar>(data, lengthOfCharactersAsInteger<UChar>(data, length), ok, 10); length 1166 Source/wtf/text/WTFString.cpp static inline double toDoubleType(const CharType* data, size_t length, bool* ok, size_t& parsedLength) length 1169 Source/wtf/text/WTFString.cpp while (leadingSpacesLength < length && isASCIISpace(data[leadingSpacesLength])) length 1172 Source/wtf/text/WTFString.cpp double number = parseDouble(data + leadingSpacesLength, length - leadingSpacesLength, parsedLength); length 1181 Source/wtf/text/WTFString.cpp *ok = policy == AllowTrailingJunk || parsedLength == length; length 1185 Source/wtf/text/WTFString.cpp double charactersToDouble(const LChar* data, size_t length, bool* ok) length 1188 Source/wtf/text/WTFString.cpp return toDoubleType<LChar, DisallowTrailingJunk>(data, length, ok, parsedLength); length 1191 Source/wtf/text/WTFString.cpp double charactersToDouble(const UChar* data, size_t length, bool* ok) length 1194 Source/wtf/text/WTFString.cpp return toDoubleType<UChar, DisallowTrailingJunk>(data, length, ok, parsedLength); length 1197 Source/wtf/text/WTFString.cpp float charactersToFloat(const LChar* data, size_t length, bool* ok) length 1201 Source/wtf/text/WTFString.cpp return static_cast<float>(toDoubleType<LChar, DisallowTrailingJunk>(data, length, ok, parsedLength)); length 1204 Source/wtf/text/WTFString.cpp float charactersToFloat(const UChar* data, size_t length, bool* ok) length 1208 Source/wtf/text/WTFString.cpp return static_cast<float>(toDoubleType<UChar, DisallowTrailingJunk>(data, length, ok, parsedLength)); length 1211 Source/wtf/text/WTFString.cpp float charactersToFloat(const LChar* data, size_t length, size_t& parsedLength) length 1214 Source/wtf/text/WTFString.cpp return static_cast<float>(toDoubleType<LChar, AllowTrailingJunk>(data, length, 0, parsedLength)); length 1217 Source/wtf/text/WTFString.cpp float charactersToFloat(const UChar* data, size_t length, size_t& parsedLength) length 1220 Source/wtf/text/WTFString.cpp return static_cast<float>(toDoubleType<UChar, AllowTrailingJunk>(data, length, 0, parsedLength)); length 1254 Source/wtf/text/WTFString.cpp for (unsigned i = 0; i < impl->length(); ++i) { length 99 Source/wtf/text/WTFString.h String(const UChar* characters, unsigned length); length 115 Source/wtf/text/WTFString.h String(const LChar* characters, unsigned length); length 116 Source/wtf/text/WTFString.h String(const char* characters, unsigned length); length 143 Source/wtf/text/WTFString.h if (!buffer.length()) length 149 Source/wtf/text/WTFString.h bool isEmpty() const { return !m_impl || !m_impl->length(); } length 154 Source/wtf/text/WTFString.h unsigned length() const length 158 Source/wtf/text/WTFString.h return m_impl->length(); length 187 Source/wtf/text/WTFString.h return m_impl->length() * (is8Bit() ? sizeof(LChar) : sizeof(UChar)); length 196 Source/wtf/text/WTFString.h if (!m_impl || index >= m_impl->length()) length 291 Source/wtf/text/WTFString.h void append(const LChar*, unsigned length); length 292 Source/wtf/text/WTFString.h void append(const UChar*, unsigned length); length 294 Source/wtf/text/WTFString.h void insert(const LChar*, unsigned length, unsigned pos); length 295 Source/wtf/text/WTFString.h void insert(const UChar*, unsigned length, unsigned pos); length 320 Source/wtf/text/WTFString.h String right(unsigned len) const { return substring(length() - len, len); } length 323 Source/wtf/text/WTFString.h StringView createView(unsigned offset, unsigned length) const { return StringView(impl(), offset, length); } length 348 Source/wtf/text/WTFString.h static String createUninitialized(unsigned length, UChar*& data) { return StringImpl::createUninitialized(length, data); } length 349 Source/wtf/text/WTFString.h static String createUninitialized(unsigned length, LChar*& data) { return StringImpl::createUninitialized(length, data); } length 411 Source/wtf/text/WTFString.h static String fromUTF8(const char* s, size_t length) { return fromUTF8(reinterpret_cast<const LChar*>(s), length); }; length 417 Source/wtf/text/WTFString.h static String fromUTF8WithLatin1Fallback(const char* s, size_t length) { return fromUTF8WithLatin1Fallback(reinterpret_cast<const LChar*>(s), length); }; length 434 Source/wtf/text/WTFString.h if (!m_impl || index >= m_impl->length()) length 525 Source/wtf/text/WTFString.h for (size_t i = 0; i < m_impl->length(); ++i) length 544 Source/wtf/text/WTFString.h return charactersAreAllASCII(characters8(), m_impl->length()); length 546 Source/wtf/text/WTFString.h return charactersAreAllASCII(characters16(), m_impl->length()); length 559 Source/wtf/text/WTFString.h unsigned length = string.length(); length 560 Source/wtf/text/WTFString.h if (!length) length 564 Source/wtf/text/WTFString.h vector.reserveCapacity(vector.size() + length); length 565 Source/wtf/text/WTFString.h for (size_t i = 0; i < length; ++i) length 568 Source/wtf/text/WTFString.h vector.append(string.characters16(), length); length 594 Source/wtf/text/WTFString.h inline bool isAllSpecialCharacters(const CharacterType* characters, size_t length) length 596 Source/wtf/text/WTFString.h for (size_t i = 0; i < length; ++i) { length 606 Source/wtf/text/WTFString.h size_t len = length(); length 619 Source/wtf/text/WTFString.h unsigned numberOfCharactersToCopy = std::min(len, length() - pos); length 636 Source/wtf/text/WTFString.h unsigned numberOfCharactersToCopy = std::min(len, length() - pos); length 648 Source/wtf/text/WTFString.h unsigned numberOfCharactersToCopy = std::min(len, length() - pos); length 39 Source/wtf/text/WTFStringTest.cpp ASSERT_EQ(strlen("Explicit construction syntax"), stringFromLiteral.length()); length 64 Source/wtf/unicode/UTF8.cpp const int length = inlineUTF8SequenceLength(b0); length 65 Source/wtf/unicode/UTF8.cpp if (length == 0) length 70 Source/wtf/unicode/UTF8.cpp if (length == 1) { length 80 Source/wtf/unicode/UTF8.cpp if (length == 2) { length 93 Source/wtf/unicode/UTF8.cpp if (length == 3) { length 109 Source/wtf/unicode/UTF8.cpp if (length == 4) { length 248 Source/wtf/unicode/UTF8.cpp static bool isLegalUTF8(const unsigned char* source, int length) length 251 Source/wtf/unicode/UTF8.cpp const unsigned char* srcptr = source + length; length 252 Source/wtf/unicode/UTF8.cpp switch (length) { length 280 Source/wtf/unicode/UTF8.cpp static inline UChar32 readUTF8Sequence(const char*& sequence, unsigned length) length 285 Source/wtf/unicode/UTF8.cpp switch (length) { length 294 Source/wtf/unicode/UTF8.cpp return character - offsetsFromUTF8[length - 1]; length 212 public/platform/Platform.h virtual void sampleGamepads(WebGamepads& into) { into.length = 0; } length 222 public/platform/Platform.h const char* canonicalURL, size_t length) { return 0; } length 423 public/platform/Platform.h virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0; length 50 public/platform/WebAudioBus.h void initialize(unsigned numberOfChannels, size_t length, double sampleRate); length 60 public/platform/WebAudioBus.h size_t length() const; length 56 public/platform/WebBlobData.h long long length; // -1 means go to the end of the file/blob. length 86 public/platform/WebCString.h BLINK_COMMON_EXPORT size_t length() const; length 89 public/platform/WebCString.h bool isEmpty() const { return !length(); } length 101 public/platform/WebCString.h assign(s.data(), s.length()); length 106 public/platform/WebCString.h assign(s.data(), s.length()); length 113 public/platform/WebCString.h size_t len = length(); length 120 public/platform/WebCString.h return fromUTF16(s.data(), s.length()); length 45 public/platform/WebFileInfo.h long long length; length 57 public/platform/WebFileInfo.h WebFileInfo() : modificationTime(0.0), length(-1), type(TypeUnknown) { } length 102 public/platform/WebFileSystemCallbacks.h BLINK_PLATFORM_EXPORT void didCreateFileWriter(WebFileWriter*, long long length); length 50 public/platform/WebFileWriter.h virtual void truncate(long long length) = 0; length 43 public/platform/WebGamepads.h : length(0) { } length 48 public/platform/WebGamepads.h unsigned length; length 93 public/platform/WebHTTPBody.h BLINK_PLATFORM_EXPORT void appendFileSystemURLRange(const WebURL&, long long start, long long length, double modificationTime); length 44 public/platform/WebMIDIAccessor.h virtual void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) { } length 46 public/platform/WebMIDIAccessorClient.h virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0; length 51 public/platform/WebSourceBuffer.h virtual void append(const unsigned char* data, unsigned length, double* timestampOffset) = 0; length 52 public/platform/WebStorageArea.h virtual unsigned length() = 0; length 84 public/platform/WebString.h BLINK_COMMON_EXPORT size_t length() const; length 89 public/platform/WebString.h bool isEmpty() const { return !length(); } length 94 public/platform/WebString.h BLINK_COMMON_EXPORT static WebString fromUTF8(const char* data, size_t length); length 99 public/platform/WebString.h return fromUTF8(s.data(), s.length()); length 104 public/platform/WebString.h BLINK_COMMON_EXPORT static WebString fromLatin1(const WebLChar* data, size_t length); length 108 public/platform/WebString.h return fromLatin1(reinterpret_cast<const WebLChar*>(s.data()), s.length()); length 133 public/platform/WebString.h assign(s.data(), s.length()); length 138 public/platform/WebString.h assign(s.data(), s.length()); length 144 public/platform/WebString.h return base::Latin1OrUTF16ToUTF16(length(), data8(), data16()); length 152 public/platform/WebString.h assign(s.string().data(), s.string().length()); length 160 public/platform/WebString.h assign(s.string().data(), s.string().length()); length 76 public/platform/WebURL.h return WebCString(spec.data(), spec.length()); length 73 public/web/WebColorName.h BLINK_EXPORT void setNamedColors(const WebColorName*, const WebColor*, size_t length); length 63 public/web/WebElementCollection.h BLINK_EXPORT unsigned length() const; length 423 public/web/WebFrame.h virtual void setMarkedText(const WebString& text, unsigned location, unsigned length) = 0; length 431 public/web/WebFrame.h virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const = 0; length 671 public/web/WebFrame.h virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const = 0; length 60 public/web/WebNodeList.h BLINK_EXPORT unsigned length() const; length 75 public/web/WebRange.h BLINK_EXPORT static WebRange fromDocumentRange(WebLocalFrame*, int start, int length); length 49 public/web/WebTextCheckingResult.h , length(0) length 54 public/web/WebTextCheckingResult.h WebTextCheckingResult(WebTextDecorationType decoration, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0) length 57 public/web/WebTextCheckingResult.h , length(length) length 69 public/web/WebTextCheckingResult.h int length; length 188 public/web/WebWidget.h virtual bool compositionRange(size_t* location, size_t* length) { return false; } length 216 public/web/WebWidget.h virtual bool caretOrSelectionRange(size_t* location, size_t* length) { return false; } length 64 public/web/mac/WebSubstringUtil.h size_t length);