size                5 LayoutTests/http/tests/inspector/network/resources/resource.php     $size = $_GET["size"];
size               78 LayoutTests/http/tests/inspector/network/resources/resource.php         if ($size) {
size               79 LayoutTests/http/tests/inspector/network/resources/resource.php             for ($i = 0; $i < $size - $bytes_emitted; ++$i)
size               89 LayoutTests/http/tests/inspector/network/resources/resource.php         if ($size) {
size               94 LayoutTests/http/tests/inspector/network/resources/resource.php             for ($i = 0; $size && $i < $size - $data_len; ++$i)
size              100 LayoutTests/http/tests/inspector/network/resources/resource.php         if ($size) {
size              101 LayoutTests/http/tests/inspector/network/resources/resource.php             for ($i = 0; $i < $size; ++$i) {
size               79 ManualTests/NPN_Invoke/main.c     pluginFuncs->size = sizeof(pluginFuncs);
size              108 ManualTests/NPN_Invoke/main.c     browser->size = browserFuncs->size;
size              136 ManualTests/NPN_Invoke/main.c     pluginFuncs->size = sizeof(pluginFuncs);
size              495 Source/bindings/templates/interface.cpp     v8::Handle<v8::Array> v8names = v8::Array::New(isolate, names.size());
size              496 Source/bindings/templates/interface.cpp     for (size_t i = 0; i < names.size(); ++i)
size              878 Source/bindings/templates/interface.cpp         {# Test needed as size 0 constant arrays are not allowed in VC++ #}
size             1164 Source/bindings/tests/results/V8TestInterface.cpp     v8::Handle<v8::Array> v8names = v8::Array::New(isolate, names.size());
size             1165 Source/bindings/tests/results/V8TestInterface.cpp     for (size_t i = 0; i < names.size(); ++i)
size              354 Source/bindings/tests/results/V8TestInterface2.cpp     v8::Handle<v8::Array> v8names = v8::Array::New(isolate, names.size());
size              355 Source/bindings/tests/results/V8TestInterface2.cpp     for (size_t i = 0; i < names.size(); ++i)
size              155 Source/bindings/tests/results/V8TestSpecialOperations.cpp     v8::Handle<v8::Array> v8names = v8::Array::New(isolate, names.size());
size              156 Source/bindings/tests/results/V8TestSpecialOperations.cpp     for (size_t i = 0; i < names.size(); ++i)
size              106 Source/bindings/v8/DOMWrapperWorld.cpp     ASSERT(map.size() == isolatedWorldCount);
size              137 Source/bindings/v8/DOMWrapperWorld.cpp     ASSERT(map.size() == isolatedWorldCount);
size               94 Source/bindings/v8/IDBBindingUtilities.cpp         return toV8(Uint8Array::create(reinterpret_cast<const unsigned char*>(key->binary()->data()), key->binary()->size()), creationContext, isolate);
size               99 Source/bindings/v8/IDBBindingUtilities.cpp             v8::Local<v8::Array> array = v8::Array::New(isolate, key->array().size());
size              100 Source/bindings/v8/IDBBindingUtilities.cpp             for (size_t i = 0; i < key->array().size(); ++i)
size              192 Source/bindings/v8/IDBBindingUtilities.cpp         if (stack.size() >= maximumDepth)
size              262 Source/bindings/v8/IDBBindingUtilities.cpp     ASSERT(index <= keyPathElements.size());
size              279 Source/bindings/v8/IDBBindingUtilities.cpp     ASSERT(index <= keyPathElements.size());
size              294 Source/bindings/v8/IDBBindingUtilities.cpp     ASSERT(index <= keyPathElements.size());
size              319 Source/bindings/v8/IDBBindingUtilities.cpp     v8::Handle<v8::Value> v8Key(getNthValueOnKeyPath(v8Value, keyPathElements, keyPathElements.size(), isolate));
size              332 Source/bindings/v8/IDBBindingUtilities.cpp         for (size_t i = 0; i < array.size(); ++i) {
size              360 Source/bindings/v8/IDBBindingUtilities.cpp     value.append(buffer->data(), buffer->size());
size              376 Source/bindings/v8/IDBBindingUtilities.cpp     if (!keyPathElements.size())
size              380 Source/bindings/v8/IDBBindingUtilities.cpp     v8::Handle<v8::Value> parent(ensureNthValueOnKeyPath(value, keyPathElements, keyPathElements.size() - 1, isolate));
size              399 Source/bindings/v8/IDBBindingUtilities.cpp     if (!keyPathElements.size())
size              403 Source/bindings/v8/IDBBindingUtilities.cpp     return canInjectNthValueOnKeyPath(v8Value, keyPathElements, keyPathElements.size() - 1, state->context()->GetIsolate());
size              137 Source/bindings/v8/NPV8Object.cpp             for (size_t index = 0; index < objects.size(); ++index) {
size              189 Source/bindings/v8/NPV8Object.cpp             for (size_t index = 0; index < objects.size(); ++index) {
size              109 Source/bindings/v8/PageScriptDebugServer.cpp     if (!m_listenersMap.size()) {
size               68 Source/bindings/v8/ScheduledAction.cpp     for (size_t i = 0; i < m_info.size(); ++i)
size              100 Source/bindings/v8/ScheduledAction.cpp         frame->script().callFunction(m_function.newLocal(m_isolate), context->Global(), info.size(), info.data());
size              118 Source/bindings/v8/ScheduledAction.cpp         V8ScriptRunner::callFunction(m_function.newLocal(m_isolate), worker, context->Global(), info.size(), info.data(), m_isolate);
size              125 Source/bindings/v8/ScheduledAction.cpp     handles->reserveCapacity(m_info.size());
size              126 Source/bindings/v8/ScheduledAction.cpp     for (size_t i = 0; i < m_info.size(); ++i)
size              358 Source/bindings/v8/ScriptController.cpp     for (size_t i = 0; i < extensions.size(); ++i) {
size              621 Source/bindings/v8/ScriptController.cpp         v8::Local<v8::Array> resultArray = v8::Array::New(m_isolate, sources.size());
size              623 Source/bindings/v8/ScriptController.cpp         for (size_t i = 0; i < sources.size(); ++i) {
size              119 Source/bindings/v8/ScriptFunctionCall.cpp     v8::Handle<v8::Array> result = v8::Array::New(isolate, argument.size());
size              120 Source/bindings/v8/ScriptFunctionCall.cpp     for (size_t i = 0; i < argument.size(); ++i)
size              146 Source/bindings/v8/ScriptFunctionCall.cpp     OwnPtr<v8::Handle<v8::Value>[]> info = adoptArrayPtr(new v8::Handle<v8::Value>[m_arguments.size()]);
size              147 Source/bindings/v8/ScriptFunctionCall.cpp     for (size_t i = 0; i < m_arguments.size(); ++i) {
size              152 Source/bindings/v8/ScriptFunctionCall.cpp     v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, currentExecutionContext(m_scriptState->isolate()), thisObject, m_arguments.size(), info.get(), m_scriptState->isolate());
size              181 Source/bindings/v8/ScriptFunctionCall.cpp     OwnPtr<v8::Handle<v8::Value>[]> info = adoptArrayPtr(new v8::Handle<v8::Value>[m_arguments.size()]);
size              182 Source/bindings/v8/ScriptFunctionCall.cpp     for (size_t i = 0; i < m_arguments.size(); ++i)
size              185 Source/bindings/v8/ScriptFunctionCall.cpp     v8::Local<v8::Object> result = V8ObjectConstructor::newInstance(m_scriptState->isolate(), constructor, m_arguments.size(), info.get());
size              212 Source/bindings/v8/ScriptFunctionCall.cpp     OwnPtr<v8::Handle<v8::Value>[]> info = adoptArrayPtr(new v8::Handle<v8::Value>[m_arguments.size()]);
size              213 Source/bindings/v8/ScriptFunctionCall.cpp     for (size_t i = 0; i < m_arguments.size(); ++i)
size              216 Source/bindings/v8/ScriptFunctionCall.cpp     v8::Handle<v8::Value> result = ScriptController::callFunction(m_scriptState->executionContext(), function, object, m_arguments.size(), info.get(), m_scriptState->isolate());
size               67 Source/bindings/v8/ScriptHeapSnapshot.cpp     virtual WriteResult WriteAsciiChunk(char* data, int size) OVERRIDE
size               69 Source/bindings/v8/ScriptHeapSnapshot.cpp         m_output->Write(String(data, size));
size               58 Source/bindings/v8/ScriptPreprocessor.cpp     if (scriptResults.size() != 1) {
size              194 Source/bindings/v8/ScriptProfiler.cpp     virtual WriteResult WriteAsciiChunk(char* data, int size) OVERRIDE
size              207 Source/bindings/v8/ScriptProfiler.cpp             rawData[offset + 2] = updateData[i].size;
size              209 Source/bindings/v8/ScriptProfiler.cpp         m_stream->write(rawData.data(), rawData.size());
size               66 Source/bindings/v8/ScriptProfiler.h         virtual void write(const uint32_t* chunk, const int size) = 0;
size              387 Source/bindings/v8/SerializedScriptValue.cpp         int size = length * sizeof(UChar);
size              388 Source/bindings/v8/SerializedScriptValue.cpp         int bytes = bytesNeededToWireEncode(static_cast<uint32_t>(size));
size              393 Source/bindings/v8/SerializedScriptValue.cpp         doWriteUint32(static_cast<uint32_t>(size));
size              394 Source/bindings/v8/SerializedScriptValue.cpp         ensureSpace(size);
size              399 Source/bindings/v8/SerializedScriptValue.cpp         m_position += size;
size              453 Source/bindings/v8/SerializedScriptValue.cpp     void writeBlob(const String& uuid, const String& type, unsigned long long size)
size              458 Source/bindings/v8/SerializedScriptValue.cpp         doWriteUint64(size);
size              510 Source/bindings/v8/SerializedScriptValue.cpp         doWriteUint32(keyData.size());
size              511 Source/bindings/v8/SerializedScriptValue.cpp         append(keyData.data(), keyData.size());
size              616 Source/bindings/v8/SerializedScriptValue.cpp         String data = String(m_buffer.data(), m_buffer.size());
size              657 Source/bindings/v8/SerializedScriptValue.cpp             long long size;
size              659 Source/bindings/v8/SerializedScriptValue.cpp             file.captureSnapshot(size, lastModified);
size              660 Source/bindings/v8/SerializedScriptValue.cpp             doWriteUint64(static_cast<uint64_t>(size));
size              730 Source/bindings/v8/SerializedScriptValue.cpp         doWriteUint32(params->publicExponent().size());
size              731 Source/bindings/v8/SerializedScriptValue.cpp         append(params->publicExponent().data(), params->publicExponent().size());
size              924 Source/bindings/v8/SerializedScriptValue.cpp             for (size_t i = 0; i < messagePorts->size(); i++)
size              928 Source/bindings/v8/SerializedScriptValue.cpp             for (size_t i = 0; i < arrayBuffers->size(); i++)  {
size             1262 Source/bindings/v8/SerializedScriptValue.cpp         m_writer.writeBlob(blob->uuid(), blob->type(), blob->size());
size             2073 Source/bindings/v8/SerializedScriptValue.cpp         uint64_t size;
size             2078 Source/bindings/v8/SerializedScriptValue.cpp         if (!doReadUint64(&size))
size             2080 Source/bindings/v8/SerializedScriptValue.cpp         RefPtrWillBeRawPtr<Blob> blob = Blob::create(getOrCreateBlobDataHandle(uuid, type, size));
size             2194 Source/bindings/v8/SerializedScriptValue.cpp         uint64_t size = 0;
size             2209 Source/bindings/v8/SerializedScriptValue.cpp             if (!doReadUint64(&size))
size             2214 Source/bindings/v8/SerializedScriptValue.cpp         return File::create(path, name, relativePath, hasSnapshot > 0, size, lastModified, getOrCreateBlobDataHandle(uuid, type));
size             2253 Source/bindings/v8/SerializedScriptValue.cpp     PassRefPtr<BlobDataHandle> getOrCreateBlobDataHandle(const String& uuid, const String& type, long long size = -1)
size             2270 Source/bindings/v8/SerializedScriptValue.cpp         return BlobDataHandle::create(uuid, type, size);
size             2447 Source/bindings/v8/SerializedScriptValue.cpp         , m_arrayBuffers(arrayBufferContents ? arrayBufferContents->size() : 0)
size             2462 Source/bindings/v8/SerializedScriptValue.cpp         if (stackDepth() != 1 || m_openCompositeReferenceStack.size())
size             2565 Source/bindings/v8/SerializedScriptValue.cpp         if (index >= m_transferredMessagePorts->size())
size             2575 Source/bindings/v8/SerializedScriptValue.cpp         if (index >= m_arrayBuffers.size())
size             2591 Source/bindings/v8/SerializedScriptValue.cpp         if (reference >= m_objectPool.size())
size             2599 Source/bindings/v8/SerializedScriptValue.cpp         return m_objectPool.size();
size             2632 Source/bindings/v8/SerializedScriptValue.cpp         ASSERT(length <= m_stack.size());
size             2633 Source/bindings/v8/SerializedScriptValue.cpp         m_stack.shrink(m_stack.size() - length);
size             2636 Source/bindings/v8/SerializedScriptValue.cpp     unsigned stackDepth() const { return m_stack.size(); }
size             2640 Source/bindings/v8/SerializedScriptValue.cpp         ASSERT_WITH_SECURITY_IMPLICATION(index < m_stack.size());
size             2646 Source/bindings/v8/SerializedScriptValue.cpp         uint32_t newObjectReference = m_objectPool.size();
size             2653 Source/bindings/v8/SerializedScriptValue.cpp         if (!m_openCompositeReferenceStack.size())
size             2655 Source/bindings/v8/SerializedScriptValue.cpp         uint32_t objectReference = m_openCompositeReferenceStack[m_openCompositeReferenceStack.size() - 1];
size             2656 Source/bindings/v8/SerializedScriptValue.cpp         m_openCompositeReferenceStack.shrink(m_openCompositeReferenceStack.size() - 1);
size             2657 Source/bindings/v8/SerializedScriptValue.cpp         if (objectReference >= m_objectPool.size())
size             2700 Source/bindings/v8/SerializedScriptValue.cpp     ASSERT(!(data.size() % sizeof(UChar)));
size             2701 Source/bindings/v8/SerializedScriptValue.cpp     size_t length = data.size() / sizeof(UChar);
size             2767 Source/bindings/v8/SerializedScriptValue.cpp         for (size_t i = 0; i < worlds.size(); i++) {
size             2785 Source/bindings/v8/SerializedScriptValue.cpp     ASSERT(arrayBuffers.size());
size             2787 Source/bindings/v8/SerializedScriptValue.cpp     for (size_t i = 0; i < arrayBuffers.size(); i++) {
size             2794 Source/bindings/v8/SerializedScriptValue.cpp     OwnPtr<ArrayBufferContentsArray> contents = adoptPtr(new ArrayBufferContentsArray(arrayBuffers.size()));
size             2797 Source/bindings/v8/SerializedScriptValue.cpp     for (size_t i = 0; i < arrayBuffers.size(); i++) {
size             2838 Source/bindings/v8/SerializedScriptValue.cpp         if (arrayBuffers && arrayBuffers->size())
size              102 Source/bindings/v8/V8Binding.cpp     virtual void* Allocate(size_t size) OVERRIDE
size              105 Source/bindings/v8/V8Binding.cpp         WTF::ArrayBufferContents::allocateMemory(size, WTF::ArrayBufferContents::ZeroInitialize, data);
size              109 Source/bindings/v8/V8Binding.cpp     virtual void* AllocateUninitialized(size_t size) OVERRIDE
size              112 Source/bindings/v8/V8Binding.cpp         WTF::ArrayBufferContents::allocateMemory(size, WTF::ArrayBufferContents::DontInitialize, data);
size              116 Source/bindings/v8/V8Binding.cpp     virtual void Free(void* data, size_t size) OVERRIDE
size              118 Source/bindings/v8/V8Binding.cpp         WTF::ArrayBufferContents::freeMemory(data, size);
size              278 Source/bindings/v8/V8Binding.h     v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
size              290 Source/bindings/v8/V8Binding.h     v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
size              302 Source/bindings/v8/V8Binding.h     v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
size              116 Source/bindings/v8/V8GCController.cpp         if (m_nodesInNewSpace.size() >= wrappersHandledByEachMinorGC)
size              287 Source/bindings/v8/V8GCController.cpp         for (size_t i = 0; i < m_groupsWhichNeedRetainerInfo.size(); ++i) {
size               71 Source/bindings/v8/V8ScriptRunner.cpp             cachedData = adoptPtr(new v8::ScriptCompiler::CachedData(reinterpret_cast<const uint8_t*>(cachedMetadata->data()), cachedMetadata->size()));
size              268 Source/bindings/v8/V8WindowShell.cpp     OwnPtr<const char*[]> extensionNames = adoptArrayPtr(new const char*[extensions.size()]);
size              272 Source/bindings/v8/V8WindowShell.cpp     for (size_t i = 0; i < extensions.size(); ++i) {
size              169 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp         propertyNamesLength = propertyNames.size();
size               49 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp     if (!namedItems.size())
size               52 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp     if (namedItems.size() == 1)
size              248 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     size_t handlersCount = listenerInfo.eventListenerVector.size();
size              298 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp     for (size_t i = 0; i < listenersArray.size(); ++i) {
size               67 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp     unsigned numColumns = rowList->columnNames().size();
size              136 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp         v8::Local<v8::Array> array = v8::Array::New(isolate, value.size());
size              137 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp         for (size_t ii = 0; ii < value.size(); ++ii)
size              340 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     v8::Local<v8::Array> array = v8::Array::New(info.GetIsolate(), shaders.size());
size              341 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     for (size_t ii = 0; ii < shaders.size(); ++ii)
size              467 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     v8::Local<v8::Array> array = v8::Array::New(info.GetIsolate(), value.size());
size              468 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     for (size_t ii = 0; ii < value.size(); ++ii)
size              423 Source/bindings/v8/npruntime.cpp         while (set->size() > 0) {
size              425 Source/bindings/v8/npruntime.cpp             unsigned size = set->size();
size              443 Source/bindings/v8/npruntime.cpp             ASSERT(set->size() < size);
size               64 Source/core/accessibility/AXARIAGrid.cpp     unsigned rowCellCount = row->children().size();
size               68 Source/core/accessibility/AXARIAGrid.cpp     row->setRowIndex((int)m_rows.size());
size              111 Source/core/accessibility/AXARIAGrid.cpp             size_t length = children.size();
size               88 Source/core/accessibility/AXARIAGridCell.cpp         unsigned childrenSize = siblings.size();
size              111 Source/core/accessibility/AXARIAGridCell.cpp     unsigned childrenSize = siblings.size();
size               76 Source/core/accessibility/AXARIAGridRow.cpp     int rowCount = allRows.size();
size              103 Source/core/accessibility/AXARIAGridRow.cpp     int rowCount = allRows.size();
size              119 Source/core/accessibility/AXARIAGridRow.cpp     unsigned childrenCount = rowChildren.size();
size               95 Source/core/accessibility/AXInlineTextBox.cpp     ASSERT(widths.size() == len);
size              112 Source/core/accessibility/AXInlineTextBox.cpp     words.resize(wordBoundaries.size());
size              113 Source/core/accessibility/AXInlineTextBox.cpp     for (unsigned i = 0; i < wordBoundaries.size(); i++)
size               74 Source/core/accessibility/AXListBox.cpp     unsigned length = listItems.size();
size               94 Source/core/accessibility/AXListBox.cpp     unsigned length = m_children.size();
size              101 Source/core/accessibility/AXListBox.cpp     length = children.size();
size              118 Source/core/accessibility/AXListBox.cpp     unsigned length = m_children.size();
size              151 Source/core/accessibility/AXListBox.cpp     unsigned length = m_children.size();
size              213 Source/core/accessibility/AXListBoxOption.cpp     unsigned length = listItems.size();
size               81 Source/core/accessibility/AXMenuList.cpp     ASSERT(m_children.size() == 1);
size              105 Source/core/accessibility/AXMenuList.cpp         ASSERT(childObjects.size() == 1);
size              103 Source/core/accessibility/AXMenuListPopup.cpp     unsigned length = listItems.size();
size              116 Source/core/accessibility/AXMenuListPopup.cpp     for (size_t i = m_children.size(); i > 0 ; --i) {
size              138 Source/core/accessibility/AXMenuListPopup.cpp     ASSERT_ARG(optionIndex, optionIndex < static_cast<int>(m_children.size()));
size               94 Source/core/accessibility/AXNodeObject.cpp     unsigned size = elements.size();
size               95 Source/core/accessibility/AXNodeObject.cpp     for (unsigned i = 0; i < size; ++i) {
size              102 Source/core/accessibility/AXNodeObject.cpp         if (i != size - 1)
size              136 Source/core/accessibility/AXNodeObject.cpp     if (!elements.size())
size              272 Source/core/accessibility/AXNodeObject.cpp     unsigned size = idVector.size();
size              273 Source/core/accessibility/AXNodeObject.cpp     for (unsigned i = 0; i < size; ++i) {
size             1005 Source/core/accessibility/AXNodeObject.cpp         if (selectedIndex >= 0 && static_cast<size_t>(selectedIndex) < listItems.size()) {
size             1097 Source/core/accessibility/AXNodeObject.cpp             if (textOrder.size() > 0) {
size             1319 Source/core/accessibility/AXNodeObject.cpp     insertChild(child, m_children.size());
size             1334 Source/core/accessibility/AXNodeObject.cpp         size_t length = children.size();
size             1659 Source/core/accessibility/AXNodeObject.cpp         unsigned length = elements.size();
size              341 Source/core/accessibility/AXObject.cpp     if (bounds.size().width() > bounds.size().height())
size              343 Source/core/accessibility/AXObject.cpp     if (bounds.size().height() > bounds.size().width())
size              442 Source/core/accessibility/AXObject.cpp     unsigned count = axChildren.size();
size              463 Source/core/accessibility/AXObject.cpp     for (unsigned i = 0; i < m_children.size(); ++i)
size              479 Source/core/accessibility/AXObject.cpp     size_t count = quads.size();
size              506 Source/core/accessibility/AXObject.cpp     size_t count = m_children.size();
size              562 Source/core/accessibility/AXObject.cpp     size_t length = m_children.size();
size              785 Source/core/accessibility/AXObject.cpp     size_t levels = objects.size() - 1;
size              891 Source/core/accessibility/AXObject.cpp     unsigned size = roleVector.size();
size              892 Source/core/accessibility/AXObject.cpp     for (unsigned i = 0; i < size; ++i) {
size              146 Source/core/accessibility/AXObjectCache.cpp     unsigned count = imageChildren.size();
size              519 Source/core/accessibility/AXObjectCache.cpp     ASSERT(m_objects.size() >= m_idsInUse.size());
size              682 Source/core/accessibility/AXObjectCache.cpp     unsigned i = 0, count = m_notificationsToPost.size();
size              898 Source/core/accessibility/AXRenderObject.cpp         if (selectedIndex >= 0 && static_cast<size_t>(selectedIndex) < listItems.size()) {
size              969 Source/core/accessibility/AXRenderObject.cpp     unsigned count = elements.size();
size             1265 Source/core/accessibility/AXRenderObject.cpp     if (isHeading() && children().size() == 1)
size             1847 Source/core/accessibility/AXRenderObject.cpp     unsigned childrenSize = childObjects.size();
size             1907 Source/core/accessibility/AXRenderObject.cpp     unsigned count = elements.size();
size             1964 Source/core/accessibility/AXRenderObject.cpp     unsigned count = children.size();
size             2141 Source/core/accessibility/AXRenderObject.cpp                 if (children.size())
size             2155 Source/core/accessibility/AXRenderObject.cpp         unsigned previousSize = m_children.size();
size             2160 Source/core/accessibility/AXRenderObject.cpp         insertionIndex += (m_children.size() - previousSize);
size             2213 Source/core/accessibility/AXRenderObject.cpp     ASSERT(!m_children.size());
size             2243 Source/core/accessibility/AXRenderObject.cpp         unsigned length = children.size();
size             2271 Source/core/accessibility/AXRenderObject.cpp     unsigned count = allRows.size();
size              106 Source/core/accessibility/AXSlider.cpp     if (m_children.size()) {
size              107 Source/core/accessibility/AXSlider.cpp         ASSERT(m_children.size() == 1);
size              363 Source/core/accessibility/AXTable.cpp             row->setRowIndex(static_cast<int>(m_rows.size()));
size              422 Source/core/accessibility/AXTable.cpp     unsigned colCount = m_columns.size();
size              438 Source/core/accessibility/AXTable.cpp     int numRows = m_rows.size();
size              449 Source/core/accessibility/AXTable.cpp     return m_columns.size();
size              456 Source/core/accessibility/AXTable.cpp     return m_rows.size();
size              482 Source/core/accessibility/AXTable.cpp         for (unsigned colIndexCounter = std::min(static_cast<unsigned>(children.size()), column + 1); colIndexCounter > 0; --colIndexCounter) {
size               82 Source/core/accessibility/AXTableColumn.cpp         unsigned childrenCount = rowChildren.size();
size              176 Source/core/accessibility/AXTableColumn.cpp         if (m_children.size() > 0 && m_children.last() == cell)
size               73 Source/core/accessibility/AXTableHeaderContainer.cpp     unsigned length = m_children.size();
size              112 Source/core/accessibility/AXTableRow.cpp     if (!rowChildren.size())
size               51 Source/core/animation/AnimatableFilterOperations.cpp     size_t fromSize = operations().size();
size               52 Source/core/animation/AnimatableFilterOperations.cpp     size_t toSize = target->operations().size();
size               53 Source/core/animation/AnimatableFilterOperations.cpp     size_t size = std::max(fromSize, toSize);
size               54 Source/core/animation/AnimatableFilterOperations.cpp     for (size_t i = 0; i < size; i++) {
size               56 Source/core/animation/AnimatableRepeatable.cpp     size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
size               57 Source/core/animation/AnimatableRepeatable.cpp     for (size_t i = 0; i < size; ++i) {
size               58 Source/core/animation/AnimatableRepeatable.cpp         const AnimatableValue* from = fromValues[i % fromValues.size()].get();
size               59 Source/core/animation/AnimatableRepeatable.cpp         const AnimatableValue* to = toValues[i % toValues.size()].get();
size               72 Source/core/animation/AnimatableRepeatable.cpp     size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
size               73 Source/core/animation/AnimatableRepeatable.cpp     for (size_t i = 0; i < size; ++i) {
size               74 Source/core/animation/AnimatableRepeatable.cpp         const AnimatableValue* from = fromValues[i % fromValues.size()].get();
size               75 Source/core/animation/AnimatableRepeatable.cpp         const AnimatableValue* to = toValues[i % toValues.size()].get();
size               97 Source/core/animation/AnimatableRepeatable.cpp     WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> > addedValues(lowestCommonMultiple(m_values.size(), otherValues.size()));
size               98 Source/core/animation/AnimatableRepeatable.cpp     for (size_t i = 0; i < addedValues.size(); ++i) {
size               99 Source/core/animation/AnimatableRepeatable.cpp         const AnimatableValue* left = m_values[i % m_values.size()].get();
size              100 Source/core/animation/AnimatableRepeatable.cpp         const AnimatableValue* right = otherValues[i % otherValues.size()].get();
size              109 Source/core/animation/AnimatableRepeatable.cpp     if (m_values.size() != otherValues.size())
size              111 Source/core/animation/AnimatableRepeatable.cpp     for (size_t i = 0; i < m_values.size(); ++i) {
size               51 Source/core/animation/AnimatableStrokeDasharrayList.cpp     for (size_t i = 0; i < m_values.size(); ++i) {
size              162 Source/core/animation/AnimatableValueTestHelper.cpp     for (unsigned i = 0; i < ops.size(); i++) {
size              198 Source/core/animation/AnimatableValueTestHelper.cpp         if (i < ops.size() - 1)
size              241 Source/core/animation/Animation.cpp     for (size_t i = 0; i < m_compositorAnimationIds.size(); ++i)
size              251 Source/core/animation/Animation.cpp     for (size_t i = 0; i < m_compositorAnimationIds.size(); ++i)
size              716 Source/core/animation/AnimationPlayerTest.cpp     for (size_t i = 0; i < players.size(); i++) {
size              717 Source/core/animation/AnimationPlayerTest.cpp         for (size_t j = 0; j < players.size(); j++)
size               58 Source/core/animation/AnimationStack.cpp     for (size_t i = 0; i < newAnimations.size(); ++i) {
size               70 Source/core/animation/AnimationStack.cpp     for (size_t i = 0; i < m_activeAnimations.size(); ++i) {
size               79 Source/core/animation/AnimationStack.cpp     for (size_t i = 0; i < m_activeAnimations.size(); ++i) {
size               95 Source/core/animation/AnimationStack.cpp         for (size_t i = 0; i < animations.size(); ++i) {
size               80 Source/core/animation/AnimationStackTest.cpp     EXPECT_EQ(1u, result.size());
size               94 Source/core/animation/AnimationStackTest.cpp     EXPECT_EQ(2u, result.size());
size              105 Source/core/animation/AnimationStackTest.cpp     EXPECT_EQ(1u, result.size());
size               51 Source/core/animation/AnimationTranslationUtil.cpp     for (size_t j = 0; j < transformOperations.size(); ++j) {
size               67 Source/core/animation/CompositorAnimations.cpp         for (size_t i = group.size(); i--;) {
size               72 Source/core/animation/CompositorAnimations.cpp         for (size_t i = 0; i < group.size(); ++i) {
size              138 Source/core/animation/CompositorAnimations.cpp     for (size_t i = 0; i < frames.size(); ++i) {
size              163 Source/core/animation/CompositorAnimations.cpp                 for (size_t i = 0; i < operations.size(); i++) {
size              188 Source/core/animation/CompositorAnimations.cpp         if (frames.size() != 2)
size              202 Source/core/animation/CompositorAnimations.cpp     if (frames.size() < 2)
size              244 Source/core/animation/CompositorAnimations.cpp     for (size_t i = 0; i < animations.size(); ++i) {
size              248 Source/core/animation/CompositorAnimations.cpp             for (size_t j = 0; j < startedAnimationIds.size(); ++j)
size              398 Source/core/animation/CompositorAnimations.cpp     for (size_t i = 0; i < keyframes.size(); i++) {
size              401 Source/core/animation/CompositorAnimations.cpp         if (i < keyframes.size() - 1) { // Ignore timing function of last frame.
size              176 Source/core/animation/CompositorAnimationsTest.cpp         for (size_t i = 0; i < values.size(); i++) {
size              177 Source/core/animation/CompositorAnimationsTest.cpp             double offset = 1.0 / (values.size() - 1) * i;
size              586 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              633 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              686 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              735 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              794 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              854 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              904 Source/core/animation/CompositorAnimationsTest.cpp     EXPECT_EQ(1U, result.size());
size              108 Source/core/animation/DocumentTimeline.cpp     for (size_t i = 0; i < players.size(); ++i) {
size               64 Source/core/animation/EffectInput.cpp     for (size_t i = 0; i < keyframeDictionaryVector.size(); ++i) {
size               90 Source/core/animation/EffectInput.cpp         for (size_t j = 0; j < keyframeProperties.size(); ++j) {
size               94 Source/core/animation/InterpolableValue.h     static PassOwnPtrWillBeRawPtr<InterpolableList> create(size_t size)
size               96 Source/core/animation/InterpolableValue.h         return adoptPtrWillBeNoop(new InterpolableList(size));
size              117 Source/core/animation/InterpolableValue.h     explicit InterpolableList(size_t size)
size              118 Source/core/animation/InterpolableValue.h         : m_size(size)
size               15 Source/core/animation/InterpolationEffect.cpp     for (size_t i = 0; i < m_interpolations.size(); ++i) {
size               38 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(0ul, activeInterpolations->size());
size               41 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(1ul, activeInterpolations->size());
size               45 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(1ul, activeInterpolations->size());
size               49 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(1ul, activeInterpolations->size());
size               53 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(0ul, activeInterpolations->size());
size               67 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(0ul, activeInterpolations->size());
size               70 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(1ul, activeInterpolations->size());
size               74 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(2ul, activeInterpolations->size());
size               79 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(2ul, activeInterpolations->size());
size               84 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(2ul, activeInterpolations->size());
size               89 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(1ul, activeInterpolations->size());
size               93 Source/core/animation/InterpolationEffectTest.cpp     EXPECT_EQ(1ul, activeInterpolations->size());
size               47 Source/core/animation/KeyframeEffectModel.cpp     if (!m_keyframes.size()) {
size               51 Source/core/animation/KeyframeEffectModel.cpp     for (size_t i = 1; i < m_keyframes.size(); i++) {
size               75 Source/core/animation/KeyframeEffectModel.cpp     size_t endIndex = keyframes.size();
size               81 Source/core/animation/KeyframeEffectModel.cpp     for (size_t i = 0; i < keyframes.size(); ++i) {
size              111 Source/core/animation/KeyframeEffectModel.cpp         if (isNull(result[result.size() - 1]->offset()))
size              112 Source/core/animation/KeyframeEffectModel.cpp             result[result.size() - 1]->setOffset(1);
size              114 Source/core/animation/KeyframeEffectModel.cpp         if (result.size() > 1 && isNull(result[0]->offset()))
size              119 Source/core/animation/KeyframeEffectModel.cpp         for (size_t i = 1; i < result.size(); ++i) {
size              175 Source/core/animation/KeyframeEffectModel.cpp         for (size_t i = 0; i < keyframes.size() - 1; i++) {
size              178 Source/core/animation/KeyframeEffectModel.cpp             double applyTo = i == keyframes.size() - 2 ? std::numeric_limits<double>::infinity() : keyframes[i + 1]->offset();
size              193 Source/core/animation/KeyframeEffectModel.cpp         for (size_t i = 0; i < keyframeVector.size(); ++i) {
size              231 Source/core/animation/KeyframeEffectModel.cpp     ASSERT(m_keyframes.size() >= 2);
size              232 Source/core/animation/KeyframeEffectModel.cpp     for (int i = m_keyframes.size() - 1; i >= 0; --i) {
size              235 Source/core/animation/KeyframeEffectModel.cpp         bool hasSameOffsetAsNextNeighbor = i == static_cast<int>(m_keyframes.size() - 1) || m_keyframes[i + 1]->offset() == offset;
size              239 Source/core/animation/KeyframeEffectModel.cpp     ASSERT(m_keyframes.size() >= 2);
size               93 Source/core/animation/KeyframeEffectModelTest.cpp     for (size_t i = 0; i < values.size(); ++i) {
size              107 Source/core/animation/KeyframeEffectModelTest.cpp     ASSERT_EQ(1UL, values->size());
size              347 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(2UL, values->size());
size              413 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(3U, propertySpecificKeyframes.size());
size              451 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(0U, result.size());
size              464 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(1U, result.size());
size              478 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(2U, result.size());
size              495 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(5U, result.size());
size              519 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(6U, result.size());
size              548 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_EQ(12U, result.size());
size              168 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLengthSize(fillSize.size, style);
size              211 Source/core/animation/css/CSSAnimatableValueFactory.cpp             values.append(createFromFillSize(fillLayer->size(), style));
size               28 Source/core/animation/css/CSSAnimationDataList.cpp for (i = 0; i < size() && animation(i)->test(); ++i) { } \
size               29 Source/core/animation/css/CSSAnimationDataList.cpp if (i < size() && i != 0) { \
size               30 Source/core/animation/css/CSSAnimationDataList.cpp     for (size_t j = 0; i < size(); ++i, ++j) \
size               36 Source/core/animation/css/CSSAnimationDataList.cpp     for (size_t i = 0; i < o.size(); ++i)
size               56 Source/core/animation/css/CSSAnimationDataList.cpp     if (size() != o.size())
size               58 Source/core/animation/css/CSSAnimationDataList.cpp     for (size_t i = 0; i < size(); ++i)
size               47 Source/core/animation/css/CSSAnimationDataList.h     size_t size() const { return m_animations.size(); }
size              114 Source/core/animation/css/CSSAnimations.cpp     for (size_t i = 0; i < styleKeyframes.size(); ++i) {
size              135 Source/core/animation/css/CSSAnimations.cpp         for (size_t j = 1; j < offsets.size(); ++j) {
size              150 Source/core/animation/css/CSSAnimations.cpp     for (size_t i = 1; i < keyframes.size(); i++) {
size              165 Source/core/animation/css/CSSAnimations.cpp     RefPtrWillBeRawPtr<AnimatableValueKeyframe> endKeyframe = keyframes[keyframes.size() - 1];
size              171 Source/core/animation/css/CSSAnimations.cpp     ASSERT(keyframes.size() >= 2);
size              177 Source/core/animation/css/CSSAnimations.cpp     size_t numKeyframes = keyframes.size();
size              185 Source/core/animation/css/CSSAnimations.cpp     bool missingStartValues = startKeyframeProperties.size() < allProperties.size();
size              186 Source/core/animation/css/CSSAnimations.cpp     bool missingEndValues = endKeyframeProperties.size() < allProperties.size();
size              201 Source/core/animation/css/CSSAnimations.cpp     ASSERT(startKeyframe->properties().size() == allProperties.size());
size              202 Source/core/animation/css/CSSAnimations.cpp     ASSERT(endKeyframe->properties().size() == allProperties.size());
size              281 Source/core/animation/css/CSSAnimations.cpp     for (size_t i = 0; i < stack.size(); ++i) {
size              318 Source/core/animation/css/CSSAnimations.cpp         for (size_t i = 0; animationDataList && i < animationDataList->size(); ++i) {
size              440 Source/core/animation/css/CSSAnimations.cpp             ASSERT(oldAnimation->activeInterpolations().size() == 1);
size              535 Source/core/animation/css/CSSAnimations.cpp         for (size_t i = 0; i < style.transitions()->size(); ++i) {
size              605 Source/core/animation/css/CSSAnimations.cpp     for (size_t i = 0; i < update->newAnimations().size(); ++i) {
size              831 Source/core/animation/css/CSSAnimations.cpp         propertyShorthand = StylePropertyShorthand(CSSPropertyInvalid, properties.begin(), properties.size());
size               50 Source/core/animation/css/CSSPendingAnimations.cpp     for (size_t i = 0; i < m_pending.size(); ++i) {
size               59 Source/core/animation/css/CSSPendingAnimations.cpp         for (size_t i = 0; i < m_pending.size(); ++i)
size               62 Source/core/animation/css/CSSPendingAnimations.cpp         for (size_t i = 0; i < m_pending.size(); ++i) {
size               73 Source/core/animation/css/CSSPendingAnimations.cpp     for (size_t i = 0; i < m_waitingForCompositorAnimationStart.size(); ++i) {
size               85 Source/core/animation/css/CSSPendingAnimations.cpp     for (size_t i = 0; i < m_waitingForCompositorAnimationStart.size(); ++i) {
size              278 Source/core/clipboard/Clipboard.cpp     if (!imageBuffer || !imageBuffer->size())
size               50 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < webTypes.size(); ++i)
size               72 Source/core/clipboard/DataObject.cpp     return m_itemList.size();
size              114 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i) {
size              125 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ) {
size              138 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i) {
size              155 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i)  {
size              203 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i) {
size              213 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i) {
size              243 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i) {
size              253 Source/core/clipboard/DataObject.cpp     for (size_t i = 0; i < m_itemList.size(); ++i) {
size              131 Source/core/clipboard/DataObjectItem.cpp         rawData->mutableData()->append(data->data(), data->size());
size              135 Source/core/clipboard/DataObjectItem.cpp         return Blob::create(BlobDataHandle::create(blobData.release(), data->size()));
size              101 Source/core/css/BasicShapeFunctions.cpp         for (unsigned i = 0; i < values.size(); i += 2)
size              240 Source/core/css/BasicShapeFunctions.cpp         for (unsigned i = 0; i < values.size(); i += 2)
size              214 Source/core/css/CSSBasicShapes.cpp     ASSERT(!(points.size() % 2));
size              224 Source/core/css/CSSBasicShapes.cpp     for (size_t i = 0; i < points.size(); i += 2) {
size              239 Source/core/css/CSSBasicShapes.cpp     for (size_t i = 0; i < points.size(); i += 2) {
size              260 Source/core/css/CSSBasicShapes.cpp     points.reserveInitialCapacity(m_values.size());
size              262 Source/core/css/CSSBasicShapes.cpp     for (size_t i = 0; i < m_values.size(); ++i)
size              539 Source/core/css/CSSCalculationValue.cpp     if (index >= tokens->size())
size              552 Source/core/css/CSSCalculationValue.cpp         ASSERT_WITH_SECURITY_IMPLICATION(index <= tokens->size());
size              553 Source/core/css/CSSCalculationValue.cpp         if (!ok || index != tokens->size())
size              567 Source/core/css/CSSCalculationValue.cpp         if (index >= tokens->size())
size              619 Source/core/css/CSSCalculationValue.cpp         while (*index < tokens->size() - 1) {
size              634 Source/core/css/CSSCalculationValue.cpp         ASSERT_WITH_SECURITY_IMPLICATION(*index <= tokens->size());
size              646 Source/core/css/CSSCalculationValue.cpp         while (*index < tokens->size() - 1) {
size              661 Source/core/css/CSSCalculationValue.cpp         ASSERT_WITH_SECURITY_IMPLICATION(*index <= tokens->size());
size              771 Source/core/css/CSSComputedStyleDeclaration.cpp     style.applyTransform(transform, box.size(), RenderStyle::ExcludeTransformOrigin);
size              884 Source/core/css/CSSComputedStyleDeclaration.cpp     for (size_t j = 0; j < namedGridLines.size(); ++j)
size              895 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!trackSizes.size()) {
size              905 Source/core/css/CSSComputedStyleDeclaration.cpp         ASSERT(trackPositions.size() - 1 >= trackSizes.size());
size              907 Source/core/css/CSSComputedStyleDeclaration.cpp         for (size_t i = 0; i < trackSizes.size(); ++i) {
size              912 Source/core/css/CSSComputedStyleDeclaration.cpp         for (size_t i = 0; i < trackSizes.size(); ++i) {
size              918 Source/core/css/CSSComputedStyleDeclaration.cpp     addValuesForNamedGridLinesAtIndex(orderedNamedGridLines, trackSizes.size(), *list);
size              956 Source/core/css/CSSComputedStyleDeclaration.cpp         for (size_t i = 0; i < animList->size(); ++i)
size              967 Source/core/css/CSSComputedStyleDeclaration.cpp         for (size_t i = 0; i < animList->size(); ++i)
size              980 Source/core/css/CSSComputedStyleDeclaration.cpp         for (size_t i = 0; i < animList->size(); ++i)
size             1049 Source/core/css/CSSComputedStyleDeclaration.cpp         for (size_t i = 0; i < animList->size(); ++i)
size             1098 Source/core/css/CSSComputedStyleDeclaration.cpp     for (size_t i = 0; i < willChangeProperties.size(); ++i)
size             1143 Source/core/css/CSSComputedStyleDeclaration.cpp     for (unsigned i = 0; i < properties.size(); i++) {
size             1214 Source/core/css/CSSComputedStyleDeclaration.cpp     size_t shadowCount = shadowList->shadows().size();
size             1323 Source/core/css/CSSComputedStyleDeclaration.cpp     if (fillSize.size.height().isAuto())
size             1324 Source/core/css/CSSComputedStyleDeclaration.cpp         return zoomAdjustedPixelValueForLength(fillSize.size.width(), style);
size             1327 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(zoomAdjustedPixelValueForLength(fillSize.size.width(), style));
size             1328 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(zoomAdjustedPixelValueForLength(fillSize.size.height(), style));
size             1633 Source/core/css/CSSComputedStyleDeclaration.cpp                 return valueForFillSize(layers->size(), *style);
size             1637 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(valueForFillSize(currLayer->size(), *style));
size             1859 Source/core/css/CSSComputedStyleDeclaration.cpp             if (cursors && cursors->size() > 0) {
size             1861 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (unsigned i = 0; i < cursors->size(); ++i)
size             1920 Source/core/css/CSSComputedStyleDeclaration.cpp             computedFont->size = valueForFontSize(*style);
size             1943 Source/core/css/CSSComputedStyleDeclaration.cpp             if (!featureSettings || !featureSettings->size())
size             1946 Source/core/css/CSSComputedStyleDeclaration.cpp             for (unsigned i = 0; i < featureSettings->size(); ++i) {
size             2358 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < t->size(); ++i)
size             2374 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < t->size(); ++i)
size             2386 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < t->size(); ++i) {
size             2403 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < t->size(); ++i)
size             2415 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < t->size(); ++i) {
size             2435 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < animations->size(); ++i) {
size             2606 Source/core/css/CSSComputedStyleDeclaration.cpp                 for (size_t i = 0; i < animList->size(); ++i) {
size             2886 Source/core/css/CSSComputedStyleDeclaration.cpp     return computableProperties().size();
size             2969 Source/core/css/CSSComputedStyleDeclaration.cpp     list.reserveInitialCapacity(properties.size());
size             2970 Source/core/css/CSSComputedStyleDeclaration.cpp     for (unsigned i = 0; i < properties.size(); ++i) {
size             2975 Source/core/css/CSSComputedStyleDeclaration.cpp     return MutableStylePropertySet::create(list.data(), list.size());
size              120 Source/core/css/CSSCrossfadeValue.cpp     IntSize fromImageSize = cachedFromImage->imageForRenderer(renderer)->size();
size              121 Source/core/css/CSSCrossfadeValue.cpp     IntSize toImageSize = cachedToImage->imageForRenderer(renderer)->size();
size              167 Source/core/css/CSSCrossfadeValue.cpp PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size)
size              169 Source/core/css/CSSCrossfadeValue.cpp     if (size.isEmpty())
size              185 Source/core/css/CSSCrossfadeValue.cpp     m_generatedImage = CrossfadeGeneratedImage::create(fromImage, toImage, m_percentageValue->getFloatValue(), fixedSize(renderer), size);
size               76 Source/core/css/CSSDefaultStyleSheets.cpp static PassRefPtrWillBeRawPtr<StyleSheetContents> parseUASheet(const char* characters, unsigned size)
size               78 Source/core/css/CSSDefaultStyleSheets.cpp     return parseUASheet(String(characters, size));
size              202 Source/core/css/CSSFontFace.cpp     for (size_t i = 1; i < m_ranges.size(); i++) {
size               99 Source/core/css/CSSFontFace.h         size_t size() const { return m_ranges.size(); }
size               19 Source/core/css/CSSFontFaceTest.cpp     EXPECT_EQ(0u, set.size());
size               37 Source/core/css/CSSFontFaceTest.cpp     ASSERT_EQ(1u, set.size());
size               58 Source/core/css/CSSFontFaceTest.cpp     ASSERT_EQ(2u, set.size());
size               73 Source/core/css/CSSFontFaceTest.cpp     ASSERT_EQ(1u, set.size());
size               83 Source/core/css/CSSFontFaceTest.cpp     ASSERT_EQ(1u, set.size());
size               81 Source/core/css/CSSFontSelector.cpp     for (size_t i = 0; i < fontsToBeginLoading.size(); ++i) {
size               97 Source/core/css/CSSFontSelector.cpp     for (size_t i = 0; i < m_fontsToBeginLoading.size(); ++i) {
size              143 Source/core/css/CSSFontSelector.cpp     for (size_t i = 0; i < clients.size(); ++i)
size               47 Source/core/css/CSSFontValue.cpp     if (size) {
size               50 Source/core/css/CSSFontValue.cpp         result.append(size->cssText());
size               53 Source/core/css/CSSFontValue.cpp         if (!size)
size               72 Source/core/css/CSSFontValue.cpp         && compareCSSValuePtr(size, other.size)
size               83 Source/core/css/CSSFontValue.cpp     visitor->trace(size);
size               49 Source/core/css/CSSFontValue.h     RefPtrWillBeMember<CSSPrimitiveValue> size;
size               52 Source/core/css/CSSGradientValue.cpp PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size)
size               54 Source/core/css/CSSGradientValue.cpp     if (size.isEmpty())
size               63 Source/core/css/CSSGradientValue.cpp         Image* result = getImage(renderer, size);
size               74 Source/core/css/CSSGradientValue.cpp         gradient = toCSSLinearGradientValue(this)->createGradient(conversionData, size);
size               76 Source/core/css/CSSGradientValue.cpp         gradient = toCSSRadialGradientValue(this)->createGradient(conversionData, size);
size               78 Source/core/css/CSSGradientValue.cpp     RefPtr<Image> newImage = GradientGeneratedImage::create(gradient, size);
size               80 Source/core/css/CSSGradientValue.cpp         putImage(size, newImage);
size               98 Source/core/css/CSSGradientValue.cpp         if (m_stops.size())
size              118 Source/core/css/CSSGradientValue.cpp     for (unsigned i = 0; i < m_stops.size(); i++)
size              137 Source/core/css/CSSGradientValue.cpp     for (unsigned i = 0; i < result->m_stops.size(); i++)
size              148 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              163 Source/core/css/CSSGradientValue.cpp     size_t numStops = m_stops.size();
size              308 Source/core/css/CSSGradientValue.cpp             float lastOffset = stops[stops.size() - 1].offset;
size              328 Source/core/css/CSSGradientValue.cpp     numStops = stops.size();
size              392 Source/core/css/CSSGradientValue.cpp static float positionFromValue(CSSPrimitiveValue* value, const CSSToLengthConversionData& conversionData, const IntSize& size, bool isHorizontal)
size              397 Source/core/css/CSSGradientValue.cpp     int edgeDistance = isHorizontal ? size.width() : size.height();
size              413 Source/core/css/CSSGradientValue.cpp         return size.height();
size              416 Source/core/css/CSSGradientValue.cpp         return size.width();
size              424 Source/core/css/CSSGradientValue.cpp FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vertical, const CSSToLengthConversionData& conversionData, const IntSize& size)
size              429 Source/core/css/CSSGradientValue.cpp         result.setX(positionFromValue(horizontal, conversionData, size, true));
size              432 Source/core/css/CSSGradientValue.cpp         result.setY(positionFromValue(vertical, conversionData, size, false));
size              439 Source/core/css/CSSGradientValue.cpp     for (size_t i = 0; i < m_stops.size(); ++i) {
size              457 Source/core/css/CSSGradientValue.cpp     for (size_t i = 0; i < m_stops.size(); ++i) {
size              487 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              528 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              564 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              582 Source/core/css/CSSGradientValue.cpp static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type)
size              593 Source/core/css/CSSGradientValue.cpp         firstPoint.set(0, size.height());
size              600 Source/core/css/CSSGradientValue.cpp         secondPoint.set(size.width(), 0);
size              606 Source/core/css/CSSGradientValue.cpp         secondPoint.set(0, size.height());
size              611 Source/core/css/CSSGradientValue.cpp         firstPoint.set(size.width(), 0);
size              625 Source/core/css/CSSGradientValue.cpp     float halfHeight = size.height() / 2;
size              626 Source/core/css/CSSGradientValue.cpp     float halfWidth = size.width() / 2;
size              649 Source/core/css/CSSGradientValue.cpp PassRefPtr<Gradient> CSSLinearGradientValue::createGradient(const CSSToLengthConversionData& conversionData, const IntSize& size)
size              651 Source/core/css/CSSGradientValue.cpp     ASSERT(!size.isEmpty());
size              657 Source/core/css/CSSGradientValue.cpp         endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);
size              661 Source/core/css/CSSGradientValue.cpp             firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
size              663 Source/core/css/CSSGradientValue.cpp                 secondPoint = computeEndPoint(m_secondX.get(), m_secondY.get(), conversionData, size);
size              666 Source/core/css/CSSGradientValue.cpp                     secondPoint.setX(size.width() - firstPoint.x());
size              668 Source/core/css/CSSGradientValue.cpp                     secondPoint.setY(size.height() - firstPoint.y());
size              672 Source/core/css/CSSGradientValue.cpp             firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
size              674 Source/core/css/CSSGradientValue.cpp                 secondPoint.setX(size.width() - firstPoint.x());
size              676 Source/core/css/CSSGradientValue.cpp                 secondPoint.setY(size.height() - firstPoint.y());
size              681 Source/core/css/CSSGradientValue.cpp                 float rise = size.width();
size              682 Source/core/css/CSSGradientValue.cpp                 float run = size.height();
size              689 Source/core/css/CSSGradientValue.cpp                 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);
size              691 Source/core/css/CSSGradientValue.cpp                 secondPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
size              693 Source/core/css/CSSGradientValue.cpp                     firstPoint.setX(size.width() - secondPoint.x());
size              695 Source/core/css/CSSGradientValue.cpp                     firstPoint.setY(size.height() - secondPoint.y());
size              697 Source/core/css/CSSGradientValue.cpp                 secondPoint.setY(size.height());
size              772 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              828 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              886 Source/core/css/CSSGradientValue.cpp         for (unsigned i = 0; i < m_stops.size(); i++) {
size              916 Source/core/css/CSSGradientValue.cpp static float distanceToClosestCorner(const FloatPoint& p, const FloatSize& size, FloatPoint& corner)
size              921 Source/core/css/CSSGradientValue.cpp     FloatPoint topRight(size.width(), 0);
size              924 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomLeft(0, size.height());
size              927 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomRight(size.width(), size.height());
size              949 Source/core/css/CSSGradientValue.cpp static float distanceToFarthestCorner(const FloatPoint& p, const FloatSize& size, FloatPoint& corner)
size              954 Source/core/css/CSSGradientValue.cpp     FloatPoint topRight(size.width(), 0);
size              957 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomLeft(0, size.height());
size              960 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomRight(size.width(), size.height());
size              993 Source/core/css/CSSGradientValue.cpp PassRefPtr<Gradient> CSSRadialGradientValue::createGradient(const CSSToLengthConversionData& conversionData, const IntSize& size)
size              995 Source/core/css/CSSGradientValue.cpp     ASSERT(!size.isEmpty());
size              997 Source/core/css/CSSGradientValue.cpp     FloatPoint firstPoint = computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
size              999 Source/core/css/CSSGradientValue.cpp         firstPoint.setX(size.width() / 2);
size             1001 Source/core/css/CSSGradientValue.cpp         firstPoint.setY(size.height() / 2);
size             1003 Source/core/css/CSSGradientValue.cpp     FloatPoint secondPoint = computeEndPoint(m_secondX.get(), m_secondY.get(), conversionData, size);
size             1005 Source/core/css/CSSGradientValue.cpp         secondPoint.setX(size.width() / 2);
size             1007 Source/core/css/CSSGradientValue.cpp         secondPoint.setY(size.height() / 2);
size             1018 Source/core/css/CSSGradientValue.cpp         float width = size.width();
size             1019 Source/core/css/CSSGradientValue.cpp         float height = size.height();
size             1059 Source/core/css/CSSGradientValue.cpp             float xDist = min(secondPoint.x(), size.width() - secondPoint.x());
size             1060 Source/core/css/CSSGradientValue.cpp             float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
size             1071 Source/core/css/CSSGradientValue.cpp             float xDist = max(secondPoint.x(), size.width() - secondPoint.x());
size             1072 Source/core/css/CSSGradientValue.cpp             float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
size             1084 Source/core/css/CSSGradientValue.cpp             float distance = distanceToClosestCorner(secondPoint, size, corner);
size             1090 Source/core/css/CSSGradientValue.cpp                 float xDist = min(secondPoint.x(), size.width() - secondPoint.x());
size             1091 Source/core/css/CSSGradientValue.cpp                 float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
size             1101 Source/core/css/CSSGradientValue.cpp             float distance = distanceToFarthestCorner(secondPoint, size, corner);
size             1107 Source/core/css/CSSGradientValue.cpp                 float xDist = max(secondPoint.x(), size.width() - secondPoint.x());
size             1108 Source/core/css/CSSGradientValue.cpp                 float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
size             1126 Source/core/css/CSSGradientValue.cpp         maxExtent = distanceToFarthestCorner(secondPoint, size, corner);
size               99 Source/core/css/CSSGradientValue.h     unsigned stopCount() const { return m_stops.size(); }
size              417 Source/core/css/CSSGrammar.y         int oldParsedProperties = parser->m_parsedProperties.size();
size              419 Source/core/css/CSSGrammar.y             parser->rollbackLastProperties(parser->m_parsedProperties.size() - oldParsedProperties);
size              813 Source/core/css/CSSGrammar.y             int oldParsedProperties = parser->m_parsedProperties.size();
size              817 Source/core/css/CSSGrammar.y                 parser->rollbackLastProperties(parser->m_parsedProperties.size() - oldParsedProperties);
size             1494 Source/core/css/CSSGrammar.y             int oldParsedProperties = parser->m_parsedProperties.size();
size             1497 Source/core/css/CSSGrammar.y                 parser->rollbackLastProperties(parser->m_parsedProperties.size() - oldParsedProperties);
size               47 Source/core/css/CSSGroupingRule.cpp     , m_childRuleCSSOMWrappers(groupRule->childRules().size())
size               54 Source/core/css/CSSGroupingRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_groupRule->childRules().size());
size               55 Source/core/css/CSSGroupingRule.cpp     for (unsigned i = 0; i < m_childRuleCSSOMWrappers.size(); ++i) {
size               64 Source/core/css/CSSGroupingRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_groupRule->childRules().size());
size               66 Source/core/css/CSSGroupingRule.cpp     if (index > m_groupRule->childRules().size()) {
size               97 Source/core/css/CSSGroupingRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_groupRule->childRules().size());
size               99 Source/core/css/CSSGroupingRule.cpp     if (index >= m_groupRule->childRules().size()) {
size              115 Source/core/css/CSSGroupingRule.cpp     unsigned size = length();
size              116 Source/core/css/CSSGroupingRule.cpp     for (unsigned i = 0; i < size; ++i) {
size              125 Source/core/css/CSSGroupingRule.cpp     return m_groupRule->childRules().size();
size              132 Source/core/css/CSSGroupingRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_groupRule->childRules().size());
size              150 Source/core/css/CSSGroupingRule.cpp     for (unsigned i = 0; i < m_childRuleCSSOMWrappers.size(); ++i) {
size               45 Source/core/css/CSSImageGeneratorValue.cpp void CSSImageGeneratorValue::addClient(RenderObject* renderer, const IntSize& size)
size               50 Source/core/css/CSSImageGeneratorValue.cpp     if (!size.isEmpty())
size               51 Source/core/css/CSSImageGeneratorValue.cpp         m_sizes.add(size);
size               55 Source/core/css/CSSImageGeneratorValue.cpp         m_clients.add(renderer, SizeAndCount(size, 1));
size               70 Source/core/css/CSSImageGeneratorValue.cpp     IntSize size = sizeCount.size;
size               71 Source/core/css/CSSImageGeneratorValue.cpp     if (!size.isEmpty()) {
size               72 Source/core/css/CSSImageGeneratorValue.cpp         m_sizes.remove(size);
size               73 Source/core/css/CSSImageGeneratorValue.cpp         if (!m_sizes.contains(size))
size               74 Source/core/css/CSSImageGeneratorValue.cpp             m_images.remove(size);
size               83 Source/core/css/CSSImageGeneratorValue.cpp Image* CSSImageGeneratorValue::getImage(RenderObject* renderer, const IntSize& size)
size               88 Source/core/css/CSSImageGeneratorValue.cpp         IntSize oldSize = sizeCount.size;
size               89 Source/core/css/CSSImageGeneratorValue.cpp         if (oldSize != size) {
size               94 Source/core/css/CSSImageGeneratorValue.cpp             addClient(renderer, size);
size               99 Source/core/css/CSSImageGeneratorValue.cpp     if (size.isEmpty())
size              103 Source/core/css/CSSImageGeneratorValue.cpp     return m_images.get(size);
size              106 Source/core/css/CSSImageGeneratorValue.cpp void CSSImageGeneratorValue::putImage(const IntSize& size, PassRefPtr<Image> image)
size              108 Source/core/css/CSSImageGeneratorValue.cpp     m_images.add(size, image);
size              111 Source/core/css/CSSImageGeneratorValue.cpp PassRefPtr<Image> CSSImageGeneratorValue::image(RenderObject* renderer, const IntSize& size)
size              115 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSCanvasValue(this)->image(renderer, size);
size              117 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSCrossfadeValue(this)->image(renderer, size);
size              119 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSLinearGradientValue(this)->image(renderer, size);
size              121 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSRadialGradientValue(this)->image(renderer, size);
size               43 Source/core/css/CSSImageGeneratorValue.h         : size(newSize)
size               48 Source/core/css/CSSImageGeneratorValue.h     IntSize size;
size               82 Source/core/css/CSSImageSetValue.cpp     size_t numberOfImages = m_imagesInSet.size();
size               97 Source/core/css/CSSImageSetValue.cpp     if (!m_imagesInSet.size())
size               52 Source/core/css/CSSKeyframeRule.cpp         for (unsigned i = 0; i < m_keys->size(); ++i) {
size              123 Source/core/css/CSSKeyframeRule.cpp     OwnPtr<Vector<double> > keyVector = adoptPtr(new Vector<double>(keys->size()));
size              124 Source/core/css/CSSKeyframeRule.cpp     for (unsigned i = 0; i < keys->size(); ++i) {
size               82 Source/core/css/CSSKeyframesRule.cpp     for (unsigned i = 0; i < m_keyframes.size(); ++i) {
size               98 Source/core/css/CSSKeyframesRule.cpp     , m_childRuleCSSOMWrappers(keyframesRule->keyframes().size())
size              106 Source/core/css/CSSKeyframesRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_keyframesRule->keyframes().size());
size              107 Source/core/css/CSSKeyframesRule.cpp     for (unsigned i = 0; i < m_childRuleCSSOMWrappers.size(); ++i) {
size              123 Source/core/css/CSSKeyframesRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_keyframesRule->keyframes().size());
size              141 Source/core/css/CSSKeyframesRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_keyframesRule->keyframes().size());
size              172 Source/core/css/CSSKeyframesRule.cpp     unsigned size = length();
size              173 Source/core/css/CSSKeyframesRule.cpp     for (unsigned i = 0; i < size; ++i) {
size              184 Source/core/css/CSSKeyframesRule.cpp     return m_keyframesRule->keyframes().size();
size              192 Source/core/css/CSSKeyframesRule.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == m_keyframesRule->keyframes().size());
size               54 Source/core/css/CSSParserValues.cpp     size_t numValues = m_values.size();
size               80 Source/core/css/CSSParserValues.cpp     for (unsigned i = 0; i < valueList.size(); ++i)
size              183 Source/core/css/CSSParserValues.h     unsigned size() const { return m_values.size(); }
size              185 Source/core/css/CSSParserValues.h     CSSParserValue* current() { return m_current < m_values.size() ? &m_values[m_current] : 0; }
size              196 Source/core/css/CSSParserValues.h         ASSERT(index < m_values.size());
size              197 Source/core/css/CSSParserValues.h         if (index < m_values.size())
size              201 Source/core/css/CSSParserValues.h     CSSParserValue* valueAt(unsigned i) { return i < m_values.size() ? &m_values[i] : 0; }
size               96 Source/core/css/CSSParserValuesTest.cpp     ASSERT_FALSE(list.size());
size               44 Source/core/css/CSSProperty.cpp     ASSERT(shorthands.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector < shorthands.size());
size               79 Source/core/css/CSSRuleList.h     virtual unsigned length() const OVERRIDE { return m_rules.size(); }
size               80 Source/core/css/CSSRuleList.h     virtual CSSRule* item(unsigned index) const OVERRIDE { return index < m_rules.size() ? m_rules[index].get() : 0; }
size              116 Source/core/css/CSSSegmentedFontFace.cpp     unsigned numRanges = ranges.size();
size               59 Source/core/css/CSSSelectorList.cpp     for (size_t i = 0; i < selectorVector.size(); ++i) {
size               66 Source/core/css/CSSSelectorList.cpp     for (size_t i = 0; i < selectorVector.size(); ++i) {
size              146 Source/core/css/CSSStyleSheet.cpp     for (unsigned i = 0; i < m_childRuleCSSOMWrappers.size(); ++i) {
size              207 Source/core/css/CSSStyleSheet.cpp     for (unsigned i = 0; i < m_childRuleCSSOMWrappers.size(); ++i) {
size              246 Source/core/css/CSSStyleSheet.cpp     ASSERT(m_childRuleCSSOMWrappers.size() == ruleCount);
size              300 Source/core/css/CSSStyleSheet.cpp     ASSERT(m_childRuleCSSOMWrappers.isEmpty() || m_childRuleCSSOMWrappers.size() == m_contents->ruleCount());
size              335 Source/core/css/CSSStyleSheet.cpp     ASSERT(m_childRuleCSSOMWrappers.isEmpty() || m_childRuleCSSOMWrappers.size() == m_contents->ruleCount());
size              227 Source/core/css/CSSValue.h     size_t size = firstVector.size();
size              228 Source/core/css/CSSValue.h     if (size != secondVector.size())
size              231 Source/core/css/CSSValue.h     for (size_t i = 0; i < size; i++) {
size               46 Source/core/css/CSSValueList.cpp         m_values.reserveInitialCapacity(parserValues->size());
size               47 Source/core/css/CSSValueList.cpp         for (unsigned i = 0; i < parserValues->size(); ++i)
size               55 Source/core/css/CSSValueList.cpp     for (size_t index = 0; index < m_values.size(); index++) {
size               68 Source/core/css/CSSValueList.cpp     for (size_t index = 0; index < m_values.size(); index++) {
size               92 Source/core/css/CSSValueList.cpp     for (size_t index = 0; index < m_values.size(); index++)
size              115 Source/core/css/CSSValueList.cpp     unsigned size = m_values.size();
size              116 Source/core/css/CSSValueList.cpp     for (unsigned i = 0; i < size; i++) {
size              135 Source/core/css/CSSValueList.cpp     if (m_values.size() != 1)
size              144 Source/core/css/CSSValueList.cpp     for (unsigned i = 0; i < m_values.size(); ++i) {
size              155 Source/core/css/CSSValueList.cpp     m_values.resize(cloneFrom.m_values.size());
size              156 Source/core/css/CSSValueList.cpp     for (unsigned i = 0; i < m_values.size(); ++i)
size               51 Source/core/css/CSSValueList.h     size_t length() const { return m_values.size(); }
size               52 Source/core/css/CSSValueList.h     CSSValue* item(size_t index) { return index < m_values.size() ? m_values[index].get() : 0; }
size               53 Source/core/css/CSSValueList.h     const CSSValue* item(size_t index) const { return index < m_values.size() ? m_values[index].get() : 0; }
size               88 Source/core/css/CSSValuePool.cpp     if (m_colorValueCache.size() > maximumColorCacheSize)
size              142 Source/core/css/CSSValuePool.cpp     if (m_fontFaceValueCache.size() > maximumFontFaceCacheSize)
size              113 Source/core/css/ElementRuleCollector.cpp     m_result.ranges.authorRuleRange().shiftLast(m_result.matchedProperties.size());
size              165 Source/core/css/ElementRuleCollector.cpp         for (size_t i = 0; i < element.classNames().size(); ++i)
size              237 Source/core/css/ElementRuleCollector.cpp         for (unsigned i = 0; i < matchedRules.size(); ++i)
size              243 Source/core/css/ElementRuleCollector.cpp         for (unsigned i = 0; i < matchedRules.size(); ++i)
size              249 Source/core/css/ElementRuleCollector.cpp     for (unsigned i = 0; i < matchedRules.size(); i++) {
size              142 Source/core/css/ElementRuleCollector.h     unsigned lastMatchedRulesPosition() const { return m_matchedRules ? m_matchedRules->size() : 0; }
size              386 Source/core/css/FontFace.cpp         for (size_t i = 0; i < callbacks.size(); ++i) {
size              437 Source/core/css/FontFace.cpp     for (size_t i = 0; i < m_readyResolvers.size(); i++)
size              601 Source/core/css/FontFace.cpp void FontFace::initCSSFontFace(const unsigned char* data, unsigned size)
size              605 Source/core/css/FontFace.cpp     RefPtr<SharedBuffer> buffer = SharedBuffer::create(data, size);
size              108 Source/core/css/FontFace.h     void initCSSFontFace(const unsigned char* data, unsigned size);
size               67 Source/core/css/FontFaceSet.cpp         : m_numLoading(faces.size())
size               89 Source/core/css/FontFaceSet.cpp     for (size_t i = 0; i < m_fontFaces.size(); i++)
size              373 Source/core/css/FontFaceSet.cpp     fontFaces.reserveInitialCapacity(cssConnectedFaces.size() + m_nonCSSConnectedFaces.size());
size              379 Source/core/css/FontFaceSet.cpp     for (size_t i = 0; i < fontFaces.size(); ++i) {
size              391 Source/core/css/FontFaceSet.cpp         return m_nonCSSConnectedFaces.size();
size              392 Source/core/css/FontFaceSet.cpp     return cssConnectedFontFaceList().size() + m_nonCSSConnectedFaces.size();
size              426 Source/core/css/FontFaceSet.cpp         for (size_t index = 0; index < resolvers.size(); ++index)
size               80 Source/core/css/FontFaceSet.h     unsigned long size() const;
size               61 Source/core/css/MediaList.cpp     : m_queries(o.m_queries.size())
size               63 Source/core/css/MediaList.cpp     for (unsigned i = 0; i < m_queries.size(); ++i)
size              104 Source/core/css/MediaList.cpp     if (result->m_queries.size() != 1)
size              112 Source/core/css/MediaList.cpp     for (size_t i = 0; i < m_queries.size(); ++i) {
size              130 Source/core/css/MediaList.cpp     if (result->m_queries.size() != 1)
size              139 Source/core/css/MediaList.cpp     for (size_t i = 0; i < m_queries.size(); ++i) {
size              161 Source/core/css/MediaList.cpp     for (size_t i = 0; i < m_queries.size(); ++i) {
size              211 Source/core/css/MediaList.cpp     if (index < queries.size())
size              293 Source/core/css/MediaList.cpp     const size_t queryCount = mediaQueries.size();
size              306 Source/core/css/MediaList.cpp         for (size_t j = 0; j < expressions.size(); ++j) {
size               85 Source/core/css/MediaList.h     unsigned length() const { return m_mediaQueries->queryVector().size(); }
size               66 Source/core/css/MediaQuery.cpp     for (size_t i = 1; i < m_expressions->size(); ++i) {
size               97 Source/core/css/MediaQuery.cpp     for (int i = m_expressions->size() - 1; i >= 0; --i) {
size              110 Source/core/css/MediaQuery.cpp     , m_expressions(adoptPtrWillBeNoop(new ExpressionHeapVector(o.m_expressions->size())))
size              113 Source/core/css/MediaQuery.cpp     for (unsigned i = 0; i < m_expressions->size(); ++i)
size              130 Source/core/css/MediaQueryEvaluator.cpp     if (!queries.size())
size              135 Source/core/css/MediaQueryEvaluator.cpp     for (size_t i = 0; i < queries.size() && !result; ++i) {
size              142 Source/core/css/MediaQueryEvaluator.cpp             for (; j < expressions.size(); ++j) {
size              151 Source/core/css/MediaQueryEvaluator.cpp             result = applyRestrictor(query->restrictor(), expressions.size() == j);
size              223 Source/core/css/MediaQueryExp.cpp     if (valueList && valueList->size() > 0) {
size              224 Source/core/css/MediaQueryExp.cpp         if (valueList->size() == 1) {
size              252 Source/core/css/MediaQueryExp.cpp         } else if (valueList->size() == 3 && featureWithAspectRatio(lowerMediaFeature)) {
size              115 Source/core/css/MediaQueryMatcher.cpp     for (size_t i = 0; i < m_listeners.size(); ++i) {
size              128 Source/core/css/MediaQueryMatcher.cpp     for (size_t i = 0; i < m_listeners.size(); ++i) {
size              150 Source/core/css/MediaQueryMatcher.cpp     for (size_t i = 0; i < m_listeners.size(); ++i)
size               26 Source/core/css/MediaQuerySetTest.cpp     while (j < querySet.queryVector().size()) {
size               30 Source/core/css/MediaQuerySetTest.cpp         if (j >= querySet.queryVector().size())
size               83 Source/core/css/PageRuleCollector.cpp     for (unsigned i = 0; i < matchedPageRules.size(); i++)
size              109 Source/core/css/PageRuleCollector.cpp     for (unsigned i = 0; i < rules.size(); ++i) {
size              167 Source/core/css/RemoteFontFaceSource.cpp     unsigned size = font->encodedSize();
size              168 Source/core/css/RemoteFontFaceSource.cpp     if (size < 10 * 1024)
size              170 Source/core/css/RemoteFontFaceSource.cpp     if (size < 50 * 1024)
size              172 Source/core/css/RemoteFontFaceSource.cpp     if (size < 100 * 1024)
size              174 Source/core/css/RemoteFontFaceSource.cpp     if (size < 1024 * 1024)
size              368 Source/core/css/RuleFeature.cpp     unsigned changedSize = changedClasses.size();
size              376 Source/core/css/RuleFeature.cpp     if (!oldClasses.size())
size              381 Source/core/css/RuleFeature.cpp     remainingClassBits.ensureSize(oldClasses.size());
size              383 Source/core/css/RuleFeature.cpp     for (unsigned i = 0; i < newClasses.size(); ++i) {
size              385 Source/core/css/RuleFeature.cpp         for (unsigned j = 0; j < oldClasses.size(); ++j) {
size              399 Source/core/css/RuleFeature.cpp     for (unsigned i = 0; i < oldClasses.size(); ++i) {
size               97 Source/core/css/RuleFeature.h         return m_idInvalidationSets.size() > 0;
size              271 Source/core/css/RuleSet.cpp     for (unsigned i = 0; i < rules.size(); ++i) {
size              313 Source/core/css/RuleSet.cpp     for (unsigned i = 0; i < importRules.size(); ++i) {
size              336 Source/core/css/RuleSet.cpp         builder.grow(pendingRules->size());
size               46 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size               58 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size               70 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size               83 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size               96 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size              108 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size              121 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size              134 Source/core/css/RuleSetTest.cpp     ASSERT_EQ(1u, rules->size());
size              380 Source/core/css/SelectorChecker.cpp     for (size_t i = 0; i < insertionPoints.size(); ++i) {
size              169 Source/core/css/SelectorChecker.h     unsigned size = element.attributeCount();
size              170 Source/core/css/SelectorChecker.h     for (unsigned i = 0; i < size; ++i) {
size               46 Source/core/css/SelectorFilter.cpp         size_t count = classNames.size();
size               62 Source/core/css/SelectorFilter.cpp     size_t count = parentFrame.identifierHashes.size();
size               72 Source/core/css/SelectorFilter.cpp     size_t count = parentFrame.identifierHashes.size();
size               97 Source/core/css/SelectorFilter.cpp     for (size_t n = ancestors.size(); n; --n)
size              156 Source/core/css/SiblingTraversalStrategies.h     for (size_t i = m_nth + 1; i < m_siblings.size(); ++i) {
size              180 Source/core/css/SiblingTraversalStrategies.h     for (size_t i = m_nth + 1; i < m_siblings.size(); ++i) {
size              206 Source/core/css/SiblingTraversalStrategies.h     for (size_t i = m_nth + 1; i < m_siblings.size(); ++i) {
size              232 Source/core/css/SiblingTraversalStrategies.h     for (size_t i = m_nth + 1; i < m_siblings.size(); ++i) {
size               69 Source/core/css/StylePropertySerializer.cpp     unsigned size = m_propertySet.propertyCount();
size               71 Source/core/css/StylePropertySerializer.cpp     for (unsigned n = 0; n < size; ++n) {
size              476 Source/core/css/StylePropertySerializer.cpp     const unsigned size = shorthand.length();
size              478 Source/core/css/StylePropertySerializer.cpp     WillBeHeapVector<RefPtrWillBeMember<CSSValue> > values(size);
size              481 Source/core/css/StylePropertySerializer.cpp     for (unsigned i = 0; i < size; ++i) {
size              503 Source/core/css/StylePropertySerializer.cpp         for (unsigned j = 0; j < size; j++) {
size              529 Source/core/css/StylePropertySerializer.cpp                 if ((j < size - 1 && shorthand.properties()[j + 1] == CSSPropertyBackgroundRepeatY && value)
size              530 Source/core/css/StylePropertySerializer.cpp                     || (j < size - 1 && shorthand.properties()[j + 1] == CSSPropertyWebkitMaskRepeatY && value)) {
size               66 Source/core/css/StylePropertySet.cpp     return ImmutableStylePropertySet::create(mutableThis->m_propertyVector.data(), mutableThis->m_propertyVector.size(), cssParserMode());
size              356 Source/core/css/StylePropertySet.cpp     m_propertyVector.reserveCapacity(m_propertyVector.size() + properties.size());
size              357 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < properties.size(); ++i)
size              375 Source/core/css/StylePropertySet.cpp     unsigned size = other->propertyCount();
size              376 Source/core/css/StylePropertySet.cpp     for (unsigned n = 0; n < size; ++n) {
size              388 Source/core/css/StylePropertySet.cpp     unsigned size = propertyCount();
size              389 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < size; ++i) {
size              441 Source/core/css/StylePropertySet.cpp     removePropertiesInSet(blockProperties().data(), blockProperties().size());
size              455 Source/core/css/StylePropertySet.cpp     newProperties.reserveInitialCapacity(m_propertyVector.size());
size              457 Source/core/css/StylePropertySet.cpp     unsigned size = m_propertyVector.size();
size              458 Source/core/css/StylePropertySet.cpp     for (unsigned n = 0; n < size; ++n) {
size              468 Source/core/css/StylePropertySet.cpp     bool changed = newProperties.size() != m_propertyVector.size();
size              492 Source/core/css/StylePropertySet.cpp     unsigned size = m_propertyVector.size();
size              493 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < size; ++i) {
size              499 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < propertiesToRemove.size(); ++i)
size              506 Source/core/css/StylePropertySet.cpp     unsigned size = m_propertyVector.size();
size              507 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < size; ++i) {
size              513 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < propertiesToRemove.size(); ++i)
size              525 Source/core/css/StylePropertySet.cpp     list.reserveInitialCapacity(properties.size());
size              526 Source/core/css/StylePropertySet.cpp     for (unsigned i = 0; i < properties.size(); ++i) {
size              531 Source/core/css/StylePropertySet.cpp     return MutableStylePropertySet::create(list.data(), list.size());
size              552 Source/core/css/StylePropertySet.cpp     for (int n = m_propertyVector.size() - 1 ; n >= 0; --n) {
size              201 Source/core/css/StylePropertySet.h     unsigned propertyCount() const { return m_propertyVector.size(); }
size              272 Source/core/css/StylePropertySet.h         return toMutableStylePropertySet(this)->m_propertyVector.size();
size              118 Source/core/css/StylePropertyShorthandCustom.cpp     for (unsigned i = 0; i < shorthands.size(); ++i) {
size              344 Source/core/css/StyleRule.cpp     , m_childRules(o.m_childRules.size())
size              346 Source/core/css/StyleRule.cpp     for (unsigned i = 0; i < m_childRules.size(); ++i)
size               46 Source/core/css/StyleSheetContents.cpp     unsigned size = sizeof(*this);
size               50 Source/core/css/StyleSheetContents.cpp     size += ruleCount() * StyleRule::averageSizeInBytes();
size               52 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < m_importRules.size(); ++i) {
size               54 Source/core/css/StyleSheetContents.cpp             size += sheet->estimatedSizeInBytes();
size               56 Source/core/css/StyleSheetContents.cpp     return size;
size               78 Source/core/css/StyleSheetContents.cpp     , m_importRules(o.m_importRules.size())
size               79 Source/core/css/StyleSheetContents.cpp     , m_childRules(o.m_childRules.size())
size               96 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < m_childRules.size(); ++i)
size              187 Source/core/css/StyleSheetContents.cpp     if (childVectorIndex < m_importRules.size())
size              190 Source/core/css/StyleSheetContents.cpp     childVectorIndex -= m_importRules.size();
size              198 Source/core/css/StyleSheetContents.cpp     result += m_importRules.size();
size              199 Source/core/css/StyleSheetContents.cpp     result += m_childRules.size();
size              210 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < m_importRules.size(); ++i) {
size              243 Source/core/css/StyleSheetContents.cpp     if (childVectorIndex < m_importRules.size() || (childVectorIndex == m_importRules.size() && rule->isImportRule())) {
size              265 Source/core/css/StyleSheetContents.cpp     childVectorIndex -= m_importRules.size();
size              286 Source/core/css/StyleSheetContents.cpp     if (childVectorIndex < m_importRules.size()) {
size              293 Source/core/css/StyleSheetContents.cpp     childVectorIndex -= m_importRules.size();
size              361 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < m_importRules.size(); ++i) {
size              409 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < loadingClients.size(); ++i) {
size              443 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < completedClients.size(); ++i)
size              465 Source/core/css/StyleSheetContents.cpp     if (root->m_loadingClients.size())
size              484 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < rules.size(); ++i) {
size              526 Source/core/css/StyleSheetContents.cpp     if (m_loadingClients.size())
size              662 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < rules.size(); ++i) {
size              678 Source/core/css/StyleSheetContents.cpp     for (unsigned i = 0; i < m_importRules.size(); ++i) {
size              141 Source/core/css/StyleSheetContents.h     size_t clientSize() const { return m_loadingClients.size() + m_completedClients.size(); }
size               63 Source/core/css/StyleSheetList.cpp     return styleSheets().size();
size               69 Source/core/css/StyleSheetList.cpp     return index < sheets.size() ? sheets[index].get() : 0;
size               49 Source/core/css/TreeBoundaryCrossingRules.h     size_t size() const { return m_scopingNodes.size(); }
size               53 Source/core/css/invalidation/StyleInvalidator.h             : m_prevClassLength(data->m_invalidationClasses.size()),
size               54 Source/core/css/invalidation/StyleInvalidator.h             m_prevAttributeLength(data->m_invalidationAttributes.size()),
size               55 Source/core/css/invalidation/StyleInvalidator.h             m_prevIdLength(data->m_invalidationIds.size()),
size               56 Source/core/css/invalidation/StyleInvalidator.h             m_prevTagNameLength(data->m_invalidationTagNames.size()),
size               63 Source/core/css/invalidation/StyleInvalidator.h             m_data->m_invalidationClasses.remove(m_prevClassLength, m_data->m_invalidationClasses.size() - m_prevClassLength);
size               64 Source/core/css/invalidation/StyleInvalidator.h             m_data->m_invalidationAttributes.remove(m_prevAttributeLength, m_data->m_invalidationAttributes.size() - m_prevAttributeLength);
size               65 Source/core/css/invalidation/StyleInvalidator.h             m_data->m_invalidationIds.remove(m_prevIdLength, m_data->m_invalidationIds.size() - m_prevIdLength);
size               66 Source/core/css/invalidation/StyleInvalidator.h             m_data->m_invalidationTagNames.remove(m_prevTagNameLength, m_data->m_invalidationTagNames.size() - m_prevTagNameLength);
size               43 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp     for (unsigned i = 0; i < sheets.size() && !m_dirtiesAllStyle; ++i)
size               80 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp     for (unsigned i = 0; i < rules.size(); i++) {
size              151 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp     for (unsigned i = 0; i < importRules.size(); ++i) {
size              167 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp     for (unsigned i = 0; i < rules.size(); i++) {
size              191 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp     for (unsigned i = 0; i < classNames.size(); ++i) {
size              203 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp         for (unsigned i = 0; i < m_scopingNodes.size(); ++i)
size             1229 Source/core/css/parser/BisonCSSParser-in.cpp     for (int i = input.size() - 1; i >= 0; --i) {
size             1244 Source/core/css/parser/BisonCSSParser-in.cpp     size_t unusedEntries = m_parsedProperties.size();
size             1255 Source/core/css/parser/BisonCSSParser-in.cpp     return ImmutableStylePropertySet::create(results.data(), results.size(), mode);
size             1261 Source/core/css/parser/BisonCSSParser-in.cpp     ASSERT(m_parsedProperties.size() >= static_cast<unsigned>(num));
size             1262 Source/core/css/parser/BisonCSSParser-in.cpp     m_parsedProperties.shrink(m_parsedProperties.size() - num);
size             1451 Source/core/css/parser/BisonCSSParser-in.cpp     if (!info.hasCorrectArgCount(args->size()))
size             1848 Source/core/css/parser/BisonCSSParser-in.cpp     for (size_t i = 0; i < keyframes->size(); ++i)
size             1877 Source/core/css/parser/BisonCSSParser-in.cpp     for (unsigned i = 0; i < m_parsedProperties.size(); ++i) {
size             2050 Source/core/css/parser/BisonCSSParser-in.cpp     m_numParsedPropertiesBeforeMarginBox = m_parsedProperties.size();
size             2055 Source/core/css/parser/BisonCSSParser-in.cpp     rollbackLastProperties(m_parsedProperties.size() - m_numParsedPropertiesBeforeMarginBox);
size             2062 Source/core/css/parser/BisonCSSParser-in.cpp     for (unsigned i = 0; i < m_parsedProperties.size();) {
size              219 Source/core/css/parser/CSSPropertyParser.cpp     if (shorthands.size() == 1)
size              228 Source/core/css/parser/CSSPropertyParser.cpp     ASSERT(m_parsedProperties.size() >= static_cast<unsigned>(num));
size              229 Source/core/css/parser/CSSPropertyParser.cpp     m_parsedProperties.shrink(m_parsedProperties.size() - num);
size              472 Source/core/css/parser/CSSPropertyParser.cpp     int num = inShorthand() ? 1 : m_valueList->size();
size              561 Source/core/css/parser/CSSPropertyParser.cpp         if (m_valueList->size() != 1)
size              655 Source/core/css/parser/CSSPropertyParser.cpp             int nrcoords = coords.size();
size             2132 Source/core/css/parser/CSSPropertyParser.cpp     int num = inShorthand() ? 1 : m_valueList->size();
size             2151 Source/core/css/parser/CSSPropertyParser.cpp             CSSValue* value = m_parsedProperties[m_parsedProperties.size() - 2].value();
size             2154 Source/core/css/parser/CSSPropertyParser.cpp             value = m_parsedProperties[m_parsedProperties.size() - 2].value();
size             2161 Source/core/css/parser/CSSPropertyParser.cpp             CSSValue* value = m_parsedProperties[m_parsedProperties.size() - 2].value();
size             2185 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() != 1)
size             2207 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() > 2)
size             2375 Source/core/css/parser/CSSPropertyParser.cpp     if (args->size() != 1)
size             2672 Source/core/css/parser/CSSPropertyParser.cpp     for (unsigned i = valueList->currentIndex(); i < valueList->size(); ++i, ++numberOfValues) {
size             3179 Source/core/css/parser/CSSPropertyParser.cpp         if (!args || (args->size() != 1 && args->size() != 3))
size             3221 Source/core/css/parser/CSSPropertyParser.cpp         if (!args || args->size() != 7)
size             3661 Source/core/css/parser/CSSPropertyParser.cpp     if (!identList->size()) {
size             3731 Source/core/css/parser/CSSPropertyParser.cpp     if (!arguments || arguments->size() < 3 || !validUnit(arguments->valueAt(0), FPositiveInteger) || !isComma(arguments->valueAt(1)))
size             3782 Source/core/css/parser/CSSPropertyParser.cpp         if (!arguments || arguments->size() != 3 || !isComma(arguments->valueAt(1)))
size             3837 Source/core/css/parser/CSSPropertyParser.cpp         columnCount = columnNames.size();
size             3839 Source/core/css/parser/CSSPropertyParser.cpp     } else if (columnCount != columnNames.size()) {
size             3906 Source/core/css/parser/CSSPropertyParser.cpp     unsigned numArgs = args->size();
size             3965 Source/core/css/parser/CSSPropertyParser.cpp     if (args->size() != 4 && args->size() != 7)
size             3987 Source/core/css/parser/CSSPropertyParser.cpp         if (a && args->size() == 7) {
size             4032 Source/core/css/parser/CSSPropertyParser.cpp     unsigned num = radiusArguments.size();
size             4104 Source/core/css/parser/CSSPropertyParser.cpp         if (!validUnit(argument, unitFlags) || widthArguments.size() > 4)
size             4111 Source/core/css/parser/CSSPropertyParser.cpp     switch (widthArguments.size()) {
size             4305 Source/core/css/parser/CSSPropertyParser.cpp     unsigned size = args->size();
size             4306 Source/core/css/parser/CSSPropertyParser.cpp     if (!size)
size             4319 Source/core/css/parser/CSSPropertyParser.cpp         size -= 2;
size             4323 Source/core/css/parser/CSSPropertyParser.cpp     if (!size || (size % 3) - 2)
size             4457 Source/core/css/parser/CSSPropertyParser.cpp     for (unsigned i = 0; i < m_valueList->size(); ++i) {
size             4669 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() > 1)
size             4751 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || args->size() != 1 || (args->current()->unit != CSSPrimitiveValue::CSS_STRING && args->current()->unit != CSSPrimitiveValue::CSS_IDENT))
size             4764 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size())
size             4767 Source/core/css/parser/CSSPropertyParser.cpp     if (args->size() == 1 && args->current()->unit == CSSPrimitiveValue::CSS_STRING)
size             5355 Source/core/css/parser/CSSPropertyParser.cpp                 value->function->args->size() == 5 /* rgb + two commas */ &&
size             5364 Source/core/css/parser/CSSPropertyParser.cpp                 value->function->args->size() == 7 /* rgba + three commas */ &&
size             5372 Source/core/css/parser/CSSPropertyParser.cpp                     value->function->args->size() == 5 /* hsl + two commas */ &&
size             5380 Source/core/css/parser/CSSPropertyParser.cpp                     value->function->args->size() == 7 /* hsla + three commas */ &&
size             5627 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size() || args->size() > 3)
size             6176 Source/core/css/parser/CSSPropertyParser.cpp     unsigned num = m_valueList->size();
size             6239 Source/core/css/parser/CSSPropertyParser.cpp     unsigned num = m_valueList->size();
size             6343 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size() != 1)
size             6362 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size() != 3)
size             6394 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || args->size() == 0)
size             6558 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size())
size             6627 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size())
size             6744 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size())
size             6817 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size())
size             7039 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || args->size() != 5)
size             7089 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || args->size() != 1)
size             7109 Source/core/css/parser/CSSPropertyParser.cpp     if (!functionArgs || !functionArgs->size() || !functionArgs->current())
size             7267 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size() > 1)
size             7270 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size()) {
size             7291 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size() > 1)
size             7294 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size()) {
size             7305 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size() > 1)
size             7308 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size()) {
size             7319 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size() > 1)
size             7322 Source/core/css/parser/CSSPropertyParser.cpp         if (args->size()) {
size             7506 Source/core/css/parser/CSSPropertyParser.cpp             if (m_valueList->size() > 2)
size             7537 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() == 1 && value && (value->id == CSSValueAuto || value->id == CSSValueNone || value->id == CSSValueManipulation)) {
size             7577 Source/core/css/parser/CSSPropertyParser.cpp         for (unsigned i = 0; i < m_parsedProperties.size(); ++i) {
size             7645 Source/core/css/parser/CSSPropertyParser.cpp     unsigned valueListSize = m_valueList->size();
size             7705 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() == 1) {
size             7721 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() != 2)
size             7824 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() == 1 && m_valueList->current()->id == CSSValueNormal) {
size             7906 Source/core/css/parser/CSSPropertyParser.cpp     if (!args || !args->size())
size             7981 Source/core/css/parser/CSSPropertyParser.cpp     unsigned numValues = m_valueList->size();
size             8281 Source/core/css/parser/CSSPropertyParser.cpp         if (m_valueList->size() == 1 && id == CSSValueNormal)
size             8411 Source/core/css/parser/CSSPropertyParser.cpp     if (m_valueList->size() > 3)
size               65 Source/core/css/parser/MediaQueryParser.cpp     } else if (type == EOFToken && (!m_querySet->queryVector().size() || m_state != ReadRestrictor)) {
size               40 Source/core/css/parser/MediaQueryParser.h         return (m_restrictor != MediaQuery::None || m_mediaTypeSet || m_expressions->size() > 0);
size               48 Source/core/css/parser/MediaQueryTokenizerTest.cpp         for (size_t j = 0; j < tokens.size(); ++j)
size              152 Source/core/css/resolver/AnimatedStyleBuilder.cpp     for (size_t i = 0; i < values.size(); ++i) {
size              591 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setTransform(operations.size() ? operations : TransformOperations(true));
size              249 Source/core/css/resolver/FontBuilder.cpp     float size = FontSize::fontSizeForKeyword(m_document, CSSValueMedium, scope.fontDescription().useFixedDefaultSize());
size              251 Source/core/css/resolver/FontBuilder.cpp     if (size < 0)
size              255 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setSpecifiedSize(size);
size              262 Source/core/css/resolver/FontBuilder.cpp     float size = parentFontDescription.specifiedSize();
size              264 Source/core/css/resolver/FontBuilder.cpp     if (size < 0)
size              268 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setSpecifiedSize(size);
size              273 Source/core/css/resolver/FontBuilder.cpp static float largerFontSize(float size)
size              275 Source/core/css/resolver/FontBuilder.cpp     return size * 1.2f;
size              278 Source/core/css/resolver/FontBuilder.cpp static float smallerFontSize(float size)
size              280 Source/core/css/resolver/FontBuilder.cpp     return size / 1.2f;
size              296 Source/core/css/resolver/FontBuilder.cpp     float size = 0;
size              314 Source/core/css/resolver/FontBuilder.cpp             size = FontSize::fontSizeForKeyword(m_document, valueID, scope.fontDescription().useFixedDefaultSize());
size              318 Source/core/css/resolver/FontBuilder.cpp             size = largerFontSize(parentSize);
size              321 Source/core/css/resolver/FontBuilder.cpp             size = smallerFontSize(parentSize);
size              331 Source/core/css/resolver/FontBuilder.cpp             size = (primitiveValue->getFloatValue() * parentSize) / 100.0f;
size              338 Source/core/css/resolver/FontBuilder.cpp                 size = primitiveValue->computeLength<float>(conversionData);
size              340 Source/core/css/resolver/FontBuilder.cpp                 size = primitiveValue->cssCalcValue()->toCalcValue(conversionData)->evaluate(parentSize);
size              348 Source/core/css/resolver/FontBuilder.cpp     if (size < 0)
size              353 Source/core/css/resolver/FontBuilder.cpp     size = std::min(maximumAllowedFontSize, size);
size              356 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setSpecifiedSize(size);
size              528 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::setSize(FontDescription& fontDescription, float effectiveZoom, float size)
size              530 Source/core/css/resolver/FontBuilder.cpp     fontDescription.setSpecifiedSize(size);
size              531 Source/core/css/resolver/FontBuilder.cpp     fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, size));
size              621 Source/core/css/resolver/FontBuilder.cpp     float size;
size              623 Source/core/css/resolver/FontBuilder.cpp         size = FontSize::fontSizeForKeyword(m_document, CSSValueXxSmall + scope.fontDescription().keywordSize() - 1, scope.fontDescription().useFixedDefaultSize());
size              629 Source/core/css/resolver/FontBuilder.cpp         size = parentFontDescription.useFixedDefaultSize() ?
size              634 Source/core/css/resolver/FontBuilder.cpp     setSize(scope.fontDescription(), style->effectiveZoom(), size);
size              665 Source/core/css/resolver/FontBuilder.cpp     int size = FontSize::fontSizeForKeyword(m_document, CSSValueMedium, false);
size              666 Source/core/css/resolver/FontBuilder.cpp     fontDescription.setSpecifiedSize(size);
size              667 Source/core/css/resolver/FontBuilder.cpp     fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, documentStyle->effectiveZoom(), size));
size              105 Source/core/css/resolver/FontBuilder.h     void setSize(FontDescription&, float effectiveZoom, float size);
size               48 Source/core/css/resolver/MatchResult.cpp     matchedProperties.grow(matchedProperties.size() + 1);
size               72 Source/core/css/resolver/MatchedPropertiesCache.cpp     size_t size = matchResult.matchedProperties.size();
size               73 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (size != cacheItem->matchedProperties.size())
size               77 Source/core/css/resolver/MatchedPropertiesCache.cpp     for (size_t i = 0; i < size; ++i) {
size              120 Source/core/css/resolver/MatchedPropertiesCache.cpp     for (size_t i = 0; i < toRemove.size(); ++i)
size              135 Source/core/css/resolver/MatchedPropertiesCache.cpp         for (size_t i = 0; i < matchedProperties.size(); ++i) {
size              142 Source/core/css/resolver/MatchedPropertiesCache.cpp     for (size_t i = 0; i < toRemove.size(); ++i)
size               83 Source/core/css/resolver/ScopedStyleResolver.cpp     for (size_t i = 0; i < m_authorStyleSheets.size(); ++i) {
size              135 Source/core/css/resolver/ScopedStyleResolver.cpp     for (size_t i = 0; i < m_authorStyleSheets.size(); ++i) {
size              145 Source/core/css/resolver/ScopedStyleResolver.cpp     for (size_t i = 0; i < m_authorStyleSheets.size(); ++i)
size              153 Source/core/css/resolver/ScopedStyleResolver.cpp     for (size_t i = 0; i < m_authorStyleSheets.size(); ++i)
size               54 Source/core/css/resolver/ScopedStyleTree.h     bool hasOnlyScopedResolverForDocument() const { return m_scopedResolverForDocument && m_authorStyles.size() == 1; }
size              103 Source/core/css/resolver/SharedStyleFinder.cpp     unsigned count = classNames.size();
size              182 Source/core/css/resolver/SharedStyleFinder.cpp     if (insertionPoints.size() != candidateInsertionPoints.size())
size              184 Source/core/css/resolver/SharedStyleFinder.cpp     for (size_t i = 0; i < insertionPoints.size(); ++i) {
size              167 Source/core/css/resolver/StyleAdjuster.cpp     for (size_t i = 0; i < style->willChangeProperties().size(); ++i) {
size              174 Source/core/css/resolver/StyleResolver.cpp     if (!watchedSelectors.size())
size              177 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < watchedSelectors.size(); ++i)
size              183 Source/core/css/resolver/StyleResolver.cpp     unsigned size = styleSheets.size();
size              184 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = firstNew; i < size; ++i)
size              190 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < styleSheets.size(); ++i)
size              224 Source/core/css/resolver/StyleResolver.cpp     unsigned size = styleSheets.size();
size              225 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = firstNew; i < size; ++i)
size              252 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < rules.size(); ++i) {
size              261 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < keyframesRules.size(); ++i)
size              269 Source/core/css/resolver/StyleResolver.cpp         for (unsigned i = 0; i < fontFaceRules.size(); ++i)
size              271 Source/core/css/resolver/StyleResolver.cpp         if (fontFaceRules.size())
size              298 Source/core/css/resolver/StyleResolver.cpp     size_t size = rules.size();
size              299 Source/core/css/resolver/StyleResolver.cpp     if (!size)
size              302 Source/core/css/resolver/StyleResolver.cpp     for (size_t i = 0; i < size; ++i)
size              344 Source/core/css/resolver/StyleResolver.cpp     if (m_styleSharingList.size() >= styleSharingListSize)
size              409 Source/core/css/resolver/StyleResolver.cpp     CascadeOrder outerCascadeOrder = m_treeBoundaryCrossingRules.size() + m_treeBoundaryCrossingRules.size();
size              411 Source/core/css/resolver/StyleResolver.cpp     CascadeOrder innerCascadeOrder = m_treeBoundaryCrossingRules.size();
size              442 Source/core/css/resolver/StyleResolver.cpp     collector.matchedResult().ranges.authorRuleRange().setLast(collector.matchedResult().matchedProperties.size() - 1);
size              448 Source/core/css/resolver/StyleResolver.cpp     for (int j = resolversInShadowTree.size() - 1; j >= 0; --j)
size              453 Source/core/css/resolver/StyleResolver.cpp     cascadeOrder += resolvers.size();
size              454 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < resolvers.size(); ++i)
size              464 Source/core/css/resolver/StyleResolver.cpp     collector.matchedResult().ranges.authorRuleRange().setLast(collector.matchedResult().matchedProperties.size() - 1);
size              488 Source/core/css/resolver/StyleResolver.cpp     CascadeOrder cascadeOrder = resolvers.size();
size              489 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < resolvers.size(); ++i, --cascadeOrder) {
size              505 Source/core/css/resolver/StyleResolver.cpp     collector.matchedResult().ranges.userRuleRange().setLast(collector.matchedResult().matchedProperties.size() - 1);
size              537 Source/core/css/resolver/StyleResolver.cpp     collector.matchedResult().ranges.UARuleRange().setLast(collector.matchedResult().matchedProperties.size() - 1);
size              614 Source/core/css/resolver/StyleResolver.cpp     for (size_t i = 0; i < contentAttrValues.size(); ++i)
size              764 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
size              765 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
size              775 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<LowPriorityProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
size              792 Source/core/css/resolver/StyleResolver.cpp     ASSERT(propertySetVector.size() == keyframes.size());
size              798 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < propertySetVector.size(); ++i) {
size              947 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
size              956 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<LowPriorityProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
size             1234 Source/core/css/resolver/StyleResolver.cpp static unsigned computeMatchedPropertiesHash(const MatchedProperties* properties, unsigned size)
size             1236 Source/core/css/resolver/StyleResolver.cpp     return StringHasher::hashMemory(properties, sizeof(MatchedProperties) * size);
size             1257 Source/core/css/resolver/StyleResolver.cpp     unsigned cacheHash = matchResult.isCacheable ? computeMatchedPropertiesHash(matchResult.matchedProperties.data(), matchResult.matchedProperties.size()) : 0;
size             1285 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, matchResult, false, RuleRange(0, matchResult.matchedProperties.size() - 1), applyInheritedOnly);
size             1301 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, matchResult, false, RuleRange(0, matchResult.matchedProperties.size() - 1), applyInheritedOnly);
size             1329 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<LowPriorityProperties>(state, matchResult, false, RuleRange(matchResult.ranges.UARuleRange().last() + 1, matchResult.matchedProperties.size() - 1), applyInheritedOnly);
size             1404 Source/core/css/resolver/StyleResolver.cpp     for (size_t i = 0; i < list.size(); ++i)
size             1410 Source/core/css/resolver/StyleResolver.cpp     for (unsigned i = 0; i < m_viewportDependentMediaQueryResults.size(); ++i) {
size              151 Source/core/css/resolver/StyleResolver.h     bool hasPendingAuthorStyleSheets() const { return m_pendingStyleSheets.size() > 0 || m_needCollectFeatures; }
size               55 Source/core/css/resolver/StyleResourceLoader.cpp     for (unsigned i = 0; i < filterOperations.size(); ++i) {
size              150 Source/core/css/resolver/StyleResourceLoader.cpp                 for (size_t i = 0; i < cursorList->size(); ++i) {
size               59 Source/core/css/resolver/ViewportStyleResolver.cpp     for (size_t i = 0; i < viewportRules.size(); ++i)
size               91 Source/core/dom/CSSSelectorWatch.cpp     for (unsigned i = 0; i < removedSelectors.size(); ++i) {
size              104 Source/core/dom/CSSSelectorWatch.cpp     for (unsigned i = 0; i < addedSelectors.size(); ++i) {
size              150 Source/core/dom/CSSSelectorWatch.cpp     for (unsigned i = 0; i < selectors.size(); ++i) {
size               64 Source/core/dom/ClassCollection.h     if (!m_classNames.size())
size               42 Source/core/dom/ClientRectList.cpp     m_list.reserveInitialCapacity(quads.size());
size               43 Source/core/dom/ClientRectList.cpp     for (size_t i = 0; i < quads.size(); ++i)
size               53 Source/core/dom/ClientRectList.cpp     return m_list.size();
size               58 Source/core/dom/ClientRectList.cpp     if (index >= m_list.size()) {
size              552 Source/core/dom/ContainerNode.cpp         childrenChanged(false, 0, 0, -static_cast<int>(removedChildren.size()));
size              554 Source/core/dom/ContainerNode.cpp         for (size_t i = 0; i < removedChildren.size(); ++i)
size              746 Source/core/dom/ContainerNode.cpp         point = o->localToAbsolute(LayoutPoint(box->size()), UseTransforms);
size              325 Source/core/dom/ContainerNode.h     ASSERT(!nodes.size());
size              357 Source/core/dom/ContainerNode.h         if (m_currentIndex >= nodeVector.size())
size               60 Source/core/dom/ContainerNodeAlgorithms.cpp         for (size_t i = 0; i < roots.size(); ++i) {
size               97 Source/core/dom/ContainerNodeAlgorithms.cpp         for (size_t i = 0; i < roots.size(); ++i) {
size              116 Source/core/dom/ContainerNodeAlgorithms.cpp         for (size_t i = 0; i < roots.size(); ++i)
size              254 Source/core/dom/ContainerNodeAlgorithms.h     for (size_t i = 0; i < m_postInsertionNotificationTargets.size(); ++i) {
size              337 Source/core/dom/ContainerNodeAlgorithms.h     for (unsigned i = 0; i < m_frameOwners.size(); ++i) {
size               59 Source/core/dom/DOMSettableTokenList.cpp     for (size_t i = 0; i < tokens.size(); ++i) {
size               79 Source/core/dom/DOMSettableTokenList.cpp     for (size_t i = 0; i < tokens.size(); ++i)
size               49 Source/core/dom/DOMSettableTokenList.h     virtual unsigned length() const OVERRIDE { return m_tokens.size(); }
size               33 Source/core/dom/DOMStringList.cpp     if (index >= m_strings.size())
size               43 Source/core/dom/DOMStringList.cpp     size_t count = m_strings.size();
size               52 Source/core/dom/DOMStringList.h     size_t length() const { return m_strings.size(); }
size               55 Source/core/dom/DOMTokenList.cpp     for (size_t i = 0; i < tokens.size(); ++i) {
size               82 Source/core/dom/DOMTokenList.cpp     filteredTokens.reserveCapacity(tokens.size());
size               83 Source/core/dom/DOMTokenList.cpp     for (size_t i = 0; i < tokens.size(); ++i) {
size              116 Source/core/dom/DOMTokenList.cpp     for (size_t i = 0; i < tokens.size(); ++i) {
size              187 Source/core/dom/DOMTokenList.cpp     for (size_t i = 0; i < tokens.size(); ++i) {
size              574 Source/core/dom/Document.cpp     ASSERT(!m_listsInvalidatedAtDocument.size());
size             1455 Source/core/dom/Document.cpp     if (!stateVector.size() && !m_formController)
size             1978 Source/core/dom/Document.cpp         LengthSize size = style->pageSize();
size             1979 Source/core/dom/Document.cpp         ASSERT(size.width().isFixed());
size             1980 Source/core/dom/Document.cpp         ASSERT(size.height().isFixed());
size             1981 Source/core/dom/Document.cpp         width = valueForLength(size.width(), 0);
size             1982 Source/core/dom/Document.cpp         height = valueForLength(size.height(), 0);
size             4556 Source/core/dom/Document.cpp     for (int i = secondaryIcons.size() - 1; i >= 0; --i)
size             5143 Source/core/dom/Document.cpp     for (size_t i = 0; i < quads.size(); ++i) {
size             5305 Source/core/dom/Document.cpp     size_t removeCount = nodesToRemoveFromChain.size();
size             5323 Source/core/dom/Document.cpp     size_t addCount = nodesToAddToChain.size();
size              956 Source/core/dom/Document.h     bool hasTouchEventHandlers() const { return (m_touchEventTargets.get()) ? m_touchEventTargets->size() : false; }
size              138 Source/core/dom/DocumentMarkerController.cpp             toRenderedDocumentMarker(markers[markers.size() - 1])->setRenderedRect(range->boundingBox());
size              386 Source/core/dom/DocumentMarkerController.cpp         unsigned markerCount = list.get() ? list->size() : 0;
size              411 Source/core/dom/DocumentMarkerController.cpp         for (size_t i = 0; i < list->size(); ++i)
size              426 Source/core/dom/DocumentMarkerController.cpp             for (size_t j = 0; list.get() && j < list->size(); ++j)
size              481 Source/core/dom/DocumentMarkerController.cpp             for (unsigned markerIndex = 0; markerIndex < list->size(); ++markerIndex) {
size              514 Source/core/dom/DocumentMarkerController.cpp     unsigned size = nodesWithMarkers.size();
size              515 Source/core/dom/DocumentMarkerController.cpp     for (unsigned i = 0; i < size; ++i) {
size              604 Source/core/dom/DocumentMarkerController.cpp             for (size_t markerIndex = 0; list.get() && markerIndex < list->size(); ++markerIndex)
size              717 Source/core/dom/DocumentMarkerController.cpp     fprintf(stderr, "%d nodes have markers:\n", m_markers.size());
size              725 Source/core/dom/DocumentMarkerController.cpp             for (unsigned markerIndex = 0; list.get() && markerIndex < list->size(); ++markerIndex) {
size               98 Source/core/dom/DocumentMarkerControllerTest.cpp         EXPECT_EQ(2u, markerController().markers().size());
size              103 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(1u, markerController().markers().size());
size              111 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(1u, markerController().markers().size());
size              115 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(0u, markerController().markers().size());
size              124 Source/core/dom/DocumentMarkerControllerTest.cpp         EXPECT_EQ(1u, markerController().markers().size());
size              129 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(0u, markerController().markers().size());
size              138 Source/core/dom/DocumentMarkerControllerTest.cpp         EXPECT_EQ(1u, markerController().markers().size());
size              143 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(0u, markerController().markers().size());
size              152 Source/core/dom/DocumentMarkerControllerTest.cpp         EXPECT_EQ(1u, markerController().markers().size());
size              157 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(0u, markerController().markers().size());
size              166 Source/core/dom/DocumentMarkerControllerTest.cpp         EXPECT_EQ(1u, markerController().markers().size());
size              171 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(0u, markerController().markers().size());
size              180 Source/core/dom/DocumentMarkerControllerTest.cpp         EXPECT_EQ(1u, markerController().markers().size());
size              185 Source/core/dom/DocumentMarkerControllerTest.cpp     EXPECT_EQ(0u, markerController().markers().size());
size               48 Source/core/dom/DocumentOrderedList.h     size_t size() const { return m_nodes.size(); }
size               97 Source/core/dom/DocumentOrderedMap.cpp             entry->element = entry->orderedList.size() > 1 ? entry->orderedList[1] : 0;
size              149 Source/core/dom/DocumentOrderedMap.cpp         for (Element* element = entry->element ? entry->element : ElementTraversal::firstWithin(scope->rootNode()); entry->orderedList.size() < entry->count; element = ElementTraversal::next(*element)) {
size              143 Source/core/dom/DocumentStyleSheetCollection.cpp             styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
size              829 Source/core/dom/Element.cpp     for (size_t i = 1; i < quads.size(); ++i)
size              874 Source/core/dom/Element.cpp     for (size_t i = 1; i < quads.size(); ++i)
size             1138 Source/core/dom/Element.cpp     for (size_t source = 0; source < attributeVector.size(); ++source) {
size             1167 Source/core/dom/Element.cpp     for (unsigned i = 0; i < attributeVector.size(); ++i)
size             1464 Source/core/dom/Element.cpp     size_t cacheSize = pseudoStyleCache->size();
size             2461 Source/core/dom/Element.cpp void Element::setMinimumSizeForResizing(const LayoutSize& size)
size             2463 Source/core/dom/Element.cpp     if (!hasRareData() && size == defaultMinimumSizeForResizing())
size             2465 Source/core/dom/Element.cpp     ensureElementRareData().setMinimumSizeForResizing(size);
size             3000 Source/core/dom/Element.cpp void Element::setSavedLayerScrollOffset(const IntSize& size)
size             3002 Source/core/dom/Element.cpp     if (size.isZero() && !hasRareData())
size             3004 Source/core/dom/Element.cpp     ensureElementRareData().setSavedLayerScrollOffset(size);
size             3032 Source/core/dom/Element.cpp     for (unsigned i = 0; i < attrNodeList->size(); ++i) {
size              151 Source/core/dom/ElementData.cpp     : ElementData(attributes.size())
size              178 Source/core/dom/ElementData.cpp     void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size()));
size              214 Source/core/dom/ElementData.cpp     void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(m_attributeVector.size()));
size              177 Source/core/dom/ElementData.h         return static_cast<const UniqueElementData*>(this)->m_attributeVector.size();
size               36 Source/core/dom/ElementDataCache.cpp     return StringHasher::hashMemory(attributes.data(), attributes.size() * sizeof(Attribute));
size               41 Source/core/dom/ElementDataCache.cpp     if (attributes.size() != elementData.length())
size               43 Source/core/dom/ElementDataCache.cpp     return !memcmp(attributes.data(), elementData.m_attributeArray, attributes.size() * sizeof(Attribute));
size              100 Source/core/dom/ElementRareData.h     void setMinimumSizeForResizing(LayoutSize size) { m_minimumSizeForResizing = size; }
size              103 Source/core/dom/ElementRareData.h     void setSavedLayerScrollOffset(IntSize size) { m_savedLayerScrollOffset = size; }
size              101 Source/core/dom/ExecutionContext.cpp     return lifecycleNotifier().activeDOMObjects().size();
size              148 Source/core/dom/ExecutionContext.cpp     for (size_t i = 0; i < m_pendingExceptions->size(); i++) {
size               76 Source/core/dom/MessagePort.cpp         for (unsigned i = 0; i < ports->size(); ++i) {
size               97 Source/core/dom/MessagePort.cpp     if (channels && channels->size()) {
size               98 Source/core/dom/MessagePort.cpp         webChannels = adoptPtr(new blink::WebMessagePortChannelArray(channels->size()));
size               99 Source/core/dom/MessagePort.cpp         for (size_t i = 0; i < channels->size(); ++i)
size              110 Source/core/dom/MessagePort.cpp         OwnPtr<MessagePortChannelArray> channels = adoptPtr(new MessagePortChannelArray(webChannels.size()));
size              111 Source/core/dom/MessagePort.cpp         for (size_t i = 0; i < webChannels.size(); ++i)
size              176 Source/core/dom/MessagePort.cpp     if (webChannels.size()) {
size              177 Source/core/dom/MessagePort.cpp         channels = adoptPtr(new MessagePortChannelArray(webChannels.size()));
size              178 Source/core/dom/MessagePort.cpp         for (size_t i = 0; i < webChannels.size(); ++i)
size              215 Source/core/dom/MessagePort.cpp     if (!ports || !ports->size())
size              222 Source/core/dom/MessagePort.cpp     for (unsigned i = 0; i < ports->size(); ++i) {
size              239 Source/core/dom/MessagePort.cpp     OwnPtr<MessagePortChannelArray> portArray = adoptPtr(new MessagePortChannelArray(ports->size()));
size              240 Source/core/dom/MessagePort.cpp     for (unsigned i = 0; i < ports->size(); ++i)
size              247 Source/core/dom/MessagePort.cpp     if (!channels || !channels->size())
size              250 Source/core/dom/MessagePort.cpp     OwnPtr<MessagePortArray> portArray = adoptPtr(new MessagePortArray(channels->size()));
size              251 Source/core/dom/MessagePort.cpp     for (unsigned i = 0; i < channels->size(); ++i) {
size              232 Source/core/dom/MutationObserver.cpp     for (size_t i = 0; i < transientRegistrations.size(); ++i)
size              254 Source/core/dom/MutationObserver.cpp     for (size_t i = 0; i < suspended.size(); ++i) {
size              269 Source/core/dom/MutationObserver.cpp     for (size_t i = 0; i < observers.size(); ++i) {
size               39 Source/core/dom/NamedNodesCollection.cpp     if (index < m_nodes.size())
size               49 Source/core/dom/NamedNodesCollection.h     virtual unsigned length() const OVERRIDE { return m_nodes.size(); }
size              102 Source/core/dom/Node.cpp void* Node::operator new(size_t size)
size              105 Source/core/dom/Node.cpp     return partitionAlloc(Partitions::getObjectModelPartition(), size);
size              214 Source/core/dom/Node.cpp     printf("Number of Nodes: %d\n\n", liveNodeSet.size());
size              600 Source/core/dom/Node.cpp     size_t n = rects.size();
size              699 Source/core/dom/Node.cpp     for (size_t i = 0; i < stack->size(); i++)
size             1592 Source/core/dom/Node.cpp     unsigned index1 = chain1.size();
size             1593 Source/core/dom/Node.cpp     unsigned index2 = chain2.size();
size             1690 Source/core/dom/Node.cpp         for (size_t i = 0; i < toElement(this)->classNames().size(); ++i) {
size             1749 Source/core/dom/Node.cpp     for (unsigned index = chain.size(); index > 0; --index) {
size             1912 Source/core/dom/Node.cpp             for (unsigned i = 0; i < types.size(); ++i)
size             1925 Source/core/dom/Node.cpp     for (size_t i = 0; i < mousewheelListeners.size(); ++i) {
size             1931 Source/core/dom/Node.cpp     for (size_t i = 0; i < wheelListeners.size(); ++i) {
size             1944 Source/core/dom/Node.cpp         for (size_t i = 0; i < registry->size(); ++i) {
size             2082 Source/core/dom/Node.cpp     for (size_t i = 0; i < registry.size(); ++i) {
size             2139 Source/core/dom/Node.cpp             const size_t size = registry->size();
size             2140 Source/core/dom/Node.cpp             for (size_t i = 0; i < size; ++i)
size             2417 Source/core/dom/Node.cpp     for (size_t i = 0; i < insertionPoints.size(); ++i) {
size              291 Source/core/dom/NodeRareData.h     if ((m_childNodeList ? 1 : 0) + m_atomicNameCaches.size() + m_tagCollectionCacheNS.size() != 1)
size              251 Source/core/dom/NodeRenderingTraversal.cpp     for (size_t i = position + 1; i < topLayerElements.size(); ++i) {
size               84 Source/core/dom/PresentationAttributeStyle.cpp         if (presentationAttributeCache().size() < minimumPresentationAttributeCacheSizeForCleaning)
size              126 Source/core/dom/PresentationAttributeStyle.cpp     unsigned size = element.attributeCount();
size              127 Source/core/dom/PresentationAttributeStyle.cpp     for (unsigned i = 0; i < size; ++i) {
size              150 Source/core/dom/PresentationAttributeStyle.cpp     ASSERT(key.attributesAndValues.size());
size              151 Source/core/dom/PresentationAttributeStyle.cpp     unsigned attributeHash = StringHasher::hashMemory(key.attributesAndValues.data(), key.attributesAndValues.size() * sizeof(key.attributesAndValues[0]));
size              181 Source/core/dom/PresentationAttributeStyle.cpp         unsigned size = element.attributeCount();
size              182 Source/core/dom/PresentationAttributeStyle.cpp         for (unsigned i = 0; i < size; ++i) {
size              196 Source/core/dom/PresentationAttributeStyle.cpp     if (presentationAttributeCache().size() > presentationAttributeCacheMaximumSize) {
size              856 Source/core/dom/Range.cpp     for (unsigned i = 0; i < nodes.size(); i++) {
size             1508 Source/core/dom/Range.cpp     const size_t n = rects.size();
size             1881 Source/core/dom/Range.cpp     for (size_t i = 0; i < quads.size(); ++i)
size               46 Source/core/dom/ScriptRunner.cpp     for (size_t i = 0; i < m_scriptsToExecuteSoon.size(); ++i)
size               48 Source/core/dom/ScriptRunner.cpp     for (size_t i = 0; i < m_scriptsToExecuteInOrder.size(); ++i)
size               50 Source/core/dom/ScriptRunner.cpp     for (size_t i = 0; i < m_pendingAsyncScripts.size(); ++i)
size              127 Source/core/dom/ScriptRunner.cpp     for (; numInOrderScriptsToExecute < m_scriptsToExecuteInOrder.size() && m_scriptsToExecuteInOrder[numInOrderScriptsToExecute].resource()->isLoaded(); ++numInOrderScriptsToExecute)
size              132 Source/core/dom/ScriptRunner.cpp     size_t size = scripts.size();
size              133 Source/core/dom/ScriptRunner.cpp     for (size_t i = 0; i < size; ++i) {
size               84 Source/core/dom/ScriptedAnimationController.cpp     for (size_t i = 0; i < m_callbacks.size(); ++i) {
size               91 Source/core/dom/ScriptedAnimationController.cpp     for (size_t i = 0; i < m_callbacksToInvoke.size(); ++i) {
size              107 Source/core/dom/ScriptedAnimationController.cpp     for (size_t i = 0; i < events.size(); ++i) {
size              133 Source/core/dom/ScriptedAnimationController.cpp     for (size_t i = 0; i < m_callbacksToInvoke.size(); ++i) {
size              150 Source/core/dom/ScriptedAnimationController.cpp     if (!m_callbacks.size() && !m_eventQueue.size())
size              185 Source/core/dom/ScriptedAnimationController.cpp     if (!m_callbacks.size() && !m_eventQueue.size())
size              128 Source/core/dom/SelectorQuery.cpp     unsigned selectorCount = m_selectors.size();
size              177 Source/core/dom/SelectorQuery.cpp     return m_selectors.size() == 1 && !m_crossesTreeBoundary && rootNode.inDocument() && !rootNode.document().inQuirksMode();
size              205 Source/core/dom/SelectorQuery.cpp     ASSERT(m_selectors.size() == 1);
size              315 Source/core/dom/SelectorQuery.cpp     for (unsigned i = 0; i < m_selectors.size(); ++i) {
size              413 Source/core/dom/SelectorQuery.cpp     ASSERT(m_selectors.size() == 1);
size              423 Source/core/dom/SelectorQuery.cpp             size_t count = elements.size();
size              504 Source/core/dom/SelectorQuery.cpp     if (m_entries.size() == maximumSelectorQueryCacheSize)
size              109 Source/core/dom/ShadowTreeStyleSheetCollection.cpp             styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
size               91 Source/core/dom/SpaceSplitString.cpp     size_t thisSize = m_vector.size();
size               92 Source/core/dom/SpaceSplitString.cpp     size_t otherSize = other.m_vector.size();
size              135 Source/core/dom/SpaceSplitString.cpp     while (i < m_data->size()) {
size               39 Source/core/dom/SpaceSplitString.h             size_t size = m_vector.size();
size               40 Source/core/dom/SpaceSplitString.h             for (size_t i = 0; i < size; ++i) {
size               53 Source/core/dom/SpaceSplitString.h         size_t size() const { return m_vector.size(); }
size               54 Source/core/dom/SpaceSplitString.h         const AtomicString& operator[](size_t i) { ASSERT_WITH_SECURITY_IMPLICATION(i < size()); return m_vector[i]; }
size               83 Source/core/dom/SpaceSplitString.h         size_t size() const { return m_data ? m_data->size() : 0; }
size               85 Source/core/dom/SpaceSplitString.h         const AtomicString& operator[](size_t i) const { ASSERT_WITH_SECURITY_IMPLICATION(i < size()); return (*m_data)[i]; }
size               53 Source/core/dom/StaticNodeList.cpp     return m_nodes.size();
size               58 Source/core/dom/StaticNodeList.cpp     if (index < m_nodes.size())
size               86 Source/core/dom/StyleEngine.cpp     for (unsigned i = 0; i < m_injectedAuthorStyleSheets.size(); ++i)
size               88 Source/core/dom/StyleEngine.cpp     for (unsigned i = 0; i < m_authorStyleSheets.size(); ++i)
size              210 Source/core/dom/StyleEngine.cpp     for (unsigned i = 0; i < entries.size(); ++i) {
size              545 Source/core/dom/StyleEngine.cpp     for (unsigned i = 0; i < fontFaceRules.size(); ++i)
size               34 Source/core/dom/TouchList.cpp     if (index >= m_values.size())
size               49 Source/core/dom/TouchList.h     unsigned length() const { return m_values.size(); }
size              356 Source/core/dom/TreeScope.cpp     for (size_t i = 0; i < eventPath.size(); ++i) {
size              382 Source/core/dom/TreeScope.cpp     unsigned index1 = chain1.size();
size              383 Source/core/dom/TreeScope.cpp     unsigned index2 = chain2.size();
size              436 Source/core/dom/TreeScope.cpp     size_t indexA = treeScopesA.size();
size              437 Source/core/dom/TreeScope.cpp     size_t indexB = treeScopesB.size();
size               69 Source/core/dom/TreeScopeAdopter.cpp             for (unsigned i = 0; i < attrs.size(); ++i)
size               80 Source/core/dom/TreeScopeStyleSheetCollection.cpp     unsigned newStyleSheetCount = newStylesheets.size();
size               81 Source/core/dom/TreeScopeStyleSheetCollection.cpp     unsigned oldStyleSheetCount = oldStyleSheets.size();
size              111 Source/core/dom/TreeScopeStyleSheetCollection.cpp     unsigned newStylesheetCount = newStyleSheets.size();
size              128 Source/core/dom/TreeScopeStyleSheetCollection.cpp     for (unsigned i = 0; i < sheets.size(); ++i) {
size              149 Source/core/dom/TreeScopeStyleSheetCollection.cpp     if (m_activeAuthorStyleSheets.size() <= newCollection.activeAuthorStyleSheets().size()) {
size              186 Source/core/dom/TreeScopeStyleSheetCollection.cpp     for (size_t i = 0; i < m_activeAuthorStyleSheets.size(); ++i) {
size              209 Source/core/dom/TreeScopeStyleSheetCollection.cpp     for (unsigned i = 0; i < sheets.size(); ++i) {
size               84 Source/core/dom/custom/CustomElementCallbackDispatcher.h         ASSERT(s_elementQueueEnd == m_flattenedProcessingStack.size());
size               54 Source/core/dom/custom/CustomElementCallbackQueue.cpp     while (m_index < m_queue.size() && owner() == caller) {
size               65 Source/core/dom/custom/CustomElementCallbackQueue.cpp     if (owner() == caller && m_index == m_queue.size()) {
size               48 Source/core/dom/custom/CustomElementMicrotaskQueue.cpp     for (i = 0; i < m_queue.size(); ++i) {
size               55 Source/core/dom/custom/CustomElementMicrotaskQueue.cpp     bool wasStopped = i < m_queue.size();
size               44 Source/core/dom/shadow/ContentDistribution.cpp     size_t size = m_nodes.size();
size               45 Source/core/dom/shadow/ContentDistribution.cpp     m_indices.set(node.get(), size);
size               61 Source/core/dom/shadow/ContentDistribution.cpp     if (index == kNotFound || index + 1 == size())
size               49 Source/core/dom/shadow/ContentDistribution.h     size_t size() const { return m_nodes.size(); }
size               73 Source/core/dom/shadow/ElementShadow.cpp             for (size_t i = 0; i < insertionPoint->size(); ++i)
size               79 Source/core/dom/shadow/ElementShadow.cpp     m_distributed.resize(m_nodes.size());
size               87 Source/core/dom/shadow/ElementShadow.cpp     for (size_t i = 0; i < m_nodes.size(); ++i) {
size              117 Source/core/dom/shadow/ElementShadow.cpp     for (size_t i = 0; i < m_nodes.size(); ++i) {
size              301 Source/core/dom/shadow/ElementShadow.cpp         for (size_t i = 0; i < insertionPoints.size(); ++i) {
size              317 Source/core/dom/shadow/ElementShadow.cpp     for (size_t i = shadowInsertionPoints.size(); i > 0; --i) {
size               68 Source/core/dom/shadow/InsertionPoint.cpp     for ( ; i < m_distribution.size() && j < distribution.size(); ++i, ++j) {
size               69 Source/core/dom/shadow/InsertionPoint.cpp         if (m_distribution.size() < distribution.size()) {
size               72 Source/core/dom/shadow/InsertionPoint.cpp             for ( ; j < distribution.size() && m_distribution.at(i) != distribution.at(j); ++j)
size               74 Source/core/dom/shadow/InsertionPoint.cpp         } else if (m_distribution.size() > distribution.size()) {
size               77 Source/core/dom/shadow/InsertionPoint.cpp             for ( ; i < m_distribution.size() && m_distribution.at(i) != distribution.at(j); ++i)
size               88 Source/core/dom/shadow/InsertionPoint.cpp     for ( ; i < m_distribution.size(); ++i)
size               91 Source/core/dom/shadow/InsertionPoint.cpp     for ( ; j < distribution.size(); ++j)
size              104 Source/core/dom/shadow/InsertionPoint.cpp     for (size_t i = 0; i < m_distribution.size(); ++i) {
size              114 Source/core/dom/shadow/InsertionPoint.cpp     for (size_t i = 0; i < m_distribution.size(); ++i)
size              124 Source/core/dom/shadow/InsertionPoint.cpp     for (size_t i = 0; i < m_distribution.size(); ++i)
size              156 Source/core/dom/shadow/InsertionPoint.cpp     for (size_t i = 0; i < insertionPoints.size(); ++i) {
size              179 Source/core/dom/shadow/InsertionPoint.cpp     nodes.reserveInitialCapacity(m_distribution.size());
size              180 Source/core/dom/shadow/InsertionPoint.cpp     for (size_t i = 0; i < m_distribution.size(); ++i)
size              283 Source/core/dom/shadow/InsertionPoint.cpp         for (size_t i = 0; i < insertionPoints->size(); ++i)
size               64 Source/core/dom/shadow/InsertionPoint.h     size_t size() const { return m_distribution.size(); }
size               90 Source/core/dom/shadow/SelectRuleFeatureSet.cpp     unsigned changedSize = changedClasses.size();
size              100 Source/core/dom/shadow/SelectRuleFeatureSet.cpp     if (!oldClasses.size())
size              105 Source/core/dom/shadow/SelectRuleFeatureSet.cpp     remainingClassBits.ensureSize(oldClasses.size());
size              107 Source/core/dom/shadow/SelectRuleFeatureSet.cpp     for (unsigned i = 0; i < newClasses.size(); ++i) {
size              109 Source/core/dom/shadow/SelectRuleFeatureSet.cpp         for (unsigned j = 0; j < oldClasses.size(); ++j) {
size              125 Source/core/dom/shadow/SelectRuleFeatureSet.cpp     for (unsigned i = 0; i < oldClasses.size(); ++i) {
size              424 Source/core/editing/ApplyStyleCommand.cpp     size_t size = unstyledSpans.size();
size              425 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < size; ++i)
size              814 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < runs.size(); i++) {
size              822 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < runs.size(); i++) {
size              827 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < runs.size(); i++) {
size              945 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < attributes.size(); i++)
size              967 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < properties.size(); i++)
size             1053 Source/core/editing/ApplyStyleCommand.cpp         for (size_t i = 0; i < currentChildren.size(); ++i) {
size             1057 Source/core/editing/ApplyStyleCommand.cpp             if (!child->contains(targetNode) && elementsToPushDown.size()) {
size             1058 Source/core/editing/ApplyStyleCommand.cpp                 for (size_t i = 0; i < elementsToPushDown.size(); i++) {
size             1532 Source/core/editing/ApplyStyleCommand.cpp     for (size_t i = 0; i < textNodes.size(); ++i) {
size              144 Source/core/editing/BreakBlockquoteCommand.cpp     for (size_t i = ancestors.size(); i != 0; --i) {
size              111 Source/core/editing/CompositeEditCommand.cpp         size_t size = m_commands.size();
size              112 Source/core/editing/CompositeEditCommand.cpp         for (size_t i = size; i; --i)
size              131 Source/core/editing/CompositeEditCommand.cpp         size_t size = m_commands.size();
size              132 Source/core/editing/CompositeEditCommand.cpp         for (size_t i = 0; i != size; ++i)
size              359 Source/core/editing/CompositeEditCommand.cpp     size_t size = children.size();
size              360 Source/core/editing/CompositeEditCommand.cpp     for (size_t i = 0; i < size; ++i)
size              392 Source/core/editing/CompositeEditCommand.cpp     for (unsigned i = 0; i < nodesToRemove.size(); i++) {
size              492 Source/core/editing/CompositeEditCommand.cpp     size_t arraySize = markerPointers.size();
size              506 Source/core/editing/CompositeEditCommand.cpp     for (size_t i = 0; i < markers.size(); ++i)
size              763 Source/core/editing/CompositeEditCommand.cpp             if (++sortedTextBoxesPosition < sortedTextBoxes.size())
size              800 Source/core/editing/CompositeEditCommand.cpp     for (size_t i = 0; i < nodes.size(); ++i) {
size              988 Source/core/editing/CompositeEditCommand.cpp         for (size_t i = ancestors.size(); i != 0; --i) {
size              113 Source/core/editing/EditingStyle.cpp         for (size_t index = 0; index < properties.size();) {
size              326 Source/core/editing/EditingStyle.cpp     CSSValueID size;
size              327 Source/core/editing/EditingStyle.cpp     if (!HTMLFontElement::cssValueFromFontSizeNumber(value, size))
size              329 Source/core/editing/EditingStyle.cpp     return CSSPrimitiveValue::createIdentifier(size);
size              777 Source/core/editing/EditingStyle.cpp     if (!HTMLElementEquivalents.size()) {
size              800 Source/core/editing/EditingStyle.cpp     for (size_t i = 0; i < HTMLElementEquivalents.size(); ++i) {
size              816 Source/core/editing/EditingStyle.cpp     if (!HTMLAttributeEquivalents.size()) {
size              837 Source/core/editing/EditingStyle.cpp     for (size_t i = 0; i < HTMLAttributeEquivalents.size(); ++i) {
size              857 Source/core/editing/EditingStyle.cpp     for (size_t i = 0; i < HTMLAttributeEquivalents.size(); ++i) {
size              891 Source/core/editing/EditingStyle.cpp         for (i = 0; i < HTMLElementEquivalents.size(); ++i) {
size              904 Source/core/editing/EditingStyle.cpp     for (size_t i = 0; i < HTMLAttributeEquivalents.size(); ++i) {
size             1032 Source/core/editing/EditingStyle.cpp     for (size_t i = 0; i < elementEquivalents.size(); ++i) {
size             1038 Source/core/editing/EditingStyle.cpp     for (size_t i = 0; i < attributeEquivalents.size(); ++i) {
size             1123 Source/core/editing/EditingStyle.cpp         for (unsigned i = 0; i < matchedRules->m_list.size(); ++i)
size             1174 Source/core/editing/EditingStyle.cpp     styleToRemovePropertiesFrom->removePropertiesInSet(propertiesToRemove.data(), propertiesToRemove.size());
size              418 Source/core/editing/EditorCommand.cpp     CSSValueID size;
size              419 Source/core/editing/EditorCommand.cpp     if (!HTMLFontElement::cssValueFromFontSizeNumber(value, size))
size              421 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size);
size              197 Source/core/editing/InputMethodController.cpp         for (size_t i = 0; i < m_customCompositionUnderlines.size(); ++i) {
size              302 Source/core/editing/InputMethodController.cpp             size_t numUnderlines = m_customCompositionUnderlines.size();
size              336 Source/core/editing/InputMethodController.cpp         size_t numUnderlines = m_customCompositionUnderlines.size();
size              137 Source/core/editing/InsertParagraphSeparatorCommand.cpp     for (size_t i = ancestors.size(); i != 0; --i) {
size              128 Source/core/editing/MarkupAccumulator.cpp         for (size_t i = 0; i < tagNamesToSkip->size(); ++i) {
size              188 Source/core/editing/MarkupAccumulator.cpp     for (size_t i = 0; i < strings.size(); ++i)
size               56 Source/core/editing/MergeIdenticalElementsCommand.cpp     size_t size = children.size();
size               57 Source/core/editing/MergeIdenticalElementsCommand.cpp     for (size_t i = 0; i < size; ++i)
size               84 Source/core/editing/MergeIdenticalElementsCommand.cpp     size_t size = children.size();
size               85 Source/core/editing/MergeIdenticalElementsCommand.cpp     for (size_t i = 0; i < size; ++i)
size               48 Source/core/editing/RemoveNodePreservingChildrenCommand.cpp     size_t size = children.size();
size               49 Source/core/editing/RemoveNodePreservingChildrenCommand.cpp     for (size_t i = 0; i < size; ++i) {
size               59 Source/core/editing/ReplaceNodeWithSpanCommand.cpp     for (size_t i = 0; i < children.size(); ++i)
size              276 Source/core/editing/ReplaceSelectionCommand.cpp     size_t n = unrendered.size();
size              492 Source/core/editing/ReplaceSelectionCommand.cpp                     for (size_t i = 0; i < attributes.size(); i++)
size               91 Source/core/editing/SimplifyMarkupCommand.cpp     for (size_t i = 0; i < nodesToRemove.size(); ++i) {
size              104 Source/core/editing/SimplifyMarkupCommand.cpp     for (; pastLastNodeToRemove < nodesToRemove.size(); ++pastLastNodeToRemove) {
size               72 Source/core/editing/SpellCheckRequester.cpp     Vector<uint32_t> hashes(markers.size());
size               73 Source/core/editing/SpellCheckRequester.cpp     Vector<unsigned> offsets(markers.size());
size               74 Source/core/editing/SpellCheckRequester.cpp     for (size_t i = 0; i < markers.size(); i++) {
size              557 Source/core/editing/SpellChecker.cpp     for (unsigned i = 0; i < results.size(); i++) {
size              575 Source/core/editing/SpellChecker.cpp             for (unsigned j = 0; j < result->details.size(); j++) {
size              814 Source/core/editing/SpellChecker.cpp     for (size_t i = 0; i < markers.size(); ++i) {
size               68 Source/core/editing/SplitElementCommand.cpp     size_t size = children.size();
size               69 Source/core/editing/SplitElementCommand.cpp     for (size_t i = 0; i < size; ++i)
size               91 Source/core/editing/SplitElementCommand.cpp     size_t size = children.size();
size               92 Source/core/editing/SplitElementCommand.cpp     for (size_t i = 0; i < size; ++i)
size              345 Source/core/editing/TextCheckingHelper.cpp                 for (unsigned i = 0; i < results.size(); i++) {
size              360 Source/core/editing/TextCheckingHelper.cpp                         for (unsigned j = 0; j < result->details.size(); j++) {
size              419 Source/core/editing/TextCheckingHelper.cpp     for (unsigned i = 0; i < grammarDetails.size(); i++) {
size              484 Source/core/editing/TextCheckingHelper.cpp             ASSERT(static_cast<unsigned>(badGrammarIndex) < grammarDetails.size());
size              547 Source/core/editing/TextCheckingHelper.cpp         for (size_t i = 0; i < spellingResult.size(); ++i) {
size              555 Source/core/editing/TextCheckingHelper.cpp     if (grammarResult.size())
size              558 Source/core/editing/TextCheckingHelper.cpp     if (spellingResult.size()) {
size              126 Source/core/editing/TextIterator.cpp     if (!shift && index == m_words.size()) {
size              195 Source/core/editing/TextIterator.cpp     return toRenderBox(renderer)->size().isEmpty();
size              208 Source/core/editing/TextIterator.cpp     ASSERT(stack.size() == depthCrossingShadowBoundaries(node));
size              232 Source/core/editing/TextIterator.cpp     size_t size = ancestry.size();
size              233 Source/core/editing/TextIterator.cpp     for (size_t i = 0; i < size; ++i)
size              234 Source/core/editing/TextIterator.cpp         pushFullyClippedState(stack, ancestry[size - i - 1]);
size              237 Source/core/editing/TextIterator.cpp     ASSERT(stack.size() == 1 + depthCrossingShadowBoundaries(node));
size              688 Source/core/editing/TextIterator.cpp             if (m_sortedTextBoxesPosition + 1 < m_sortedTextBoxes.size())
size             1706 Source/core/editing/TextIterator.cpp         return m_buffer.size();
size             1780 Source/core/editing/TextIterator.cpp     foldQuoteMarksAndSoftHyphens(m_target.data(), m_target.size());
size             1782 Source/core/editing/TextIterator.cpp     size_t targetLength = m_target.size();
size             1817 Source/core/editing/TextIterator.cpp         normalizeCharactersIntoNFCForm(m_target.data(), m_target.size(), m_normalizedTarget);
size             1839 Source/core/editing/TextIterator.cpp     } else if (m_buffer.size() == m_buffer.capacity()) {
size             1840 Source/core/editing/TextIterator.cpp         memcpy(m_buffer.data(), m_buffer.data() + m_buffer.size() - m_overlap, m_overlap * sizeof(UChar));
size             1841 Source/core/editing/TextIterator.cpp         m_prefixLength -= min(m_prefixLength, m_buffer.size() - m_overlap);
size             1845 Source/core/editing/TextIterator.cpp     size_t oldLength = m_buffer.size();
size             1863 Source/core/editing/TextIterator.cpp     ASSERT(m_prefixLength == m_buffer.size());
size             1905 Source/core/editing/TextIterator.cpp     return !checkOnlyKanaLettersInStrings(m_normalizedTarget.begin(), m_normalizedTarget.size(), m_normalizedMatch.begin(), m_normalizedMatch.size());
size             1915 Source/core/editing/TextIterator.cpp     int size = m_buffer.size();
size             1918 Source/core/editing/TextIterator.cpp     U16_GET(m_buffer.data(), 0, offset, size, firstCharacter);
size             1935 Source/core/editing/TextIterator.cpp             U16_FWD_1(m_buffer.data(), offset, size);
size             1937 Source/core/editing/TextIterator.cpp             if (offset < size)
size             1938 Source/core/editing/TextIterator.cpp                 U16_GET(m_buffer.data(), 0, offset, size, nextCharacter);
size             1959 Source/core/editing/TextIterator.cpp         wordBreakSearchStart = findNextWordFromIndex(m_buffer.data(), m_buffer.size(), wordBreakSearchStart, false /* backwards */);
size             1965 Source/core/editing/TextIterator.cpp     size_t size = m_buffer.size();
size             1967 Source/core/editing/TextIterator.cpp         if (!size)
size             1970 Source/core/editing/TextIterator.cpp         if (size != m_buffer.capacity())
size             1977 Source/core/editing/TextIterator.cpp     usearch_setText(searcher, m_buffer.data(), size, &status);
size             1987 Source/core/editing/TextIterator.cpp     if (!(matchStart >= 0 && static_cast<size_t>(matchStart) < size)) {
size             1995 Source/core/editing/TextIterator.cpp     if (!m_atBreak && static_cast<size_t>(matchStart) >= size - m_overlap) {
size             2003 Source/core/editing/TextIterator.cpp             overlap = min(size - 1, max(overlap, size - wordBoundaryContextStart));
size             2005 Source/core/editing/TextIterator.cpp         memcpy(m_buffer.data(), m_buffer.data() + size - overlap, overlap * sizeof(UChar));
size             2006 Source/core/editing/TextIterator.cpp         m_prefixLength -= min(m_prefixLength, size - overlap);
size             2012 Source/core/editing/TextIterator.cpp     ASSERT_WITH_SECURITY_IMPLICATION(matchStart + matchedLength <= size);
size             2021 Source/core/editing/TextIterator.cpp     size_t newSize = size - (matchStart + 1);
size             2026 Source/core/editing/TextIterator.cpp     start = size - matchStart;
size             2090 Source/core/editing/TextIterator.cpp             buffer.prependContext(characters.data(), characters.size());
size               65 Source/core/editing/TextIterator.h     unsigned size() const;
size              113 Source/core/editing/TextIteratorTest.cpp Vector<String> createVectorString(const char* const* rawStrings, size_t size)
size              116 Source/core/editing/TextIteratorTest.cpp     result.append(rawStrings, size);
size               58 Source/core/editing/UndoStack.cpp     if (m_undoStack.size() == maximumUndoStackDepth)
size              134 Source/core/editing/VisibleUnits.cpp     size_t size() const { return m_leafBoxes.size(); }
size              155 Source/core/editing/VisibleUnits.cpp     int boxIndex = m_leafBoxes.size() - 1;
size              180 Source/core/editing/VisibleUnits.cpp     for (size_t i = nextBoxIndex; i < m_leafBoxes.size(); ++i) {
size              200 Source/core/editing/VisibleUnits.cpp     for (size_t i = 0; i < m_leafBoxes.size(); ++i) {
size              240 Source/core/editing/VisibleUnits.cpp         if (!leafBoxes.size())
size              281 Source/core/editing/VisibleUnits.cpp         if (!leafBoxes.size())
size              474 Source/core/editing/VisibleUnits.cpp             int i = endOfFirstWordBoundaryContext(characters.data(), characters.size());
size              477 Source/core/editing/VisibleUnits.cpp             if (static_cast<unsigned>(i) < characters.size())
size              502 Source/core/editing/VisibleUnits.cpp             string.prepend(iteratorString.data(), iteratorString.size());
size              504 Source/core/editing/VisibleUnits.cpp         next = searchFunction(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreContext, needMoreContext);
size              512 Source/core/editing/VisibleUnits.cpp         next = searchFunction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreContext);
size              526 Source/core/editing/VisibleUnits.cpp     charIt.advance(string.size() - suffixLength - next);
size              552 Source/core/editing/VisibleUnits.cpp             int length = characters.size();
size              578 Source/core/editing/VisibleUnits.cpp             string.append(iteratorString.data(), iteratorString.size());
size              580 Source/core/editing/VisibleUnits.cpp         next = searchFunction(string.data(), string.size(), prefixLength, MayHaveMoreContext, needMoreContext);
size              581 Source/core/editing/VisibleUnits.cpp         if (next != string.size())
size              588 Source/core/editing/VisibleUnits.cpp         next = searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreContext);
size              592 Source/core/editing/VisibleUnits.cpp     if (it.atEnd() && next == string.size()) {
size               48 Source/core/editing/WrapContentsInDummySpanCommand.cpp     size_t size = children.size();
size               49 Source/core/editing/WrapContentsInDummySpanCommand.cpp     for (size_t i = 0; i < size; ++i)
size               73 Source/core/editing/WrapContentsInDummySpanCommand.cpp     size_t size = children.size();
size               74 Source/core/editing/WrapContentsInDummySpanCommand.cpp     for (size_t i = 0; i < size; ++i)
size              111 Source/core/editing/markup.cpp     size_t numChanges = changes.size();
size              205 Source/core/editing/markup.cpp     for (size_t i = m_reversedPrecedingMarkup.size(); i > 0; --i)
size              761 Source/core/editing/markup.cpp     size_t numEntries = tabList.size();
size              860 Source/core/editing/markup.cpp     size_t numLines = list.size();
size               84 Source/core/events/CompositionEvent.cpp     if (!underlines || !underlines->size()) {
size               89 Source/core/events/CompositionEvent.cpp     for (size_t i = 0; i < underlines->size(); ++i) {
size               97 Source/core/events/CompositionEvent.cpp     for (size_t i = 0; i < underlines->size(); ++i)
size              207 Source/core/events/Event.cpp     size_t eventPathSize = m_eventPath->size();
size              148 Source/core/events/EventDispatcher.cpp     for (size_t i = m_event->eventPath().size() - 1; i > 0; --i) {
size              170 Source/core/events/EventDispatcher.cpp     size_t size = m_event->eventPath().size();
size              171 Source/core/events/EventDispatcher.cpp     for (size_t i = 1; i < size; ++i) {
size              211 Source/core/events/EventDispatcher.cpp             size_t size = m_event->eventPath().size();
size              212 Source/core/events/EventDispatcher.cpp             for (size_t i = 1; i < size; ++i) {
size               71 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i) {
size               80 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i) {
size               83 Source/core/events/EventListenerMap.cpp             for (unsigned j = 0; j < vector->size(); ++j) {
size              102 Source/core/events/EventListenerMap.cpp     types.reserveInitialCapacity(m_entries.size());
size              104 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i)
size              125 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i) {
size              148 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i) {
size              164 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i) {
size              176 Source/core/events/EventListenerMap.cpp     for (size_t i = 0; i < listenerVector->size(); ++i) {
size              191 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i) {
size              203 Source/core/events/EventListenerMap.cpp     for (size_t i = 0; i < listenerVector->size(); ++i) {
size              215 Source/core/events/EventListenerMap.cpp     for (unsigned i = 0; i < m_entries.size(); ++i)
size              262 Source/core/events/EventListenerMap.cpp     for (; m_entryIndex < m_map->m_entries.size(); ++m_entryIndex) {
size              264 Source/core/events/EventListenerMap.cpp         if (m_index < listeners.size())
size              143 Source/core/events/EventPath.cpp             for (size_t i = 0; i < insertionPoints.size(); ++i) {
size              173 Source/core/events/EventPath.cpp     for (size_t i = 0; i < m_treeScopeEventContexts.size(); ++i)
size              176 Source/core/events/EventPath.cpp     for (size_t i = 0; i < m_treeScopeEventContexts.size(); ++i) {
size              220 Source/core/events/EventPath.cpp     for (size_t i = 0; i < size(); ++i) {
size              245 Source/core/events/EventPath.cpp     for (size_t i = 0; i < relatedTargetEventPath.m_treeScopeEventContexts.size(); ++i) {
size              287 Source/core/events/EventPath.cpp     for (size_t i = 0; i < m_treeScopeEventContexts.size(); ++i) {
size              302 Source/core/events/EventPath.cpp     for (size_t i = 0; i < size(); ++i) {
size              323 Source/core/events/EventPath.cpp     for (size_t i = 0; i < m_treeScopeEventContexts.size(); ++i) {
size              336 Source/core/events/EventPath.cpp     for (size_t i = 0; i < m_treeScopeEventContexts.size(); ++i) {
size              354 Source/core/events/EventPath.cpp         for (size_t j = 0; j < treeScopes.size(); ++j) {
size               58 Source/core/events/EventPath.h     const NodeEventContext& last() const { return m_nodeEventContexts[size() - 1]; }
size               61 Source/core/events/EventPath.h     size_t size() const { return m_nodeEventContexts.size(); }
size               78 Source/core/events/EventSender.h     size_t size = m_dispatchSoonList.size();
size               79 Source/core/events/EventSender.h     for (size_t i = 0; i < size; ++i) {
size               83 Source/core/events/EventSender.h     size = m_dispatchingList.size();
size               84 Source/core/events/EventSender.h     for (size_t i = 0; i < size; ++i) {
size              101 Source/core/events/EventSender.h     size_t size = m_dispatchingList.size();
size              102 Source/core/events/EventSender.h     for (size_t i = 0; i < size; ++i) {
size              113 Source/core/events/EventTarget.cpp     for (size_t i = 0; i < d->firingEventIterators->size(); ++i) {
size              140 Source/core/events/EventTarget.cpp     for (size_t i = 0; i < entry.size(); ++i) {
size              308 Source/core/events/EventTarget.cpp     size_t size = entry.size();
size              311 Source/core/events/EventTarget.cpp     d->firingEventIterators->append(FiringEventIterator(event->type(), i, size));
size              312 Source/core/events/EventTarget.cpp     for ( ; i < size; ++i) {
size              369 Source/core/events/EventTarget.cpp         for (size_t i = 0; i < d->firingEventIterators->size(); ++i) {
size               92 Source/core/events/GenericEventQueue.cpp     for (size_t i = 0; i < pendingEvents.size(); ++i) {
size              112 Source/core/events/GenericEventQueue.cpp     for (size_t i = 0; i < m_pendingEvents.size(); ++i) {
size              121 Source/core/events/GenericEventQueue.cpp     return m_pendingEvents.size();
size               52 Source/core/events/ScopedEventQueue.cpp     ASSERT(!m_queuedEventDispatchMediators.size());
size               75 Source/core/events/ScopedEventQueue.cpp     for (size_t i = 0; i < queuedEventDispatchMediators.size(); i++)
size               43 Source/core/events/TreeScopeEventContext.cpp     nodes.reserveInitialCapacity(path.size());
size               44 Source/core/events/TreeScopeEventContext.cpp     for (size_t i = 0; i < path.size(); ++i) {
size               78 Source/core/events/TreeScopeEventContext.cpp     for (size_t i = 0; i < m_children.size(); ++i)
size               91 Source/core/fetch/CSSStyleSheetResource.cpp     String sheetText = m_decoder->decode(m_data->data(), m_data->size());
size              100 Source/core/fetch/CSSStyleSheetResource.cpp         m_decodedSheetText = m_decoder->decode(m_data->data(), m_data->size());
size               46 Source/core/fetch/CachedMetadata.h     static PassRefPtr<CachedMetadata> create(unsigned dataTypeID, const char* data, size_t size)
size               48 Source/core/fetch/CachedMetadata.h         return adoptRef(new CachedMetadata(dataTypeID, data, size));
size               51 Source/core/fetch/CachedMetadata.h     static PassRefPtr<CachedMetadata> deserialize(const char* data, size_t size)
size               53 Source/core/fetch/CachedMetadata.h         return adoptRef(new CachedMetadata(data, size));
size               70 Source/core/fetch/CachedMetadata.h         if (m_serializedData.size() < dataStart)
size               75 Source/core/fetch/CachedMetadata.h     size_t size() const
size               77 Source/core/fetch/CachedMetadata.h         if (m_serializedData.size() < dataStart)
size               79 Source/core/fetch/CachedMetadata.h         return m_serializedData.size() - dataStart;
size               86 Source/core/fetch/CachedMetadata.h         if (m_serializedData.size() < position + sizeof(unsigned))
size               97 Source/core/fetch/CachedMetadata.h     CachedMetadata(const char* data, size_t size)
size              100 Source/core/fetch/CachedMetadata.h         ASSERT(size > dataStart);
size              102 Source/core/fetch/CachedMetadata.h         m_serializedData.append(data, size);
size              105 Source/core/fetch/CachedMetadata.h     CachedMetadata(unsigned dataTypeID, const char* data, size_t size)
size              112 Source/core/fetch/CachedMetadata.h         m_serializedData.append(data, size);
size              122 Source/core/fetch/CrossOriginAccessControl.cpp     if (requestHeaderFields.size() > 0) {
size              205 Source/core/fetch/CrossOriginAccessControl.cpp     for (unsigned headerCount = 0; headerCount < headers.size(); headerCount++) {
size               59 Source/core/fetch/DocumentResource.cpp         decodedText.append(m_decoder->decode(m_data->data(), m_data->size()));
size              100 Source/core/fetch/FontResource.cpp FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant)
size              104 Source/core/fetch/FontResource.cpp         return FontPlatformData(size, bold, italic);
size              107 Source/core/fetch/FontResource.cpp     return m_fontData->fontPlatformData(size, bold, italic, orientation, widthVariant);
size              118 Source/core/fetch/FontResource.cpp             String svgSource = decoder->decode(m_data->data(), m_data->size());
size               61 Source/core/fetch/FontResource.h     FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
size              268 Source/core/fetch/ImageResource.cpp         imageSize = m_image->size();
size               80 Source/core/fetch/ImageResourceTest.cpp     ASSERT_EQ(cachedImage->resourceBuffer()->size(), svgDataLength);
size              114 Source/core/fetch/MemoryCache.cpp     update(resource, 0, resource->size(), true);
size              229 Source/core/fetch/MemoryCache.cpp     int size = m_allResources.size();
size              232 Source/core/fetch/MemoryCache.cpp     for (int i = 0; i < size; i++) {
size              248 Source/core/fetch/MemoryCache.cpp     for (int i = size - 1; i >= 0; i--) {
size              316 Source/core/fetch/MemoryCache.cpp     update(resource, resource->size(), 0, false);
size              322 Source/core/fetch/MemoryCache.cpp MemoryCache::LRUList* MemoryCache::lruListFor(unsigned accessCount, size_t size)
size              325 Source/core/fetch/MemoryCache.cpp     unsigned queueIndex = WTF::fastLog2(size / accessCount);
size              326 Source/core/fetch/MemoryCache.cpp     if (m_allResources.size() <= queueIndex)
size              467 Source/core/fetch/MemoryCache.cpp     ASSERT(m_deadSize >= resource->size());
size              468 Source/core/fetch/MemoryCache.cpp     m_liveSize += resource->size();
size              469 Source/core/fetch/MemoryCache.cpp     m_deadSize -= resource->size();
size              474 Source/core/fetch/MemoryCache.cpp     ASSERT(m_liveSize >= resource->size());
size              475 Source/core/fetch/MemoryCache.cpp     m_liveSize -= resource->size();
size              476 Source/core/fetch/MemoryCache.cpp     m_deadSize += resource->size();
size              525 Source/core/fetch/MemoryCache.cpp     size += purged ? 0 : o->size();
size              526 Source/core/fetch/MemoryCache.cpp     liveSize += o->hasClients() ? o->size() : 0;
size              653 Source/core/fetch/MemoryCache.cpp     printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Images", s.images.count, s.images.size, s.images.liveSize, s.images.decodedSize, s.images.purgeableSize, s.images.purgedSize);
size              654 Source/core/fetch/MemoryCache.cpp     printf("%-13s %13d %13d %13d %13d %13d %13d\n", "CSS", s.cssStyleSheets.count, s.cssStyleSheets.size, s.cssStyleSheets.liveSize, s.cssStyleSheets.decodedSize, s.cssStyleSheets.purgeableSize, s.cssStyleSheets.purgedSize);
size              655 Source/core/fetch/MemoryCache.cpp     printf("%-13s %13d %13d %13d %13d %13d %13d\n", "XSL", s.xslStyleSheets.count, s.xslStyleSheets.size, s.xslStyleSheets.liveSize, s.xslStyleSheets.decodedSize, s.xslStyleSheets.purgeableSize, s.xslStyleSheets.purgedSize);
size              656 Source/core/fetch/MemoryCache.cpp     printf("%-13s %13d %13d %13d %13d %13d %13d\n", "JavaScript", s.scripts.count, s.scripts.size, s.scripts.liveSize, s.scripts.decodedSize, s.scripts.purgeableSize, s.scripts.purgedSize);
size              657 Source/core/fetch/MemoryCache.cpp     printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Fonts", s.fonts.count, s.fonts.size, s.fonts.liveSize, s.fonts.decodedSize, s.fonts.purgeableSize, s.fonts.purgedSize);
size              658 Source/core/fetch/MemoryCache.cpp     printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Other", s.other.count, s.other.size, s.other.liveSize, s.other.decodedSize, s.other.purgeableSize, s.other.purgedSize);
size              674 Source/core/fetch/MemoryCache.cpp     int size = m_allResources.size();
size              675 Source/core/fetch/MemoryCache.cpp     for (int i = size - 1; i >= 0; i--) {
size              103 Source/core/fetch/MemoryCache.h         int size;
size              113 Source/core/fetch/MemoryCache.h             , size(0)
size              159 Source/core/fetch/MemoryCache.h     void updateForAccess(Resource* resource) { update(resource, resource->size(), resource->size(), true); }
size               57 Source/core/fetch/MemoryCacheTest.cpp             setDecodedSize(this->size());
size               74 Source/core/fetch/MemoryCacheTest.cpp         void fakeEncodedSize(size_t size)
size               76 Source/core/fetch/MemoryCacheTest.cpp             setEncodedSize(size);
size              132 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(cachedResource->size(), memoryCache()->deadSize());
size              138 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(cachedResource->size(), memoryCache()->liveSize());
size              142 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(cachedResource->size(), memoryCache()->liveSize());
size              162 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_GT(cachedResource->size(), 0u);
size              168 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(cachedResource->size(), memoryCache()->deadSize());
size              206 Source/core/fetch/MemoryCacheTest.cpp             ASSERT_GT(m_live->size(), 0u);
size              207 Source/core/fetch/MemoryCacheTest.cpp             ASSERT_GT(m_dead->size(), 0u);
size              215 Source/core/fetch/MemoryCacheTest.cpp             ASSERT_EQ(m_dead->size(), memoryCache()->deadSize());
size              216 Source/core/fetch/MemoryCacheTest.cpp             ASSERT_EQ(m_live->size(), memoryCache()->liveSize());
size              220 Source/core/fetch/MemoryCacheTest.cpp             ASSERT_EQ(m_dead->size(), memoryCache()->deadSize());
size              221 Source/core/fetch/MemoryCacheTest.cpp             ASSERT_EQ(m_live->size(), memoryCache()->liveSize());
size              270 Source/core/fetch/MemoryCacheTest.cpp     const unsigned maxDeadCapacity = ((resource1->size() + resource2->size()) / 2) - 1;
size              281 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(memoryCache()->liveSize(), resource1->size() + resource2->size());
size              288 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(memoryCache()->deadSize(), resource1->size());
size              289 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(memoryCache()->liveSize(), resource2->size());
size              298 Source/core/fetch/MemoryCacheTest.cpp     ASSERT_EQ(memoryCache()->deadSize(), resource1->size());
size              323 Source/core/fetch/MemoryCacheTest.cpp     const unsigned lowPrioritySize = cachedImageLowPriority->size();
size              324 Source/core/fetch/MemoryCacheTest.cpp     const unsigned highPrioritySize = cachedImageHighPriority->size();
size               60 Source/core/fetch/RawResource.cpp     size_t redirectCount = redirectChain().size();
size               68 Source/core/fetch/RawResource.cpp     ASSERT(redirectCount == redirectChain().size());
size               75 Source/core/fetch/RawResource.cpp         client->dataReceived(this, m_data->data(), m_data->size());
size              213 Source/core/fetch/Resource.cpp     setEncodedSize(m_data->size());
size              222 Source/core/fetch/Resource.cpp     setEncodedSize(m_data->size());
size              341 Source/core/fetch/Resource.cpp     if (!m_redirectChain.size())
size              383 Source/core/fetch/Resource.cpp void Resource::setSerializedCachedMetadata(const char* data, size_t size)
size              391 Source/core/fetch/Resource.cpp     m_cachedMetadata = CachedMetadata::deserialize(data, size);
size              394 Source/core/fetch/Resource.cpp void Resource::setCachedMetadata(unsigned dataTypeID, const char* data, size_t size)
size              401 Source/core/fetch/Resource.cpp     m_cachedMetadata = CachedMetadata::create(dataTypeID, data, size);
size              403 Source/core/fetch/Resource.cpp     blink::Platform::current()->cacheMetadata(m_response.url(), m_response.responseTime(), serializedData.data(), serializedData.size());
size              558 Source/core/fetch/Resource.cpp     size_t oldSize = size();
size              575 Source/core/fetch/Resource.cpp         memoryCache()->update(this, oldSize, size());
size              583 Source/core/fetch/Resource.cpp     size_t oldSize = size();
size              586 Source/core/fetch/Resource.cpp         memoryCache()->update(this, oldSize, size());
size              684 Source/core/fetch/Resource.cpp     unsigned moveCount = clientsToMove.size();
size              784 Source/core/fetch/Resource.cpp     for (size_t i = 0; i < m_redirectChain.size(); ++i) {
size              884 Source/core/fetch/Resource.cpp     for (size_t i = 0; i < resources.size(); i++) {
size              890 Source/core/fetch/Resource.cpp     for (size_t i = 0; i < resources.size(); i++)
size              139 Source/core/fetch/Resource.h     unsigned count() const { return m_clients.size(); }
size              144 Source/core/fetch/Resource.h     size_t size() const { return encodedSize() + decodedSize() + overheadSize(); }
size               39 Source/core/fetch/ResourceClientWalker.h         : m_clientSet(set), m_clientVector(set.size()), m_index(0)
size               50 Source/core/fetch/ResourceClientWalker.h         size_t size = m_clientVector.size();
size               51 Source/core/fetch/ResourceClientWalker.h         while (m_index < size) {
size              157 Source/core/fetch/ResourceFetcher.cpp     ResourceResponse response(url, mimetype, data->size(), charset, String());
size              162 Source/core/fetch/ResourceFetcher.cpp     if (data->size())
size              383 Source/core/fetch/ResourceFetcher.cpp     ResourceResponse response(url, substituteData.mimeType(), substituteData.content()->size(), substituteData.textEncoding(), emptyString());
size              389 Source/core/fetch/ResourceFetcher.cpp     if (substituteData.content()->size())
size              489 Source/core/fetch/ResourceLoader.cpp     m_host->didReceiveData(m_resource, dataOut.data(), dataOut.size(), encodedDataLength);
size               42 Source/core/fetch/ResourceLoaderSet.cpp     size_t size = loadersCopy.size();
size               43 Source/core/fetch/ResourceLoaderSet.cpp     for (size_t i = 0; i < size; ++i)
size               51 Source/core/fetch/ResourceLoaderSet.cpp     size_t size = loadersCopy.size();
size               52 Source/core/fetch/ResourceLoaderSet.cpp     for (size_t i = 0; i < size; ++i)
size               53 Source/core/fetch/ShaderResource.cpp         builder.append(m_decoder->decode(m_data->data(), m_data->size()));
size               85 Source/core/fileapi/Blob.cpp void Blob::clampSliceOffsets(long long size, long long& start, long long& end)
size               87 Source/core/fileapi/Blob.cpp     ASSERT(size != -1);
size               91 Source/core/fileapi/Blob.cpp         start = start + size;
size               93 Source/core/fileapi/Blob.cpp         end = end + size;
size              100 Source/core/fileapi/Blob.cpp     if (start >= size) {
size              105 Source/core/fileapi/Blob.cpp     else if (end > size)
size              106 Source/core/fileapi/Blob.cpp         end = size;
size              116 Source/core/fileapi/Blob.cpp     long long size = this->size();
size              117 Source/core/fileapi/Blob.cpp     clampSliceOffsets(size, start, end);
size              150 Source/core/fileapi/Blob.cpp     blobData.appendBlob(m_blobDataHandle, 0, m_blobDataHandle->size());
size               62 Source/core/fileapi/Blob.h     virtual unsigned long long size() const { return m_blobDataHandle->size(); }
size              101 Source/core/fileapi/Blob.h     static void clampSliceOffsets(long long size, long long& start, long long& end);
size              118 Source/core/fileapi/File.cpp File::File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
size              123 Source/core/fileapi/File.cpp     , m_snapshotSize(hasSnaphotData ? static_cast<long long>(size) : -1)
size              134 Source/core/fileapi/File.cpp     , m_snapshotSize(Blob::size())
size              180 Source/core/fileapi/File.cpp     long long size;
size              181 Source/core/fileapi/File.cpp     if (!hasBackingFile() || !getFileSize(m_path, size))
size              183 Source/core/fileapi/File.cpp     return static_cast<unsigned long long>(size);
size              197 Source/core/fileapi/File.cpp     long long size;
size              199 Source/core/fileapi/File.cpp     captureSnapshot(size, modificationTime);
size              200 Source/core/fileapi/File.cpp     clampSliceOffsets(size, start, end);
size              261 Source/core/fileapi/File.cpp     long long size;
size              263 Source/core/fileapi/File.cpp     captureSnapshot(size, modificationTime);
size              265 Source/core/fileapi/File.cpp         blobData.appendFileSystemURL(m_fileSystemURL, 0, size, modificationTime);
size              269 Source/core/fileapi/File.cpp     blobData.appendFile(m_path, 0, size, modificationTime);
size               61 Source/core/fileapi/File.h     static PassRefPtrWillBeRawPtr<File> create(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
size               63 Source/core/fileapi/File.h         return adoptRefWillBeNoop(new File(path, name, relativePath, hasSnaphotData, size, lastModified, blobDataHandle));
size               91 Source/core/fileapi/File.h     virtual unsigned long long size() const OVERRIDE;
size              118 Source/core/fileapi/File.h     File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
size               39 Source/core/fileapi/FileList.cpp     if (index >= m_files.size())
size               47 Source/core/fileapi/FileList.cpp     for (unsigned i = 0; i < m_files.size(); ++i)
size               46 Source/core/fileapi/FileList.h     unsigned length() const { return m_files.size(); }
size               84 Source/core/fileapi/FileReader.cpp             && m_runningReaders.size() < m_maxRunningReaders) {
size              121 Source/core/fileapi/FileReader.cpp         while (m_runningReaders.size() < m_maxRunningReaders) {
size              557 Source/core/frame/DOMWindow.cpp     for (size_t i = 0; i < properties.size(); ++i)
size              567 Source/core/frame/DOMWindow.cpp     for (size_t i = 0; i < properties.size(); ++i)
size             1458 Source/core/frame/DOMWindow.cpp     FloatSize dest = fr.size() + FloatSize(x, y);
size               73 Source/core/frame/DOMWindowBase64.cpp     return String(out.data(), out.size());
size               80 Source/core/frame/DeviceSensorEventDispatcher.cpp     while (i < m_controllers.size()) {
size              472 Source/core/frame/FrameView.cpp void FrameView::setContentsSize(const IntSize& size)
size              474 Source/core/frame/FrameView.cpp     if (size == contentsSize())
size              477 Source/core/frame/FrameView.cpp     ScrollView::setContentsSize(size);
size              486 Source/core/frame/FrameView.cpp     page->chrome().contentsSizeChanged(m_frame.get(), size);
size              512 Source/core/frame/FrameView.cpp     const IntSize& size = rect.size();
size              513 Source/core/frame/FrameView.cpp     ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize());
size              515 Source/core/frame/FrameView.cpp     setContentsSize(size);
size             1184 Source/core/frame/FrameView.cpp     for (size_t i = 0; i < widgets.size() && renderView(); ++i)
size             1187 Source/core/frame/FrameView.cpp     for (size_t i = 0; i < widgets.size() && renderView(); ++i)
size             1494 Source/core/frame/FrameView.cpp     size_t viewportConstrainedObjectsCount = subRectsToUpdate.size();
size             1663 Source/core/frame/FrameView.cpp void FrameView::setLayoutSize(const IntSize& size)
size             1667 Source/core/frame/FrameView.cpp     setLayoutSizeInternal(size);
size             2208 Source/core/frame/FrameView.cpp     IntSize size = frameRect().size();
size             2268 Source/core/frame/FrameView.cpp         if (newSize == size)
size             2273 Source/core/frame/FrameView.cpp         if (m_didRunAutosize && size.height() <= m_maxAutoSize.height() && size.width() <= m_maxAutoSize.width()
size             2274 Source/core/frame/FrameView.cpp             && !m_frame->document()->loadEventFinished() && (newSize.height() < size.height() || newSize.width() < size.width()))
size             2458 Source/core/frame/FrameView.cpp     IntSize visibleContentSize = visibleContentRect().size();
size             3143 Source/core/frame/FrameView.cpp         for (size_t i = 0; i < m_trackedRepaintRects.size(); ++i)
size             3261 Source/core/frame/FrameView.cpp         setLayoutSizeInternal(frameRect().size());
size             3266 Source/core/frame/FrameView.cpp void FrameView::setLayoutSizeInternal(const IntSize& size)
size             3268 Source/core/frame/FrameView.cpp     if (m_layoutSize == size)
size             3271 Source/core/frame/FrameView.cpp     m_layoutSize = size;
size              181 Source/core/frame/FrameView.h     bool hasViewportConstrainedObjects() const { return m_viewportConstrainedObjects && m_viewportConstrainedObjects->size() > 0; }
size              535 Source/core/frame/FrameView.h inline void FrameView::incrementVisuallyNonEmptyPixelCount(const IntSize& size)
size              539 Source/core/frame/FrameView.h     m_visuallyNonEmptyPixelCount += size.width() * size.height();
size               31 Source/core/frame/ImageBitmap.cpp     IntRect intersectRect = intersection(IntRect(IntPoint(), image->size()), cropRect);
size               46 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
size               64 Source/core/frame/ImageBitmap.cpp     IntRect dstRect(IntPoint(), srcRect.size());
size               66 Source/core/frame/ImageBitmap.cpp     OwnPtr<ImageBuffer> buf = ImageBuffer::create(videoRect.size());
size               74 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
size               88 Source/core/frame/ImageBitmap.cpp     IntRect srcRect = intersection(cropRect, IntRect(IntPoint(), canvas->size()));
size               89 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
size              100 Source/core/frame/ImageBitmap.cpp     IntRect srcRect = intersection(cropRect, IntRect(IntPoint(), data->size()));
size              102 Source/core/frame/ImageBitmap.cpp     OwnPtr<ImageBuffer> buf = ImageBuffer::create(data->size());
size              106 Source/core/frame/ImageBitmap.cpp         buf->putByteArray(Premultiplied, data->data(), data->size(), srcRect, IntPoint(min(0, -cropRect.x()), min(0, -cropRect.y())));
size              109 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())),  srcRect.size());
size              122 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, oldBitmapRect.x() - cropRect.x()), max(0, oldBitmapRect.y() - cropRect.y())), srcRect.size());
size              128 Source/core/frame/ImageBitmap.cpp         IntRect adjustedCropRect(IntPoint(cropRect.x() -oldBitmapRect.x(), cropRect.y() - oldBitmapRect.y()), cropRect.size());
size              139 Source/core/frame/ImageBitmap.cpp     IntRect srcRect = intersection(cropRect, IntRect(IntPoint(), image->size()));
size              141 Source/core/frame/ImageBitmap.cpp     m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())),  srcRect.size());
size              214 Source/core/frame/ImageBitmap.cpp     FloatRect newDstRect(FloatPoint(intersectRect.location() - srcRect->location()), m_bitmapRect.size());
size               40 Source/core/frame/ImageBitmap.h     IntSize size() const { return m_cropRect.size(); }
size              235 Source/core/frame/LocalFrame.cpp     for (size_t i = 0; i < childFrames.size(); ++i)
size              554 Source/core/frame/LocalFrame.cpp     OwnPtr<ImageBuffer> buffer = ImageBuffer::create(paintingRect.size());
size              583 Source/core/frame/LocalFrame.cpp     OwnPtr<ImageBuffer> buffer = ImageBuffer::create(paintingRect.size());
size               97 Source/core/frame/PageConsole.cpp     for (size_t i = 0; i < callStack->size(); ++i) {
size              212 Source/core/frame/PinchViewport.cpp     int xPosition = isHorizontal ? 0 : m_innerViewportContainerLayer->size().width() - overlayScrollbarThickness;
size              213 Source/core/frame/PinchViewport.cpp     int yPosition = isHorizontal ? m_innerViewportContainerLayer->size().height() - overlayScrollbarThickness : 0;
size              214 Source/core/frame/PinchViewport.cpp     int width = isHorizontal ? m_innerViewportContainerLayer->size().width() - overlayScrollbarThickness : overlayScrollbarThickness;
size              215 Source/core/frame/PinchViewport.cpp     int height = isHorizontal ? overlayScrollbarThickness : m_innerViewportContainerLayer->size().height() - overlayScrollbarThickness;
size              264 Source/core/frame/PinchViewport.cpp     IntPoint maxScrollPosition(contentsSize() - visibleRect().size());
size              115 Source/core/frame/SmartClip.cpp     if (hitNodes.isEmpty() || hitNodes.size() == bestNode->countChildren()) {
size              123 Source/core/frame/SmartClip.cpp     for (size_t i = 0; i < hitNodes.size(); ++i) {
size              483 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
size              544 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
size              594 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
size               23 Source/core/frame/csp/CSPSourceList.cpp         return StringHasher::computeHash(v.data(), v.size());
size               81 Source/core/frame/csp/CSPSourceList.cpp     for (size_t i = 0; i < m_list.size(); ++i) {
size              204 Source/core/frame/csp/CSPSourceList.cpp     if (hash.size() > 0) {
size              359 Source/core/frame/csp/CSPSourceList.cpp     if (hashVector.size() > kMaxDigestSize)
size              361 Source/core/frame/csp/CSPSourceList.cpp     hash.append(reinterpret_cast<uint8_t*>(hashVector.data()), hashVector.size());
size              186 Source/core/frame/csp/ContentSecurityPolicy.cpp     const UChar* end = begin + characters.size();
size              233 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              243 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              253 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              263 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              273 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              286 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              296 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < policies.size(); ++i) {
size              382 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < m_policies.size(); ++i) {
size              391 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < m_policies.size(); ++i) {
size              511 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < m_policies.size(); ++i) {
size              522 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < m_policies.size(); ++i) {
size              535 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < m_policies.size(); ++i) {
size              656 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (size_t i = 0; i < reportURIs.size(); ++i)
size               21 Source/core/frame/csp/MediaListDirective.cpp     parse(characters.data(), characters.data() + characters.size());
size               23 Source/core/frame/csp/SourceListDirective.cpp     m_sourceList.parse(characters.data(), characters.data() + characters.size());
size               47 Source/core/html/ClassList.cpp     return m_element->hasClass() ? classNames().size() : 0;
size               54 Source/core/html/DOMFormData.cpp     for (unsigned i = 0; i < form->associatedElements().size(); ++i) {
size               73 Source/core/html/FormDataList.cpp     size_t formDataListSize = items.size();
size              116 Source/core/html/FormDataList.cpp             formData->appendData(header.data(), header.size());
size              140 Source/core/html/FormDataList.cpp     formData->appendData(encodedData.data(), encodedData.size());
size               55 Source/core/html/HTMLAllCollection.cpp         if (index < elements->size())
size               57 Source/core/html/HTMLAllCollection.cpp         index -= elements->size();
size               61 Source/core/html/HTMLAllCollection.cpp         if (index < elements->size())
size               73 Source/core/html/HTMLAllCollection.cpp     if (!namedItems.size())
size               76 Source/core/html/HTMLAllCollection.cpp     if (namedItems.size() == 1) {
size              407 Source/core/html/HTMLAnchorElement.cpp     for (unsigned i = 0; i < pingURLs.size(); i++)
size               80 Source/core/html/HTMLAreaElement.cpp bool HTMLAreaElement::mapMouseEvent(LayoutPoint location, const LayoutSize& size, HitTestResult& result)
size               82 Source/core/html/HTMLAreaElement.cpp     if (m_lastSize != size) {
size               83 Source/core/html/HTMLAreaElement.cpp         m_region = adoptPtr(new Path(getRegion(size)));
size               84 Source/core/html/HTMLAreaElement.cpp         m_lastSize = size;
size              104 Source/core/html/HTMLAreaElement.cpp     LayoutSize size = m_lastSize;
size              106 Source/core/html/HTMLAreaElement.cpp         size = obj->absoluteClippedOverflowRect().size();
size              108 Source/core/html/HTMLAreaElement.cpp     Path p = getRegion(size);
size              125 Source/core/html/HTMLAreaElement.cpp Path HTMLAreaElement::getRegion(const LayoutSize& size) const
size              130 Source/core/html/HTMLAreaElement.cpp     LayoutUnit width = size.width();
size              131 Source/core/html/HTMLAreaElement.cpp     LayoutUnit height = size.height();
size              136 Source/core/html/HTMLAreaElement.cpp         if (m_coords.size() == 3)
size              138 Source/core/html/HTMLAreaElement.cpp         else if (m_coords.size() == 4)
size              140 Source/core/html/HTMLAreaElement.cpp         else if (m_coords.size() >= 6)
size              147 Source/core/html/HTMLAreaElement.cpp             if (m_coords.size() >= 6) {
size              148 Source/core/html/HTMLAreaElement.cpp                 int numPoints = m_coords.size() / 2;
size              156 Source/core/html/HTMLAreaElement.cpp             if (m_coords.size() >= 3) {
size              163 Source/core/html/HTMLAreaElement.cpp             if (m_coords.size() >= 4) {
size              215 Source/core/html/HTMLCanvasElement.cpp         FloatRect r = mapRect(rect, FloatRect(0, 0, size().width(), size().height()), destRect);
size              259 Source/core/html/HTMLCanvasElement.cpp     IntSize oldSize = size();
size              272 Source/core/html/HTMLCanvasElement.cpp     if (m_context && m_context->is3d() && oldSize != size())
size              277 Source/core/html/HTMLCanvasElement.cpp             if (oldSize != size()) {
size              355 Source/core/html/HTMLCanvasElement.cpp void HTMLCanvasElement::setSurfaceSize(const IntSize& size)
size              357 Source/core/html/HTMLCanvasElement.cpp     m_size = size;
size              396 Source/core/html/HTMLCanvasElement.cpp         return ImageDataToDataURL(ImageDataBuffer(imageData->size(), imageData->data()), encodingMimeType, quality);
size              416 Source/core/html/HTMLCanvasElement.cpp bool HTMLCanvasElement::shouldAccelerate(const IntSize& size) const
size              429 Source/core/html/HTMLCanvasElement.cpp     if (size.width() * size.height() < settings->minimumAccelerated2dCanvasSize())
size              444 Source/core/html/HTMLCanvasElement.cpp         return adoptPtr(new WebGLImageBufferSurface(size(), opacityMode));
size              449 Source/core/html/HTMLCanvasElement.cpp         OwnPtr<ImageBufferSurface> surface = adoptPtr(new Canvas2DImageBufferSurface(size(), opacityMode, *msaaSampleCount));
size              454 Source/core/html/HTMLCanvasElement.cpp     return adoptPtr(new UnacceleratedImageBufferSurface(size(), opacityMode));
size              472 Source/core/html/HTMLCanvasElement.cpp     IntSize deviceSize = size();
size              580 Source/core/html/HTMLCanvasElement.cpp     m_imageBuffer = ImageBuffer::create(size(), opacityMode);
size               75 Source/core/html/HTMLCanvasElement.h     int width() const { return size().width(); }
size               76 Source/core/html/HTMLCanvasElement.h     int height() const { return size().height(); }
size               78 Source/core/html/HTMLCanvasElement.h     const IntSize& size() const { return m_size; }
size               87 Source/core/html/HTMLCanvasElement.h         if (newSize == size())
size              470 Source/core/html/HTMLCollection.cpp     for (unsigned i = 0; idResults && i < idResults->size(); ++i)
size              473 Source/core/html/HTMLCollection.cpp     for (unsigned i = 0; nameResults && i < nameResults->size(); ++i)
size               72 Source/core/html/HTMLDimension.cpp             if (fractionNumbers.size()) {
size               73 Source/core/html/HTMLDimension.cpp                 double fractionValue = charactersToUIntStrict(fractionNumbers.data(), fractionNumbers.size(), &ok);
size               76 Source/core/html/HTMLDimension.cpp                 value += fractionValue / pow(10., static_cast<double>(fractionNumbers.size()));
size               60 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size               67 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size               74 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size               82 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size               90 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size               98 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              106 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              114 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              122 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              130 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              138 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              146 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              154 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              162 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              170 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              178 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              186 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              194 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(1U, result.size());
size              202 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(2U, result.size());
size              211 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(3U, result.size());
size              221 Source/core/html/HTMLDimensionTest.cpp     ASSERT_EQ(3U, result.size());
size              307 Source/core/html/HTMLDocument.cpp     for (size_t i = 0; i < text.size(); ++i)
size              316 Source/core/html/HTMLDocument.cpp     for (size_t i = 0; i < text.size(); ++i)
size              210 Source/core/html/HTMLElement.cpp     if (!attributeNameToEventNameMap.size()) {
size              847 Source/core/html/HTMLElement.cpp     for (; i < colorString.length() && digitBuffer.size() < maxColorLength; i++) {
size              854 Source/core/html/HTMLElement.cpp     if (!digitBuffer.size())
size              861 Source/core/html/HTMLElement.cpp     if (digitBuffer.size() < 6)
size              865 Source/core/html/HTMLElement.cpp     ASSERT(digitBuffer.size() >= 6);
size              866 Source/core/html/HTMLElement.cpp     size_t componentLength = digitBuffer.size() / 3;
size              881 Source/core/html/HTMLElement.cpp     ASSERT_WITH_SECURITY_IMPLICATION(blueIndex + 1 < digitBuffer.size());
size               54 Source/core/html/HTMLFontElement.cpp static bool parseFontSize(const CharacterType* characters, unsigned length, int& size)
size              130 Source/core/html/HTMLFontElement.cpp     size = value;
size              134 Source/core/html/HTMLFontElement.cpp static bool parseFontSize(const String& input, int& size)
size              140 Source/core/html/HTMLFontElement.cpp         return parseFontSize(input.characters8(), input.length(), size);
size              142 Source/core/html/HTMLFontElement.cpp     return parseFontSize(input.characters16(), input.length(), size);
size              145 Source/core/html/HTMLFontElement.cpp bool HTMLFontElement::cssValueFromFontSizeNumber(const String& s, CSSValueID& size)
size              154 Source/core/html/HTMLFontElement.cpp         size = CSSValueXSmall;
size              157 Source/core/html/HTMLFontElement.cpp         size = CSSValueSmall;
size              160 Source/core/html/HTMLFontElement.cpp         size = CSSValueMedium;
size              163 Source/core/html/HTMLFontElement.cpp         size = CSSValueLarge;
size              166 Source/core/html/HTMLFontElement.cpp         size = CSSValueXLarge;
size              169 Source/core/html/HTMLFontElement.cpp         size = CSSValueXxLarge;
size              172 Source/core/html/HTMLFontElement.cpp         size = CSSValueWebkitXxxLarge;
size              190 Source/core/html/HTMLFontElement.cpp         CSSValueID size = CSSValueInvalid;
size              191 Source/core/html/HTMLFontElement.cpp         if (cssValueFromFontSizeNumber(value, size))
size              192 Source/core/html/HTMLFontElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyFontSize, size);
size               75 Source/core/html/HTMLFormControlsCollection.cpp     for (; i < associatedElements.size(); ++i) {
size               94 Source/core/html/HTMLFormControlsCollection.cpp     for (unsigned i = offset; i < associatedElements.size(); ++i) {
size              117 Source/core/html/HTMLFormControlsCollection.cpp     for (unsigned i = 0; i < elementsArray.size(); ++i) {
size              126 Source/core/html/HTMLFormControlsCollection.cpp     for (unsigned i = 0; i < imageElementsArray->size(); ++i) {
size              161 Source/core/html/HTMLFormControlsCollection.cpp     for (unsigned i = 0; i < elementsArray.size(); ++i) {
size              180 Source/core/html/HTMLFormControlsCollection.cpp         for (unsigned i = 0; i < imageElementsArray.size(); ++i) {
size              200 Source/core/html/HTMLFormControlsCollection.cpp     if (namedItems.size() == 1) {
size              128 Source/core/html/HTMLFormElement.cpp     size_t size = elements.size();
size              129 Source/core/html/HTMLFormElement.cpp     for (size_t i = 0; i < size; ++i)
size              131 Source/core/html/HTMLFormElement.cpp     ASSERT(elements.size() == size);
size              179 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              196 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              240 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              257 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < unhandledInvalidControls.size(); ++i) {
size              270 Source/core/html/HTMLFormElement.cpp         for (unsigned i = 0; i < unhandledInvalidControls.size(); ++i) {
size              340 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              420 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              462 Source/core/html/HTMLFormElement.cpp     for (size_t i = 0; i < pendingEvents.size(); ++i)
size              633 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              662 Source/core/html/HTMLFormElement.cpp     elements.reserveCapacity(associatedElements.size());
size              663 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < associatedElements.size(); ++i)
size              666 Source/core/html/HTMLFormElement.cpp     for (unsigned i = 0; i < elements.size(); ++i) {
size              724 Source/core/html/HTMLFormElement.cpp     if (namedItems.size() && namedItems.first() != elementFromPast) {
size              768 Source/core/html/HTMLFormElement.cpp     if (elements.size() == 1) {
size               39 Source/core/html/HTMLFrameSetElement.h     size_t totalRows() const { return std::max<size_t>(1, m_rowLengths.size()); }
size               40 Source/core/html/HTMLFrameSetElement.h     size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); }
size               88 Source/core/html/HTMLHRElement.cpp         int size = si->toInt();
size               89 Source/core/html/HTMLHRElement.cpp         if (size <= 1)
size               92 Source/core/html/HTMLHRElement.cpp             addPropertyToPresentationAttributeStyle(style, CSSPropertyHeight, size - 2, CSSPrimitiveValue::CSS_PX);
size              438 Source/core/html/HTMLImageElement.cpp         sourceImage->setContainerSize(sourceImage->size());
size              457 Source/core/html/HTMLImageElement.cpp     LayoutSize size;
size              458 Source/core/html/HTMLImageElement.cpp     size = image->imageSizeForRenderer(renderer(), 1.0f); // FIXME: Not sure about this.
size              460 Source/core/html/HTMLImageElement.cpp     return size;
size              468 Source/core/html/HTMLImageElement.cpp     LayoutSize size;
size              469 Source/core/html/HTMLImageElement.cpp     size = image->imageSizeForRenderer(renderer(), 1.0f); // FIXME: Not sure about this.
size              471 Source/core/html/HTMLImageElement.cpp         size.scale(toRenderImage(renderer())->imageDevicePixelRatio());
size              472 Source/core/html/HTMLImageElement.cpp     return size;
size             1265 Source/core/html/HTMLInputElement.cpp     for (size_t i = 0; i < splitTypes.size(); ++i) {
size             1310 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSize(unsigned size)
size             1312 Source/core/html/HTMLInputElement.cpp     setUnsignedIntegralAttribute(sizeAttr, size);
size             1315 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSize(unsigned size, ExceptionState& exceptionState)
size             1317 Source/core/html/HTMLInputElement.cpp     if (!size)
size             1320 Source/core/html/HTMLInputElement.cpp         setSize(size);
size              131 Source/core/html/HTMLInputElement.h     int size() const;
size               62 Source/core/html/HTMLKeygenElement.cpp     for (size_t i = 0; i < keys.size(); ++i) {
size               22 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(1U, sizes.size());
size               30 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(1U, sizes.size());
size               38 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(3U, sizes.size());
size               49 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(0U, sizes.size());
size               54 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(0U, sizes.size());
size               59 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(0U, sizes.size());
size               64 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(0U, sizes.size());
size               69 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(0U, sizes.size());
size               74 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     ASSERT_EQ(0U, sizes.size());
size               54 Source/core/html/HTMLMapElement.cpp bool HTMLMapElement::mapMouseEvent(LayoutPoint location, const LayoutSize& size, HitTestResult& result)
size               61 Source/core/html/HTMLMapElement.cpp         } else if (area->mapMouseEvent(location, size, result)) {
size              972 Source/core/html/HTMLMediaElement.cpp         for (size_t i = 0; i < potentiallySkippedCues.size(); ++i) {
size              996 Source/core/html/HTMLMediaElement.cpp     size_t currentCuesSize = currentCues.size();
size              997 Source/core/html/HTMLMediaElement.cpp     size_t missedCuesSize = missedCues.size();
size              998 Source/core/html/HTMLMediaElement.cpp     size_t previousCuesSize = previousCues.size();
size             1086 Source/core/html/HTMLMediaElement.cpp     for (size_t i = 0; i < eventTasks.size(); ++i) {
size             1122 Source/core/html/HTMLMediaElement.cpp     for (size_t i = 0; i < affectedTracks.size(); ++i) {
size             1164 Source/core/html/HTMLMediaElement.cpp     for (unsigned i = 0; i < m_textTracksWhenResourceSelectionBegan.size(); ++i) {
size             2393 Source/core/html/HTMLMediaElement.cpp     if (languageMatchIndex >= languages.size())
size             2398 Source/core/html/HTMLMediaElement.cpp     return (languages.size() - languageMatchIndex) * 10;
size             2421 Source/core/html/HTMLMediaElement.cpp     ASSERT(group.tracks.size());
size             2433 Source/core/html/HTMLMediaElement.cpp     for (size_t i = 0; i < group.tracks.size(); ++i) {
size             2478 Source/core/html/HTMLMediaElement.cpp     if (currentlyEnabledTracks.size()) {
size             2479 Source/core/html/HTMLMediaElement.cpp         for (size_t i = 0; i < currentlyEnabledTracks.size(); ++i) {
size             2538 Source/core/html/HTMLMediaElement.cpp     if (captionAndSubtitleTracks.tracks.size())
size             2540 Source/core/html/HTMLMediaElement.cpp     if (descriptionTracks.tracks.size())
size             2542 Source/core/html/HTMLMediaElement.cpp     if (chapterTracks.tracks.size())
size             2544 Source/core/html/HTMLMediaElement.cpp     if (metadataTracks.tracks.size())
size             2546 Source/core/html/HTMLMediaElement.cpp     if (otherTracks.tracks.size())
size             2596 Source/core/html/HTMLMediaElement.cpp     for (unsigned i = 0; !canUseSourceElement && i < potentialSourceNodes.size(); ++i) {
size              128 Source/core/html/HTMLObjectElement.cpp     for (unsigned i = 0; i < paramNames->size(); ++i) {
size              166 Source/core/html/HTMLOptionElement.cpp     size_t length = items.size();
size              131 Source/core/html/HTMLOptionsCollection.cpp     if (!namedItems.size())
size              134 Source/core/html/HTMLOptionsCollection.cpp     if (namedItems.size() == 1) {
size              133 Source/core/html/HTMLSelectElement.cpp     if (multiple() || size() > 1)
size              232 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); i++) {
size              248 Source/core/html/HTMLSelectElement.cpp         for (unsigned i = 0; i < items.size(); i++) {
size              255 Source/core/html/HTMLSelectElement.cpp         if (optionIndex >= static_cast<int>(items.size()))
size              273 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              291 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              321 Source/core/html/HTMLSelectElement.cpp         int size = value.toInt();
size              322 Source/core/html/HTMLSelectElement.cpp         AtomicString attrSize = AtomicString::number(size);
size              328 Source/core/html/HTMLSelectElement.cpp         size = max(size, 1);
size              331 Source/core/html/HTMLSelectElement.cpp         if (oldSize != size)
size              334 Source/core/html/HTMLSelectElement.cpp         m_size = size;
size              432 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::setSize(int size)
size              434 Source/core/html/HTMLSelectElement.cpp     setIntegralAttribute(sizeAttr, size);
size              490 Source/core/html/HTMLSelectElement.cpp         for (size_t i = 0; i < items.size(); ++i) {
size              498 Source/core/html/HTMLSelectElement.cpp         for (size_t i = 0; i < itemsToRemove.size(); ++i) {
size              521 Source/core/html/HTMLSelectElement.cpp     int size = listItems.size();
size              522 Source/core/html/HTMLSelectElement.cpp     for (listIndex += direction; listIndex >= 0 && listIndex < size; listIndex += direction) {
size              541 Source/core/html/HTMLSelectElement.cpp         startIndex = listItems().size();
size              548 Source/core/html/HTMLSelectElement.cpp     int index = nextValidIndex(items.size(), SkipBackwards, INT_MAX);
size              549 Source/core/html/HTMLSelectElement.cpp     if (static_cast<size_t>(index) == items.size())
size              566 Source/core/html/HTMLSelectElement.cpp         pageSize = toRenderListBox(renderer())->size() - 1; // -1 so we still show context.
size              571 Source/core/html/HTMLSelectElement.cpp     int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1);
size              604 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              619 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              633 Source/core/html/HTMLSelectElement.cpp     ASSERT(!listItems().size() || m_activeSelectionAnchorIndex >= 0);
size              639 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              646 Source/core/html/HTMLSelectElement.cpp         else if (deselectOtherOptions || i >= m_cachedStateForActiveSelection.size())
size              666 Source/core/html/HTMLSelectElement.cpp     if (m_lastOnChangeSelection.isEmpty() || m_lastOnChangeSelection.size() != items.size()) {
size              673 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              831 Source/core/html/HTMLSelectElement.cpp     for (size_t i = 0; i < items.size(); ++i) {
size              922 Source/core/html/HTMLSelectElement.cpp     int listSize = static_cast<int>(items.size());
size              941 Source/core/html/HTMLSelectElement.cpp     if (listIndex < 0 || listIndex >= static_cast<int>(items.size()) || !isHTMLOptionElement(*items[listIndex]))
size              976 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size              986 Source/core/html/HTMLSelectElement.cpp     size_t length = items.size();
size             1004 Source/core/html/HTMLSelectElement.cpp     size_t loopEndIndex = std::min(items.size(), listIndexEnd);
size             1019 Source/core/html/HTMLSelectElement.cpp     size_t itemsSize = items.size();
size             1069 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size             1089 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size             1180 Source/core/html/HTMLSelectElement.cpp             listIndex = nextValidIndex(listItems.size(), SkipBackwards, 1);
size             1184 Source/core/html/HTMLSelectElement.cpp         if (handled && static_cast<size_t>(listIndex) < listItems.size())
size             1467 Source/core/html/HTMLSelectElement.cpp             ASSERT_UNUSED(listItems, !listItems.size() || static_cast<size_t>(endIndex) < listItems.size());
size             1541 Source/core/html/HTMLSelectElement.cpp     for (size_t i = items.size(); i;) {
size             1556 Source/core/html/HTMLSelectElement.cpp     return listItems().size();
size             1621 Source/core/html/HTMLSelectElement.cpp     for (unsigned i = 0; i < items.size(); ++i) {
size               60 Source/core/html/HTMLSelectElement.h     int size() const { return m_size; }
size               53 Source/core/html/HTMLSelectElementWin.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < static_cast<int>(listItems().size()));
size              415 Source/core/html/HTMLTextAreaElement.cpp     size_t size = textNodes.size();
size              416 Source/core/html/HTMLTextAreaElement.cpp     for (size_t i = 0; i < size; ++i)
size              524 Source/core/html/HTMLTextFormControlElement.cpp     size_t size = result.length();
size              525 Source/core/html/HTMLTextFormControlElement.cpp     if (size && result[size - 1] == '\n')
size              526 Source/core/html/HTMLTextFormControlElement.cpp         result.resize(--size);
size              234 Source/core/html/HTMLViewSourceDocument.cpp     unsigned size = lines.size();
size              235 Source/core/html/HTMLViewSourceDocument.cpp     for (unsigned i = 0; i < size; i++) {
size              240 Source/core/html/HTMLViewSourceDocument.cpp             if (i == size - 1)
size              247 Source/core/html/HTMLViewSourceDocument.cpp         if (i < size - 1)
size               38 Source/core/html/ImageData.cpp PassRefPtrWillBeRawPtr<ImageData> ImageData::create(const IntSize& size)
size               41 Source/core/html/ImageData.cpp     dataSize *= size.width();
size               42 Source/core/html/ImageData.cpp     dataSize *= size.height();
size               46 Source/core/html/ImageData.cpp     return adoptRefWillBeNoop(new ImageData(size));
size               49 Source/core/html/ImageData.cpp PassRefPtrWillBeRawPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray)
size               52 Source/core/html/ImageData.cpp     dataSize *= size.width();
size               53 Source/core/html/ImageData.cpp     dataSize *= size.height();
size               61 Source/core/html/ImageData.cpp     return adoptRefWillBeNoop(new ImageData(size, byteArray));
size              127 Source/core/html/ImageData.cpp ImageData::ImageData(const IntSize& size)
size              128 Source/core/html/ImageData.cpp     : m_size(size)
size              129 Source/core/html/ImageData.cpp     , m_data(Uint8ClampedArray::createUninitialized(size.width() * size.height() * 4))
size              134 Source/core/html/ImageData.cpp ImageData::ImageData(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray)
size              135 Source/core/html/ImageData.cpp     : m_size(size)
size              138 Source/core/html/ImageData.cpp     ASSERT_WITH_SECURITY_IMPLICATION(static_cast<unsigned>(size.width() * size.height() * 4) <= m_data->length());
size               50 Source/core/html/ImageData.h     IntSize size() const { return m_size; }
size              107 Source/core/html/ImageDocument.cpp static String imageTitle(const String& filename, const IntSize& size)
size              114 Source/core/html/ImageDocument.cpp     result.append(String::number(size.width()));
size              116 Source/core/html/ImageDocument.cpp     result.append(String::number(size.height()));
size              147 Source/core/html/ImageDocument.cpp         IntSize size = flooredIntSize(cachedImage->imageSizeForRenderer(document()->imageElement()->renderer(), 1.0f));
size              148 Source/core/html/ImageDocument.cpp         if (size.width()) {
size              154 Source/core/html/ImageDocument.cpp             document()->setTitle(imageTitle(fileName, size));
size              100 Source/core/html/MediaController.cpp     for (size_t index = 1; index < m_mediaElements.size(); ++index)
size              114 Source/core/html/MediaController.cpp     for (size_t index = 1; index < m_mediaElements.size(); ++index)
size              128 Source/core/html/MediaController.cpp     for (size_t index = 1; index < m_mediaElements.size(); ++index)
size              138 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index) {
size              183 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index)
size              207 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index)
size              267 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index)
size              299 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index)
size              315 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index)
size              389 Source/core/html/MediaController.cpp         for (size_t index = 1; index < m_mediaElements.size(); ++index)
size              498 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index)
size              524 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index) {
size              554 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index) {
size              586 Source/core/html/MediaController.cpp     for (size_t index = 0; index < m_mediaElements.size(); ++index) {
size              605 Source/core/html/MediaController.cpp     size_t count = pendingEvents.size();
size              161 Source/core/html/MediaFragmentURIParser.cpp     for (unsigned i = 0; i < m_fragments.size(); ++i) {
size               87 Source/core/html/PublicURLManager.cpp         for (unsigned j = 0; j < urlsToRemove.size(); j++)
size               48 Source/core/html/TimeRanges.cpp     unsigned size = webRanges.size();
size               49 Source/core/html/TimeRanges.cpp     for (unsigned i = 0; i < size; ++i)
size               59 Source/core/html/TimeRanges.cpp     unsigned size = m_ranges.size();
size               60 Source/core/html/TimeRanges.cpp     for (unsigned i = 0; i < size; i++)
size               72 Source/core/html/TimeRanges.cpp     if (!m_ranges.size())
size               79 Source/core/html/TimeRanges.cpp         for (size_t index = 0; index + 1 < m_ranges.size(); ++index)
size              109 Source/core/html/TimeRanges.cpp     for (size_t index = 0; index < other->m_ranges.size(); ++index) {
size              148 Source/core/html/TimeRanges.cpp     for (overlappingArcIndex = 0; overlappingArcIndex < m_ranges.size(); overlappingArcIndex++) {
size               57 Source/core/html/TimeRanges.h     unsigned length() const { return m_ranges.size(); }
size              108 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (size_t stackSize = m_stateStack.size()) {
size              341 Source/core/html/canvas/CanvasRenderingContext2D.cpp         ASSERT(m_stateStack.size() >= 1);
size              364 Source/core/html/canvas/CanvasRenderingContext2D.cpp     ASSERT(m_stateStack.size() >= 1);
size              365 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (m_stateStack.size() <= 1)
size              591 Source/core/html/canvas/CanvasRenderingContext2D.cpp     for (size_t i = 0; i < dash.size(); i++) {
size              607 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (dash.size() % 2)
size              633 Source/core/html/canvas/CanvasRenderingContext2D.cpp     DashArray convertedLineDash(state().m_lineDash.size());
size              634 Source/core/html/canvas/CanvasRenderingContext2D.cpp     for (size_t i = 0; i < state().m_lineDash.size(); ++i)
size             1465 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatSize scale(dstRect->size().width() / srcRect->size().width(), dstRect->size().height() / srcRect->size().height());
size             1815 Source/core/html/canvas/CanvasRenderingContext2D.cpp static PassRefPtrWillBeRawPtr<ImageData> createEmptyImageData(const IntSize& size)
size             1817 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (RefPtrWillBeRawPtr<ImageData> data = ImageData::create(size)) {
size             1832 Source/core/html/canvas/CanvasRenderingContext2D.cpp     return createEmptyImageData(imageData->size());
size             1851 Source/core/html/canvas/CanvasRenderingContext2D.cpp     IntSize size = expandedIntSize(logicalSize);
size             1852 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (size.width() < 1)
size             1853 Source/core/html/canvas/CanvasRenderingContext2D.cpp         size.setWidth(1);
size             1854 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (size.height() < 1)
size             1855 Source/core/html/canvas/CanvasRenderingContext2D.cpp         size.setHeight(1);
size             1857 Source/core/html/canvas/CanvasRenderingContext2D.cpp     return createEmptyImageData(size);
size             1898 Source/core/html/canvas/CanvasRenderingContext2D.cpp         return createEmptyImageData(imageDataRect.size());
size             1904 Source/core/html/canvas/CanvasRenderingContext2D.cpp     return ImageData::create(imageDataRect.size(), byteArray.release());
size             1956 Source/core/html/canvas/CanvasRenderingContext2D.cpp     destRect.intersect(IntRect(IntPoint(), buffer->size()));
size              108 Source/core/html/canvas/DataView.cpp static void flipBytesIfNeeded(char* value, size_t size, bool littleEndian)
size              113 Source/core/html/canvas/DataView.cpp     switch (size) {
size               39 Source/core/html/canvas/WebGLActiveInfo.h     static PassRefPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size)
size               41 Source/core/html/canvas/WebGLActiveInfo.h         return adoptRef(new WebGLActiveInfo(name, type, size));
size               45 Source/core/html/canvas/WebGLActiveInfo.h     GLint size() const { return m_size; }
size               48 Source/core/html/canvas/WebGLActiveInfo.h     WebGLActiveInfo(const String& name, GLenum type, GLint size)
size               51 Source/core/html/canvas/WebGLActiveInfo.h         , m_size(size)
size               55 Source/core/html/canvas/WebGLActiveInfo.h         ASSERT(size);
size               64 Source/core/html/canvas/WebGLContextGroup.cpp     if (m_contexts.size() == 1 && m_contexts.contains(context))
size               69 Source/core/html/canvas/WebGLDrawBuffers.cpp     GLsizei n = buffers.size();
size              175 Source/core/html/canvas/WebGLDrawBuffers.cpp     for (size_t i = 0; i < colors.size(); ++i)
size              578 Source/core/html/canvas/WebGLFramebuffer.cpp     m_filteredDrawBuffers.resize(m_drawBuffers.size());
size              579 Source/core/html/canvas/WebGLFramebuffer.cpp     for (size_t i = 0; i < m_filteredDrawBuffers.size(); ++i)
size              590 Source/core/html/canvas/WebGLFramebuffer.cpp     for (size_t i = 0; i < m_drawBuffers.size(); ++i) {
size              605 Source/core/html/canvas/WebGLFramebuffer.cpp             m_filteredDrawBuffers.size(), m_filteredDrawBuffers.data());
size              613 Source/core/html/canvas/WebGLFramebuffer.cpp     if (index < static_cast<int>(m_drawBuffers.size()))
size               42 Source/core/html/canvas/WebGLGetInfo.cpp WebGLGetInfo::WebGLGetInfo(const bool* value, int size)
size               49 Source/core/html/canvas/WebGLGetInfo.cpp     if (!value || size <=0)
size               51 Source/core/html/canvas/WebGLGetInfo.cpp     m_boolArray.resize(size);
size               52 Source/core/html/canvas/WebGLGetInfo.cpp     for (int ii = 0; ii < size; ++ii)
size               75 Source/core/html/canvas/WebGLGetInfo.h     WebGLGetInfo(const bool* value, int size);
size               70 Source/core/html/canvas/WebGLProgram.cpp     return m_activeAttribLocations.size();
size              106 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (candidateID >= activeContexts().size())
size              122 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!activeContexts().size())
size              127 Source/core/html/canvas/WebGLRenderingContextBase.cpp     for (size_t ii = 1; ii < activeContexts().size(); ++ii) {
size              140 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntSize size;
size              143 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (candidateID < activeContexts().size()) {
size              145 Source/core/html/canvas/WebGLRenderingContextBase.cpp         size.setWidth(candidate->drawingBufferWidth());
size              146 Source/core/html/canvas/WebGLRenderingContextBase.cpp         size.setHeight(candidate->drawingBufferHeight());
size              149 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return size;
size              155 Source/core/html/canvas/WebGLRenderingContextBase.cpp     while (activeContexts().size() >= maxGLActiveContexts && removedContexts < maxGLActiveContexts) {
size              183 Source/core/html/canvas/WebGLRenderingContextBase.cpp     while(activeContexts().size() < maxGLActiveContexts && forciblyEvictedContexts().size()) {
size              683 Source/core/html/canvas/WebGLRenderingContextBase.cpp     for (size_t i = 0; i < m_textureUnits.size(); ++i) {
size              694 Source/core/html/canvas/WebGLRenderingContextBase.cpp     for (size_t i = 0; i < m_extensions.size(); ++i)
size              920 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_drawingBuffer->size().width();
size              925 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_drawingBuffer->size().height();
size              954 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (texture - GL_TEXTURE0 >= m_textureUnits.size()) {
size             1162 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::bufferData(GLenum target, long long size, GLenum usage)
size             1169 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (size < 0) {
size             1173 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!size) {
size             1178 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferData(target, static_cast<GLsizeiptr>(size), 0, usage);
size             2000 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return WebGLActiveInfo::create(info.name, info.type, info.size);
size             2010 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return WebGLActiveInfo::create(info.name, info.type, info.size);
size             2089 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_lostContextErrors.size()) {
size             2138 Source/core/html/canvas/WebGLRenderingContextBase.cpp     for (size_t i = 0; i < m_extensions.size(); ++i) {
size             2244 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo(Uint32Array::create(m_compressedTextureFormats.data(), m_compressedTextureFormats.size()));
size             2592 Source/core/html/canvas/WebGLRenderingContextBase.cpp     for (size_t i = 0; i < m_extensions.size(); ++i) {
size             2657 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (info.size > 1 && name.endsWith("[0]"))
size             2660 Source/core/html/canvas/WebGLRenderingContextBase.cpp         for (GLint index = 0; index < info.size; ++index) {
size             2663 Source/core/html/canvas/WebGLRenderingContextBase.cpp             if (info.size > 1 && index >= 1) {
size             2825 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo(state.size);
size             3354 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntSize size(width, height);
size             3355 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ImageBuffer* buf = m_generatedImageCache.imageBuffer(size);
size             3361 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntRect srcRect(IntPoint(), image->size());
size             3362 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntRect destRect(0, 0, size.width(), size.height());
size             3402 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {
size             3470 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntSize size(video->videoWidth(), video->videoHeight());
size             3471 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ImageBuffer* buf = m_generatedImageCache.imageBuffer(size);
size             3476 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntRect destRect(0, 0, size.width(), size.height());
size             3645 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {
size             3721 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size)
size             3723 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform1fv", location, v, size, 1))
size             3726 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1fv(location->location(), size, v);
size             3750 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1iv(const WebGLUniformLocation* location, GLint* v, GLsizei size)
size             3752 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform1iv", location, v, size, 1))
size             3755 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform1iv(location->location(), size, v);
size             3779 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size)
size             3781 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform2fv", location, v, size, 2))
size             3784 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2fv(location->location(), size / 2, v);
size             3808 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2iv(const WebGLUniformLocation* location, GLint* v, GLsizei size)
size             3810 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform2iv", location, v, size, 2))
size             3813 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform2iv(location->location(), size / 2, v);
size             3837 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size)
size             3839 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform3fv", location, v, size, 3))
size             3842 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3fv(location->location(), size / 3, v);
size             3866 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3iv(const WebGLUniformLocation* location, GLint* v, GLsizei size)
size             3868 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform3iv", location, v, size, 3))
size             3871 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform3iv(location->location(), size / 3, v);
size             3895 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size)
size             3897 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform4fv", location, v, size, 4))
size             3900 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4fv(location->location(), size / 4, v);
size             3924 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4iv(const WebGLUniformLocation* location, GLint* v, GLsizei size)
size             3926 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformParameters("uniform4iv", location, v, size, 4))
size             3929 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniform4iv(location->location(), size / 4, v);
size             3939 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix2fv(const WebGLUniformLocation* location, GLboolean transpose, GLfloat* v, GLsizei size)
size             3941 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix2fv", location, transpose, v, size, 4))
size             3943 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix2fv(location->location(), size / 4, transpose, v);
size             3953 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix3fv(const WebGLUniformLocation* location, GLboolean transpose, GLfloat* v, GLsizei size)
size             3955 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix3fv", location, transpose, v, size, 9))
size             3957 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix3fv(location->location(), size / 9, transpose, v);
size             3967 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix4fv(const WebGLUniformLocation* location, GLboolean transpose, GLfloat* v, GLsizei size)
size             3969 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix4fv", location, transpose, v, size, 16))
size             3971 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->uniformMatrix4fv(location->location(), size / 16, transpose, v);
size             4012 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttrib1fv(GLuint index, GLfloat* v, GLsizei size)
size             4014 Source/core/html/canvas/WebGLRenderingContextBase.cpp     vertexAttribfvImpl("vertexAttrib1fv", index, v, size, 1);
size             4027 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttrib2fv(GLuint index, GLfloat* v, GLsizei size)
size             4029 Source/core/html/canvas/WebGLRenderingContextBase.cpp     vertexAttribfvImpl("vertexAttrib2fv", index, v, size, 2);
size             4042 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttrib3fv(GLuint index, GLfloat* v, GLsizei size)
size             4044 Source/core/html/canvas/WebGLRenderingContextBase.cpp     vertexAttribfvImpl("vertexAttrib3fv", index, v, size, 3);
size             4057 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttrib4fv(GLuint index, GLfloat* v, GLsizei size)
size             4059 Source/core/html/canvas/WebGLRenderingContextBase.cpp     vertexAttribfvImpl("vertexAttrib4fv", index, v, size, 4);
size             4062 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, long long offset)
size             4081 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (size < 1 || size > 4 || stride < 0 || stride > 255 || offset < 0) {
size             4099 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLsizei bytesPerElement = size * typeSize;
size             4101 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_boundVertexArrayObject->setVertexAttribState(index, bytesPerElement, size, type, normalized, stride, static_cast<GLintptr>(offset), m_boundArrayBuffer);
size             4102 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->vertexAttribPointer(index, size, type, normalized, stride, static_cast<GLintptr>(offset));
size             4160 Source/core/html/canvas/WebGLRenderingContextBase.cpp     for (size_t i = 0; i < m_extensions.size(); ++i) {
size             4238 Source/core/html/canvas/WebGLRenderingContextBase.cpp     while (m_contextObjects.size() > 0) {
size             5053 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, void* v, GLsizei size, GLsizei requiredMinSize)
size             5055 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return validateUniformMatrixParameters(functionName, location, false, v, size, requiredMinSize);
size             5067 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation* location, GLboolean transpose, void* v, GLsizei size, GLsizei requiredMinSize)
size             5083 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (size < requiredMinSize || (size % requiredMinSize)) {
size             5303 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribfvImpl(const char* functionName, GLuint index, GLfloat* v, GLsizei size, GLsizei expectedSize)
size             5311 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (size < expectedSize) {
size             5426 Source/core/html/canvas/WebGLRenderingContextBase.cpp ImageBuffer* WebGLRenderingContextBase::LRUImageBufferCache::imageBuffer(const IntSize& size)
size             5433 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (buf->size() != size)
size             5439 Source/core/html/canvas/WebGLRenderingContextBase.cpp     OwnPtr<ImageBuffer> temp(ImageBuffer::create(size));
size              125 Source/core/html/canvas/WebGLRenderingContextBase.h     void bufferData(GLenum target, long long size, GLenum usage);
size              305 Source/core/html/canvas/WebGLRenderingContextBase.h     void vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized,
size              477 Source/core/html/canvas/WebGLRenderingContextBase.h         ImageBuffer* imageBuffer(const IntSize& size);
size              161 Source/core/html/canvas/WebGLTexture.cpp         for (size_t ii = 0; ii < m_info.size(); ++ii) {
size              282 Source/core/html/canvas/WebGLTexture.cpp     for (size_t ii = 0; ii < m_info.size(); ++ii) {
size              287 Source/core/html/canvas/WebGLTexture.cpp             || (m_info.size() > 1 && !m_isCubeComplete))
size              316 Source/core/html/canvas/WebGLTexture.cpp     for (size_t ii = 0; ii < m_info.size(); ++ii) {
size              329 Source/core/html/canvas/WebGLTexture.cpp         for (size_t ii = 0; ii < m_info.size() && m_isComplete; ++ii) {
size              334 Source/core/html/canvas/WebGLTexture.cpp                 || (m_info.size() > 1 && info0.width != info0.height)) {
size              335 Source/core/html/canvas/WebGLTexture.cpp                 if (m_info.size() > 1)
size              365 Source/core/html/canvas/WebGLTexture.cpp     if (m_info.size() > 1 && !m_isCubeComplete)
size              377 Source/core/html/canvas/WebGLTexture.cpp     if (targetIndex < 0 || targetIndex >= static_cast<int>(m_info.size()))
size              379 Source/core/html/canvas/WebGLTexture.cpp     if (level < 0 || level >= static_cast<GLint>(m_info[targetIndex].size()))
size               75 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     for (size_t i = 0; i < m_vertexAttribState.size(); ++i) {
size               93 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     GLuint index, GLsizei bytesPerElement, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset, PassRefPtr<WebGLBuffer> buffer)
size              106 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     state.size = size;
size              121 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     for (size_t i = 0; i < m_vertexAttribState.size(); ++i) {
size               52 Source/core/html/canvas/WebGLVertexArrayObjectOES.h             , size(4)
size               65 Source/core/html/canvas/WebGLVertexArrayObjectOES.h         GLint size;
size              247 Source/core/html/forms/ColorInputType.cpp             if (suggestions.size() >= maxSuggestions)
size              172 Source/core/html/forms/EmailInputType.cpp     for (unsigned i = 0; i < addresses.size(); ++i) {
size              247 Source/core/html/forms/EmailInputType.cpp     for (size_t i = 0; i < addresses.size(); ++i) {
size              264 Source/core/html/forms/EmailInputType.cpp     for (size_t i = 0; i < addresses.size(); ++i) {
size              282 Source/core/html/forms/EmailInputType.cpp     for (size_t i = 0; i < addresses.size(); ++i) {
size              216 Source/core/html/forms/FileInputType.cpp     size_t size = files.size();
size              221 Source/core/html/forms/FileInputType.cpp     if (size && element().fastHasAttribute(webkitdirectoryAttr)) {
size              224 Source/core/html/forms/FileInputType.cpp         for (size_t i = 1; i < size; i++) {
size              233 Source/core/html/forms/FileInputType.cpp         for (size_t i = 0; i < size; i++) {
size              241 Source/core/html/forms/FileInputType.cpp     for (size_t i = 0; i < size; i++)
size              350 Source/core/html/forms/FileInputType.cpp     for (unsigned i = 0; i < paths.size(); ++i)
size               61 Source/core/html/forms/FormController.cpp     stateVector.append(String::number(m_values.size()));
size               62 Source/core/html/forms/FormController.cpp     for (size_t i = 0; i < m_values.size(); ++i)
size               68 Source/core/html/forms/FormController.cpp     if (index >= stateVector.size())
size               73 Source/core/html/forms/FormController.cpp     if (index + valueSize > stateVector.size())
size              209 Source/core/html/forms/FormController.cpp     if (index >= stateVector.size())
size              217 Source/core/html/forms/FormController.cpp         if (index + 1 >= stateVector.size())
size              264 Source/core/html/forms/FormController.cpp     ASSERT(it->value.size());
size              267 Source/core/html/forms/FormController.cpp     if (!it->value.size())
size              282 Source/core/html/forms/FormController.cpp             for (size_t i = 0; i < selectedFiles.size(); ++i)
size              315 Source/core/html/forms/FormController.cpp     for (size_t i = 0, namedControls = 0; i < controls.size() && namedControls < namedControlsToBeRecorded; ++i) {
size              415 Source/core/html/forms/FormController.cpp     stateVector.reserveInitialCapacity(m_formControls.size() * 4);
size              421 Source/core/html/forms/FormController.cpp     bool hasOnlySignature = stateVector.size() == 1;
size              452 Source/core/html/forms/FormController.cpp     if (stateVector.size() < 1 || stateVector[i++] != formStateSignature())
size              455 Source/core/html/forms/FormController.cpp     while (i + 1 < stateVector.size()) {
size              464 Source/core/html/forms/FormController.cpp     if (i != stateVector.size())
size              491 Source/core/html/forms/FormController.cpp     for (size_t i = 0; i < elements.size(); ++i) {
size               48 Source/core/html/forms/FormController.h     size_t valueSize() const { return m_values.size(); }
size               49 Source/core/html/forms/InputTypeView.cpp     preferredSize = element().size();
size              171 Source/core/html/forms/NumberInputType.cpp     RealNumberRenderSize size = calculateRenderSize(minimum).max(calculateRenderSize(maximum).max(calculateRenderSize(step)));
size              173 Source/core/html/forms/NumberInputType.cpp     preferredSize = size.sizeBeforeDecimalPoint + size.sizeAfteDecimalPoint + (size.sizeAfteDecimalPoint ? 1 : 0);
size              372 Source/core/html/forms/RangeInputType.cpp     if (!m_tickMarkValues.size())
size              376 Source/core/html/forms/RangeInputType.cpp     size_t right = m_tickMarkValues.size();
size              383 Source/core/html/forms/RangeInputType.cpp         if (middle == m_tickMarkValues.size() - 1 && m_tickMarkValues[middle] < value) {
size              396 Source/core/html/forms/RangeInputType.cpp     const Decimal closestRight = middle != m_tickMarkValues.size() ? m_tickMarkValues[middle] : Decimal::infinity(Decimal::Positive);
size              116 Source/core/html/ime/InputMethodContext.cpp     for (size_t i = 0; i < underlines.size(); ++i) {
size              148 Source/core/html/ime/InputMethodContext.cpp     if (!underlines.size()) {
size              151 Source/core/html/ime/InputMethodContext.cpp         for (size_t i = 0; i < underlines.size(); ++i)
size              108 Source/core/html/imports/HTMLImport.cpp     for (size_t i = 0; i < updated.size(); ++i)
size              161 Source/core/html/imports/HTMLImportLoader.cpp     for (size_t i = 0; i < m_imports.size(); ++i)
size               64 Source/core/html/imports/HTMLImportsController.cpp     for (size_t i = 0; i < m_imports.size(); ++i)
size              114 Source/core/html/imports/HTMLImportsController.cpp     for (size_t i = 0; i < m_imports.size(); ++i) {
size              128 Source/core/html/parser/AtomicHTMLToken.h             if (StringImpl* tagName = lookupHTMLTag(token.name().data(), token.name().size()))
size              164 Source/core/html/parser/AtomicHTMLToken.h             m_attributes.reserveInitialCapacity(token.attributes().size());
size              225 Source/core/html/parser/AtomicHTMLToken.h     size_t size = attributes.size();
size              226 Source/core/html/parser/AtomicHTMLToken.h     if (!size)
size              230 Source/core/html/parser/AtomicHTMLToken.h     m_attributes.reserveInitialCapacity(size);
size              231 Source/core/html/parser/AtomicHTMLToken.h     for (size_t i = 0; i < size; ++i) {
size               51 Source/core/html/parser/BackgroundHTMLInputStream.cpp     HTMLInputCheckpoint checkpoint = m_checkpoints.size();
size               52 Source/core/html/parser/BackgroundHTMLInputStream.cpp     m_checkpoints.append(Checkpoint(m_current, m_segments.size(), tokensExtractedSincePreviousCheckpoint));
size               59 Source/core/html/parser/BackgroundHTMLInputStream.cpp     ASSERT(newFirstValidCheckpointIndex < m_checkpoints.size());
size               81 Source/core/html/parser/BackgroundHTMLInputStream.cpp     ASSERT(checkpointIndex < m_checkpoints.size()); // If this ASSERT fires, checkpointIndex is invalid.
size               89 Source/core/html/parser/BackgroundHTMLInputStream.cpp     for (size_t i = checkpoint.numberOfSegmentsAlreadyAppended; i < m_segments.size(); ++i) {
size              113 Source/core/html/parser/BackgroundHTMLInputStream.cpp     size_t lastCheckpointIndex = m_checkpoints.size();
size               61 Source/core/html/parser/BackgroundHTMLParser.cpp     for (size_t i = 0; i < tokens->size(); ++i)
size               67 Source/core/html/parser/BackgroundHTMLParser.cpp     for (size_t i = 0; i < preloads.size(); ++i)
size               73 Source/core/html/parser/BackgroundHTMLParser.cpp     for (size_t i = 0; i < infos.size(); ++i)
size              112 Source/core/html/parser/BackgroundHTMLParser.cpp     updateDocument(m_decoder->decode(buffer->data(), buffer->size()));
size              228 Source/core/html/parser/BackgroundHTMLParser.cpp         if (!m_treeBuilderSimulator.simulate(m_pendingTokens->last(), m_tokenizer.get()) || m_pendingTokens->size() >= pendingTokenLimit) {
size              253 Source/core/html/parser/BackgroundHTMLParser.cpp     chunk->inputCheckpoint = m_input.createCheckpoint(m_pendingTokens->size());
size               65 Source/core/html/parser/CSSPreloadScanner.cpp     scanCommon(data.data(), data.data() + data.size(), source, requests);
size               65 Source/core/html/parser/CompactHTMLToken.cpp         m_attributes.reserveInitialCapacity(token->attributes().size());
size               86 Source/core/html/parser/CompactHTMLToken.cpp     for (unsigned i = 0; i < m_attributes.size(); ++i) {
size              302 Source/core/html/parser/HTMLConstructionSite.cpp     const size_t size = m_taskQueue.size();
size              303 Source/core/html/parser/HTMLConstructionSite.cpp     if (!size)
size              311 Source/core/html/parser/HTMLConstructionSite.cpp     for (size_t i = 0; i < size; ++i)
size              396 Source/core/html/parser/HTMLConstructionSite.cpp     for (unsigned i = 0; i < token->attributes().size(); ++i) {
size              767 Source/core/html/parser/HTMLConstructionSite.cpp     unsigned index = m_activeFormattingElements.size();
size              773 Source/core/html/parser/HTMLConstructionSite.cpp             return firstUnopenElementIndex < m_activeFormattingElements.size();
size              787 Source/core/html/parser/HTMLConstructionSite.cpp     ASSERT(unopenEntryIndex < m_activeFormattingElements.size());
size              788 Source/core/html/parser/HTMLConstructionSite.cpp     for (; unopenEntryIndex < m_activeFormattingElements.size(); ++unopenEntryIndex) {
size               95 Source/core/html/parser/HTMLEntityParser.cpp     if (consumedCharacters.size() == 1)
size               97 Source/core/html/parser/HTMLEntityParser.cpp     else if (consumedCharacters.size() == 2) {
size               50 Source/core/html/parser/HTMLFormattingElementList.cpp     for (unsigned i = 1; i <= m_entries.size(); ++i) {
size               51 Source/core/html/parser/HTMLFormattingElementList.cpp         const Entry& entry = m_entries[m_entries.size() - i];
size               92 Source/core/html/parser/HTMLFormattingElementList.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < size());
size              118 Source/core/html/parser/HTMLFormattingElementList.cpp     while (m_entries.size()) {
size              130 Source/core/html/parser/HTMLFormattingElementList.cpp     if (m_entries.size() < kNoahsArkCapacity)
size              137 Source/core/html/parser/HTMLFormattingElementList.cpp     size_t newItemAttributeCount = newItem->attributes().size();
size              139 Source/core/html/parser/HTMLFormattingElementList.cpp     for (size_t i = m_entries.size(); i; ) {
size              149 Source/core/html/parser/HTMLFormattingElementList.cpp         if (candidate->attributes().size() != newItemAttributeCount)
size              155 Source/core/html/parser/HTMLFormattingElementList.cpp     if (candidates.size() < kNoahsArkCapacity)
size              171 Source/core/html/parser/HTMLFormattingElementList.cpp     remainingCandidates.reserveInitialCapacity(candidates.size());
size              174 Source/core/html/parser/HTMLFormattingElementList.cpp     for (size_t i = 0; i < attributes.size(); ++i) {
size              177 Source/core/html/parser/HTMLFormattingElementList.cpp         for (size_t j = 0; j < candidates.size(); ++j) {
size              181 Source/core/html/parser/HTMLFormattingElementList.cpp             ASSERT(newItem->attributes().size() == candidate->attributes().size());
size              189 Source/core/html/parser/HTMLFormattingElementList.cpp         if (remainingCandidates.size() < kNoahsArkCapacity)
size              199 Source/core/html/parser/HTMLFormattingElementList.cpp     for (size_t i = kNoahsArkCapacity - 1; i < candidates.size(); ++i)
size              207 Source/core/html/parser/HTMLFormattingElementList.cpp     for (unsigned i = 1; i <= m_entries.size(); ++i) {
size              208 Source/core/html/parser/HTMLFormattingElementList.cpp         const Entry& entry = m_entries[m_entries.size() - i];
size              104 Source/core/html/parser/HTMLFormattingElementList.h     bool isEmpty() const { return !size(); }
size              105 Source/core/html/parser/HTMLFormattingElementList.h     size_t size() const { return m_entries.size(); }
size              395 Source/core/html/parser/HTMLParserIdioms.cpp String attemptStaticStringCreation(const LChar* characters, size_t size)
size              397 Source/core/html/parser/HTMLParserIdioms.cpp     String string(findStringIfStatic(characters, size));
size              400 Source/core/html/parser/HTMLParserIdioms.cpp     return String(characters, size);
size              403 Source/core/html/parser/HTMLParserIdioms.cpp String attemptStaticStringCreation(const UChar* characters, size_t size, CharacterWidth width)
size              405 Source/core/html/parser/HTMLParserIdioms.cpp     String string(findStringIfStatic(characters, size));
size              409 Source/core/html/parser/HTMLParserIdioms.cpp         string = StringImpl::create8BitIfPossible(characters, size);
size              411 Source/core/html/parser/HTMLParserIdioms.cpp         string = String::make8BitFrom16BitSource(characters, size);
size              413 Source/core/html/parser/HTMLParserIdioms.cpp         string = String(characters, size);
size              123 Source/core/html/parser/HTMLParserIdioms.h     return attemptStaticStringCreation(vector.data(), vector.size(), width);
size              297 Source/core/html/parser/HTMLPreloadScanner.cpp     TokenPreloadScannerCheckpoint checkpoint = m_checkpoints.size();
size              304 Source/core/html/parser/HTMLPreloadScanner.cpp     ASSERT(checkpointIndex < m_checkpoints.size()); // If this ASSERT fires, checkpointIndex is invalid.
size              142 Source/core/html/parser/HTMLSrcsetParser.cpp     for (i = 0; i < imageCandidates.size() - 1; ++i)
size               56 Source/core/html/parser/HTMLToken.h     for (unsigned i = 0; i < attributes.size(); ++i) {
size              293 Source/core/html/parser/HTMLToken.h         m_attributes.grow(m_attributes.size() + 1);
size              362 Source/core/html/parser/HTMLToken.h         for (unsigned i = 0; i < m_attributes.size(); ++i) {
size               73 Source/core/html/parser/HTMLTokenizer.cpp     if (vector.size() != string.length())
size               79 Source/core/html/parser/HTMLTokenizer.cpp     return equal(string.impl(), vector.data(), vector.size());
size             1596 Source/core/html/parser/HTMLTokenizer.cpp     characters.append(m_temporaryBuffer.data(), m_temporaryBuffer.size());
size             1630 Source/core/html/parser/HTMLTokenizer.cpp     if (m_bufferedEndTagName.size() != m_appropriateEndTagName.size())
size             1633 Source/core/html/parser/HTMLTokenizer.cpp     size_t numCharacters = m_bufferedEndTagName.size();
size              160 Source/core/html/parser/HTMLTokenizer.h         return m_temporaryBuffer.size() ? m_temporaryBuffer.size() + 2 : 0;
size              535 Source/core/html/parser/HTMLTreeBuilder.cpp     for (unsigned i = 0; i < token->attributes().size(); ++i) {
size              580 Source/core/html/parser/HTMLTreeBuilder.cpp     for (unsigned i = 0; i < token->attributes().size(); ++i) {
size              908 Source/core/html/parser/HTMLTreeBuilder.cpp         ASSERT(m_templateInsertionModes.isEmpty() || (m_templateInsertionModes.size() == 1 && isHTMLTemplateElement(m_fragmentContext.contextElement())));
size              199 Source/core/html/parser/TextResourceDecoder.cpp     size_t bufferLength = m_buffer.size();
size              243 Source/core/html/parser/TextResourceDecoder.cpp     size_t oldSize = m_buffer.size();
size              249 Source/core/html/parser/TextResourceDecoder.cpp     if (m_buffer.size() <= 13) // strlen('@charset "x";') == 13
size              253 Source/core/html/parser/TextResourceDecoder.cpp     const char* dataEnd = dataStart + m_buffer.size();
size              286 Source/core/html/parser/TextResourceDecoder.cpp     size_t oldSize = m_buffer.size();
size              293 Source/core/html/parser/TextResourceDecoder.cpp     const char* pEnd = ptr + m_buffer.size();
size              296 Source/core/html/parser/TextResourceDecoder.cpp     if (m_buffer.size() < 8)
size              386 Source/core/html/parser/TextResourceDecoder.cpp             size_t oldSize = m_buffer.size();
size              392 Source/core/html/parser/TextResourceDecoder.cpp         lengthForDecode = m_buffer.size() - lengthOfBOM;
size              420 Source/core/html/parser/TextResourceDecoder.cpp     if (m_buffer.size() && shouldAutoDetect()
size              423 Source/core/html/parser/TextResourceDecoder.cpp         if (detectTextEncoding(m_buffer.data(), m_buffer.size(), m_hintEncoding, &detectedEncoding))
size              430 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
size              143 Source/core/html/parser/XSSAuditor.cpp     for (size_t i = 0; i < token.attributes().size(); ++i) {
size              155 Source/core/html/parser/XSSAuditor.cpp     if (name.size() < lengthOfShortestInlineEventHandlerName)
size              210 Source/core/html/parser/XSSAuditor.cpp     for (size_t i = 0; i < valueList.size(); ++i) {
size              556 Source/core/html/parser/XSSAuditor.cpp     for (size_t i = 0; i < request.token.attributes().size(); ++i) {
size              596 Source/core/html/parser/XSSAuditor.cpp     return canonicalize(fullyDecodeString(request.sourceTracker.sourceForToken(request.token), m_encoding).substring(0, request.token.name().size() + 1));
size              451 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex)
size              463 Source/core/html/shadow/DateTimeEditElement.cpp     if (m_fields.size() == m_fields.capacity())
size              471 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex) {
size              537 Source/core/html/shadow/DateTimeEditElement.cpp     return fieldIndex < m_fields.size() ? m_fields[fieldIndex] : 0;
size              542 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex) {
size              577 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex) {
size              592 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = startIndex; fieldIndex < m_fields.size(); ++fieldIndex) {
size              672 Source/core/html/shadow/DateTimeEditElement.cpp         for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex) {
size              678 Source/core/html/shadow/DateTimeEditElement.cpp         if (DateTimeFieldElement* field = fieldAt(std::min(focusedFieldIndex, m_fields.size() - 1)))
size              704 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex)
size              725 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex)
size              731 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex)
size              738 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex)
size              792 Source/core/html/shadow/DateTimeEditElement.cpp     for (size_t fieldIndex = 0; fieldIndex < m_fields.size(); ++fieldIndex)
size               41 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     for (unsigned index = 0; index < symbols.size(); ++index)
size               61 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     ASSERT_WITH_SECURITY_IMPLICATION(m_maximumIndex < static_cast<int>(m_symbols.size()));
size               68 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     for (unsigned index = 0; index < m_symbols.size(); ++index)
size              113 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     m_selectedIndex = std::max(0, std::min(newSelectedIndex, static_cast<int>(m_symbols.size() - 1)));
size              170 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp     return m_symbols.size();
size               42 Source/core/html/shadow/DateTimeSymbolicFieldElement.h     size_t symbolsSize() const { return m_symbols.size(); }
size              632 Source/core/html/shadow/MediaControlElements.cpp     for (size_t i = 0; i < activeCues.size(); ++i) {
size              639 Source/core/html/shadow/MediaControlElements.cpp         cue->updateDisplay(m_videoDisplaySize.size(), *this);
size              664 Source/core/html/shadow/MediaControlElements.cpp     float smallestDimension = std::min(m_videoDisplaySize.size().height(), m_videoDisplaySize.size().width());
size              120 Source/core/html/track/LoadableTextTrack.cpp     for (size_t i = 0; i < newCues.size(); ++i) {
size              146 Source/core/html/track/LoadableTextTrack.cpp     for (size_t i = 0; i < newRegions.size(); ++i) {
size               39 Source/core/html/track/TextTrackCueList.cpp     return m_list.size();
size               49 Source/core/html/track/TextTrackCueList.cpp     if (index < m_list.size())
size               56 Source/core/html/track/TextTrackCueList.cpp     for (size_t i = 0; i < m_list.size(); ++i) {
size               69 Source/core/html/track/TextTrackCueList.cpp     for (size_t i = 0; i < m_list.size(); ++i) {
size               82 Source/core/html/track/TextTrackCueList.cpp     return add(cue, 0, m_list.size());
size               87 Source/core/html/track/TextTrackCueList.cpp     ASSERT_WITH_SECURITY_IMPLICATION(start <= m_list.size());
size               88 Source/core/html/track/TextTrackCueList.cpp     ASSERT_WITH_SECURITY_IMPLICATION(end <= m_list.size());
size              141 Source/core/html/track/TextTrackCueList.cpp     for (size_t i = start; i < m_list.size(); ++i)
size               59 Source/core/html/track/TextTrackList.cpp     return m_addTrackTracks.size() + m_elementTracks.size() + m_inbandTracks.size();
size               68 Source/core/html/track/TextTrackList.cpp         return m_elementTracks.size() + m_addTrackTracks.find(textTrack);
size               71 Source/core/html/track/TextTrackList.cpp         return m_elementTracks.size() + m_addTrackTracks.size() + m_inbandTracks.find(textTrack);
size               83 Source/core/html/track/TextTrackList.cpp     for (size_t i = 0; i < m_elementTracks.size(); ++i) {
size               92 Source/core/html/track/TextTrackList.cpp     for (size_t i = 0; i < m_addTrackTracks.size(); ++i) {
size              101 Source/core/html/track/TextTrackList.cpp     for (size_t i = 0; i < m_inbandTracks.size(); ++i) {
size              124 Source/core/html/track/TextTrackList.cpp     if (index < m_elementTracks.size())
size              127 Source/core/html/track/TextTrackList.cpp     index -= m_elementTracks.size();
size              128 Source/core/html/track/TextTrackList.cpp     if (index < m_addTrackTracks.size())
size              131 Source/core/html/track/TextTrackList.cpp     index -= m_addTrackTracks.size();
size              132 Source/core/html/track/TextTrackList.cpp     if (index < m_inbandTracks.size())
size              160 Source/core/html/track/TextTrackList.cpp         for (size_t i = 0; i < m_addTrackTracks.size(); ++i)
size              162 Source/core/html/track/TextTrackList.cpp         for (size_t i = 0; i < m_inbandTracks.size(); ++i)
size              166 Source/core/html/track/TextTrackList.cpp         for (size_t i = 0; i < m_inbandTracks.size(); ++i)
size              177 Source/core/html/track/TextTrackList.cpp     for (size_t i = index; i < tracks->size(); ++i)
size              236 Source/core/html/track/TextTrackList.cpp     for (unsigned i = 0; i < m_inbandTracks.size(); ++i) {
size              337 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setSize(int size, ExceptionState& exceptionState)
size              342 Source/core/html/track/vtt/VTTCue.cpp     if (isInvalidPercentage(size, exceptionState))
size              346 Source/core/html/track/vtt/VTTCue.cpp     if (m_cueSize == size)
size              350 Source/core/html/track/vtt/VTTCue.cpp     m_cueSize = size;
size               82 Source/core/html/track/vtt/VTTCue.h     int size() const { return m_cueSize; }
size              144 Source/core/html/track/vtt/VTTParser.cpp                 if (m_client && m_regionList.size())
size              395 Source/core/html/track/vtt/VTTParser.cpp     for (size_t i = 0; i < m_regionList.size(); ++i) {
size               37 Source/core/html/track/vtt/VTTRegionList.cpp     return m_list.size();
size               42 Source/core/html/track/vtt/VTTRegionList.cpp     if (index < m_list.size())
size               53 Source/core/html/track/vtt/VTTRegionList.cpp     for (size_t i = 0; i < m_list.size(); ++i) {
size              112 Source/core/inspector/AsyncCallStackTracker.cpp         for (size_t i = 0; i < vector.size(); ++i) {
size              432 Source/core/inspector/AsyncCallStackTracker.cpp     while (chain->m_callStacks.size() > maxDepth)
size               90 Source/core/inspector/ConsoleMessage.cpp     if (callStack && callStack->size()) {
size              131 Source/core/inspector/ConsoleMessage.cpp     if (m_callStack && m_callStack->size()) {
size               67 Source/core/inspector/ContentSearchUtils.cpp     unsigned size = endings->size();
size               69 Source/core/inspector/ContentSearchUtils.cpp     for (unsigned lineNumber = 0; lineNumber < size; ++lineNumber) {
size              218 Source/core/inspector/DOMPatchSupport.cpp     ResultMap newMap(newList.size());
size              219 Source/core/inspector/DOMPatchSupport.cpp     ResultMap oldMap(oldList.size());
size              221 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldMap.size(); ++i) {
size              226 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < newMap.size(); ++i) {
size              232 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[i]->m_sha1 == newList[i]->m_sha1; ++i) {
size              238 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[oldList.size() - i - 1]->m_sha1 == newList[newList.size() - i - 1]->m_sha1; ++i) {
size              239 Source/core/inspector/DOMPatchSupport.cpp         size_t oldIndex = oldList.size() - i - 1;
size              240 Source/core/inspector/DOMPatchSupport.cpp         size_t newIndex = newList.size() - i - 1;
size              251 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < newList.size(); ++i) {
size              255 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldList.size(); ++i) {
size              260 Source/core/inspector/DOMPatchSupport.cpp         if (newIt->value.size() != 1)
size              264 Source/core/inspector/DOMPatchSupport.cpp         if (oldIt == oldTable.end() || oldIt->value.size() != 1)
size              271 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; newList.size() > 0 && i < newList.size() - 1; ++i) {
size              276 Source/core/inspector/DOMPatchSupport.cpp         if (j < oldMap.size() && !oldMap[j].first && newList[i + 1]->m_sha1 == oldList[j]->m_sha1) {
size              282 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = newList.size() - 1; newList.size() > 0 && i > 0; --i) {
size              313 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldList.size(); ++i) {
size              333 Source/core/inspector/DOMPatchSupport.cpp         if (!m_unusedNodesMap.contains(oldList[i]->m_sha1) && (!i || oldMap[i - 1].first) && (i == oldMap.size() - 1 || oldMap[i + 1].first)) {
size              335 Source/core/inspector/DOMPatchSupport.cpp             size_t anchorAfter = (i == oldMap.size() - 1) ? anchorCandidate + 1 : oldMap[i + 1].second;
size              336 Source/core/inspector/DOMPatchSupport.cpp             if (anchorAfter - anchorCandidate == 1 && anchorCandidate < newList.size())
size              350 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < newList.size(); ++i) {
size              366 Source/core/inspector/DOMPatchSupport.cpp         for (size_t i = 0; i < newList.size(); ++i) {
size              381 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < newMap.size(); ++i) {
size              389 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldMap.size(); ++i) {
size              484 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < oldDigest->m_children.size(); ++i) {
size              498 Source/core/inspector/DOMPatchSupport.cpp         for (size_t i = 0; i < first->m_children.size(); ++i)
size              514 Source/core/inspector/DOMPatchSupport.cpp     for (size_t i = 0; i < map.size(); ++i)
size              100 Source/core/inspector/InjectedScriptHost.cpp     while (m_inspectedObjects.size() > 5)
size              111 Source/core/inspector/InjectedScriptHost.cpp     if (num >= m_inspectedObjects.size())
size              131 Source/core/inspector/InjectedScriptManager.cpp     for (size_t i = 0; i < idsToRemove.size(); i++)
size              141 Source/core/inspector/InjectedScriptManager.cpp     for (size_t i = 0; i < scriptStatesToRemove.size(); i++)
size               69 Source/core/inspector/InspectorBaseAgent.cpp     for (size_t i = 0; i < m_agents.size(); i++)
size               75 Source/core/inspector/InspectorBaseAgent.cpp     for (size_t i = 0; i < m_agents.size(); i++)
size               81 Source/core/inspector/InspectorBaseAgent.cpp     for (size_t i = 0; i < m_agents.size(); i++)
size               87 Source/core/inspector/InspectorBaseAgent.cpp     for (size_t i = 0; i < m_agents.size(); i++)
size               93 Source/core/inspector/InspectorBaseAgent.cpp     for (size_t i = 0; i < m_agents.size(); i++)
size               99 Source/core/inspector/InspectorBaseAgent.cpp     for (size_t i = 0; i < m_agents.size(); i++)
size              146 Source/core/inspector/InspectorCSSAgent.cpp     , m_pendingResources(styleSheets.size())
size              149 Source/core/inspector/InspectorCSSAgent.cpp     for (size_t i = 0; i < styleSheets.size(); ++i) {
size              434 Source/core/inspector/InspectorCSSAgent.cpp     if (!m_invalidatedDocuments.size())
size              469 Source/core/inspector/InspectorCSSAgent.cpp     for (size_t i = 0; i < styleSheets.size(); ++i) {
size              765 Source/core/inspector/InspectorCSSAgent.cpp         for (unsigned i = 0; i < glyphBuffer.size(); ++i) {
size              796 Source/core/inspector/InspectorCSSAgent.cpp     for (size_t i = 0; i < textNodes.size(); ++i) {
size             1149 Source/core/inspector/InspectorCSSAgent.cpp     for (unsigned i = 0, size = styleSheet->length(); i < size; ++i) {
size             1299 Source/core/inspector/InspectorCSSAgent.cpp     for (unsigned i = 0, size = ruleList->length(); i < size; ++i) {
size              105 Source/core/inspector/InspectorConsoleAgent.cpp     size_t messageCount = m_consoleMessages.size();
size              191 Source/core/inspector/InspectorConsoleAgent.cpp     Vector<unsigned> result(m_consoleMessages.size());
size              192 Source/core/inspector/InspectorConsoleAgent.cpp     for (size_t i = 0; i < m_consoleMessages.size(); i++)
size              254 Source/core/inspector/InspectorConsoleAgent.cpp     size_t messageCount = m_consoleMessages.size();
size              312 Source/core/inspector/InspectorConsoleAgent.cpp     if (!m_frontend && m_consoleMessages.size() >= maximumConsoleMessages) {
size              275 Source/core/inspector/InspectorController.cpp void InspectorController::webViewResized(const IntSize& size)
size              278 Source/core/inspector/InspectorController.cpp         pageAgent->webViewResized(size);
size              439 Source/core/inspector/InspectorController.cpp     for (size_t i = 0; i < agents.size(); i++)
size              176 Source/core/inspector/InspectorDOMAgent.cpp     if (!points.size())
size              663 Source/core/inspector/InspectorDOMAgent.cpp     for (int i = path.size() - 1; i >= 0; --i) {
size              889 Source/core/inspector/InspectorDOMAgent.cpp     size_t eventInformationLength = eventInformation.size();
size              893 Source/core/inspector/InspectorDOMAgent.cpp         for (size_t j = 0; j < vector.size(); ++j) {
size              907 Source/core/inspector/InspectorDOMAgent.cpp         for (size_t j = 0; j < vector.size(); ++j) {
size              930 Source/core/inspector/InspectorDOMAgent.cpp     for (size_t i = ancestors.size(); i; --i) {
size              933 Source/core/inspector/InspectorDOMAgent.cpp         for (size_t j = 0; j < eventTypes.size(); ++j) {
size              937 Source/core/inspector/InspectorDOMAgent.cpp             filteredListeners.reserveCapacity(listeners.size());
size              938 Source/core/inspector/InspectorDOMAgent.cpp             for (size_t k = 0; k < listeners.size(); ++k) {
size             1038 Source/core/inspector/InspectorDOMAgent.cpp             unsigned long size = result->snapshotLength(exceptionState);
size             1039 Source/core/inspector/InspectorDOMAgent.cpp             for (unsigned long i = 0; !exceptionState.hadException() && i < size; ++i) {
size             1058 Source/core/inspector/InspectorDOMAgent.cpp             unsigned size = nodeList->length();
size             1059 Source/core/inspector/InspectorDOMAgent.cpp             for (unsigned i = 0; i < size; ++i)
size             1070 Source/core/inspector/InspectorDOMAgent.cpp     *resultCount = resultsIt->size();
size             1081 Source/core/inspector/InspectorDOMAgent.cpp     int size = it->value.size();
size             1082 Source/core/inspector/InspectorDOMAgent.cpp     if (fromIndex < 0 || toIndex > size || fromIndex >= toIndex) {
size             1899 Source/core/inspector/InspectorDOMAgent.cpp     for (unsigned i = 0, size = elements.size(); i < size; ++i) {
size             2027 Source/core/inspector/InspectorDOMAgent.cpp     if (!pathTokens.size())
size             2029 Source/core/inspector/InspectorDOMAgent.cpp     for (size_t i = 0; i < pathTokens.size() - 1; i += 2) {
size              203 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     if (m_domBreakpoints.size()) {
size              213 Source/core/inspector/InspectorDOMDebuggerAgent.cpp     if (m_domBreakpoints.size()) {
size              411 Source/core/inspector/InspectorDebuggerAgent.cpp     for (size_t i = 0; i < debugServerBreakpointIdsIterator->value.size(); ++i) {
size              937 Source/core/inspector/InspectorDebuggerAgent.cpp         asyncCallStacks.resize(callStacks.size());
size             1096 Source/core/inspector/InspectorDebuggerAgent.cpp     int asyncOrdinal = callStacks.size();
size               84 Source/core/inspector/InspectorFrontendHost.cpp         for (size_t i = 0; i < m_items.size(); ++i)
size              137 Source/core/inspector/InspectorHeapProfilerAgent.cpp     virtual void write(const uint32_t* chunk, const int size) OVERRIDE
size              140 Source/core/inspector/InspectorHeapProfilerAgent.cpp         ASSERT(size > 0);
size              141 Source/core/inspector/InspectorHeapProfilerAgent.cpp         m_heapProfilerAgent->pushHeapStatsUpdate(chunk, size);
size              164 Source/core/inspector/InspectorHeapProfilerAgent.cpp void InspectorHeapProfilerAgent::pushHeapStatsUpdate(const uint32_t* const data, const int size)
size              169 Source/core/inspector/InspectorHeapProfilerAgent.cpp     for (int i = 0; i < size; ++i)
size               80 Source/core/inspector/InspectorHeapProfilerAgent.h     void pushHeapStatsUpdate(const uint32_t* const data, const int size);
size              127 Source/core/inspector/InspectorHistory.cpp     while (m_afterLastActionIndex < m_history.size() && m_history[m_afterLastActionIndex]->isUndoableStateMark())
size              130 Source/core/inspector/InspectorHistory.cpp     while (m_afterLastActionIndex < m_history.size()) {
size               97 Source/core/inspector/InspectorLayerTreeAgent.cpp     for (size_t i = 0; i < webLayer->nonFastScrollableRegion().size(); ++i) {
size              100 Source/core/inspector/InspectorLayerTreeAgent.cpp     for (size_t i = 0; i < webLayer->touchEventHandlerRegion().size(); ++i) {
size              254 Source/core/inspector/InspectorLayerTreeAgent.cpp     for (size_t i = 0, size = root->children().size(); i < size; ++i)
size              278 Source/core/inspector/InspectorLayerTreeAgent.cpp     for (size_t i = 0, size = root->children().size(); i < size; ++i) {
size              330 Source/core/inspector/InspectorLayerTreeAgent.cpp     IntSize size = expandedIntSize(layer->size());
size              331 Source/core/inspector/InspectorLayerTreeAgent.cpp     GraphicsContext* context = recorder.record(size, layer->contentsOpaque());
size              332 Source/core/inspector/InspectorLayerTreeAgent.cpp     layer->paint(*context, IntRect(IntPoint(0, 0), size));
size              375 Source/core/inspector/InspectorLayerTreeAgent.cpp     for (size_t i = 0; i < timings->size(); ++i) {
size              378 Source/core/inspector/InspectorLayerTreeAgent.cpp         for (size_t j = 1; j < row.size(); ++j)
size              154 Source/core/inspector/InspectorOverlay.cpp         for (size_t i = 0; i < quads.size(); ++i)
size              340 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::resize(const IntSize& size)
size              342 Source/core/inspector/InspectorOverlay.cpp     m_size = size;
size              416 Source/core/inspector/InspectorOverlay.cpp     IntSize frameViewFullSize = view->visibleContentRect(IncludeScrollbars).size();
size              417 Source/core/inspector/InspectorOverlay.cpp     IntSize size = m_size.isEmpty() ? frameViewFullSize : m_size;
size              418 Source/core/inspector/InspectorOverlay.cpp     size.scale(m_page->pageScaleFactor());
size              419 Source/core/inspector/InspectorOverlay.cpp     overlayPage()->mainFrame()->view()->resize(size);
size              422 Source/core/inspector/InspectorOverlay.cpp     reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y());
size              473 Source/core/inspector/InspectorOverlay.cpp     for (size_t i = 0; i < highlight.quads.size(); ++i)
size              486 Source/core/inspector/InspectorOverlay.cpp static PassRefPtr<JSONObject> buildObjectForSize(const IntSize& size)
size              489 Source/core/inspector/InspectorOverlay.cpp     result->setNumber("width", size.width());
size              490 Source/core/inspector/InspectorOverlay.cpp     result->setNumber("height", size.height());
size              525 Source/core/inspector/InspectorOverlay.cpp             size_t classNameCount = classNamesString.size();
size              122 Source/core/inspector/InspectorPageAgent.cpp static bool decodeBuffer(const char* buffer, unsigned size, const String& textEncodingName, String* result)
size              128 Source/core/inspector/InspectorPageAgent.cpp         *result = encoding.decode(buffer, size);
size              197 Source/core/inspector/InspectorPageAgent.cpp         *result = base64Encode(buffer->data(), buffer->size());
size              221 Source/core/inspector/InspectorPageAgent.cpp             String content = decoder->decode(buffer->data(), buffer->size());
size              227 Source/core/inspector/InspectorPageAgent.cpp             return decodeBuffer(buffer ? buffer->data() : 0, buffer ? buffer->size() : 0, cachedResource->response().textEncodingName(), result);
size              236 Source/core/inspector/InspectorPageAgent.cpp     return dataContent(buffer ? buffer->data() : 0, buffer ? buffer->size() : 0, textEncodingName, withBase64Encode, result);
size              239 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result)
size              242 Source/core/inspector/InspectorPageAgent.cpp         *result = base64Encode(data, size);
size              246 Source/core/inspector/InspectorPageAgent.cpp     return decodeBuffer(data, size, textEncodingName, result);
size              401 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::webViewResized(const IntSize& size)
size              404 Source/core/inspector/InspectorPageAgent.cpp     m_overlay->resize(currentWidth ? size : IntSize());
size              600 Source/core/inspector/InspectorPageAgent.cpp             int cookiesSize = docCookiesList.size();
size              171 Source/core/inspector/InspectorPageAgent.h     static bool dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result);
size              127 Source/core/inspector/InspectorProfilerAgent.cpp         for (size_t i = 0; i < m_startedProfiles.size(); i++) {
size              256 Source/core/inspector/InspectorProfilerAgent.cpp     if (!m_profileNameIdleTimeMap || !m_profileNameIdleTimeMap->size())
size              271 Source/core/inspector/InspectorProfilerAgent.cpp     if (!m_profileNameIdleTimeMap || !m_profileNameIdleTimeMap->size())
size              226 Source/core/inspector/InspectorResourceAgent.cpp         requestObject->setPostData(String::fromUTF8WithLatin1Fallback(bytes.data(), bytes.size()));
size              472 Source/core/inspector/InspectorResourceAgent.cpp     if (!requestIds.size())
size              511 Source/core/inspector/InspectorResourceAgent.cpp     if (stackTrace && stackTrace->size() > 0) {
size              160 Source/core/inspector/InspectorStyleSheet.cpp     ASSERT(m_currentRuleDataStack.size());
size              208 Source/core/inspector/InspectorStyleSheet.cpp     unsigned size = propertyData.size();
size              209 Source/core/inspector/InspectorStyleSheet.cpp     if (!size)
size              214 Source/core/inspector/InspectorStyleSheet.cpp     for (unsigned i = 0; i < size; ++i) {
size              216 Source/core/inspector/InspectorStyleSheet.cpp         nextData = i < size - 1 ? &(propertyData.at(i + 1)) : 0;
size              345 Source/core/inspector/InspectorStyleSheet.cpp     if (commentPropertyData.size() != 1)
size              369 Source/core/inspector/InspectorStyleSheet.cpp     unsigned ruleCount() { return m_sourceData->size(); }
size              396 Source/core/inspector/InspectorStyleSheet.cpp     for (size_t i = 0; i < dataList->size(); ++i) {
size              444 Source/core/inspector/InspectorStyleSheet.cpp     if (!hasSourceData() || index >= m_sourceData->size())
size              481 Source/core/inspector/InspectorStyleSheet.cpp     for (unsigned i = 0, size = styleSheet->length(); i < size; ++i) {
size              561 Source/core/inspector/InspectorStyleSheet.cpp     unsigned propertyCount = propertyData.size();
size              608 Source/core/inspector/InspectorStyleSheet.cpp         if (index >= allProperties.size()) {
size              609 Source/core/inspector/InspectorStyleSheet.cpp             exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than or equal to the maximum bound (" + String::number(allProperties.size()) + ").");
size              654 Source/core/inspector/InspectorStyleSheet.cpp     for (int i = 0, size = m_style->length(); i < size; ++i) {
size              771 Source/core/inspector/InspectorStyleSheet.cpp     if (!sourcePropertyData || !(propertyCount = sourcePropertyData->size())) {
size              901 Source/core/inspector/InspectorStyleSheet.cpp     if (lineNumber >= endings->size())
size              923 Source/core/inspector/InspectorStyleSheet.cpp         for (size_t j = 0; j < propertyData.size(); ++j) {
size              941 Source/core/inspector/InspectorStyleSheet.cpp             *propertyIndex = propertyData.size();
size             1135 Source/core/inspector/InspectorStyleSheet.cpp     return InspectorCSSAgent::asCSSStyleRule(id.ordinal() >= m_flatRules.size() ? 0 : m_flatRules.at(id.ordinal()).get());
size             1172 Source/core/inspector/InspectorStyleSheet.cpp     for (size_t i = 0, size = ranges.size(); i < size; ++i) {
size             1387 Source/core/inspector/InspectorStyleSheet.cpp     for (unsigned i = 0, size = m_flatRules.size(); i < size; ++i) {
size             1419 Source/core/inspector/InspectorStyleSheet.cpp     for (unsigned i = 0, size = ruleList->length(); i < size; ++i) {
size               46 Source/core/inspector/InspectorStyleTextEditor.cpp     if (index < m_allProperties->size()) {
size               55 Source/core/inspector/InspectorStyleTextEditor.cpp     bool insertFirstInSource = !m_allProperties->size() || !m_allProperties->at(0).hasSource;
size               57 Source/core/inspector/InspectorStyleTextEditor.cpp     for (unsigned i = index, size = m_allProperties->size(); i < size; ++i) {
size              109 Source/core/inspector/InspectorStyleTextEditor.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < m_allProperties->size());
size              253 Source/core/inspector/InspectorTimelineAgent.cpp     for (size_t i = 0; i < eventPath.size(); i++) {
size              263 Source/core/inspector/InspectorTimelineAgent.cpp     if (!m_gcEvents.size())
size              440 Source/core/inspector/InspectorTimelineAgent.cpp     for (size_t i = 0; i < m_consoleTimelines.size(); ++i) {
size              524 Source/core/inspector/InspectorTimelineAgent.cpp     if (quads.size() >= 1)
size              841 Source/core/inspector/InspectorTimelineAgent.cpp     if (!m_consoleTimelines.size() && isStarted() && !m_state->getBoolean(TimelineAgentState::startedFromProtocol)) {
size             1155 Source/core/inspector/InspectorTimelineAgent.cpp         if (m_platformInstrumentationClientInstalledAtStackDepth == m_recordStack.size()) {
size             1239 Source/core/inspector/InspectorTimelineAgent.cpp         m_platformInstrumentationClientInstalledAtStackDepth = m_recordStack.size();
size               98 Source/core/inspector/NetworkResourcesData.cpp         result = m_dataBuffer->size();
size              118 Source/core/inspector/NetworkResourcesData.cpp     return m_dataBuffer ? m_dataBuffer->size() : 0;
size              133 Source/core/inspector/NetworkResourcesData.cpp     size_t dataLength = m_dataBuffer->size();
size              134 Source/core/inspector/NetworkResourcesData.cpp     m_content = m_decoder->decode(m_dataBuffer->data(), m_dataBuffer->size());
size              387 Source/core/inspector/NetworkResourcesData.cpp bool NetworkResourcesData::ensureFreeSpace(size_t size)
size              389 Source/core/inspector/NetworkResourcesData.cpp     if (size > m_maximumResourcesContentSize)
size              392 Source/core/inspector/NetworkResourcesData.cpp     while (size > m_maximumResourcesContentSize - m_contentSize) {
size              175 Source/core/inspector/PageRuntimeAgent.cpp         for (size_t i = 0; i< isolatedContexts.size(); i++)
size               56 Source/core/inspector/ScriptArguments.cpp     ASSERT(m_arguments.size() > index);
size               51 Source/core/inspector/ScriptArguments.h     size_t argumentCount() const { return m_arguments.size(); }
size               53 Source/core/inspector/ScriptCallStack.cpp     ASSERT(m_frames.size() > index);
size               59 Source/core/inspector/ScriptCallStack.cpp     return m_frames.size();
size               65 Source/core/inspector/ScriptCallStack.cpp     for (size_t i = 0; i < m_frames.size(); i++)
size               51 Source/core/inspector/ScriptCallStack.h     size_t size() const;
size               56 Source/core/inspector/TimelineRecordFactory.cpp         if (stackTrace && stackTrace->size())
size               90 Source/core/inspector/TraceEventDispatcher.cpp     for (size_t eventIndex = 0, size = events.size(); eventIndex < size; ++eventIndex) {
size               96 Source/core/inspector/TraceEventDispatcher.cpp         for (size_t handlerIndex = 0; handlerIndex < handlers.size(); ++handlerIndex)
size              126 Source/core/inspector/TraceEventDispatcher.cpp             for (size_t j = 0; j < handlers.size();) {
size               93 Source/core/loader/CookieJar.cpp     for (unsigned i = 0; i < webCookies.size(); ++i) {
size              617 Source/core/loader/DocumentLoader.cpp     commitData(mainResource->data()->data(), mainResource->data()->size());
size              664 Source/core/loader/DocumentLoader.cpp         cachedResource->appendData(data->data(), data->size());
size              136 Source/core/loader/DocumentLoader.h         bool isRedirect() const { return m_redirectChain.size() > 1; }
size              428 Source/core/loader/DocumentThreadableLoader.cpp         didReceiveData(data->data(), data->size());
size               76 Source/core/loader/FormSubmission.cpp     body = String(bodyData.data(), bodyData.size()).replaceWithLiteral('+', "%20");
size              215 Source/core/loader/FormSubmission.cpp     for (unsigned i = 0; i < form->associatedElements().size(); ++i) {
size             1219 Source/core/loader/FrameLoader.cpp         for (i = 0; i < targetFrames.size(); i++) {
size             1226 Source/core/loader/FrameLoader.cpp         if (i == targetFrames.size())
size             1403 Source/core/loader/FrameLoader.cpp     for (size_t i = 0; i < worlds.size(); ++i)
size               78 Source/core/loader/WorkerLoaderClientBridge.cpp     workerClientWrapper->didReceiveData(vectorData->data(), vectorData->size());
size              102 Source/core/loader/WorkerLoaderClientBridge.cpp     workerClientWrapper->didReceiveCachedMetadata(vectorData->data(), vectorData->size());
size               52 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.cpp     for (size_t i = 0; i < m_receivedData.size(); ++i)
size               60 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.cpp     for (size_t i = 0; i < m_clientTasks.size(); ++i)
size              197 Source/core/loader/appcache/ApplicationCacheHost.cpp     for (size_t i = 0; i < webResources.size(); ++i) {
size              200 Source/core/loader/appcache/ApplicationCacheHost.cpp             webResources[i].isForeign, webResources[i].isExplicit, webResources[i].size));
size              207 Source/core/loader/appcache/ApplicationCacheHost.cpp     for (unsigned i = 0; i < m_deferredEvents.size(); ++i) {
size               77 Source/core/loader/appcache/ApplicationCacheHost.h             CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size)
size               81 Source/core/loader/appcache/ApplicationCacheHost.h                 , m_size(size) { }
size               89 Source/core/loader/appcache/ApplicationCacheHost.h             ResourceInfo(const KURL& resource, bool isMaster, bool isManifest, bool isFallback, bool isForeign, bool isExplicit, long long size)
size               96 Source/core/loader/appcache/ApplicationCacheHost.h                 , m_size(size) { }
size               93 Source/core/page/Chrome.cpp void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
size               95 Source/core/page/Chrome.cpp     m_client->contentsSizeChanged(frame, size);
size              406 Source/core/page/Chrome.cpp     for (size_t i = 0; i < observers.size(); ++i)
size               94 Source/core/page/CreateWindow.cpp     FloatSize viewportSize = host->chrome().pageRect().size();
size              808 Source/core/page/DragController.cpp     if (image->size().height() * image->size().width() <= MaxOriginalImageArea
size              810 Source/core/page/DragController.cpp         IntSize originalSize = imageRect.size();
size              813 Source/core/page/DragController.cpp         dragImage->fitToMaxSize(imageRect.size(), maxDragImageSize());
size              815 Source/core/page/DragController.cpp         IntSize newSize = dragImage->size();
size              837 Source/core/page/DragController.cpp     IntSize size = dragImage ? dragImage->size() : IntSize();
size              838 Source/core/page/DragController.cpp     IntPoint dragImageOffset(-size.width() / 2, -LinkDragBorderInset);
size               92 Source/core/page/DragData.cpp     return m_platformDragData->filenames().size();
size              103 Source/core/page/DragData.cpp     for (size_t i = 0; i < filenames.size(); ++i)
size              455 Source/core/page/EventHandler.cpp             if (markers.size() == 1) {
size             1152 Source/core/page/EventHandler.cpp         for (unsigned i = 0; i < cursors->size(); ++i) {
size             1163 Source/core/page/EventHandler.cpp             IntSize size = cachedImage->imageForRenderer(renderer)->size();
size             1168 Source/core/page/EventHandler.cpp             size.scale(1 / scale);
size             1169 Source/core/page/EventHandler.cpp             if (size.width() > maximumCursorSize || size.height() > maximumCursorSize)
size             1793 Source/core/page/EventHandler.cpp         for (unsigned i = 0; i < keywords.size(); i++) {
size             3625 Source/core/page/EventHandler.cpp     for (i = 0; i < points.size(); ++i) {
size             3633 Source/core/page/EventHandler.cpp     for (i = 0; i < points.size(); ++i) {
size              278 Source/core/page/EventSource.cpp     if (m_receiveBuf.size() > 0 || m_data.size() > 0) {
size              331 Source/core/page/EventSource.cpp     unsigned bufSize = m_receiveBuf.size();
size              158 Source/core/page/FrameTree.cpp     for (int i = chain.size() - 1; i >= 0; --i) {
size               90 Source/core/page/HistoryController.cpp     for (unsigned i = 0; i < m_children.size(); i++) {
size              104 Source/core/page/HistoryController.cpp     for (unsigned i = 0; i < framesToRemove.size(); i++)
size              106 Source/core/page/HistoryController.cpp     for (unsigned i = 0; i < uniqueNamesToRemove.size(); i++)
size              224 Source/core/page/HistoryController.cpp         for (size_t i = 0; i < children.size(); i++) {
size              269 Source/core/page/HistoryController.cpp     for (size_t i = 0; i < childEntries.size(); i++)
size               95 Source/core/page/Page.cpp     for (unsigned i = 0; i < frames.size(); i++)
size              210 Source/core/page/Page.cpp     Vector<FloatQuad> quads(rects.size());
size              211 Source/core/page/Page.cpp     for (size_t i = 0; i < rects.size(); ++i)
size              291 Source/core/page/Page.cpp     for (size_t i = 0; i < framesNeedingReload.size(); ++i)
size               42 Source/core/page/PageAnimator.cpp     for (size_t i = 0; i < documents.size(); ++i)
size               46 Source/core/page/PageAnimator.cpp     for (size_t i = 0; i < documents.size(); ++i)
size               93 Source/core/page/PagePopupClient.cpp     for (unsigned i = 0; i < values.size(); ++i) {
size              377 Source/core/page/PrintContext.cpp     int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
size              388 Source/core/page/PrintContext.cpp     for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) {
size               56 Source/core/page/PrintContext.h     size_t pageCount() const { return m_pageRects.size(); }
size               56 Source/core/page/ScopedPageLoadDeferrer.cpp     size_t count = m_deferredFrames.size();
size               65 Source/core/page/ScopedPageLoadDeferrer.cpp     for (size_t i = 0; i < m_deferredFrames.size(); ++i) {
size              484 Source/core/page/SpatialNavigation.cpp     LayoutSize size = frame->view()->contentsSize();
size              494 Source/core/page/SpatialNavigation.cpp         return rect.width() + offset.width() < size.width();
size              496 Source/core/page/SpatialNavigation.cpp         return rect.height() + offset.height() < size.height();
size              675 Source/core/page/SpatialNavigation.cpp     LayoutSize viewSize = candidate.visibleNode->document().page()->mainFrame()->view()->visibleContentRect().size();
size              243 Source/core/page/TouchAdjustment.cpp     for (unsigned i = 0; i < intersectedNodes.size(); ++i) {
size              266 Source/core/page/TouchAdjustment.cpp         for (unsigned j = 0; j < visitedNodes.size(); j++)
size              275 Source/core/page/TouchAdjustment.cpp     for (unsigned i = 0; i < candidates.size(); i++) {
size              309 Source/core/page/TouchAdjustment.cpp     for (unsigned i = 0; i < intersectedNodes.size(); ++i) {
size              332 Source/core/page/TouchAdjustment.cpp     return rect.size().area() / (float)intersection.size().area();
size              348 Source/core/page/TouchAdjustment.cpp     float radiusSquared = 0.25f * (touchRect.size().diagonalLengthSquared());
size              355 Source/core/page/TouchAdjustment.cpp     float intersectArea = rect.size().area();
size              241 Source/core/page/WindowFeatures.cpp     size_t size = vector.size();
size              242 Source/core/page/WindowFeatures.cpp     for (size_t i = 0; i < size; ++i) {
size              117 Source/core/page/scrolling/ScrollingCoordinator.cpp         WebVector<WebRect> webRects(rects.size());
size              118 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (size_t i = 0; i < rects.size(); ++i)
size              445 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (size_t i = 0; i < layerIter->value.size(); ++i) {
size              472 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (size_t i = 0; i < mapIter->value.size(); i++) {
size              561 Source/core/page/scrolling/ScrollingCoordinator.cpp         WebVector<WebRect> webRects(iter->value.size());
size              562 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (size_t i = 0; i < iter->value.size(); ++i)
size               52 Source/core/plugins/DOMMimeType.cpp     for (size_t i = 0; i < extensions.size(); ++i) {
size               45 Source/core/plugins/DOMMimeTypeArray.cpp     return data->mimes().size();
size               54 Source/core/plugins/DOMMimeTypeArray.cpp     if (index >= mimes.size())
size               65 Source/core/plugins/DOMMimeTypeArray.cpp     for (unsigned i = 0; i < mimes.size(); ++i) {
size               78 Source/core/plugins/DOMMimeTypeArray.cpp     for (unsigned i = 0; i < mimes.size(); ++i) {
size               56 Source/core/plugins/DOMPlugin.cpp     return pluginInfo().mimes.size();
size               61 Source/core/plugins/DOMPlugin.cpp     if (index >= pluginInfo().mimes.size())
size               67 Source/core/plugins/DOMPlugin.cpp     for (unsigned i = 0; i < mimes.size(); ++i) {
size               77 Source/core/plugins/DOMPlugin.cpp     for (unsigned i = 0; i < mimes.size(); ++i)
size               86 Source/core/plugins/DOMPlugin.cpp     for (unsigned i = 0; i < mimes.size(); ++i)
size               45 Source/core/plugins/DOMPluginArray.cpp     return data->plugins().size();
size               54 Source/core/plugins/DOMPluginArray.cpp     if (index >= plugins.size())
size               65 Source/core/plugins/DOMPluginArray.cpp     for (unsigned i = 0; i < plugins.size(); ++i) {
size               78 Source/core/plugins/DOMPluginArray.cpp     for (unsigned i = 0; i < plugins.size(); ++i) {
size               61 Source/core/plugins/PluginOcclusionSupport.cpp     for (size_t i = 0; i < iframeZstack.size() && i < pluginZstack.size(); i++) {
size               64 Source/core/plugins/PluginOcclusionSupport.cpp         const RenderObject* ro1 = iframeZstack[iframeZstack.size() - 1 - i];
size               65 Source/core/plugins/PluginOcclusionSupport.cpp         const RenderObject* ro2 = pluginZstack[pluginZstack.size() - 1 - i];
size              125 Source/core/plugins/PluginOcclusionSupport.cpp     IntSize size(renderer->width(), renderer->height());
size              126 Source/core/plugins/PluginOcclusionSupport.cpp     occlusions.append(IntRect(point, size));
size              198 Source/core/plugins/PluginOcclusionSupport.cpp     for (size_t i = start; i < elements.size(); ++i)
size              224 Source/core/rendering/AutoTableLayout.cpp     for (size_t i = 0; i < m_layoutStruct.size(); ++i) {
size              262 Source/core/rendering/AutoTableLayout.cpp     size_t nEffCols = m_layoutStruct.size();
size              271 Source/core/rendering/AutoTableLayout.cpp     for (size_t i = 0; i < m_spanCells.size(); ++i) {
size              457 Source/core/rendering/AutoTableLayout.cpp     unsigned size = m_spanCells.size();
size              458 Source/core/rendering/AutoTableLayout.cpp     if (!size || m_spanCells[size-1] != 0) {
size              459 Source/core/rendering/AutoTableLayout.cpp         m_spanCells.grow(size + 10);
size              461 Source/core/rendering/AutoTableLayout.cpp             m_spanCells[size+i] = 0;
size              462 Source/core/rendering/AutoTableLayout.cpp         size += 10;
size              468 Source/core/rendering/AutoTableLayout.cpp     while (pos < m_spanCells.size() && m_spanCells[pos] && span > m_spanCells[pos]->colSpan())
size              470 Source/core/rendering/AutoTableLayout.cpp     memmove(m_spanCells.data()+pos+1, m_spanCells.data()+pos, (size-pos-1)*sizeof(RenderTableCell *));
size              484 Source/core/rendering/AutoTableLayout.cpp     if (nEffCols != m_layoutStruct.size()) {
size              715 Source/core/rendering/AutoTableLayout.cpp     m_table->setColumnPosition(m_table->columnPositions().size() - 1, pos);
size               71 Source/core/rendering/ClipRect.h     void move(const LayoutSize& size) { m_rect.move(size); }
size               70 Source/core/rendering/EllipsisBox.cpp         for (size_t i = shadowList->shadows().size(); i--; ) {
size              176 Source/core/rendering/EllipsisBox.cpp     FloatRect boundsRect(boxOrigin, size());
size              681 Source/core/rendering/FastTextAutosizer.cpp     if (!roots || roots->size() < 2 || !roots->contains(block))
size              702 Source/core/rendering/FastTextAutosizer.cpp             if (ancestors.count(block) == blocks.size())
size              100 Source/core/rendering/FilterEffectRenderer.cpp     for (size_t i = 0; i < operations.operations().size(); ++i) {
size              279 Source/core/rendering/FilterEffectRenderer.cpp         if (!sourceImage() || sourceImage()->size() != logicalSize) {
size              214 Source/core/rendering/FixedTableLayout.cpp     if (nEffCols != m_width.size()) {
size              316 Source/core/rendering/FixedTableLayout.cpp     int colPositionsSize = m_table->columnPositions().size();
size               90 Source/core/rendering/FloatingObjects.cpp     return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant));
size              109 Source/core/rendering/GraphicsContextAnnotator.cpp         if (!classes.isNull() && classes.size() > 0) {
size              111 Source/core/rendering/GraphicsContextAnnotator.cpp             for (size_t i = 0; i < classes.size(); ++i) {
size              357 Source/core/rendering/HitTestResult.cpp         makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers()).size() > 0;
size              100 Source/core/rendering/ImageQualityController.cpp void ImageQualityController::set(RenderObject* object, LayerSizeMap* innerMap, const void* layer, const LayoutSize& size)
size              103 Source/core/rendering/ImageQualityController.cpp         innerMap->set(layer, size);
size              106 Source/core/rendering/ImageQualityController.cpp         newInnerMap.set(layer, size);
size              173 Source/core/rendering/ImageQualityController.cpp     LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
size              203 Source/core/rendering/InlineBox.h     FloatSize size() const { return FloatSize(width(), height()); }
size              466 Source/core/rendering/InlineFlowBox.cpp                 for (size_t i = 0; i < usedFonts->size(); ++i) {
size             1180 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, rect, BackgroundBleedNone, this, rect.size(), op);
size             1184 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, rect, BackgroundBleedNone, this, rect.size(), op);
size             1214 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, LayoutRect(stripX, stripY, stripWidth, stripHeight), BackgroundBleedNone, this, rect.size(), op);
size             1297 Source/core/rendering/InlineFlowBox.cpp         LayoutRect paintRect = LayoutRect(adjustedPaintoffset, frameRect.size());
size             1383 Source/core/rendering/InlineFlowBox.cpp     LayoutRect paintRect = LayoutRect(adjustedPaintOffset, frameRect.size());
size             1396 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintNinePieceImage(paintInfo.context, LayoutRect(adjustedPaintOffset, frameRect.size()), renderer().style(), maskNinePieceImage, compositeOp);
size              379 Source/core/rendering/InlineTextBox.cpp     FloatRect rect(boxOrigin, size());
size              400 Source/core/rendering/InlineTextBox.cpp         for (size_t i = shadowList->shadows().size(); i--; ) {
size              769 Source/core/rendering/InlineTextBox.cpp             size_t numUnderlines = underlines.size();
size             1127 Source/core/rendering/InlineTextBox.cpp     size_t shadowCount = shadowList ? shadowList->shadows().size() : 0;
size               96 Source/core/rendering/OrderIterator.cpp     if (m_childIndex >= m_children.size() - 1)
size             2059 Source/core/rendering/RenderBlock.cpp         paintOutline(paintInfo, LayoutRect(paintOffset, size()));
size             2609 Source/core/rendering/RenderBlock.cpp     for (unsigned i = 0; i < deadObjects.size(); i++)
size             2801 Source/core/rendering/RenderBlock.cpp         LayoutRect boundsRect(adjustedLocation, size());
size             4494 Source/core/rendering/RenderBlock.cpp         rects.append(pixelSnappedIntRect(accumulatedOffset, size()));
size             4608 Source/core/rendering/RenderBlock.cpp         rects.append(pixelSnappedIntRect(additionalOffset, size()));
size              236 Source/core/rendering/RenderBlock.h     LayoutSize logicalSizeForChild(const RenderBox* child) const { return isHorizontalWritingMode() ? child->size() : child->size().transposedSize(); }
size              876 Source/core/rendering/RenderBlockFlow.cpp         if (m_floatingObjects->set().size() < oldIntrudingFloatSet.size()) {
size             1993 Source/core/rendering/RenderBlockFlow.cpp         repaintRect.intersect(LayoutRect(LayoutPoint(), size()));
size              461 Source/core/rendering/RenderBlockLineLayout.cpp         for (size_t i = 0, size = wordMeasurements.size(); i < size && lastEndOffset < run->m_stop; ++i) {
size             1062 Source/core/rendering/RenderBlockLineLayout.cpp         for (size_t i = 0; i < lineBreaker.positionedObjects().size(); ++i)
size             1232 Source/core/rendering/RenderBlockLineLayout.cpp     size_t floatCount = floats.size();
size             1747 Source/core/rendering/RenderBlockLineLayout.cpp         for (size_t i = 0; i < replacedChildren.size(); i++)
size             1791 Source/core/rendering/RenderBlockLineLayout.cpp         if (floats[floatIndex].rect.size() != newSize) {
size             1843 Source/core/rendering/RenderBlockLineLayout.cpp         if (!curr && floatIndex < layoutState.floats().size())
size              533 Source/core/rendering/RenderBox.cpp     rects.append(pixelSnappedIntRect(accumulatedOffset, size()));
size              595 Source/core/rendering/RenderBox.cpp     if (!size().isEmpty())
size              596 Source/core/rendering/RenderBox.cpp         rects.append(pixelSnappedIntRect(additionalOffset, size()));
size              615 Source/core/rendering/RenderBox.cpp     if (!size().isEmpty())
size              616 Source/core/rendering/RenderBox.cpp         rects.append(LayoutRect(layerOffset, size()));
size              915 Source/core/rendering/RenderBox.cpp     return layer()->size();
size             1413 Source/core/rendering/RenderBox.cpp     LayoutRect paintRect = LayoutRect(paintOffset, size());
size             1429 Source/core/rendering/RenderBox.cpp     LayoutRect paintRect = LayoutRect(paintOffset, size());
size             1640 Source/core/rendering/RenderBox.cpp         clipRoundedRect = style()->getRoundedInnerBorderFor(LayoutRect(accumulatedOffset, size()));
size             1690 Source/core/rendering/RenderBox.cpp     clipRect.setSize(clipRect.size() - LayoutSize(borderLeft() + borderRight(), borderTop() + borderBottom()));
size             1706 Source/core/rendering/RenderBox.cpp     LayoutRect clipRect = LayoutRect(borderBoxRect.location() + location, borderBoxRect.size());
size             2074 Source/core/rendering/RenderBox.cpp         LayoutRect repaintRect(topLeft, rect.size());
size              143 Source/core/rendering/RenderBox.h     void setLogicalWidth(LayoutUnit size)
size              146 Source/core/rendering/RenderBox.h             setWidth(size);
size              148 Source/core/rendering/RenderBox.h             setHeight(size);
size              150 Source/core/rendering/RenderBox.h     void setLogicalHeight(LayoutUnit size)
size              153 Source/core/rendering/RenderBox.h             setHeight(size);
size              155 Source/core/rendering/RenderBox.h             setWidth(size);
size              157 Source/core/rendering/RenderBox.h     void setLogicalSize(const LayoutSize& size)
size              160 Source/core/rendering/RenderBox.h             setSize(size);
size              162 Source/core/rendering/RenderBox.h             setSize(size.transposedSize());
size              167 Source/core/rendering/RenderBox.h     LayoutSize size() const { return m_frameRect.size(); }
size              172 Source/core/rendering/RenderBox.h     void setSize(const LayoutSize& size) { m_frameRect.setSize(size); }
size              179 Source/core/rendering/RenderBox.h     LayoutRect borderBoxRect() const { return LayoutRect(LayoutPoint(), size()); }
size              103 Source/core/rendering/RenderBoxModelObject.cpp InterpolationQuality RenderBoxModelObject::chooseInterpolationQuality(GraphicsContext* context, Image* image, const void* layer, const LayoutSize& size)
size              105 Source/core/rendering/RenderBoxModelObject.cpp     return ImageQualityController::imageQualityController()->chooseInterpolationQuality(context, this, image, layer, size);
size              299 Source/core/rendering/RenderBoxModelObject.cpp     FloatRect absContainerFrame = containingBlock->localToContainerQuad(FloatRect(FloatPoint(), containingBlock->size()), view()).boundingBox();
size              307 Source/core/rendering/RenderBoxModelObject.cpp     FloatRect absoluteStickyBoxRect(absContainerFrame.location() + stickyLocation, flippedStickyBoxRect.size());
size              474 Source/core/rendering/RenderBoxModelObject.cpp     for (size_t i = shadowList->shadows().size(); i--; ) {
size              751 Source/core/rendering/RenderBoxModelObject.cpp static inline IntSize resolveAgainstIntrinsicWidthOrHeightAndRatio(const IntSize& size, const FloatSize& intrinsicRatio, int useWidth, int useHeight)
size              755 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(useWidth, size.height());
size              756 Source/core/rendering/RenderBoxModelObject.cpp         return IntSize(size.width(), useHeight);
size              764 Source/core/rendering/RenderBoxModelObject.cpp static inline IntSize resolveAgainstIntrinsicRatio(const IntSize& size, const FloatSize& intrinsicRatio)
size              769 Source/core/rendering/RenderBoxModelObject.cpp     int solutionWidth = resolveWidthForRatio(size.height(), intrinsicRatio);
size              770 Source/core/rendering/RenderBoxModelObject.cpp     int solutionHeight = resolveHeightForRatio(size.width(), intrinsicRatio);
size              771 Source/core/rendering/RenderBoxModelObject.cpp     if (solutionWidth <= size.width()) {
size              772 Source/core/rendering/RenderBoxModelObject.cpp         if (solutionHeight <= size.height()) {
size              774 Source/core/rendering/RenderBoxModelObject.cpp             int areaOne = solutionWidth * size.height();
size              775 Source/core/rendering/RenderBoxModelObject.cpp             int areaTwo = size.width() * solutionHeight;
size              777 Source/core/rendering/RenderBoxModelObject.cpp                 return IntSize(size.width(), solutionHeight);
size              778 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(solutionWidth, size.height());
size              782 Source/core/rendering/RenderBoxModelObject.cpp         return IntSize(solutionWidth, size.height());
size              786 Source/core/rendering/RenderBoxModelObject.cpp     ASSERT(solutionHeight <= size.height());
size              787 Source/core/rendering/RenderBoxModelObject.cpp     return IntSize(size.width(), solutionHeight);
size              848 Source/core/rendering/RenderBoxModelObject.cpp     EFillSizeType type = fillLayer->size().type;
size              856 Source/core/rendering/RenderBoxModelObject.cpp             Length layerWidth = fillLayer->size().size.width();
size              857 Source/core/rendering/RenderBoxModelObject.cpp             Length layerHeight = fillLayer->size().size.height();
size             1013 Source/core/rendering/RenderBoxModelObject.cpp             positioningAreaSize = pixelSnappedIntSize(toRenderBox(this)->size() - LayoutSize(left + right, top + bottom), toRenderBox(this)->location());
size             1017 Source/core/rendering/RenderBoxModelObject.cpp             positioningAreaSize = pixelSnappedIntSize(paintRect.size() - LayoutSize(left + right, top + bottom), paintRect.location());
size             1033 Source/core/rendering/RenderBoxModelObject.cpp         positioningAreaSize = geometry.destRect().size();
size             1050 Source/core/rendering/RenderBoxModelObject.cpp         if (fillLayer->size().size.height().isAuto() && backgroundRepeatY != RoundFill) {
size             1064 Source/core/rendering/RenderBoxModelObject.cpp         if (fillLayer->size().size.width().isAuto() && backgroundRepeatX != RoundFill) {
size             1151 Source/core/rendering/RenderBoxModelObject.cpp     IntSize imageSize = calculateImageIntrinsicDimensions(styleImage, borderImageRect.size(), DoNotScaleByEffectiveZoom);
size             2419 Source/core/rendering/RenderBoxModelObject.cpp     size_t shadowCount = shadowList->shadows().size();
size             2476 Source/core/rendering/RenderBoxModelObject.cpp     for (size_t i = shadowList->shadows().size(); i--; ) {
size               84 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     if (static_cast<size_t>(m_ordinalIteration) >= m_ordinalValues.size() + 1)
size               88 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     if (m_ordinalValues.size() != m_sortedOrdinalValues.size()) {
size               92 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     m_currentOrdinal = m_forward ? m_sortedOrdinalValues[m_ordinalIteration - 1] : m_sortedOrdinalValues[m_sortedOrdinalValues.size() - m_ordinalIteration];
size              266 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         LayoutSize previousSize = size();
size              271 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (previousSize != size()
size              152 Source/core/rendering/RenderEmbeddedObject.cpp     float labelX = roundf(replacementTextRect.location().x() + (replacementTextRect.size().width() - textWidth) / 2);
size              153 Source/core/rendering/RenderEmbeddedObject.cpp     float labelY = roundf(replacementTextRect.location().y() + (replacementTextRect.size().height() - fontMetrics.height()) / 2 + fontMetrics.ascent());
size              181 Source/core/rendering/RenderEmbeddedObject.cpp     float x = (contentRect.size().width() / 2 - replacementTextRect.size().width() / 2) + contentRect.location().x();
size              182 Source/core/rendering/RenderEmbeddedObject.cpp     float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect.location().y();
size              194 Source/core/rendering/RenderEmbeddedObject.cpp     LayoutSize oldSize = contentBoxRect().size();
size              226 Source/core/rendering/RenderEmbeddedObject.cpp     LayoutSize newSize = contentBoxRect().size();
size              144 Source/core/rendering/RenderFieldset.cpp     LayoutRect paintRect(paintOffset, size());
size              195 Source/core/rendering/RenderFieldset.cpp     LayoutRect paintRect = LayoutRect(paintOffset, size());
size              305 Source/core/rendering/RenderFlexibleBox.cpp     ASSERT(childIndex == oldChildRects.size());
size              321 Source/core/rendering/RenderFlexibleBox.cpp     if (!isMultiline() && lineContexts.size() == 1)
size              430 Source/core/rendering/RenderFlexibleBox.cpp LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox* child, SizeType sizeType, const Length& size)
size              436 Source/core/rendering/RenderFlexibleBox.cpp         if (size.isIntrinsic())
size              438 Source/core/rendering/RenderFlexibleBox.cpp         return child->computeContentLogicalHeight(size, child->logicalHeight() - child->borderAndPaddingLogicalHeight());
size              440 Source/core/rendering/RenderFlexibleBox.cpp     return child->computeLogicalWidthUsing(sizeType, size, contentLogicalWidth(), this) - child->borderAndPaddingLogicalWidth();
size              685 Source/core/rendering/RenderFlexibleBox.cpp         childSizes.reserveCapacity(orderedChildren.size());
size              688 Source/core/rendering/RenderFlexibleBox.cpp             ASSERT(inflexibleItems.size() > 0);
size              716 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < children.size(); ++i) {
size              922 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < violations.size(); ++i) {
size              941 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < children.size(); ++i) {
size             1054 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < children.size(); ++i) {
size             1082 Source/core/rendering/RenderFlexibleBox.cpp     ASSERT(childSizes.size() == children.size());
size             1096 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < children.size(); ++i) {
size             1164 Source/core/rendering/RenderFlexibleBox.cpp     lineContexts.append(LineContext(crossAxisOffset, maxChildCrossAxisExtent, children.size(), maxAscent));
size             1179 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < children.size(); ++i) {
size             1231 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t i = 0; i < lineContexts.size(); ++i)
size             1235 Source/core/rendering/RenderFlexibleBox.cpp     LayoutUnit lineOffset = initialAlignContentOffset(availableCrossAxisSpace, style()->alignContent(), lineContexts.size());
size             1236 Source/core/rendering/RenderFlexibleBox.cpp     for (unsigned lineNumber = 0; lineNumber < lineContexts.size(); ++lineNumber) {
size             1242 Source/core/rendering/RenderFlexibleBox.cpp             lineContexts[lineNumber].crossAxisExtent += availableCrossAxisSpace / static_cast<unsigned>(lineContexts.size());
size             1244 Source/core/rendering/RenderFlexibleBox.cpp         lineOffset += alignContentSpaceBetweenChildren(availableCrossAxisSpace, style()->alignContent(), lineContexts.size());
size             1269 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t lineNumber = 0; lineNumber < lineContexts.size(); ++lineNumber) {
size             1336 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t lineNumber = 0; lineNumber < lineContexts.size(); ++lineNumber) {
size             1397 Source/core/rendering/RenderFlexibleBox.cpp     for (size_t lineNumber = 0; lineNumber < lineContexts.size(); ++lineNumber) {
size               99 Source/core/rendering/RenderFlexibleBox.h     LayoutUnit computeMainAxisExtentForChild(RenderBox* child, SizeType, const Length& size);
size              186 Source/core/rendering/RenderFlowThread.cpp     LayoutRect regionClippingRect(offset + (flowThreadPortionOverflowRect.location() - flowThreadPortionRect.location()), flowThreadPortionOverflowRect.size());
size              188 Source/core/rendering/RenderFlowThread.cpp         regionClippingRect.move(flowThreadPortionRect.size() - flowThreadPortionOverflowRect.size());
size              260 Source/core/rendering/RenderFlowThread.cpp         IntRect regionAbsoluteRect(roundedIntPoint(region->localToAbsolute()), roundedIntSize(region->frameRect().size()));
size              525 Source/core/rendering/RenderFlowThread.cpp         for (size_t i = 0; i < fragments.size(); ++i) {
size               77 Source/core/rendering/RenderFlowThread.h     bool hasRegions() const { return m_regionList.size(); }
size              112 Source/core/rendering/RenderFlowThread.h     bool previousRegionCountChanged() const { return m_previousRegionCount != m_regionList.size(); }
size              113 Source/core/rendering/RenderFlowThread.h     void updatePreviousRegionCount() { m_previousRegionCount = m_regionList.size(); }
size              131 Source/core/rendering/RenderFrameSet.cpp     size_t rows = m_rows.m_sizes.size();
size              132 Source/core/rendering/RenderFrameSet.cpp     size_t cols = m_cols.m_sizes.size();
size              157 Source/core/rendering/RenderFrameSet.cpp void RenderFrameSet::GridAxis::resize(int size)
size              159 Source/core/rendering/RenderFrameSet.cpp     m_sizes.resize(size);
size              160 Source/core/rendering/RenderFrameSet.cpp     m_deltas.resize(size);
size              166 Source/core/rendering/RenderFrameSet.cpp     m_preventResize.resize(size + 1);
size              167 Source/core/rendering/RenderFrameSet.cpp     m_allowBorder.resize(size + 1);
size              181 Source/core/rendering/RenderFrameSet.cpp     int gridLen = axis.m_sizes.size();
size              402 Source/core/rendering/RenderFrameSet.cpp     size_t rows = m_rows.m_sizes.size();
size              403 Source/core/rendering/RenderFrameSet.cpp     size_t cols = m_cols.m_sizes.size();
size              460 Source/core/rendering/RenderFrameSet.cpp     if (m_rows.m_sizes.size() != rows || m_cols.m_sizes.size() != cols) {
size              631 Source/core/rendering/RenderFrameSet.cpp     int size = axis.m_sizes.size();
size              632 Source/core/rendering/RenderFrameSet.cpp     if (!size)
size              636 Source/core/rendering/RenderFrameSet.cpp     for (int i = 0; i < split && i < size; ++i)
size              650 Source/core/rendering/RenderFrameSet.cpp     size_t size = axis.m_sizes.size();
size              651 Source/core/rendering/RenderFrameSet.cpp     if (!size)
size              655 Source/core/rendering/RenderFrameSet.cpp     for (size_t i = 1; i < size; ++i) {
size               61 Source/core/rendering/RenderGeometryMap.cpp     bool foundContainer = !container || (m_mapping.size() && m_mapping[0].m_renderer == container);
size               64 Source/core/rendering/RenderGeometryMap.cpp     for (int i = m_mapping.size() - 1; i >= 0; --i) {
size              111 Source/core/rendering/RenderGeometryMap.cpp     if (!hasFixedPositionStep() && !hasTransformStep() && !hasNonUniformStep() && (!container || (m_mapping.size() && container == m_mapping[0].m_renderer)))
size              120 Source/core/rendering/RenderGeometryMap.cpp     if (m_mapping.size() > 0) {
size              143 Source/core/rendering/RenderGeometryMap.cpp     for (int i = m_mapping.size() - 1; i >= 0; --i) {
size              156 Source/core/rendering/RenderGeometryMap.cpp     if (!hasFixedPositionStep() && !hasTransformStep() && !hasNonUniformStep() && (!container || (m_mapping.size() && container == m_mapping[0].m_renderer))) {
size              166 Source/core/rendering/RenderGeometryMap.cpp     if (m_mapping.size() > 0) {
size              189 Source/core/rendering/RenderGeometryMap.cpp     TemporaryChange<size_t> positionChange(m_insertionPosition, m_mapping.size());
size              232 Source/core/rendering/RenderGeometryMap.cpp         if (!m_mapping.size()) {
size              237 Source/core/rendering/RenderGeometryMap.cpp         TemporaryChange<size_t> positionChange(m_insertionPosition, m_mapping.size());
size              283 Source/core/rendering/RenderGeometryMap.cpp     ASSERT(m_mapping.size());
size              285 Source/core/rendering/RenderGeometryMap.cpp     while (m_mapping.size() && m_mapping.last().m_renderer != ancestorRenderer) {
size              105 Source/core/rendering/RenderGrid.cpp         ASSERT(m_rowIndex < m_grid.size());
size              106 Source/core/rendering/RenderGrid.cpp         ASSERT(m_columnIndex < m_grid[0].size());
size              114 Source/core/rendering/RenderGrid.cpp         const size_t endOfVaryingTrackIndex = (m_direction == ForColumns) ? m_grid.size() : m_grid[0].size();
size              117 Source/core/rendering/RenderGrid.cpp             if (m_childIndex < children.size())
size              130 Source/core/rendering/RenderGrid.cpp         const size_t endOfVaryingTrackIndex = (m_direction == ForColumns) ? m_grid.size() : m_grid[0].size();
size              263 Source/core/rendering/RenderGrid.cpp     return oldStyle->gridTemplateColumns().size() != style()->gridTemplateColumns().size()
size              264 Source/core/rendering/RenderGrid.cpp         || oldStyle->gridTemplateRows().size() != style()->gridTemplateRows().size();
size              285 Source/core/rendering/RenderGrid.cpp     LayoutSize previousSize = size();
size              295 Source/core/rendering/RenderGrid.cpp     if (size() != previousSize)
size              324 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < sizingData.columnTracks.size(); ++i) {
size              373 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < tracks.size(); ++i) {
size              394 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < tracks.size(); ++i) {
size              406 Source/core/rendering/RenderGrid.cpp     const size_t tracksSize = tracks.size();
size              424 Source/core/rendering/RenderGrid.cpp         normalizedFractionBreadth = computeNormalizedFractionBreadth(tracks, GridSpan(0, tracks.size() - 1), direction, availableLogicalSpace);
size              426 Source/core/rendering/RenderGrid.cpp         for (size_t i = 0; i < flexibleSizedTracksIndex.size(); ++i) {
size              432 Source/core/rendering/RenderGrid.cpp         for (size_t i = 0; i < flexibleSizedTracksIndex.size(); ++i) {
size              448 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < flexibleSizedTracksIndex.size(); ++i) {
size              524 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < tracksForNormalization.size(); ++i) {
size              546 Source/core/rendering/RenderGrid.cpp     if (i >= trackStyles.size())
size              564 Source/core/rendering/RenderGrid.cpp     return style()->gridTemplateColumns().size();
size              569 Source/core/rendering/RenderGrid.cpp     return style()->gridTemplateRows().size();
size              631 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < sizingData.contentSizedTracksIndex.size(); ++i) {
size              684 Source/core/rendering/RenderGrid.cpp     size_t tracksSize = tracks.size();
size              701 Source/core/rendering/RenderGrid.cpp         tracksSize = tracksForGrowthAboveMaxBreadth->size();
size              719 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < tracks.size(); ++i) {
size              732 Source/core/rendering/RenderGrid.cpp         ASSERT(maximumPositionIndex >= m_grid[0].size());
size              733 Source/core/rendering/RenderGrid.cpp         for (size_t row = 0; row < m_grid.size(); ++row)
size              736 Source/core/rendering/RenderGrid.cpp         ASSERT(maximumPositionIndex >= m_grid.size());
size              737 Source/core/rendering/RenderGrid.cpp         const size_t oldRowSize = m_grid.size();
size              739 Source/core/rendering/RenderGrid.cpp         for (size_t row = oldRowSize; row < m_grid.size(); ++row)
size              740 Source/core/rendering/RenderGrid.cpp             m_grid[row].grow(m_grid[0].size());
size              793 Source/core/rendering/RenderGrid.cpp     ASSERT(gridRowCount() >= style()->gridTemplateRows().size());
size              794 Source/core/rendering/RenderGrid.cpp     ASSERT(gridColumnCount() >= style()->gridTemplateColumns().size());
size              798 Source/core/rendering/RenderGrid.cpp         ASSERT(!autoMajorAxisAutoGridItems.size());
size              799 Source/core/rendering/RenderGrid.cpp         ASSERT(!specifiedMajorAxisAutoGridItems.size());
size              832 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < m_grid.size(); ++i)
size              838 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < autoGridItems.size(); ++i) {
size              846 Source/core/rendering/RenderGrid.cpp         growGrid(autoPlacementMinorAxisDirection(), autoPlacementMinorAxisDirection() == ForColumns ? m_grid[0].size() : m_grid.size());
size              855 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < autoGridItems.size(); ++i)
size              883 Source/core/rendering/RenderGrid.cpp     const size_t columnIndex = (autoPlacementMajorAxisDirection() == ForColumns) ? m_grid[0].size() : minorAxisIndex;
size              884 Source/core/rendering/RenderGrid.cpp     const size_t rowIndex = (autoPlacementMajorAxisDirection() == ForColumns) ? minorAxisIndex : m_grid.size();
size              885 Source/core/rendering/RenderGrid.cpp     growGrid(autoPlacementMajorAxisDirection(), autoPlacementMajorAxisDirection() == ForColumns ? m_grid[0].size() : m_grid.size());
size              951 Source/core/rendering/RenderGrid.cpp         ASSERT(coordinate.columns.initialPositionIndex < sizingData.columnTracks.size());
size              952 Source/core/rendering/RenderGrid.cpp         ASSERT(coordinate.rows.initialPositionIndex < sizingData.rowTracks.size());
size              969 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < sizingData.rowTracks.size(); ++i)
size             1053 Source/core/rendering/RenderGrid.cpp         namedGridLineIndex = std::min<size_t>(position.integerPosition(), it->value.size()) - 1;
size             1055 Source/core/rendering/RenderGrid.cpp         namedGridLineIndex = std::max<int>(it->value.size() - abs(position.integerPosition()), 0);
size             1156 Source/core/rendering/RenderGrid.cpp     m_columnPositions.resize(sizingData.columnTracks.size() + 1);
size             1158 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < m_columnPositions.size() - 1; ++i)
size             1161 Source/core/rendering/RenderGrid.cpp     m_rowPositions.resize(sizingData.rowTracks.size() + 1);
size             1163 Source/core/rendering/RenderGrid.cpp     for (size_t i = 0; i < m_rowPositions.size() - 1; ++i)
size             1373 Source/core/rendering/RenderGrid.cpp                 for (size_t j = 0; j < children.size(); ++j) {
size              146 Source/core/rendering/RenderGrid.h         return m_grid[0].size();
size              151 Source/core/rendering/RenderGrid.h         return m_grid.size();
size               42 Source/core/rendering/RenderHTMLCanvas.cpp     : RenderReplaced(element, element->size())
size               90 Source/core/rendering/RenderHTMLCanvas.cpp     IntSize canvasSize = toHTMLCanvasElement(node())->size();
size              104 Source/core/rendering/RenderHTMLCanvas.cpp     LayoutSize oldSize = size();
size              107 Source/core/rendering/RenderHTMLCanvas.cpp     if (oldSize == size())
size              106 Source/core/rendering/RenderImage.cpp         imageSize = brokenImageAndImageScaleFactor.first->size();
size              109 Source/core/rendering/RenderImage.cpp         imageSize = newImage->imageForRenderer(this)->size();
size              329 Source/core/rendering/RenderImage.cpp                 IntSize imageSize = image->size();
size              470 Source/core/rendering/RenderImage.cpp     InterpolationQuality interpolationQuality = chooseInterpolationQuality(context, image, image, alignedRect.size());
size              548 Source/core/rendering/RenderImage.cpp             if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult))
size              104 Source/core/rendering/RenderImageResource.cpp     LayoutSize size = m_cachedImage->imageSizeForRenderer(m_renderer, multiplier, type);
size              106 Source/core/rendering/RenderImageResource.cpp         size.scale(toRenderImage(m_renderer)->imageDevicePixelRatio());
size              107 Source/core/rendering/RenderImageResource.cpp     return size;
size               72 Source/core/rendering/RenderImageResourceStyleImage.cpp void RenderImageResourceStyleImage::setContainerSizeForRenderer(const IntSize& size)
size               75 Source/core/rendering/RenderImageResourceStyleImage.cpp     m_styleImage->setContainerSizeForRenderer(m_renderer, size, m_renderer->style()->effectiveZoom());
size              537 Source/core/rendering/RenderInline.cpp             yield(FloatRect(curr->topLeft(), curr->size()));
size             1084 Source/core/rendering/RenderInline.cpp             LayoutRect repaintRect(topLeft, rect.size());
size             1441 Source/core/rendering/RenderInline.cpp     for (unsigned i = 1; i < rects.size() - 1; i++)
size              247 Source/core/rendering/RenderLayer.cpp void RenderLayer::setSubpixelAccumulation(const LayoutSize& size)
size              249 Source/core/rendering/RenderLayer.cpp     m_subpixelAccumulation = size;
size              550 Source/core/rendering/RenderLayer.cpp         box->style()->applyTransform(*m_transform, box->pixelSnappedBorderBoxRect().size(), RenderStyle::IncludeTransformOrigin);
size              587 Source/core/rendering/RenderLayer.cpp         box->style()->applyTransform(currTransform, box->pixelSnappedBorderBoxRect().size(), RenderStyle::ExcludeTransformOrigin);
size              950 Source/core/rendering/RenderLayer.cpp         setSize(lineBox.size());
size              955 Source/core/rendering/RenderLayer.cpp         setSize(pixelSnappedIntSize(box->size(), box->location()));
size             1900 Source/core/rendering/RenderLayer.cpp                 context->clipRoundedRect(layer->renderer()->style()->getRoundedInnerBorderFor(LayoutRect(delta, layer->size())));
size             1927 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < overlappedRequestClients.size(); ++i)
size             2367 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < fragments.size(); ++i) {
size             2390 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < fragments.size(); ++i) {
size             2409 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < enclosingPaginationFragments.size(); ++i) {
size             2446 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2477 Source/core/rendering/RenderLayer.cpp         for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2489 Source/core/rendering/RenderLayer.cpp     bool shouldClip = localPaintingInfo.clipToDirtyRect && layerFragments.size() == 1 && layerFragments[0].shouldPaintContent && !layerFragments[0].foregroundRect.isEmpty();
size             2511 Source/core/rendering/RenderLayer.cpp     bool shouldClip = localPaintingInfo.clipToDirtyRect && layerFragments.size() > 1;
size             2513 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2534 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2550 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2571 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2590 Source/core/rendering/RenderLayer.cpp     for (size_t i = 0; i < layerFragments.size(); ++i) {
size             2614 Source/core/rendering/RenderLayer.cpp     if (!columnLayers.size())
size             2617 Source/core/rendering/RenderLayer.cpp     paintChildLayerIntoColumns(childLayer, context, paintingInfo, paintFlags, columnLayers, columnLayers.size() - 1);
size             3035 Source/core/rendering/RenderLayer.cpp     for (int i = layerFragments.size() - 1; i >= 0; --i) {
size             3058 Source/core/rendering/RenderLayer.cpp     for (int i = enclosingPaginationFragments.size() - 1; i >= 0; --i) {
size             3124 Source/core/rendering/RenderLayer.cpp         ASSERT(!result.innerNode() || (result.isRectBasedTest() && result.rectBasedTestResult().size()));
size             3194 Source/core/rendering/RenderLayer.cpp     ASSERT(columnLayers.size());
size             3196 Source/core/rendering/RenderLayer.cpp                                     columnLayers, columnLayers.size() - 1);
size             3961 Source/core/rendering/RenderLayer.cpp         for (size_t i = 0; i < filters.size(); ++i) {
size             4053 Source/core/rendering/RenderLayer.cpp     if (!size().isEmpty()) {
size              154 Source/core/rendering/RenderLayer.h     const IntSize& size() const { return m_layerSize; }
size              155 Source/core/rendering/RenderLayer.h     void setSize(const IntSize& size) { m_layerSize = size; }
size              157 Source/core/rendering/RenderLayer.h     LayoutRect rect() const { return LayoutRect(location(), size()); }
size              190 Source/core/rendering/RenderLayerClipper.cpp     layerBounds = LayoutRect(offset, m_renderer->layer()->size());
size              118 Source/core/rendering/RenderLayerFilterInfo.cpp     for (size_t i = 0; i < operations.size(); ++i) {
size              147 Source/core/rendering/RenderLayerFilterInfo.cpp     for (size_t i = 0; i < m_externalSVGReferences.size(); ++i)
size              150 Source/core/rendering/RenderLayerFilterInfo.cpp     for (size_t i = 0; i < m_internalSVGReferences.size(); ++i) {
size              218 Source/core/rendering/RenderLayerRepainter.cpp             IntRect repaintRect = pixelSnappedIntRect(r.location() +  m_renderer->layer()->subpixelAccumulation(), r.size());
size              442 Source/core/rendering/RenderLayerScrollableArea.cpp     return -scrollOrigin() + enclosingIntRect(m_overflowRect).size() - enclosingIntRect(m_box->clientBoxRect()).size();
size              455 Source/core/rendering/RenderLayerScrollableArea.cpp         IntSize(max(0, layer()->size().width() - verticalScrollbarWidth), max(0, layer()->size().height() - horizontalScrollbarHeight)));
size              460 Source/core/rendering/RenderLayerScrollableArea.cpp     return layer()->size().height();
size              465 Source/core/rendering/RenderLayerScrollableArea.cpp     return layer()->size().width();
size             1227 Source/core/rendering/RenderLayerScrollableArea.cpp     for (int i = layerFragments.size() - 1; i >= 0; --i) {
size             1278 Source/core/rendering/RenderLayerScrollableArea.cpp         cornerResizerSize = resizeCornerImage->size();
size             1283 Source/core/rendering/RenderLayerScrollableArea.cpp         cornerResizerSize = resizeCornerImage->size();
size             1302 Source/core/rendering/RenderLayerScrollableArea.cpp     IntSize elementSize = layer()->size();
size              109 Source/core/rendering/RenderLayerStackingNode.cpp     for (size_t index = 0; index < normalFlowList()->size(); ++index)
size              120 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t index = 0; index < stackingNode->posZOrderList()->size(); ++index)
size              127 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t index = 0; index < stackingNode->negZOrderList()->size(); ++index)
size              350 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t i = 0; i < m_posZOrderList->size(); ++i)
size              355 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t i = 0; i < m_negZOrderList->size(); ++i)
size              363 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t i = 0; i < m_normalFlowList->size(); ++i)
size              472 Source/core/rendering/RenderLayerStackingNode.cpp     size_t maxIndex = std::min(posZOrderListAfterPromote->size() + negZOrderListAfterPromote->size(), posZOrderListBeforePromote->size() + negZOrderListBeforePromote->size());
size              479 Source/core/rendering/RenderLayerStackingNode.cpp         const RenderLayerStackingNode* nodeBeforePromote = i < negZOrderListBeforePromote->size()
size              481 Source/core/rendering/RenderLayerStackingNode.cpp             : posZOrderListBeforePromote->at(i - negZOrderListBeforePromote->size());
size              482 Source/core/rendering/RenderLayerStackingNode.cpp         nodeAfterPromote = i < negZOrderListAfterPromote->size()
size              484 Source/core/rendering/RenderLayerStackingNode.cpp             : posZOrderListAfterPromote->at(i - negZOrderListAfterPromote->size());
size              492 Source/core/rendering/RenderLayerStackingNode.cpp         const RenderLayerStackingNode* nodeBeforePromote = i < posZOrderListBeforePromote->size()
size              493 Source/core/rendering/RenderLayerStackingNode.cpp             ? posZOrderListBeforePromote->at(posZOrderListBeforePromote->size() - i - 1)
size              494 Source/core/rendering/RenderLayerStackingNode.cpp             : negZOrderListBeforePromote->at(negZOrderListBeforePromote->size() + posZOrderListBeforePromote->size() - i - 1);
size              495 Source/core/rendering/RenderLayerStackingNode.cpp         nodeAfterPromote = i < posZOrderListAfterPromote->size()
size              496 Source/core/rendering/RenderLayerStackingNode.cpp             ? posZOrderListAfterPromote->at(posZOrderListAfterPromote->size() - i - 1)
size              497 Source/core/rendering/RenderLayerStackingNode.cpp             : negZOrderListAfterPromote->at(negZOrderListAfterPromote->size() + posZOrderListAfterPromote->size() - i - 1);
size              531 Source/core/rendering/RenderLayerStackingNode.cpp     for (size_t index = 0; index < posZOrderList->size(); index++) {
size              592 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t index = 0; index < negZOrderList->size(); ++index)
size              597 Source/core/rendering/RenderLayerStackingNode.cpp         for (size_t index = 0; index < posZOrderList->size(); ++index)
size               92 Source/core/rendering/RenderLayerStackingNode.h     bool hasPositiveZOrderList() const { return posZOrderList() && posZOrderList()->size(); }
size               93 Source/core/rendering/RenderLayerStackingNode.h     bool hasNegativeZOrderList() const { return negZOrderList() && negZOrderList()->size(); }
size               43 Source/core/rendering/RenderLayerStackingNodeIterator.cpp         if (negZOrderList && m_index < negZOrderList->size())
size               52 Source/core/rendering/RenderLayerStackingNodeIterator.cpp         if (normalFlowList && m_index < normalFlowList->size())
size               61 Source/core/rendering/RenderLayerStackingNodeIterator.cpp         if (posZOrderList && m_index < posZOrderList->size())
size              108 Source/core/rendering/RenderLayerStackingNodeIterator.cpp             m_index  = negZOrderList->size() - 1;
size              118 Source/core/rendering/RenderLayerStackingNodeIterator.cpp             m_index = normalFlowList->size() - 1;
size              128 Source/core/rendering/RenderLayerStackingNodeIterator.cpp             m_index = posZOrderList->size() - 1;
size              125 Source/core/rendering/RenderListBox.cpp         int size = numItems();
size              128 Source/core/rendering/RenderListBox.cpp         for (int i = 0; i < size; ++i) {
size              250 Source/core/rendering/RenderListBox.cpp     int specifiedSize = selectElement()->size();
size              265 Source/core/rendering/RenderListBox.cpp     return selectElement()->listItems().size();
size              275 Source/core/rendering/RenderListBox.cpp     LayoutUnit height = itemHeight() * size() - rowSpacing + borderAndPaddingHeight();
size              351 Source/core/rendering/RenderListBox.cpp     int size = numItems();
size              353 Source/core/rendering/RenderListBox.cpp     for (int i = 0; i < size; ++i) {
size              716 Source/core/rendering/RenderListBox.cpp     int size = numItems();
size              719 Source/core/rendering/RenderListBox.cpp     for (int i = 0; i < size; ++i) {
size               58 Source/core/rendering/RenderListBox.h     int size() const;
size              156 Source/core/rendering/RenderListMarker.cpp template <typename CharacterType, size_t size>
size              157 Source/core/rendering/RenderListMarker.cpp static inline String toAlphabetic(int number, const CharacterType(&alphabet)[size])
size              159 Source/core/rendering/RenderListMarker.cpp     return toAlphabetic(number, alphabet, size);
size              162 Source/core/rendering/RenderListMarker.cpp template <typename CharacterType, size_t size>
size              163 Source/core/rendering/RenderListMarker.cpp static inline String toNumeric(int number, const CharacterType(&alphabet)[size])
size              165 Source/core/rendering/RenderListMarker.cpp     return toNumeric(number, alphabet, size);
size              168 Source/core/rendering/RenderListMarker.cpp template <typename CharacterType, size_t size>
size              169 Source/core/rendering/RenderListMarker.cpp static inline String toSymbolic(int number, const CharacterType(&alphabet)[size])
size              171 Source/core/rendering/RenderListMarker.cpp     return toSymbolic(number, alphabet, size);
size             1118 Source/core/rendering/RenderListMarker.cpp         return LayoutRect(LayoutPoint(), size());
size             1143 Source/core/rendering/RenderListMarker.cpp     LayoutRect box(boxOrigin, size());
size             1151 Source/core/rendering/RenderListMarker.cpp         context->drawImage(m_image->image(this, marker.size()).get(), marker);
size               54 Source/core/rendering/RenderMedia.cpp     LayoutSize oldSize = contentBoxRect().size();
size               63 Source/core/rendering/RenderMedia.cpp     LayoutSize newSize = contentBoxRect().size();
size              166 Source/core/rendering/RenderMenuList.cpp     int size = listItems.size();
size              169 Source/core/rendering/RenderMenuList.cpp     for (int i = 0; i < size; ++i) {
size              218 Source/core/rendering/RenderMenuList.cpp     int size = listItems.size();
size              222 Source/core/rendering/RenderMenuList.cpp     if (i >= 0 && i < size) {
size              336 Source/core/rendering/RenderMenuList.cpp     IntSize size = pixelSnappedIntRect(frameRect()).size();
size              338 Source/core/rendering/RenderMenuList.cpp     m_popup->show(quad, size, select->optionToListIndex(select->selectedIndex()));
size              385 Source/core/rendering/RenderMenuList.cpp     if (listIndex < 0 || listIndex >= static_cast<int>(select->listItems().size()))
size              395 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size())
size              413 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size())
size              421 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size())
size              429 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size())
size              449 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size()) {
size              474 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size()) {
size              533 Source/core/rendering/RenderMenuList.cpp     return selectElement()->listItems().size();
size              550 Source/core/rendering/RenderMenuList.cpp     return listIndex < listItems.size() && isHTMLHRElement(*listItems[listIndex]);
size              556 Source/core/rendering/RenderMenuList.cpp     return listIndex < listItems.size() && isHTMLOptGroupElement(*listItems[listIndex]);
size              562 Source/core/rendering/RenderMenuList.cpp     if (listIndex >= listItems.size())
size               85 Source/core/rendering/RenderMultiColumnSet.cpp     size_t runCount = m_contentRuns.size();
size              170 Source/core/rendering/RenderMultiColumnSet.cpp     if (m_contentRuns.size() < m_computedColumnCount)
size               68 Source/core/rendering/RenderMultiColumnSet.h     unsigned forcedBreaksCount() const { return m_contentRuns.size(); }
size             1250 Source/core/rendering/RenderObject.cpp         size_t n = quads.size();
size             1264 Source/core/rendering/RenderObject.cpp     size_t n = rects.size();
size             1283 Source/core/rendering/RenderObject.cpp     size_t count = rects.size();
size             1302 Source/core/rendering/RenderObject.cpp     for (size_t i = 0; i < quads.size(); ++i)
size             2444 Source/core/rendering/RenderObject.cpp     for (size_t i = 0; i < ownRects.size(); i++) {
size             2447 Source/core/rendering/RenderObject.cpp             if (iterValue->size() > maxRectsPerLayer) {
size              130 Source/core/rendering/RenderReplaced.cpp     LayoutRect paintRect = LayoutRect(adjustedPaintOffset, size());
size              149 Source/core/rendering/RenderReplaced.cpp         LayoutRect borderRect = LayoutRect(adjustedPaintOffset, size());
size              349 Source/core/rendering/RenderReplaced.cpp         finalRect.setSize(finalRect.size().fitToAspectRatio(intrinsicSize, objectFit == ObjectFitCover ? AspectRatioFitGrow : AspectRatioFitShrink));
size              581 Source/core/rendering/RenderReplaced.cpp         return LayoutRect(LayoutPoint(), size());
size              449 Source/core/rendering/RenderTable.cpp             for (unsigned i = 0; i < m_captions.size(); i++)
size              461 Source/core/rendering/RenderTable.cpp         for (unsigned i = 0; i < m_captions.size(); i++)
size              489 Source/core/rendering/RenderTable.cpp             for (unsigned i = 0; i < m_captions.size(); i++) {
size              556 Source/core/rendering/RenderTable.cpp         for (unsigned i = 0; i < m_captions.size(); i++) {
size              637 Source/core/rendering/RenderTable.cpp     for (unsigned i = 0; i < m_captions.size(); i++)
size              702 Source/core/rendering/RenderTable.cpp         size_t count = m_collapsedBorders.size();
size              715 Source/core/rendering/RenderTable.cpp         paintOutline(paintInfo, LayoutRect(paintOffset, size()));
size              720 Source/core/rendering/RenderTable.cpp     for (unsigned i = 0; i < m_captions.size(); i++) {
size              740 Source/core/rendering/RenderTable.cpp     LayoutRect rect(paintOffset, size());
size              750 Source/core/rendering/RenderTable.cpp     LayoutRect rect(paintOffset, size());
size              781 Source/core/rendering/RenderTable.cpp     for (unsigned i = 0; i < m_captions.size(); i++)
size              836 Source/core/rendering/RenderTable.cpp     unsigned newColumnIndex = m_columns.size();
size              891 Source/core/rendering/RenderTable.cpp     for (unsigned i = 0; i < m_columnRenderers.size(); i++) {
size             1428 Source/core/rendering/RenderTable.cpp     LayoutRect boundsRect(adjustedLocation, size());
size              169 Source/core/rendering/RenderTable.h     unsigned numEffCols() const { return m_columns.size(); }
size             1073 Source/core/rendering/RenderTableCell.cpp     size_t count = borderValues.size();
size             1099 Source/core/rendering/RenderTableCell.cpp     qsort(borderValues.data(), borderValues.size(), sizeof(CollapsedBorderValue),
size              233 Source/core/rendering/RenderTableRow.cpp         paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, size()));
size              185 Source/core/rendering/RenderTableSection.cpp     if (numRows <= m_grid.size())
size              188 Source/core/rendering/RenderTableSection.cpp     unsigned oldSize = m_grid.size();
size              192 Source/core/rendering/RenderTableSection.cpp     for (unsigned row = oldSize; row < m_grid.size(); ++row)
size              207 Source/core/rendering/RenderTableSection.cpp     unsigned nCols = columns.size();
size              243 Source/core/rendering/RenderTableSection.cpp             if (c.cells.size() > 1)
size              257 Source/core/rendering/RenderTableSection.cpp     unsigned totalCols = m_grid[row].row.size();
size              307 Source/core/rendering/RenderTableSection.cpp     const int tableHeight = m_rowPos[m_grid.size()] + extraRowSpanningHeight;
size              433 Source/core/rendering/RenderTableSection.cpp     unsigned totalCols = m_grid[row].row.size();
size              441 Source/core/rendering/RenderTableSection.cpp         if (rowSpanCell.cells.size()) {
size              465 Source/core/rendering/RenderTableSection.cpp     unsigned totalCols = m_grid[row].row.size();
size              474 Source/core/rendering/RenderTableSection.cpp         if (rowSpanCell.cells.size() && rowSpanCell.cells[0]->rowSpan() > 1)
size              483 Source/core/rendering/RenderTableSection.cpp     ASSERT(spanningRowsHeight.rowHeight.size());
size              489 Source/core/rendering/RenderTableSection.cpp     ASSERT_UNUSED(rowSpan, rowSpan == spanningRowsHeight.rowHeight.size());
size              491 Source/core/rendering/RenderTableSection.cpp     for (unsigned row = 0; row < spanningRowsHeight.rowHeight.size(); row++) {
size              507 Source/core/rendering/RenderTableSection.cpp     ASSERT(rowSpanCells.size());
size              517 Source/core/rendering/RenderTableSection.cpp     for (unsigned i = 0; i < rowSpanCells.size(); i++) {
size              608 Source/core/rendering/RenderTableSection.cpp         for (unsigned row = lastRowIndex + lastRowSpan + 1; row <= m_grid.size(); row++)
size              648 Source/core/rendering/RenderTableSection.cpp     m_rowPos.resize(m_grid.size() + 1);
size              661 Source/core/rendering/RenderTableSection.cpp     for (unsigned r = 0; r < m_grid.size(); r++) {
size              669 Source/core/rendering/RenderTableSection.cpp         unsigned totalCols = row.size();
size              674 Source/core/rendering/RenderTableSection.cpp             for (unsigned i = 0; i < current.cells.size(); i++) {
size              726 Source/core/rendering/RenderTableSection.cpp     return m_rowPos[m_grid.size()];
size              746 Source/core/rendering/RenderTableSection.cpp     for (unsigned r = 0; r < m_grid.size(); ++r) {
size              748 Source/core/rendering/RenderTableSection.cpp         unsigned cols = row.size();
size              762 Source/core/rendering/RenderTableSection.cpp                 ASSERT(endCol < table()->columns().size());
size              785 Source/core/rendering/RenderTableSection.cpp     unsigned totalRows = m_grid.size();
size              813 Source/core/rendering/RenderTableSection.cpp     for (unsigned r = 0; r < m_grid.size(); ++r) {
size              827 Source/core/rendering/RenderTableSection.cpp     unsigned totalRows = m_grid.size();
size              851 Source/core/rendering/RenderTableSection.cpp     unsigned totalRows = m_grid.size();
size              889 Source/core/rendering/RenderTableSection.cpp     unsigned totalRows = m_grid.size();
size             1021 Source/core/rendering/RenderTableSection.cpp                 for (size_t i = 0; i < cells.size(); ++i) {
size             1039 Source/core/rendering/RenderTableSection.cpp     unsigned totalRows = m_grid.size();
size             1067 Source/core/rendering/RenderTableSection.cpp                 if (m_overflowingCells.size() > maxAllowedOverflowingCellsCount) {
size             1083 Source/core/rendering/RenderTableSection.cpp     if (!m_grid.size() || !totalCols)
size             1102 Source/core/rendering/RenderTableSection.cpp         const CellStruct& current = cellAt(side == BorderBefore ? 0 : m_grid.size() - 1, c);
size             1137 Source/core/rendering/RenderTableSection.cpp     if (!m_grid.size() || !totalCols)
size             1158 Source/core/rendering/RenderTableSection.cpp     for (unsigned r = 0; r < m_grid.size(); r++) {
size             1193 Source/core/rendering/RenderTableSection.cpp     if (!m_grid.size())
size             1202 Source/core/rendering/RenderTableSection.cpp     for (size_t i = 0; i < firstRow.size(); ++i) {
size             1222 Source/core/rendering/RenderTableSection.cpp     unsigned totalRows = m_grid.size();
size             1223 Source/core/rendering/RenderTableSection.cpp     unsigned totalCols = table()->columns().size();
size             1237 Source/core/rendering/RenderTableSection.cpp         paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, size()));
size             1299 Source/core/rendering/RenderTableSection.cpp         tableAlignedRect.setX(columnPos[columnPos.size() - 1] - tableAlignedRect.maxX());
size             1312 Source/core/rendering/RenderTableSection.cpp     if (coveredRows.start() >= m_rowPos.size() - 1 && m_rowPos[m_rowPos.size() - 1] + table()->outerBorderAfter() >= damageRect.y())
size             1330 Source/core/rendering/RenderTableSection.cpp     if (coveredColumns.start() >= columnPos.size() - 1 && columnPos[columnPos.size() - 1] + table()->outerBorderEnd() >= damageRect.x())
size             1344 Source/core/rendering/RenderTableSection.cpp     if (nextRow == m_rowPos.size())
size             1345 Source/core/rendering/RenderTableSection.cpp         return CellSpan(m_rowPos.size() - 1, m_rowPos.size() - 1); // After all rows.
size             1355 Source/core/rendering/RenderTableSection.cpp         if (endRow == m_rowPos.size())
size             1356 Source/core/rendering/RenderTableSection.cpp             endRow = m_rowPos.size() - 1;
size             1373 Source/core/rendering/RenderTableSection.cpp     if (nextColumn == columnPos.size())
size             1374 Source/core/rendering/RenderTableSection.cpp         return CellSpan(columnPos.size() - 1, columnPos.size() - 1); // After all columns.
size             1384 Source/core/rendering/RenderTableSection.cpp         if (endColumn == columnPos.size())
size             1385 Source/core/rendering/RenderTableSection.cpp             endColumn = columnPos.size() - 1;
size             1403 Source/core/rendering/RenderTableSection.cpp         if (!m_hasMultipleCellLevels && !m_overflowingCells.size()) {
size             1437 Source/core/rendering/RenderTableSection.cpp             unsigned totalRows = m_grid.size();
size             1438 Source/core/rendering/RenderTableSection.cpp             unsigned totalCols = table()->columns().size();
size             1439 Source/core/rendering/RenderTableSection.cpp             ASSERT(m_overflowingCells.size() < totalRows * totalCols * gMaxAllowedOverflowingCellRatioForFastPaintPath);
size             1456 Source/core/rendering/RenderTableSection.cpp                     for (unsigned i = 0; i < current.cells.size(); ++i) {
size             1471 Source/core/rendering/RenderTableSection.cpp             if (!m_overflowingCells.size())
size             1477 Source/core/rendering/RenderTableSection.cpp                 for (unsigned i = cells.size(); i > 0; --i) {
size             1482 Source/core/rendering/RenderTableSection.cpp                 for (unsigned i = 0; i < cells.size(); ++i)
size             1560 Source/core/rendering/RenderTableSection.cpp     for (unsigned r = 0; r < m_grid.size(); ++r) {
size             1599 Source/core/rendering/RenderTableSection.cpp     for (unsigned row = 0; row < m_grid.size(); ++row)
size             1609 Source/core/rendering/RenderTableSection.cpp     for (unsigned row = 0; row < m_grid.size(); ++row) {
size             1677 Source/core/rendering/RenderTableSection.cpp             for (unsigned i = current.cells.size() ; i; ) {
size               99 Source/core/rendering/RenderTableSection.h             return hasCells() ? cells[cells.size() - 1] : 0;
size              104 Source/core/rendering/RenderTableSection.h             return hasCells() ? cells[cells.size() - 1] : 0;
size              107 Source/core/rendering/RenderTableSection.h         bool hasCells() const { return cells.size() > 0; }
size              188 Source/core/rendering/RenderTableSection.h     unsigned numRows() const { return m_grid.size(); }
size              263 Source/core/rendering/RenderTableSection.h     bool hasOverflowingCell() const { return m_overflowingCells.size() || m_forceSlowPaintPathWithOverflowingCell; }
size              266 Source/core/rendering/RenderTableSection.h     CellSpan fullTableRowSpan() const { return CellSpan(0, m_grid.size()); }
size              267 Source/core/rendering/RenderTableSection.h     CellSpan fullTableColumnSpan() const { return CellSpan(0, table()->columns().size()); }
size              325 Source/core/rendering/RenderText.cpp         rects.append(enclosingIntRect(FloatRect(accumulatedOffset + box->topLeft(), box->size())));
size              283 Source/core/rendering/RenderTextControl.cpp     if (!size().isEmpty())
size              284 Source/core/rendering/RenderTextControl.cpp         rects.append(pixelSnappedIntRect(additionalOffset, size()));
size              186 Source/core/rendering/RenderTextControlSingleLine.cpp             innerTextSize = innerTextRenderer->size();
size              849 Source/core/rendering/RenderTheme.cpp     return bounds.size();
size             1166 Source/core/rendering/RenderTheme.cpp void RenderTheme::setSizeIfAuto(RenderStyle* style, const IntSize& size)
size             1169 Source/core/rendering/RenderTheme.cpp         style->setWidth(Length(size.width(), Fixed));
size             1171 Source/core/rendering/RenderTheme.cpp         style->setHeight(Length(size.height(), Fixed));
size             1202 Source/core/rendering/RenderTheme.cpp     IntSize size = blink::Platform::current()->fallbackThemeEngine()->getSize(blink::WebFallbackThemeEngine::PartCheckbox);
size             1204 Source/core/rendering/RenderTheme.cpp     size.setWidth(size.width() * zoomLevel);
size             1205 Source/core/rendering/RenderTheme.cpp     size.setHeight(size.height() * zoomLevel);
size             1206 Source/core/rendering/RenderTheme.cpp     setSizeIfAuto(style, size);
size             1244 Source/core/rendering/RenderTheme.cpp     IntSize size = blink::Platform::current()->fallbackThemeEngine()->getSize(blink::WebFallbackThemeEngine::PartRadio);
size             1246 Source/core/rendering/RenderTheme.cpp     size.setWidth(size.width() * zoomLevel);
size             1247 Source/core/rendering/RenderTheme.cpp     size.setHeight(size.height() * zoomLevel);
size             1248 Source/core/rendering/RenderTheme.cpp     setSizeIfAuto(style, size);
size               77 Source/core/rendering/RenderThemeChromiumAndroid.cpp         IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartInnerSpinButton);
size               79 Source/core/rendering/RenderThemeChromiumAndroid.cpp         style->setWidth(Length(size.width(), Fixed));
size               80 Source/core/rendering/RenderThemeChromiumAndroid.cpp         style->setMinWidth(Length(size.width(), Fixed));
size              209 Source/core/rendering/RenderThemeChromiumDefault.cpp     IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartSliderThumb);
size              214 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setWidth(Length(size.width() * zoomLevel, Fixed));
size              215 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setHeight(Length(size.height() * zoomLevel, Fixed));
size              217 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setWidth(Length(size.height() * zoomLevel, Fixed));
size              218 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setHeight(Length(size.width() * zoomLevel, Fixed));
size              274 Source/core/rendering/RenderThemeChromiumDefault.cpp     IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartCheckbox);
size              276 Source/core/rendering/RenderThemeChromiumDefault.cpp     size.setWidth(size.width() * zoomLevel);
size              277 Source/core/rendering/RenderThemeChromiumDefault.cpp     size.setHeight(size.height() * zoomLevel);
size              278 Source/core/rendering/RenderThemeChromiumDefault.cpp     setSizeIfAuto(style, size);
size              297 Source/core/rendering/RenderThemeChromiumDefault.cpp     IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartRadio);
size              299 Source/core/rendering/RenderThemeChromiumDefault.cpp     size.setWidth(size.width() * zoomLevel);
size              300 Source/core/rendering/RenderThemeChromiumDefault.cpp     size.setHeight(size.height() * zoomLevel);
size              301 Source/core/rendering/RenderThemeChromiumDefault.cpp     setSizeIfAuto(style, size);
size              470 Source/core/rendering/RenderThemeChromiumDefault.cpp     IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartInnerSpinButton);
size              472 Source/core/rendering/RenderThemeChromiumDefault.cpp     style->setWidth(Length(size.width(), Fixed));
size              473 Source/core/rendering/RenderThemeChromiumDefault.cpp     style->setMinWidth(Length(size.width(), Fixed));
size               81 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     static UINT size = isWindowsVistaOrGreater() ?
size               83 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     metrics->cbSize = size;
size               84 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     bool success = !!SystemParametersInfo(SPI_GETNONCLIENTMETRICS, size, metrics, 0);
size               92 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     float size = -font.lfHeight;
size               93 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     if (size < 0) {
size              102 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp                 size = tm.tmAscent;
size              118 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     return ((size < 12.0f) && (GetACP() == 936)) ? 12.0f : size;
size              167 Source/core/rendering/RenderThemeChromiumSkia.cpp     const IntSize size(widgetStandardWidth, widgetStandardHeight);
size              168 Source/core/rendering/RenderThemeChromiumSkia.cpp     setSizeIfAuto(style, size);
size              358 Source/core/rendering/RenderTreeAsText.cpp                 for (size_t i = 0; i < element->classNames().size(); ++i) {
size              578 Source/core/rendering/RenderTreeAsText.cpp         layer->setSize(layer->size().expandedTo(pixelSnappedIntSize(layer->renderBox()->maxLayoutOverflow(), LayoutPoint(0, 0))));
size              592 Source/core/rendering/RenderTreeAsText.cpp     bool paintsBackgroundSeparately = negList && negList->size() > 0;
size              600 Source/core/rendering/RenderTreeAsText.cpp             ts << " negative z-order list(" << negList->size() << ")\n";
size              603 Source/core/rendering/RenderTreeAsText.cpp         for (unsigned i = 0; i != negList->size(); ++i)
size              614 Source/core/rendering/RenderTreeAsText.cpp             ts << " normal flow list(" << normalFlowList->size() << ")\n";
size              617 Source/core/rendering/RenderTreeAsText.cpp         for (unsigned i = 0; i != normalFlowList->size(); ++i)
size              625 Source/core/rendering/RenderTreeAsText.cpp             ts << " positive z-order list(" << posList->size() << ")\n";
size              628 Source/core/rendering/RenderTreeAsText.cpp         for (unsigned i = 0; i != posList->size(); ++i)
size               73 Source/core/rendering/RenderVideo.cpp     LayoutSize size = calculateIntrinsicSize();
size               74 Source/core/rendering/RenderVideo.cpp     size.scale(style()->effectiveZoom());
size               77 Source/core/rendering/RenderVideo.cpp     if (size.isEmpty() && node()->ownerDocument() && node()->ownerDocument()->isMediaDocument())
size               80 Source/core/rendering/RenderVideo.cpp     if (size == intrinsicSize())
size               83 Source/core/rendering/RenderVideo.cpp     setIntrinsicSize(size);
size              103 Source/core/rendering/RenderVideo.cpp         LayoutSize size = player->naturalSize();
size              104 Source/core/rendering/RenderVideo.cpp         if (!size.isEmpty())
size              105 Source/core/rendering/RenderVideo.cpp             return size;
size              494 Source/core/rendering/RenderView.cpp     rects.append(pixelSnappedIntRect(accumulatedOffset, layer()->size()));
size              501 Source/core/rendering/RenderView.cpp     quads.append(FloatRect(FloatPoint(), layer()->size()));
size              782 Source/core/rendering/RenderView.cpp         return LayoutRect(LayoutPoint(), size());
size               97 Source/core/rendering/RenderWidget.cpp     return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
size              125 Source/core/rendering/RenderWidget.cpp     return widget->frameRect().size() != newFrame.size();
size              219 Source/core/rendering/RenderWidget.cpp         paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, size()));
size              225 Source/core/rendering/RenderWidget.cpp         LayoutRect borderRect = LayoutRect(adjustedPaintOffset, size());
size              649 Source/core/rendering/RootInlineBox.cpp         for (size_t i = 0; i < usedFonts->size(); ++i) {
size              850 Source/core/rendering/RootInlineBox.cpp     for (size_t i = 0; i < leafBoxesInLogicalOrder.size(); ++i) {
size              864 Source/core/rendering/RootInlineBox.cpp     for (size_t i = leafBoxesInLogicalOrder.size(); i > 0; --i) {
size              143 Source/core/rendering/ScrollAlignment.cpp     return LayoutRect(LayoutPoint(x, y), visibleRect.size());
size              281 Source/core/rendering/TextAutosizer.cpp     for (size_t i = 0; i < narrowDescendantsGroups.size(); ++i)
size              287 Source/core/rendering/TextAutosizer.cpp     if (clusterInfos.size() == 1 && getGeneratingElementNode(clusterInfos[0].root))
size              358 Source/core/rendering/TextAutosizer.cpp     for (size_t i = 0; i < clusterInfos.size(); ++i) {
size              365 Source/core/rendering/TextAutosizer.cpp     for (size_t i = 0; i < clusterInfos.size(); ++i) {
size              373 Source/core/rendering/TextAutosizer.cpp     for (size_t i = 0; i < m_hashesToAutosizeSecondPass.size(); ++i) {
size              721 Source/core/rendering/TextAutosizer.cpp     for (size_t i = 0; i < clusterInfos.size(); ++i) {
size              844 Source/core/rendering/TextAutosizer.cpp     for (size_t i = 0; i < clusterInfos.size(); ++i) {
size              847 Source/core/rendering/TextAutosizer.cpp         if (i + 1 < clusterInfos.size()) {
size              851 Source/core/rendering/TextAutosizer.cpp                 groups.grow(groups.size() + 1);
size              187 Source/core/rendering/compositing/CompositedLayerMapping.cpp     for (size_t i = 0; i < m_squashedLayers.size(); ++i) {
size              269 Source/core/rendering/compositing/CompositedLayerMapping.cpp         style->applyTransform(t, toRenderBox(renderer())->pixelSnappedBorderBoxRect().size(), RenderStyle::ExcludeTransformOrigin);
size              586 Source/core/rendering/compositing/CompositedLayerMapping.cpp     for (size_t i = 0; i < m_squashedLayers.size(); ++i) {
size              607 Source/core/rendering/compositing/CompositedLayerMapping.cpp     m_squashingLayer->setSize(squashLayerBounds.size());
size              619 Source/core/rendering/compositing/CompositedLayerMapping.cpp     for (size_t i = 0; i < m_squashedLayers.size(); ++i) {
size              705 Source/core/rendering/compositing/CompositedLayerMapping.cpp         m_ancestorClippingLayer->setSize(parentClipRect.size());
size              714 Source/core/rendering/compositing/CompositedLayerMapping.cpp     FloatSize contentsSize = relativeCompositingBounds.size();
size              719 Source/core/rendering/compositing/CompositedLayerMapping.cpp     FloatSize oldSize = m_graphicsLayer->size();
size              728 Source/core/rendering/compositing/CompositedLayerMapping.cpp         clipLayer->setSize(clippingBox.size());
size              732 Source/core/rendering/compositing/CompositedLayerMapping.cpp             m_childClippingMaskLayer->setSize(clipLayer->size());
size              740 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (m_maskLayer->size() != m_graphicsLayer->size()) {
size              741 Source/core/rendering/compositing/CompositedLayerMapping.cpp             m_maskLayer->setSize(m_graphicsLayer->size());
size              752 Source/core/rendering/compositing/CompositedLayerMapping.cpp         IntRect layerBounds = pixelSnappedIntRect(toLayoutPoint(m_owningLayer.subpixelAccumulation()), borderBox.size());
size              756 Source/core/rendering/compositing/CompositedLayerMapping.cpp         FloatPoint3D transformOrigin = computeTransformOrigin(IntRect(IntPoint(), layerBounds.size()));
size              776 Source/core/rendering/compositing/CompositedLayerMapping.cpp             foregroundSize = FloatSize(clippingBox.size());
size              781 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (foregroundSize != m_foregroundLayer->size()) {
size              792 Source/core/rendering/compositing/CompositedLayerMapping.cpp             backgroundSize = frameView->visibleContentRect().size();
size              795 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (backgroundSize != m_backgroundLayer->size()) {
size              820 Source/core/rendering/compositing/CompositedLayerMapping.cpp         m_scrollingLayer->setSize(clientBox.size());
size              827 Source/core/rendering/compositing/CompositedLayerMapping.cpp             m_childClippingMaskLayer->setSize(m_scrollingLayer->size());
size              834 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (scrollSize != m_scrollingContentsLayer->size() || clientBoxOffsetChanged)
size              838 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (scrollingContentsOffset != m_scrollingContentsLayer->offsetFromRenderer() || scrollSize != m_scrollingContentsLayer->size()) {
size              848 Source/core/rendering/compositing/CompositedLayerMapping.cpp             if (m_foregroundLayer->size() != m_scrollingContentsLayer->size())
size              849 Source/core/rendering/compositing/CompositedLayerMapping.cpp                 m_foregroundLayer->setSize(m_scrollingContentsLayer->size());
size             1116 Source/core/rendering/compositing/CompositedLayerMapping.cpp             layer->setSize(hBar->frameRect().size());
size             1118 Source/core/rendering/compositing/CompositedLayerMapping.cpp                 layer->setContentsRect(IntRect(IntPoint(), hBar->frameRect().size()));
size             1127 Source/core/rendering/compositing/CompositedLayerMapping.cpp             layer->setSize(vBar->frameRect().size());
size             1129 Source/core/rendering/compositing/CompositedLayerMapping.cpp                 layer->setContentsRect(IntRect(IntPoint(), vBar->frameRect().size()));
size             1137 Source/core/rendering/compositing/CompositedLayerMapping.cpp         layer->setSize(scrollCornerAndResizer.size());
size             1407 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (!scrollParent && m_squashedLayers.size() && renderer()->compositorDrivenAcceleratedScrollingEnabled())
size             2001 Source/core/rendering/compositing/CompositedLayerMapping.cpp         for (size_t i = 0; i < m_squashedLayers.size(); ++i)
size             2077 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (nextSquashedLayerIndex < m_squashedLayers.size()) {
size             2094 Source/core/rendering/compositing/CompositedLayerMapping.cpp     for (size_t i = 0; i < m_squashedLayers.size(); ++i) {
size             2112 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (nextSquashedLayerIndex < m_squashedLayers.size())
size             2113 Source/core/rendering/compositing/CompositedLayerMapping.cpp         m_squashedLayers.remove(nextSquashedLayerIndex, m_squashedLayers.size() - nextSquashedLayerIndex);
size               93 Source/core/rendering/compositing/RenderLayerCompositor.cpp         for (unsigned i = 0; i < m_layerRects.size(); i++) {
size              129 Source/core/rendering/compositing/RenderLayerCompositor.cpp         ASSERT(m_overlapStack.size() >= 2);
size              130 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_overlapStack[m_overlapStack.size() - 2].add(bounds);
size              155 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_overlapStack[m_overlapStack.size() - 2].unite(m_overlapStack.last());
size              941 Source/core/rendering/compositing/RenderLayerCompositor.cpp         for (size_t i = 0; i < unclippedDescendants.size(); i++) {
size              957 Source/core/rendering/compositing/RenderLayerCompositor.cpp         for (size_t i = 0; i < unclippedDescendantsToRemove.size(); i++)
size              958 Source/core/rendering/compositing/RenderLayerCompositor.cpp             unclippedDescendants.remove(unclippedDescendantsToRemove.at(unclippedDescendantsToRemove.size() - i - 1));
size             1390 Source/core/rendering/compositing/RenderLayerCompositor.cpp     if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) {
size             1479 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_rootContentLayer->setSize(documentRect.size());
size             1687 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (size_t i = 0; i < graphicsLayer->children().size(); ++i)
size             1898 Source/core/rendering/compositing/RenderLayerCompositor.cpp             m_renderView.frameView()->invalidateScrollbar(horizontalScrollbar, IntRect(IntPoint(0, 0), horizontalScrollbar->frameRect().size()));
size             1907 Source/core/rendering/compositing/RenderLayerCompositor.cpp             m_renderView.frameView()->invalidateScrollbar(verticalScrollbar, IntRect(IntPoint(0, 0), verticalScrollbar->frameRect().size()));
size              502 Source/core/rendering/line/BreakingContextInlineHeaders.h     for (size_t i = 0; i < wordMeasurements.size(); ++i) {
size              655 Source/core/rendering/line/BreakingContextInlineHeaders.h             wordMeasurements.grow(wordMeasurements.size() + 1);
size              812 Source/core/rendering/line/BreakingContextInlineHeaders.h     wordMeasurements.grow(wordMeasurements.size() + 1);
size               49 Source/core/rendering/line/TrailingObjects.cpp         for (size_t i = 0; i < m_boxes.size(); ++i) {
size               67 Source/core/rendering/line/TrailingObjects.cpp         for (size_t i = 0; i < m_boxes.size(); ++i) {
size               60 Source/core/rendering/shapes/BoxShapeTest.cpp     EXPECT_EQ(1u, result.size());                                                          \
size               61 Source/core/rendering/shapes/BoxShapeTest.cpp     if (result.size() == 1u) {                                                             \
size               71 Source/core/rendering/shapes/BoxShapeTest.cpp     EXPECT_EQ(0u, result.size());                                \
size              125 Source/core/rendering/shapes/PolygonShape.cpp     for (unsigned i = 0; i < vertices.size(); ++i)
size              210 Source/core/rendering/shapes/PolygonShape.cpp     for (unsigned i = 0; i < edges.size(); ++i) {
size              215 Source/core/rendering/shapes/PolygonShape.cpp     if (intersections.size() < 2)
size              224 Source/core/rendering/shapes/PolygonShape.cpp     while (index < intersections.size()) {
size              226 Source/core/rendering/shapes/PolygonShape.cpp         if (index + 1 < intersections.size()) {
size              274 Source/core/rendering/shapes/PolygonShape.cpp     for (unsigned i = 1; i < intervals.size(); ) {
size              293 Source/core/rendering/shapes/PolygonShape.cpp     for (unsigned i = 0; i < edges.size(); ++i) {
size              344 Source/core/rendering/shapes/PolygonShape.cpp     for (unsigned i = 0; i < excludedIntervals.size(); ++i) {
size               72 Source/core/rendering/shapes/RasterShape.cpp     int dx = (xInterceptsIndex >= m_xIntercepts.size()) ? 0 : m_xIntercepts[xInterceptsIndex];
size               78 Source/core/rendering/shapes/RasterShape.cpp     int marginIntervalsSize = (offset() > shapeMargin) ? size() : size() - offset() * 2 + shapeMargin * 2;
size               43 Source/core/rendering/shapes/RasterShape.h     RasterShapeIntervals(unsigned size, int offset = 0)
size               46 Source/core/rendering/shapes/RasterShape.h         m_intervals.resize(size);
size               55 Source/core/rendering/shapes/RasterShape.h         ASSERT(y + m_offset >= 0 && static_cast<unsigned>(y + m_offset) < m_intervals.size());
size               61 Source/core/rendering/shapes/RasterShape.h         ASSERT(y + m_offset >= 0 && static_cast<unsigned>(y + m_offset) < m_intervals.size());
size               70 Source/core/rendering/shapes/RasterShape.h     int size() const { return m_intervals.size(); }
size               73 Source/core/rendering/shapes/RasterShape.h     int maxY() const { return -m_offset + m_intervals.size(); }
size               90 Source/core/rendering/shapes/Shape.cpp static inline FloatSize physicalSizeToLogical(const FloatSize& size, WritingMode writingMode)
size               93 Source/core/rendering/shapes/Shape.cpp         return size;
size               94 Source/core/rendering/shapes/Shape.cpp     return size.transposedSize();
size              132 Source/core/rendering/shapes/Shape.cpp         size_t valuesSize = values.size();
size              182 Source/core/rendering/shapes/Shape.cpp     OwnPtr<ImageBuffer> imageBuffer = ImageBuffer::create(imageRect.size());
size              186 Source/core/rendering/shapes/Shape.cpp         graphicsContext->drawImage(image, IntRect(IntPoint(), imageRect.size()));
size              188 Source/core/rendering/shapes/Shape.cpp         RefPtr<Uint8ClampedArray> pixelArray = imageBuffer->getUnmultipliedImageData(IntRect(IntPoint(), imageRect.size()));
size              212 Source/core/rendering/shapes/Shape.cpp     OwnPtr<RasterShape> rasterShape = adoptPtr(new RasterShape(intervals.release(), marginRect.size()));
size              155 Source/core/rendering/shapes/ShapeInfo.cpp     for (size_t i = 0; i < segments.size(); i++) {
size              226 Source/core/rendering/shapes/ShapeInterval.h         for (unsigned i = 1; i < intervals.size(); i++) {
size               72 Source/core/rendering/shapes/ShapeOutsideInfo.cpp             if (segments.size()) {
size               66 Source/core/rendering/style/BasicShapes.cpp         && (static_cast<const BasicShapePolygon*>(this)->values().size() != static_cast<const BasicShapePolygon*>(other)->values().size()
size              113 Source/core/rendering/style/BasicShapes.cpp     FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boundingBox.size());
size              114 Source/core/rendering/style/BasicShapes.cpp     float radius = floatValueForRadiusInBox(boundingBox.size());
size              158 Source/core/rendering/style/BasicShapes.cpp     FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boundingBox.size());
size              194 Source/core/rendering/style/BasicShapes.cpp     ASSERT(!(m_values.size() % 2));
size              195 Source/core/rendering/style/BasicShapes.cpp     size_t length = m_values.size();
size              214 Source/core/rendering/style/BasicShapes.cpp     ASSERT(m_values.size() == o->values().size());
size              215 Source/core/rendering/style/BasicShapes.cpp     ASSERT(!(m_values.size() % 2));
size              217 Source/core/rendering/style/BasicShapes.cpp     size_t length = m_values.size();
size               49 Source/core/rendering/style/CursorList.h     size_t size() const { return m_vector.size(); }
size               45 Source/core/rendering/style/FillLayer.h         , size(l)
size               51 Source/core/rendering/style/FillLayer.h         return type == o.type && size == o.size;
size               59 Source/core/rendering/style/FillLayer.h     LengthSize size;
size               82 Source/core/rendering/style/FillLayer.h     FillSize size() const { return FillSize(static_cast<EFillSizeType>(m_sizeType), m_sizeLength); }
size              117 Source/core/rendering/style/FillLayer.h     void setSize(FillSize f) { m_sizeType = f.type; m_sizeLength = f.size; }
size               93 Source/core/rendering/style/GridCoordinate.h         size_t firstLineAfterOppositePositionIndex = gridLines.size() - 1;
size               98 Source/core/rendering/style/GridCoordinate.h         size_t gridLineIndex = std::min(gridLines.size() - 1, firstLineAfterOppositePositionIndex + position.spanPosition() - 1);
size               70 Source/core/rendering/style/KeyframeList.cpp     for (size_t i = 0; i < m_keyframes.size(); ++i) {
size               90 Source/core/rendering/style/KeyframeList.h     size_t size() const { return m_keyframes.size(); }
size               50 Source/core/rendering/style/QuotesData.cpp     if (!m_quotePairs.size() || index < 0)
size               52 Source/core/rendering/style/QuotesData.cpp     if ((size_t)index >= m_quotePairs.size())
size               60 Source/core/rendering/style/QuotesData.cpp     if (!m_quotePairs.size() || index < 0)
size               62 Source/core/rendering/style/QuotesData.cpp     if ((size_t)index >= m_quotePairs.size())
size              268 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < m_cachedPseudoStyles->size(); ++i) {
size              279 Source/core/rendering/style/RenderStyle.cpp     if (!m_cachedPseudoStyles || !m_cachedPseudoStyles->size())
size              285 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < m_cachedPseudoStyles->size(); ++i) {
size              315 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < m_cachedPseudoStyles->size(); ++i) {
size              837 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < rareNonInheritedData->m_willChange->m_properties.size(); ++i) {
size              860 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < rareNonInheritedData->m_willChange->m_properties.size(); ++i) {
size              882 Source/core/rendering/style/RenderStyle.cpp     unsigned size = transformOperations.size();
size              883 Source/core/rendering/style/RenderStyle.cpp     for (unsigned i = 0; i < size; ++i) {
size              915 Source/core/rendering/style/RenderStyle.cpp     unsigned size = transformOperations.size();
size              916 Source/core/rendering/style/RenderStyle.cpp     for (unsigned i = 0; i < size; ++i)
size              917 Source/core/rendering/style/RenderStyle.cpp         transformOperations[i]->apply(transform, boundingBox.size());
size              936 Source/core/rendering/style/RenderStyle.cpp static RoundedRect::Radii calcRadiiFor(const BorderData& border, IntSize size)
size              939 Source/core/rendering/style/RenderStyle.cpp         IntSize(valueForLength(border.topLeft().width(), size.width()),
size              940 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.topLeft().height(), size.height())),
size              941 Source/core/rendering/style/RenderStyle.cpp         IntSize(valueForLength(border.topRight().width(), size.width()),
size              942 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.topRight().height(), size.height())),
size              943 Source/core/rendering/style/RenderStyle.cpp         IntSize(valueForLength(border.bottomLeft().width(), size.width()),
size              944 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.bottomLeft().height(), size.height())),
size              945 Source/core/rendering/style/RenderStyle.cpp         IntSize(valueForLength(border.bottomRight().width(), size.width()),
size              946 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.bottomRight().height(), size.height())));
size              971 Source/core/rendering/style/RenderStyle.cpp         RoundedRect::Radii radii = calcRadiiFor(surround->border, snappedBorderRect.size());
size             1103 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < animationList->size(); ++i) {
size             1126 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < transitionList->size(); ++i) {
size             1143 Source/core/rendering/style/RenderStyle.cpp     for (size_t i = 0; i < transitionList->size(); ++i) {
size             1144 Source/core/rendering/style/RenderStyle.cpp         for (size_t j = i+1; j < transitionList->size(); ++j) {
size             1171 Source/core/rendering/style/RenderStyle.cpp         for (size_t i = 0; i < transitions()->size(); ++i) {
size             1249 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::setFontSize(float size)
size             1254 Source/core/rendering/style/RenderStyle.cpp     ASSERT(std::isfinite(size));
size             1255 Source/core/rendering/style/RenderStyle.cpp     if (!std::isfinite(size) || size < 0)
size             1256 Source/core/rendering/style/RenderStyle.cpp         size = 0;
size             1258 Source/core/rendering/style/RenderStyle.cpp         size = min(maximumAllowedFontSize, size);
size             1262 Source/core/rendering/style/RenderStyle.cpp     desc.setSpecifiedSize(size);
size             1263 Source/core/rendering/style/RenderStyle.cpp     desc.setComputedSize(size);
size             1267 Source/core/rendering/style/RenderStyle.cpp         float autosizedFontSize = TextAutosizer::computeAutosizedFontSize(size, multiplier);
size             1291 Source/core/rendering/style/RenderStyle.cpp     size_t shadowCount = shadowList ? shadowList->shadows().size() : 0;
size             1312 Source/core/rendering/style/RenderStyle.cpp     size_t shadowCount = shadowList ? shadowList->shadows().size() : 0;
size             1332 Source/core/rendering/style/RenderStyle.cpp     size_t shadowCount = shadowList ? shadowList->shadows().size() : 0;
size             1349 Source/core/rendering/style/RenderStyle.cpp     size_t shadowCount = shadowList ? shadowList->shadows().size() : 0;
size              908 Source/core/rendering/style/RenderStyle.h     bool hasAnimations() const { return rareNonInheritedData->m_animations && rareNonInheritedData->m_animations->size() > 0; }
size             1344 Source/core/rendering/style/RenderStyle.h     void setTabSize(unsigned size) { SET_VAR(rareInheritedData, m_tabSize, size); }
size               41 Source/core/rendering/style/ShadowList.cpp     size_t shadowCount = shadowList->shadows().size();
size               76 Source/core/rendering/style/ShadowList.cpp     size_t fromLength = from ? from->shadows().size() : 0;
size               77 Source/core/rendering/style/ShadowList.cpp     size_t toLength = to ? to->shadows().size() : 0;
size               71 Source/core/rendering/style/StyleGeneratedImage.cpp     IntSize size = flooredIntSize(imageSize(renderer, 1));
size               72 Source/core/rendering/style/StyleGeneratedImage.cpp     intrinsicWidth = Length(size.width(), Fixed);
size               73 Source/core/rendering/style/StyleGeneratedImage.cpp     intrinsicHeight = Length(size.height(), Fixed);
size               74 Source/core/rendering/style/StyleGeneratedImage.cpp     intrinsicRatio = size;
size               87 Source/core/rendering/style/StyleGeneratedImage.cpp PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const
size               89 Source/core/rendering/style/StyleGeneratedImage.cpp     return m_imageGeneratorValue->image(renderer, size);
size              167 Source/core/rendering/style/StyleRareNonInheritedData.cpp     for (unsigned i = 0; i < filterOperations.size(); ++i)
size               43 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
size               44 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
size               45 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
size               84 Source/core/rendering/svg/RenderSVGImage.cpp             m_imageResource->setContainerSizeForRenderer(enclosingIntRect(m_objectBoundingBox).size());
size              173 Source/core/rendering/svg/RenderSVGImage.cpp         interpolationQuality = ImageQualityController::imageQualityController()->chooseInterpolationQuality(paintInfo.context, this, image.get(), image.get(), LayoutSize(destRect.size()));
size              184 Source/core/rendering/svg/RenderSVGInlineText.cpp         unsigned textFragmentsSize = fragments.size();
size               61 Source/core/rendering/svg/RenderSVGPath.cpp         for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i)
size               96 Source/core/rendering/svg/RenderSVGPath.cpp     for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i) {
size              110 Source/core/rendering/svg/RenderSVGPath.cpp     for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i) {
size              105 Source/core/rendering/svg/RenderSVGResourceFilter.cpp void RenderSVGResourceFilter::adjustScaleForMaximumImageSize(const FloatSize& size, FloatSize& filterScale)
size              107 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     FloatSize scaledSize(size);
size              126 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     OwnPtr<ImageBufferSurface> surface = adoptPtr(new UnacceleratedImageBufferSurface(paintRect.size()));
size              189 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     adjustScaleForMaximumImageSize(filterData->boundaries.size(), filterScale);
size              227 Source/core/rendering/svg/RenderSVGResourceFilter.cpp             FloatSize size = context->getCTM().mapSize(boundaries.size());
size              230 Source/core/rendering/svg/RenderSVGResourceFilter.cpp                 filterElement->filterResX()->currentValue()->value() / size.width(),
size              231 Source/core/rendering/svg/RenderSVGResourceFilter.cpp                 filterElement->filterResY()->currentValue()->value() / size.height());
size              113 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     const IntSize tileImageSize = tileImage->size();
size              244 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     IntSize imageSize(roundedIntSize(clampedAbsoluteTileBoundaries.size()));
size              253 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     IntSize unclampedImageSize(roundedIntSize(absoluteTileBoundaries.size()));
size               95 Source/core/rendering/svg/RenderSVGRoot.cpp     intrinsicSize = svg->viewBox()->currentValue()->value().size();
size              205 Source/core/rendering/svg/RenderSVGRoot.cpp     LayoutSize oldSize = size();
size              214 Source/core/rendering/svg/RenderSVGRoot.cpp     m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
size              424 Source/core/rendering/svg/RenderSVGRoot.cpp         LayoutRect boundsRect(accumulatedOffset + location(), size());
size              370 Source/core/rendering/svg/RenderSVGShape.cpp     unsigned size = m_markerPositions.size();
size              371 Source/core/rendering/svg/RenderSVGShape.cpp     for (unsigned i = 0; i < size; ++i) {
size              448 Source/core/rendering/svg/RenderSVGShape.cpp     unsigned size = m_markerPositions.size();
size              449 Source/core/rendering/svg/RenderSVGShape.cpp     for (unsigned i = 0; i < size; ++i) {
size              178 Source/core/rendering/svg/RenderSVGText.cpp     size_t size = newLayoutAttributes.size();
size              180 Source/core/rendering/svg/RenderSVGText.cpp     for (size_t i = 0; i < size; ++i) {
size              200 Source/core/rendering/svg/RenderSVGText.cpp     for (size_t i = 0; i < size; ++i)
size              264 Source/core/rendering/svg/RenderSVGText.cpp     unsigned size = affectedAttributes.size();
size              265 Source/core/rendering/svg/RenderSVGText.cpp     for (unsigned i = 0; i < size; ++i)
size              162 Source/core/rendering/svg/SVGInlineTextBox.cpp     unsigned textFragmentsSize = m_textFragments.size();
size              223 Source/core/rendering/svg/SVGInlineTextBox.cpp     unsigned textFragmentsSize = m_textFragments.size();
size              302 Source/core/rendering/svg/SVGInlineTextBox.cpp     unsigned textFragmentsSize = m_textFragments.size();
size              627 Source/core/rendering/svg/SVGInlineTextBox.cpp         for (size_t i = shadowList->shadows().size(); i--; ) {
size              718 Source/core/rendering/svg/SVGInlineTextBox.cpp         unsigned textFragmentsSize = fragments.size();
size              762 Source/core/rendering/svg/SVGInlineTextBox.cpp     unsigned textFragmentsSize = m_textFragments.size();
size              788 Source/core/rendering/svg/SVGInlineTextBox.cpp             FloatRect rect(boxOrigin, size());
size              410 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     unsigned fragmentsSize = fragments.size();
size              608 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     ts << " " << enclosingIntRect(FloatRect(text.firstRunOrigin(), text.floatLinesBoundingBox().size())) << "\n";
size               71 Source/core/rendering/svg/SVGRenderTreeAsText.h     for (unsigned i = 0; i < v.size(); i++) {
size               73 Source/core/rendering/svg/SVGRenderTreeAsText.h         if (i < v.size() - 1)
size              270 Source/core/rendering/svg/SVGRenderingContext.cpp     return FloatRect(absoluteTargetRect.location(), absoluteTargetRect.size().shrunkTo(maxImageBufferSize));
size              290 Source/core/rendering/svg/SVGRenderingContext.cpp         IntSize expandedBoundingBox = expandedIntSize(boundingBox.size());
size              292 Source/core/rendering/svg/SVGRenderingContext.cpp         if (bufferSize != imageBuffer->size())
size              298 Source/core/rendering/svg/SVGRenderingContext.cpp         if ((imageBuffer = m_paintInfo->context->createCompatibleBuffer(expandedIntSize(boundingBox.size())))) {
size              164 Source/core/rendering/svg/SVGRootInlineBox.cpp     parentBlock.setSize(boundingRect.size());
size              226 Source/core/rendering/svg/SVGRootInlineBox.cpp     unsigned attributesSize = attributes.size();
size               39 Source/core/rendering/svg/SVGTextChunk.cpp     unsigned boxCount = m_boxes.size();
size               44 Source/core/rendering/svg/SVGTextChunk.cpp         unsigned size = fragments.size();
size               45 Source/core/rendering/svg/SVGTextChunk.cpp         if (!size)
size               48 Source/core/rendering/svg/SVGTextChunk.cpp         for (unsigned i = 0; i < size; ++i) {
size               53 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     unsigned boxCount = lineLayoutBoxes.size();
size               82 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     unsigned chunkCount = m_textChunks.size();
size              163 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     unsigned boxCount = boxes.size();
size              226 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     unsigned fragmentCount = fragments.size();
size              241 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     unsigned fragmentCount = fragments.size();
size              118 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         unsigned atPosition = m_textPositions.size();
size              159 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     unsigned size = m_textPositions.size();
size              160 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     for (unsigned i = 0; i < size; ++i)
size               52 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.h     unsigned numberOfTextPositioningElements() const { return m_textPositions.size(); }
size              188 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     unsigned size = textChunks.size();
size              189 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     for (unsigned i = 0; i < size; ++i) {
size              266 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     unsigned boxCount = boxes.size();
size              278 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         unsigned fragmentCount = fragments.size();
size              291 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     unsigned boxCount = boxes.size();
size              300 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         unsigned fragmentCount = fragments.size();
size              341 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     if (m_layoutAttributesPosition == m_layoutAttributes.size())
size              351 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     if (m_layoutAttributesPosition == m_layoutAttributes.size())
size              363 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     unsigned textMetricsSize = textMetricsValues->size();
size              370 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             textMetricsSize = textMetricsValues->size();
size              393 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     unsigned textMetricsSize = visualMetricsValues.size();
size              110 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned textBoxCount = m_textBoxes.size();
size              123 Source/core/rendering/svg/SVGTextQuery.cpp         unsigned fragmentCount = fragments.size();
size              165 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned textMetricsSize = textMetricsValues.size();
size              115 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp     float scale = scaleEmToUnits(fontData->platformData().size(), fontFaceElement->unitsPerEm());
size               45 Source/core/speech/SpeechInputResultList.cpp     return index >= m_results.size() ? 0 : m_results[index].get();
size               44 Source/core/speech/SpeechInputResultList.h     size_t length() { return m_results.size(); }
size               63 Source/core/svg/SVGAnimationElement.cpp     for (unsigned n = 0; n < parseList.size(); ++n) {
size              173 Source/core/svg/SVGAnimationElement.cpp         for (unsigned i = 0; i < m_values.size(); ++i)
size              381 Source/core/svg/SVGAnimationElement.cpp     unsigned valuesCount = m_values.size();
size              404 Source/core/svg/SVGAnimationElement.cpp     for (unsigned n = 1; n < keyTimesForPaced.size() - 1; ++n)
size              406 Source/core/svg/SVGAnimationElement.cpp     keyTimesForPaced[keyTimesForPaced.size() - 1] = 1;
size              417 Source/core/svg/SVGAnimationElement.cpp     unsigned keyTimesCount = m_keyTimes.size();
size              433 Source/core/svg/SVGAnimationElement.cpp     ASSERT_WITH_SECURITY_IMPLICATION(splineIndex < m_keySplines.size());
size              445 Source/core/svg/SVGAnimationElement.cpp     ASSERT(m_keyTimes.size() > 1);
size              446 Source/core/svg/SVGAnimationElement.cpp     ASSERT(m_keyPoints.size() == m_keyTimes.size());
size              449 Source/core/svg/SVGAnimationElement.cpp         return m_keyPoints[m_keyPoints.size() - 1];
size              457 Source/core/svg/SVGAnimationElement.cpp     ASSERT(index + 1 < m_keyTimes.size());
size              464 Source/core/svg/SVGAnimationElement.cpp         ASSERT(m_keySplines.size() == m_keyPoints.size() - 1);
size              472 Source/core/svg/SVGAnimationElement.cpp     if (calcMode() == CalcModeDiscrete && m_keyTimes.size() == 2)
size              481 Source/core/svg/SVGAnimationElement.cpp     ASSERT(m_keyPoints.size() == m_keyTimes.size());
size              484 Source/core/svg/SVGAnimationElement.cpp     unsigned index = effectivePercent == 1 ? m_values.size() - 2 : static_cast<unsigned>(effectivePercent * (m_values.size() - 1));
size              511 Source/core/svg/SVGAnimationElement.cpp     unsigned valuesCount = m_values.size();
size              535 Source/core/svg/SVGAnimationElement.cpp     unsigned keyTimesCount = m_keyTimes.size();
size              568 Source/core/svg/SVGAnimationElement.cpp         ASSERT(m_keySplines.size() == m_values.size() - 1);
size              581 Source/core/svg/SVGAnimationElement.cpp     if (fastHasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != m_keyTimes.size())
size              587 Source/core/svg/SVGAnimationElement.cpp         unsigned splinesCount = m_keySplines.size();
size              589 Source/core/svg/SVGAnimationElement.cpp             || (fastHasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() - 1 != splinesCount)
size              590 Source/core/svg/SVGAnimationElement.cpp             || (animationMode == ValuesAnimation && m_values.size() - 1 != splinesCount)
size              591 Source/core/svg/SVGAnimationElement.cpp             || (fastHasAttribute(SVGNames::keyTimesAttr) && m_keyTimes.size() - 1 != splinesCount))
size              611 Source/core/svg/SVGAnimationElement.cpp         m_animationValid = m_values.size() >= 1
size              612 Source/core/svg/SVGAnimationElement.cpp             && (calcMode == CalcModePaced || !fastHasAttribute(SVGNames::keyTimesAttr) || fastHasAttribute(SVGNames::keyPointsAttr) || (m_values.size() == m_keyTimes.size()))
size              613 Source/core/svg/SVGAnimationElement.cpp             && (calcMode == CalcModeDiscrete || !m_keyTimes.size() || m_keyTimes.last() == 1)
size              614 Source/core/svg/SVGAnimationElement.cpp             && (calcMode != CalcModeSpline || ((m_keySplines.size() && (m_keySplines.size() == m_values.size() - 1)) || m_keySplines.size() == m_keyPoints.size() - 1))
size              615 Source/core/svg/SVGAnimationElement.cpp             && (!fastHasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m_keyPoints.size()));
size              621 Source/core/svg/SVGAnimationElement.cpp         m_animationValid = calcMode == CalcModePaced || !fastHasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m_keyPoints.size());
size              645 Source/core/svg/SVGAnimationElement.cpp     else if (m_keyPoints.isEmpty() && calcMode == CalcModeSpline && m_keyTimes.size() > 1)
size              829 Source/core/svg/SVGElement.cpp         for (size_t i = 0; i < entry.size(); ++i) {
size              157 Source/core/svg/SVGFEColorMatrixElement.cpp         size_t size = values->length();
size              159 Source/core/svg/SVGFEColorMatrixElement.cpp         if ((filterType == FECOLORMATRIX_TYPE_MATRIX && size != 20)
size              160 Source/core/svg/SVGFEColorMatrixElement.cpp             || (filterType == FECOLORMATRIX_TYPE_HUEROTATE && size != 1)
size              161 Source/core/svg/SVGFEColorMatrixElement.cpp             || (filterType == FECOLORMATRIX_TYPE_SATURATE && size != 1))
size              194 Source/core/svg/SVGFontData.cpp     size_t altGlyphNamesSize = altGlyphNames.size();
size              200 Source/core/svg/SVGFontData.cpp         size_t glyphsSize = glyphs.size();
size              215 Source/core/svg/SVGFontData.cpp     size_t glyphsSize = glyphs.size();
size               80 Source/core/svg/SVGFontElement.cpp     size_t ligaturesSize = ligatures.size();
size              138 Source/core/svg/SVGFontElement.cpp     size_t glyphsLhsSize = glyphsLhs.size();
size              139 Source/core/svg/SVGFontElement.cpp     size_t glyphsRhsSize = glyphsRhs.size();
size              153 Source/core/svg/SVGFontElement.cpp     size_t kerningPairsSize = kerningPairs.size();
size               95 Source/core/svg/SVGGlyphMap.h         size_t tableEntry = m_glyphTable.size();
size              170 Source/core/svg/SVGGlyphMap.h         if (!glyph || glyph > m_glyphTable.size()) {
size              299 Source/core/svg/SVGLengthContext.cpp         viewportSize = m_overridenViewport.size();
size              315 Source/core/svg/SVGLengthContext.cpp     viewportSize = svg.currentViewBoxRect().size();
size               56 Source/core/svg/SVGPathByteStream.h     void reserveInitialCapacity(size_t size) { m_data.reserveInitialCapacity(size); }
size               59 Source/core/svg/SVGPathByteStream.h     unsigned size() const { return m_data.size(); }
size              189 Source/core/svg/SVGPathSegList.cpp     if (!toStream->size())
size              198 Source/core/svg/SVGPathSegList.cpp     if (fromStream->size() != toStream->size() && fromStream->size()) {
size              223 Source/core/svg/SVGPathSegList.cpp     if (!fromStream->size() || (animationElement->isAdditive() && !isToAnimation))
size               29 Source/core/svg/SVGPathStringBuilder.cpp     unsigned size = m_stringBuilder.length();
size               30 Source/core/svg/SVGPathStringBuilder.cpp     if (!size)
size               34 Source/core/svg/SVGPathStringBuilder.cpp     m_stringBuilder.resize(size - 1);
size              214 Source/core/svg/SVGPreserveAspectRatio.cpp     FloatSize imageSize = srcRect.size();
size              479 Source/core/svg/SVGSVGElement.cpp         FloatSize size = currentViewportSize();
size              480 Source/core/svg/SVGSVGElement.cpp         viewBoxTransform = viewBoxToViewTransform(size.width(), size.height());
size               56 Source/core/svg/SVGStringList.cpp     if (index > m_values.size())
size               57 Source/core/svg/SVGStringList.cpp         index = m_values.size();
size              156 Source/core/svg/SVGStringList.cpp     if (index >= m_values.size()) {
size              157 Source/core/svg/SVGStringList.cpp         exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size()));
size               67 Source/core/svg/SVGStringList.h     unsigned long length() { return m_values.size(); }
size              272 Source/core/svg/SVGUseElement.cpp     text += "Corresponding element is associated with " + String::number(elementInstances.size()) + " instance(s):\n";
size              235 Source/core/svg/animation/SMILTimeContainer.cpp         unsigned size = scheduled->size();
size              236 Source/core/svg/animation/SMILTimeContainer.cpp         for (unsigned n = 0; n < size; n++)
size              385 Source/core/svg/animation/SMILTimeContainer.cpp         unsigned size = scheduled->size();
size              386 Source/core/svg/animation/SMILTimeContainer.cpp         for (unsigned n = 0; n < size; n++) {
size              415 Source/core/svg/animation/SMILTimeContainer.cpp     unsigned animationsToApplySize = animationsToApply.size();
size              281 Source/core/svg/animation/SVGSMILElement.cpp     for (int i = timeList.size() - 1; i >= 0; --i) {
size              486 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < timeList.size(); ++n)
size              490 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < splitString.size(); ++n) {
size              592 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < m_conditions.size(); ++n) {
size              611 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < m_conditions.size(); ++n) {
size              624 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < m_conditions.size(); ++n) {
size              644 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < m_conditions.size(); ++n) {
size              819 Source/core/svg/animation/SVGSMILElement.cpp     int sizeOfList = list.size();
size             1257 Source/core/svg/animation/SVGSMILElement.cpp     for (unsigned n = 0; n < m_conditions.size(); ++n) {
size              127 Source/core/svg/graphics/SVGImage.cpp void SVGImage::setContainerSize(const IntSize& size)
size              142 Source/core/svg/graphics/SVGImage.cpp     renderer->setContainerSize(size);
size              167 Source/core/svg/graphics/SVGImage.cpp         currentSize = rootElement->currentViewBoxRect().size();
size              192 Source/core/svg/graphics/SVGImage.cpp     FloatSize adjustedSrcSize = scaledSrc.size();
size              204 Source/core/svg/graphics/SVGImage.cpp     OwnPtr<ImageBuffer> buffer = ImageBuffer::create(size());
size              208 Source/core/svg/graphics/SVGImage.cpp     drawForContainer(buffer->context(), size(), 1, rect(), rect(), CompositeSourceOver, blink::WebBlendModeNormal);
size              232 Source/core/svg/graphics/SVGImage.cpp     OwnPtr<ImageBuffer> buffer = ImageBuffer::create(expandedIntSize(imageBufferSize.size()));
size              340 Source/core/svg/graphics/SVGImage.cpp     intrinsicRatio = rootElement->viewBox()->currentValue()->value().size();
size              384 Source/core/svg/graphics/SVGImage.cpp     if (!data()->size())
size               54 Source/core/svg/graphics/SVGImage.h     virtual IntSize size() const OVERRIDE { return m_intrinsicSize; }
size               66 Source/core/svg/graphics/SVGImageCache.cpp     IntSize imageSize = m_svgImage->size();
size               75 Source/core/svg/graphics/SVGImageCache.cpp     ASSERT(!imageForContainer->size().isEmpty());
size               76 Source/core/svg/graphics/SVGImageCache.cpp     return imageForContainer->size();
size               91 Source/core/svg/graphics/SVGImageCache.cpp     ASSERT(!imageForContainer->size().isEmpty());
size               45 Source/core/svg/graphics/SVGImageForContainer.h     virtual IntSize size() const OVERRIDE;
size              104 Source/core/svg/graphics/filters/SVGFEImage.cpp         srcRect = FloatRect(FloatPoint(), m_image->size());
size              142 Source/core/svg/graphics/filters/SVGFEImage.cpp         srcRect = FloatRect(FloatPoint(), m_image->size());
size              172 Source/core/svg/graphics/filters/SVGFEImage.cpp         imageSize = m_image->size();
size              174 Source/core/svg/graphics/filters/SVGFEImage.cpp         imageSize = enclosingIntRect(getRendererRepaintRect(renderer)).size();
size              207 Source/core/svg/graphics/filters/SVGFEImage.cpp     context->beginRecording(FloatRect(FloatPoint(), dstRect.size()));
size              227 Source/core/svg/graphics/filters/SVGFEImage.cpp     FloatRect srcRect = FloatRect(FloatPoint(), m_image->size());
size               73 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp     unsigned numberOfInputEffects = effect->inputEffects().size();
size               64 Source/core/svg/properties/SVGListPropertyHelper.h         ASSERT(index < m_values.size());
size              103 Source/core/svg/properties/SVGListPropertyHelper.h         return ConstIterator(m_values.begin() + m_values.size() - 1);
size              135 Source/core/svg/properties/SVGListPropertyHelper.h         return m_values.size();
size              174 Source/core/svg/properties/SVGListPropertyHelper.h     size_t size = length();
size              175 Source/core/svg/properties/SVGListPropertyHelper.h     for (size_t i = 0; i < size; ++i) {
size              217 Source/core/svg/properties/SVGListPropertyHelper.h     ASSERT(index < m_values.size());
size              226 Source/core/svg/properties/SVGListPropertyHelper.h     if (index > m_values.size())
size              227 Source/core/svg/properties/SVGListPropertyHelper.h         index = m_values.size();
size              248 Source/core/svg/properties/SVGListPropertyHelper.h     if (index >= m_values.size()) {
size              249 Source/core/svg/properties/SVGListPropertyHelper.h         exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size()));
size              307 Source/core/svg/properties/SVGListPropertyHelper.h     if (index >= m_values.size()) {
size              308 Source/core/svg/properties/SVGListPropertyHelper.h         exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size()));
size              829 Source/core/testing/Internals.cpp     return node->document().markers().markersFor(node, markerTypes).size();
size              866 Source/core/testing/Internals.cpp     if (markers.size() <= index)
size             1266 Source/core/testing/Internals.cpp     for (size_t i = 0; i < languages.size(); ++i)
size             1353 Source/core/testing/Internals.cpp     for (size_t i = 0; i < rects.size(); ++i) {
size             1359 Source/core/testing/Internals.cpp             for (size_t j = i+1; j < rects.size(); ++j) {
size             1399 Source/core/testing/Internals.cpp         for (size_t i = 0; i < layerRects.size(); ++i) {
size             1405 Source/core/testing/Internals.cpp     size_t numChildren = graphicsLayer->children().size();
size             1553 Source/core/testing/Internals.cpp     Vector<String> result(counts.size());
size             1554 Source/core/testing/Internals.cpp     for (size_t i = 0; i < counts.size(); i++)
size             1631 Source/core/testing/Internals.cpp         count += frame->view()->scrollableAreas()->size();
size             1635 Source/core/testing/Internals.cpp             count += child->view()->scrollableAreas()->size();
size             1877 Source/core/testing/Internals.cpp             Vector<FloatQuad> quads(rects->size());
size             1878 Source/core/testing/Internals.cpp             for (size_t i = 0; i < rects->size(); ++i)
size             2159 Source/core/testing/Internals.cpp     for (size_t i = 0; i < regions.size(); ++i) {
size             2236 Source/core/testing/Internals.cpp         IntSize size = cursor.image()->size();
size             2238 Source/core/testing/Internals.cpp         result.appendNumber(size.width());
size             2240 Source/core/testing/Internals.cpp         result.appendNumber(size.height());
size               48 Source/core/testing/LayerRectList.cpp     return m_list.size();
size               53 Source/core/testing/LayerRectList.cpp     if (index >= m_list.size())
size               88 Source/core/timing/MemoryInfo.cpp size_t quantizeMemorySize(size_t size)
size              126 Source/core/timing/MemoryInfo.cpp         if (size <= bucketSizeList[i])
size              153 Source/core/timing/Performance.cpp void Performance::webkitSetResourceTimingBufferSize(unsigned size)
size              155 Source/core/timing/Performance.cpp     m_resourceTimingBufferSize = size;
size              178 Source/core/timing/Performance.cpp     for (size_t i = 0; i < timingAllowOrigins.size(); ++i) {
size              191 Source/core/timing/Performance.cpp     for (size_t i = 0; i < redirectChain.size(); i++) {
size              242 Source/core/timing/Performance.cpp     return m_resourceTimingBuffer.size() >= m_resourceTimingBufferSize;
size               67 Source/core/timing/ResourceTimingInfo.h         for (size_t i = 0; i < m_redirectChain.size(); ++i)
size              190 Source/core/workers/WorkerMessagingProxy.cpp         unsigned taskCount = m_queuedEarlyTasks.size();
size               65 Source/core/workers/WorkerThread.cpp     return workerThreads().size();
size              287 Source/core/xml/XMLHttpRequest.cpp         size_t size = 0;
size              288 Source/core/xml/XMLHttpRequest.cpp         if (m_binaryResponseBuilder.get() && m_binaryResponseBuilder->size() > 0) {
size              290 Source/core/xml/XMLHttpRequest.cpp             size = m_binaryResponseBuilder->size();
size              291 Source/core/xml/XMLHttpRequest.cpp             rawData->mutableData()->append(m_binaryResponseBuilder->data(), size);
size              296 Source/core/xml/XMLHttpRequest.cpp         m_responseBlob = Blob::create(BlobDataHandle::create(blobData.release(), size));
size              310 Source/core/xml/XMLHttpRequest.cpp         if (m_binaryResponseBuilder.get() && m_binaryResponseBuilder->size() > 0) {
size              809 Source/core/xml/XMLHttpRequest.cpp     if (m_requestHeaders.size() > 0)
size               92 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp         if (m_deferredEvents.size() > 1 && event->type() == EventTypeNames::readystatechange && event->type() == m_deferredEvents.last()->type()) {
size               74 Source/core/xml/XPathExpression.cpp     evaluationContext.size = 1;
size               44 Source/core/xml/XPathExpressionNode.h             unsigned long size;
size               84 Source/core/xml/XPathExpressionNode.h             unsigned subExprCount() const { return m_subExpressions.size(); }
size              309 Source/core/xml/XPathFunctions.cpp     return Expression::evaluationContext().size;
size              324 Source/core/xml/XPathFunctions.cpp         for (size_t i = 0; i < nodes.size(); ++i) {
size              438 Source/core/xml/XPathFunctions.cpp     return double(a.toNodeSet().size());
size              654 Source/core/xml/XPathFunctions.cpp     for (unsigned i = 0; i < nodes.size(); i++)
size              743 Source/core/xml/XPathFunctions.cpp     if (functionMapIter == functionMap->end() || !(functionRec = &functionMapIter->value)->args.contains(args.size()))
size               42 Source/core/xml/XPathNodeSet.cpp     ASSERT(parents.size() >= depth + 1);
size               43 Source/core/xml/XPathNodeSet.cpp     return parents[parents.size() - 1 - depth];
size               51 Source/core/xml/XPathNodeSet.cpp         unsigned depth = parentMatrix[i].size() - 1;
size              142 Source/core/xml/XPathNodeSet.cpp     unsigned nodeCount = m_nodes.size();
size              197 Source/core/xml/XPathNodeSet.cpp     unsigned nodeCount = m_nodes.size();
size              228 Source/core/xml/XPathNodeSet.cpp     ASSERT(sortedNodes.size() == nodeCount);
size              238 Source/core/xml/XPathNodeSet.cpp     unsigned to = m_nodes.size() - 1;
size               43 Source/core/xml/XPathNodeSet.h             size_t size() const { return m_nodes.size(); }
size               44 Source/core/xml/XPathNodeSet.h             bool isEmpty() const { return !m_nodes.size(); }
size               63 Source/core/xml/XPathNodeSet.h             bool isSorted() const { return m_isSorted || m_nodes.size() < 2; }
size               69 Source/core/xml/XPathNodeSet.h             bool subtreesAreDisjoint() const { return m_subtreesAreDisjoint || m_nodes.size() < 2; }
size              506 Source/core/xml/XPathParser.cpp     ASSERT(m_parseNodes.size() == 1);
size              508 Source/core/xml/XPathParser.cpp     ASSERT(m_expressionVectors.size() == 0);
size              509 Source/core/xml/XPathParser.cpp     ASSERT(m_predicateVectors.size() == 0);
size              510 Source/core/xml/XPathParser.cpp     ASSERT(m_strings.size() == 0);
size              511 Source/core/xml/XPathParser.cpp     ASSERT(m_nodeTests.size() == 0);
size               60 Source/core/xml/XPathPath.cpp     for (unsigned i = 0; i < m_predicates.size(); i++) {
size               62 Source/core/xml/XPathPath.cpp         evaluationContext.size = nodes.size();
size               65 Source/core/xml/XPathPath.cpp         for (unsigned j = 0; j < nodes.size(); j++) {
size              123 Source/core/xml/XPathPath.cpp     for (unsigned i = 0; i < m_steps.size(); i++) {
size              138 Source/core/xml/XPathPath.cpp         for (unsigned j = 0; j < nodes.size(); j++) {
size              145 Source/core/xml/XPathPath.cpp             for (size_t nodeIndex = 0; nodeIndex < matches.size(); ++nodeIndex) {
size              160 Source/core/xml/XPathPath.cpp     unsigned stepCount = m_steps.size();
size              175 Source/core/xml/XPathPath.cpp     if (m_steps.size()) {
size              112 Source/core/xml/XPathPredicate.cpp             for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex)
size              113 Source/core/xml/XPathPredicate.cpp                 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
size              122 Source/core/xml/XPathPredicate.cpp             for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex)
size              131 Source/core/xml/XPathPredicate.cpp             for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex)
size              147 Source/core/xml/XPathPredicate.cpp             for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
size              153 Source/core/xml/XPathPredicate.cpp             for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
size              236 Source/core/xml/XPathPredicate.cpp     for (size_t i = 0; i < resultSet.size(); ++i)
size              239 Source/core/xml/XPathPredicate.cpp     for (size_t i = 0; i < rhsNodes.size(); ++i) {
size              178 Source/core/xml/XPathResult.cpp     return m_value.toNodeSet().size();
size              193 Source/core/xml/XPathResult.cpp     if (m_nodeSetPosition + 1 > m_nodeSet.size())
size              211 Source/core/xml/XPathResult.cpp     if (index >= nodes.size())
size               65 Source/core/xml/XPathStep.cpp     for (size_t i = 0; i < m_predicates.size(); ++i) {
size               82 Source/core/xml/XPathStep.cpp         && !first->m_predicates.size()
size               83 Source/core/xml/XPathStep.cpp         && !first->m_nodeTest.mergedPredicates().size()) {
size              102 Source/core/xml/XPathStep.cpp     for (size_t i = 0; i < m_predicates.size(); ++i) {
size              108 Source/core/xml/XPathStep.cpp     for (size_t i = 0; i < m_nodeTest.mergedPredicates().size(); ++i) {
size              125 Source/core/xml/XPathStep.cpp     for (unsigned i = 0; i < m_predicates.size(); i++) {
size              132 Source/core/xml/XPathStep.cpp         for (unsigned j = 0; j < nodes.size(); j++) {
size              136 Source/core/xml/XPathStep.cpp             evaluationContext.size = nodes.size();
size              226 Source/core/xml/XPathStep.cpp     for (unsigned i = 0; i < mergedPredicates.size(); i++) {
size               74 Source/core/xml/XSLStyleSheetLibxslt.cpp     for (unsigned i = 0; i < m_children.size(); ++i) {
size               82 Source/core/xml/XSLStyleSheetLibxslt.cpp     for (unsigned i = 0; i < m_children.size(); ++i) {
size              109 Source/core/xml/XSLStyleSheetLibxslt.cpp     for (unsigned i = 0; i < m_children.size(); ++i) {
size              139 Source/core/xml/XSLStyleSheetLibxslt.cpp     xmlParserCtxtPtr ctxt = xmlCreateMemoryParserCtxt(input.data(), input.size());
size              155 Source/core/xml/XSLStyleSheetLibxslt.cpp     m_stylesheetDoc = xmlCtxtReadMemory(ctxt, input.data(), input.size(),
size              265 Source/core/xml/XSLStyleSheetLibxslt.cpp     for (unsigned i = 0; i < m_children.size(); ++i) {
size              121 Source/core/xml/XSLTProcessorLibxslt.cpp         xmlDocPtr doc = data ? xmlReadMemory(data->data(), data->size(), (const char*)uri, 0, options) : 0;
size              196 Source/core/xml/XSLTProcessorLibxslt.cpp     const char** parameterArray = (const char**)fastMalloc(((parameters.size() * 2) + 1) * sizeof(char*));
size              170 Source/core/xml/XSLTUnicodeSort.cpp                         tst = collator.collate(string1.data(), string1.size(), string2.data(), string2.size());
size              227 Source/core/xml/XSLTUnicodeSort.cpp                                 tst = collator.collate(string1.data(), string1.size(), string2.data(), string2.size());
size               55 Source/core/xml/parser/SharedBufferReader.cpp     if (!m_buffer || m_currentOffset > m_buffer->size())
size               59 Source/core/xml/parser/SharedBufferReader.cpp     unsigned bytesLeft = m_buffer->size() - m_currentOffset;
size               88 Source/core/xml/parser/SharedBufferReaderTest.cpp     RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(&testData[0], testData.size());
size               91 Source/core/xml/parser/SharedBufferReaderTest.cpp     std::vector<char> destinationVector(testData.size());
size              107 Source/core/xml/parser/SharedBufferReaderTest.cpp     RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(&testData[0], testData.size());
size              110 Source/core/xml/parser/SharedBufferReaderTest.cpp     std::vector<char> destinationVector(testData.size());
size              111 Source/core/xml/parser/SharedBufferReaderTest.cpp     const int bytesToRead = testData.size() / 2;
size              302 Source/core/xml/parser/XMLDocumentParser.cpp     if (m_currentNodeStack.size() > maxXMLTreeDepth)
size              310 Source/core/xml/parser/XMLDocumentParser.cpp     ASSERT(m_currentNodeStack.size());
size              326 Source/core/xml/parser/XMLDocumentParser.cpp     if (m_currentNodeStack.size()) { // Aborted parsing.
size              327 Source/core/xml/parser/XMLDocumentParser.cpp         for (size_t i = m_currentNodeStack.size() - 1; i != 0; --i)
size              372 Source/core/xml/parser/XMLDocumentParser.cpp     ASSERT(m_bufferedText.size() == 0);
size              386 Source/core/xml/parser/XMLDocumentParser.cpp     m_leafTextNode->appendData(toString(m_bufferedText.data(), m_bufferedText.size()));
size             1464 Source/core/xml/parser/XMLDocumentParser.cpp     return xmlReadMemory(input.data(), input.size(), url.latin1().data(), input.encoding(), XSLT_PARSE_OPTIONS);
size               65 Source/core/xml/parser/XMLParserInput.h     int size() const { return m_size; }
size               97 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java                 Math.min(descriptors.size(), Runtime.getRuntime().availableProcessors() / 2 + 1));
size              107 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java         List<Future<CompilerRunner>> futures = new ArrayList<>(descriptors.size());
size               48 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java             entryCount += context.getValidationResult().size();
size               62 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java             System.err.println("Total errors: " + entries.size());
size               66 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java             !(actualArguments.size() > 0 && "this".equals(actualArguments.get(0)))) {
size              110 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         int argumentCount = argumentNodes.size();
size              120 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         int argumentCount = arguments.size();
size              160 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java         return arguments.size() > 0 && !"null".equals(arguments.get(0));
size              210 Source/modules/crypto/Key.cpp     for (size_t i = 0; i < usages.size(); ++i) {
size              302 Source/modules/crypto/NormalizeAlgorithm.cpp         size_t length = (m_messages.size() - 1) * strlen(Separator);
size              303 Source/modules/crypto/NormalizeAlgorithm.cpp         for (size_t i = 0; i < m_messages.size(); ++i)
size              307 Source/modules/crypto/NormalizeAlgorithm.cpp         for (size_t i = 0; i < m_messages.size(); ++i) {
size               59 Source/modules/crypto/RsaKeyAlgorithm.cpp         m_publicExponent = Uint8Array::create(exponent.data(), exponent.size());
size               83 Source/modules/device_orientation/DeviceMotionDispatcher.cpp         size_t size = m_controllers.size();
size               84 Source/modules/device_orientation/DeviceMotionDispatcher.cpp         for (size_t i = 0; i < size; ++i) {
size               83 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp         size_t size = m_controllers.size();
size               84 Source/modules/device_orientation/DeviceOrientationDispatcher.cpp         for (size_t i = 0; i < size; ++i) {
size              152 Source/modules/encryptedmedia/MediaKeySession.cpp     ASSERT(m_pendingActions.size());
size              185 Source/modules/encryptedmedia/MediaKeys.cpp     ASSERT(m_pendingInitializeNewSessionData.size());
size               92 Source/modules/filesystem/DOMFilePath.cpp     for (size_t i = 0; i < components.size(); ++i) {
size               96 Source/modules/filesystem/DOMFilePath.cpp             if (canonicalized.size() > 0)
size              105 Source/modules/filesystem/DOMFilePath.cpp     for (size_t i = 0; i < canonicalized.size(); ++i) {
size              128 Source/modules/filesystem/DOMFilePath.cpp     for (size_t i = 0; i < components.size(); ++i) {
size               51 Source/modules/filesystem/DOMWindowFileSystem.cpp void DOMWindowFileSystem::webkitRequestFileSystem(DOMWindow& window, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
size               71 Source/modules/filesystem/DOMWindowFileSystem.cpp     LocalFileSystem::from(*document)->requestFileSystem(document, fileSystemType, size, FileSystemCallbacks::create(successCallback, errorCallback, document, fileSystemType));
size               41 Source/modules/filesystem/DOMWindowFileSystem.h     static void webkitRequestFileSystem(DOMWindow&, int type, long long size, PassOwnPtr<FileSystemCallback>, PassOwnPtr<ErrorCallback>);
size               55 Source/modules/filesystem/DirectoryReaderSync.cpp         syncEntries.reserveInitialCapacity(entries.size());
size               56 Source/modules/filesystem/DirectoryReaderSync.cpp         for (size_t i = 0; i < entries.size(); ++i)
size              111 Source/modules/filesystem/FileWriter.cpp     m_bytesToWrite = data->size();
size               59 Source/modules/filesystem/FileWriterSync.cpp     setPosition(position() + data->size());
size              267 Source/modules/filesystem/InspectorFileSystemAgent.cpp     for (size_t i = 0; i < entries.size(); ++i) {
size              370 Source/modules/filesystem/InspectorFileSystemAgent.cpp         .setSize(metadata->size());
size               76 Source/modules/filesystem/LocalFileSystem.cpp void LocalFileSystem::requestFileSystem(ExecutionContext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
size               52 Source/modules/filesystem/LocalFileSystem.h     void requestFileSystem(ExecutionContext*, FileSystemType, long long size, PassOwnPtr<AsyncFileSystemCallbacks>);
size               55 Source/modules/filesystem/Metadata.h     unsigned long long size() const { return static_cast<unsigned long long>(m_platformMetadata.length); }
size               48 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp void WorkerGlobalScopeFileSystem::webkitRequestFileSystem(WorkerGlobalScope& worker, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
size               62 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp     LocalFileSystem::from(worker)->requestFileSystem(&worker, fileSystemType, size, FileSystemCallbacks::create(successCallback, errorCallback, &worker, fileSystemType));
size               65 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystemSync> WorkerGlobalScopeFileSystem::webkitRequestFileSystemSync(WorkerGlobalScope& worker, int type, long long size, ExceptionState& exceptionState)
size               83 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp     LocalFileSystem::from(worker)->requestFileSystem(&worker, fileSystemType, size, callbacks.release());
size               50 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h     static void webkitRequestFileSystem(WorkerGlobalScope&, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback>);
size               51 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h     static PassRefPtrWillBeRawPtr<DOMFileSystemSync> webkitRequestFileSystemSync(WorkerGlobalScope&, int type, long long size, ExceptionState&);
size               42 Source/modules/gamepad/Gamepad.cpp     if (m_buttons.size() != count) {
size               59 Source/modules/gamepad/GamepadDispatcher.cpp         size_t size = m_controllers.size();
size               60 Source/modules/gamepad/GamepadDispatcher.cpp         for (size_t i = 0; i < size; ++i) {
size              134 Source/modules/geolocation/GeolocationController.cpp     for (size_t i = 0; i < observersVector.size(); ++i)
size              142 Source/modules/geolocation/GeolocationController.cpp     for (size_t i = 0; i < observersVector.size(); ++i)
size               85 Source/modules/geolocation/testing/GeolocationClientMock.cpp     return m_pendingPermissions.size();
size              347 Source/modules/imagebitmap/ImageBitmapFactories.cpp         m_cropRect = IntRect(IntPoint(), image->size());
size              269 Source/modules/indexeddb/IDBDatabase.cpp     if (!scope.size()) {
size              289 Source/modules/indexeddb/IDBDatabase.cpp     for (size_t i = 0; i < scope.size(); ++i) {
size              350 Source/modules/indexeddb/IDBDatabase.cpp     for (size_t i = 0; i < m_enqueuedEvents.size(); ++i) {
size              385 Source/modules/indexeddb/IDBDatabase.cpp     for (size_t i = 0; i < m_enqueuedEvents.size(); ++i) {
size               39 Source/modules/indexeddb/IDBEventDispatcher.cpp     size_t size = eventTargets.size();
size               40 Source/modules/indexeddb/IDBEventDispatcher.cpp     ASSERT(size);
size               43 Source/modules/indexeddb/IDBEventDispatcher.cpp     for (size_t i = size - 1; i; --i) { // Don't do the first element.
size               57 Source/modules/indexeddb/IDBEventDispatcher.cpp     for (size_t i = 1; i < size; ++i) { // Don't do the first element.
size               41 Source/modules/indexeddb/IDBKey.cpp         for (size_t i = 0; i < m_array.size(); i++) {
size               69 Source/modules/indexeddb/IDBKey.cpp         for (size_t i = 0; i < m_array.size() && i < other->m_array.size(); ++i) {
size               73 Source/modules/indexeddb/IDBKey.cpp         return compareNumbers(m_array.size(), other->m_array.size());
size               75 Source/modules/indexeddb/IDBKey.cpp         if (int result = memcmp(m_binary->data(), other->m_binary->data(), std::min(m_binary->size(), other->m_binary->size())))
size               77 Source/modules/indexeddb/IDBKey.cpp         return compareNumbers(m_binary->size(), other->m_binary->size());
size               70 Source/modules/indexeddb/IDBKey.h         for (size_t i = 0; i < array.size(); i++) {
size               75 Source/modules/indexeddb/IDBKey.h             for (size_t j = 0; j < result.size(); j++) {
size              208 Source/modules/indexeddb/IDBKeyPath.cpp     for (size_t i = 0; i < m_array.size(); ++i)
size              225 Source/modules/indexeddb/IDBKeyPath.cpp         for (size_t i = 0; i < m_array.size(); ++i) {
size               52 Source/modules/indexeddb/IDBKeyPathTest.cpp     ASSERT_EQ(expected.size(), keyPathElements.size());
size               53 Source/modules/indexeddb/IDBKeyPathTest.cpp     for (size_t i = 0; i < expected.size(); ++i)
size              126 Source/modules/indexeddb/IDBObjectStore.cpp         for (size_t i = 0; i < indexKey->array().size(); ++i)
size               53 Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp     for (size_t i = 0; i < list->size(); ++i) {
size              136 Source/modules/indexeddb/IDBRequest.cpp     for (size_t i = 0; i < m_enqueuedEvents.size(); ++i) {
size              237 Source/modules/indexeddb/IDBRequest.cpp     for (size_t i = 0; i < stringList.size(); ++i)
size              411 Source/modules/indexeddb/IDBRequest.cpp     ASSERT(m_enqueuedEvents.size());
size              524 Source/modules/indexeddb/IDBRequest.cpp     for (size_t i = 0; i < m_enqueuedEvents.size(); ++i) {
size              244 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         for (size_t i = 0; i < stringArray.size(); ++i)
size               76 Source/modules/indexeddb/WebIDBCallbacksImpl.cpp     for (size_t i = 0; i < webStringList.size(); ++i)
size              141 Source/modules/mediasource/MediaSourceBase.cpp     for (size_t i = 0; i < ranges.size(); ++i) {
size              156 Source/modules/mediasource/MediaSourceBase.cpp     for (size_t i = 0; i < ranges.size(); ++i) {
size              490 Source/modules/mediasource/SourceBuffer.cpp void SourceBuffer::appendBufferInternal(const unsigned char* data, unsigned size, ExceptionState& exceptionState)
size              509 Source/modules/mediasource/SourceBuffer.cpp     m_pendingAppendData.append(data, size);
size              534 Source/modules/mediasource/SourceBuffer.cpp     size_t appendSize = m_pendingAppendData.size();
size               54 Source/modules/mediasource/SourceBufferList.h     unsigned long length() const { return m_list.size(); }
size               55 Source/modules/mediasource/SourceBufferList.h     SourceBuffer* item(unsigned long index) const { return (index < m_list.size()) ? m_list[index].get() : 0; }
size               49 Source/modules/mediasource/WebKitSourceBufferList.cpp     return m_list.size();
size               54 Source/modules/mediasource/WebKitSourceBufferList.cpp     if (index >= m_list.size())
size               79 Source/modules/mediasource/WebKitSourceBufferList.cpp     for (size_t i = 0; i < m_list.size(); ++i)
size               98 Source/modules/mediastream/MediaConstraintsImpl.cpp             if (localNames.size() != 1)
size               41 Source/modules/mediastream/MediaStream.cpp     for (size_t i = 0; i < trackVector.size(); ++i) {
size               73 Source/modules/mediastream/MediaStream.cpp     for (size_t i = 0; i < stream->m_audioTracks.size(); ++i)
size               76 Source/modules/mediastream/MediaStream.cpp     for (size_t i = 0; i < stream->m_videoTracks.size(); ++i)
size               87 Source/modules/mediastream/MediaStream.cpp     for (size_t i = 0; i < tracks.size(); ++i)
size              232 Source/modules/mediastream/MediaStream.cpp     if (!m_audioTracks.size() && !m_videoTracks.size())
size              351 Source/modules/mediastream/MediaStream.cpp     for (size_t i = 0; i < tracks->size(); ++i) {
size               57 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp     for (size_t i = 0; i < webSourceInfos.size(); ++i)
size              121 Source/modules/mediastream/RTCPeerConnection.cpp             if (!iceServer.get("urls", urlStrings) || !urlStrings.size()) {
size               51 Source/modules/mediastream/RTCStatsResponse.cpp     m_idmap.add(id, m_result.size() - 1);
size               52 Source/modules/mediastream/RTCStatsResponse.cpp     return m_result.size() - 1;
size               57 Source/modules/mediastream/RTCStatsResponse.cpp     ASSERT_WITH_SECURITY_IMPLICATION(report >= 0 && report < m_result.size());
size               59 Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp     while (i < m_controllers.size()) {
size               79 Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp         size_t size = m_controllers.size();
size               80 Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp         for (size_t i = 0; i < size; ++i) {
size               41 Source/modules/speech/SpeechGrammarList.cpp     if (index >= m_grammars.size())
size               43 Source/modules/speech/SpeechGrammarList.h     unsigned long length() const { return m_grammars.size(); }
size              110 Source/modules/speech/SpeechRecognition.cpp     unsigned long resultIndex = m_finalResults.size();
size              112 Source/modules/speech/SpeechRecognition.cpp     for (size_t i = 0; i < newFinalResults.size(); ++i)
size              116 Source/modules/speech/SpeechRecognition.cpp     for (size_t i = 0; i < currentInterimResults.size(); ++i)
size               43 Source/modules/speech/SpeechRecognitionResult.cpp     if (index >= m_alternatives.size())
size               45 Source/modules/speech/SpeechRecognitionResult.h     unsigned long length() { return m_alternatives.size(); }
size               39 Source/modules/speech/SpeechRecognitionResultList.cpp     if (index >= m_results.size())
size               41 Source/modules/speech/SpeechRecognitionResultList.h     unsigned long length() { return m_results.size(); }
size               69 Source/modules/speech/SpeechSynthesis.cpp     if (m_voiceList.size())
size               74 Source/modules/speech/SpeechSynthesis.cpp     size_t voiceCount = platformVoices.size();
size               92 Source/modules/speech/SpeechSynthesis.cpp     return m_utteranceQueue.size() > 1;
size              120 Source/modules/speech/SpeechSynthesis.cpp     if (m_utteranceQueue.size() == 1)
size               51 Source/modules/vibration/NavigatorVibration.cpp     size_t length = sanitized.size();
size               78 Source/modules/vibration/NavigatorVibration.cpp     if (!m_pattern.size())
size               81 Source/modules/vibration/NavigatorVibration.cpp     if (m_pattern.size() == 1 && !m_pattern[0]) {
size              105 Source/modules/vibration/NavigatorVibration.cpp     if (m_pattern.size()) {
size              120 Source/modules/vibration/NavigatorVibration.cpp     if (m_pattern.size()) {
size               72 Source/modules/webaudio/AnalyserNode.cpp void AnalyserNode::setFftSize(unsigned size, ExceptionState& exceptionState)
size               74 Source/modules/webaudio/AnalyserNode.cpp     if (!m_analyser.setFftSize(size)) {
size               77 Source/modules/webaudio/AnalyserNode.cpp             (size < RealtimeAnalyser::MinFFTSize || size > RealtimeAnalyser::MaxFFTSize) ?
size               78 Source/modules/webaudio/AnalyserNode.cpp                 ExceptionMessages::indexOutsideRange("FFT size", size, RealtimeAnalyser::MinFFTSize, ExceptionMessages::InclusiveBound, RealtimeAnalyser::MaxFFTSize, ExceptionMessages::InclusiveBound)
size               79 Source/modules/webaudio/AnalyserNode.cpp                 : ("The value provided (" + String::number(size) + ") is not a power of two."));
size               50 Source/modules/webaudio/AnalyserNode.h     void setFftSize(unsigned size, ExceptionState&);
size              129 Source/modules/webaudio/AudioBuffer.cpp     if (channelIndex >= m_channels.size()) {
size              130 Source/modules/webaudio/AudioBuffer.cpp         exceptionState.throwDOMException(IndexSizeError, "channel index (" + String::number(channelIndex) + ") exceeds number of channels (" + String::number(m_channels.size()) + ")");
size              140 Source/modules/webaudio/AudioBuffer.cpp     if (channelIndex >= m_channels.size())
size              148 Source/modules/webaudio/AudioBuffer.cpp     for (unsigned i = 0; i < m_channels.size(); ++i) {
size               57 Source/modules/webaudio/AudioBuffer.h     unsigned numberOfChannels() const { return m_channels.size(); }
size              173 Source/modules/webaudio/AudioContext.cpp     ASSERT(!m_nodesToDelete.size());
size              174 Source/modules/webaudio/AudioContext.cpp     ASSERT(!m_referencedNodes.size());
size              175 Source/modules/webaudio/AudioContext.cpp     ASSERT(!m_finishedNodes.size());
size              176 Source/modules/webaudio/AudioContext.cpp     ASSERT(!m_automaticPullNodes.size());
size              178 Source/modules/webaudio/AudioContext.cpp         m_renderingAutomaticPullNodes.resize(m_automaticPullNodes.size());
size              179 Source/modules/webaudio/AudioContext.cpp     ASSERT(!m_renderingAutomaticPullNodes.size());
size              219 Source/modules/webaudio/AudioContext.cpp     } while (m_nodesToDelete.size());
size              646 Source/modules/webaudio/AudioContext.cpp     for (unsigned i = 0; i < m_finishedNodes.size(); i++)
size              667 Source/modules/webaudio/AudioContext.cpp     for (unsigned i = 0; i < m_referencedNodes.size(); ++i) {
size              678 Source/modules/webaudio/AudioContext.cpp     for (unsigned i = 0; i < m_referencedNodes.size(); ++i)
size              811 Source/modules/webaudio/AudioContext.cpp     for (unsigned i = 0; i < m_deferredFinishDerefList.size(); ++i) {
size              843 Source/modules/webaudio/AudioContext.cpp     if (m_nodesMarkedForDeletion.size() && !m_isDeletionScheduled) {
size              876 Source/modules/webaudio/AudioContext.cpp         while (size_t n = m_nodesToDelete.size()) {
size              962 Source/modules/webaudio/AudioContext.cpp         m_renderingAutomaticPullNodes.resize(m_automaticPullNodes.size());
size              978 Source/modules/webaudio/AudioContext.cpp     for (unsigned i = 0; i < m_renderingAutomaticPullNodes.size(); ++i)
size              155 Source/modules/webaudio/AudioNode.cpp     if (i < m_inputs.size())
size              162 Source/modules/webaudio/AudioNode.cpp     if (i < m_outputs.size())
size              346 Source/modules/webaudio/AudioNode.cpp     for (unsigned i = 0; i < m_inputs.size(); ++i)
size              411 Source/modules/webaudio/AudioNode.cpp     for (unsigned i = 0; i < m_inputs.size(); ++i)
size              417 Source/modules/webaudio/AudioNode.cpp     for (unsigned i = 0; i < m_inputs.size(); ++i) {
size              426 Source/modules/webaudio/AudioNode.cpp     for (unsigned i = 0; i < m_outputs.size(); ++i)
size              432 Source/modules/webaudio/AudioNode.cpp     for (unsigned i = 0; i < m_outputs.size(); ++i)
size              443 Source/modules/webaudio/AudioNode.cpp         for (unsigned i = 0; i < m_outputs.size(); ++i)
size              468 Source/modules/webaudio/AudioNode.cpp             for (unsigned i = 0; i < m_outputs.size(); ++i)
size              558 Source/modules/webaudio/AudioNode.cpp                 for (unsigned i = 0; i < m_outputs.size(); ++i)
size              119 Source/modules/webaudio/AudioNode.h     unsigned numberOfInputs() const { return m_inputs.size(); }
size              120 Source/modules/webaudio/AudioNode.h     unsigned numberOfOutputs() const { return m_outputs.size(); }
size              135 Source/modules/webaudio/AudioNodeOutput.cpp     return m_inputs.size();
size              141 Source/modules/webaudio/AudioNodeOutput.cpp     return m_params.size();
size               99 Source/modules/webaudio/AudioParamTimeline.cpp     for (i = 0; i < m_events.size(); ++i) {
size              118 Source/modules/webaudio/AudioParamTimeline.cpp     for (unsigned i = 0; i < m_events.size(); ++i) {
size              120 Source/modules/webaudio/AudioParamTimeline.cpp             m_events.remove(i, m_events.size() - i);
size              132 Source/modules/webaudio/AudioParamTimeline.cpp         if (!tryLocker.locked() || !context || !m_events.size() || context->currentTime() < m_events[0].time()) {
size              188 Source/modules/webaudio/AudioParamTimeline.cpp     if (!m_events.size() || endTime <= m_events[0].time()) {
size              217 Source/modules/webaudio/AudioParamTimeline.cpp     int n = m_events.size();
size               65 Source/modules/webaudio/AudioParamTimeline.h     bool hasValues() { return m_events.size(); }
size               66 Source/modules/webaudio/AudioSummingJunction.cpp         m_renderingOutputs.resize(m_outputs.size());
size               55 Source/modules/webaudio/AudioSummingJunction.h     unsigned numberOfRenderingConnections() const { return m_renderingOutputs.size(); }
size              110 Source/modules/webaudio/BiquadProcessor.cpp     for (unsigned i = 0; i < m_kernels.size(); ++i)
size               69 Source/modules/webaudio/GainNode.cpp             ASSERT(framesToProcess <= m_sampleAccurateGainValues.size());
size               70 Source/modules/webaudio/GainNode.cpp             if (framesToProcess <= m_sampleAccurateGainValues.size()) {
size              154 Source/modules/webaudio/OscillatorNode.cpp     bool isGood = framesToProcess <= m_phaseIncrements.size() && framesToProcess <= m_detuneValues.size();
size              227 Source/modules/webaudio/OscillatorNode.cpp     ASSERT(framesToProcess <= m_phaseIncrements.size());
size              228 Source/modules/webaudio/OscillatorNode.cpp     if (framesToProcess > m_phaseIncrements.size())
size               69 Source/modules/webaudio/RealtimeAnalyser.cpp bool RealtimeAnalyser::setFftSize(size_t size)
size               74 Source/modules/webaudio/RealtimeAnalyser.cpp     unsigned log2size = static_cast<unsigned>(log2(size));
size               75 Source/modules/webaudio/RealtimeAnalyser.cpp     bool isPOT(1UL << log2size == size);
size               77 Source/modules/webaudio/RealtimeAnalyser.cpp     if (!isPOT || size > MaxFFTSize || size < MinFFTSize)
size               80 Source/modules/webaudio/RealtimeAnalyser.cpp     if (m_fftSize != size) {
size               81 Source/modules/webaudio/RealtimeAnalyser.cpp         m_analysisFrame = adoptPtr(new FFTFrame(size));
size               83 Source/modules/webaudio/RealtimeAnalyser.cpp         m_magnitudeBuffer.allocate(size / 2);
size               84 Source/modules/webaudio/RealtimeAnalyser.cpp         m_fftSize = size;
size               98 Source/modules/webaudio/RealtimeAnalyser.cpp     bool isDestinationGood = m_writeIndex < m_inputBuffer.size() && m_writeIndex + framesToProcess <= m_inputBuffer.size();
size              189 Source/modules/webaudio/RealtimeAnalyser.cpp     size_t n = magnitudeBuffer().size();
size              208 Source/modules/webaudio/RealtimeAnalyser.cpp     unsigned sourceLength = magnitudeBuffer().size();
size              232 Source/modules/webaudio/RealtimeAnalyser.cpp     unsigned sourceLength = magnitudeBuffer().size();
size              269 Source/modules/webaudio/RealtimeAnalyser.cpp         bool isInputBufferGood = m_inputBuffer.size() == InputBufferSize && m_inputBuffer.size() > fftSize;
size              298 Source/modules/webaudio/RealtimeAnalyser.cpp         bool isInputBufferGood = m_inputBuffer.size() == InputBufferSize && m_inputBuffer.size() > fftSize;
size              165 Source/modules/webaudio/ScriptProcessorNode.cpp     bool isDoubleBufferIndexGood = doubleBufferIndex < 2 && doubleBufferIndex < m_inputBuffers.size() && doubleBufferIndex < m_outputBuffers.size();
size               68 Source/modules/webaudio/WaveShaperProcessor.cpp         for (unsigned i = 0; i < m_kernels.size(); ++i) {
size               82 Source/modules/webaudio/WaveShaperProcessor.cpp     bool channelCountMatches = source->numberOfChannels() == destination->numberOfChannels() && source->numberOfChannels() == m_kernels.size();
size               91 Source/modules/webaudio/WaveShaperProcessor.cpp         for (unsigned i = 0; i < m_kernels.size(); ++i)
size              217 Source/modules/webdatabase/DatabaseContext.cpp     for (size_t i = 0; i < syncDatabases.size(); ++i)
size              116 Source/modules/webdatabase/DatabaseThread.cpp     if (m_openDatabaseSet.size() > 0) {
size               85 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         for (size_t i = 0; i < columns.size(); ++i)
size               90 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         for (size_t i = 0; i < data.size(); ++i) {
size              272 Source/modules/webdatabase/InspectorDatabaseAgent.cpp         unsigned length = tableNames.size();
size               36 Source/modules/webdatabase/SQLResultSetRowList.cpp     if (m_result.size() == 0)
size               39 Source/modules/webdatabase/SQLResultSetRowList.cpp     ASSERT(m_result.size() % m_columns.size() == 0);
size               41 Source/modules/webdatabase/SQLResultSetRowList.cpp     return m_result.size() / m_columns.size();
size              144 Source/modules/webdatabase/SQLStatementBackend.cpp     if (statement.bindParameterCount() != m_arguments.size()) {
size              151 Source/modules/webdatabase/SQLStatementBackend.cpp     for (unsigned i = 0; i < m_arguments.size(); ++i) {
size               70 Source/modules/webdatabase/SQLStatementSync.cpp     if (statement.bindParameterCount() != m_arguments.size()) {
size               74 Source/modules/webdatabase/SQLStatementSync.cpp             exceptionState.throwDOMException(SyntaxError, "Number of '?'s in statement string (" + String::number(statement.bindParameterCount()) + ") does not match the arguments provided (" + String::number(m_arguments.size()) + ").");
size               79 Source/modules/webdatabase/SQLStatementSync.cpp     for (unsigned i = 0; i < m_arguments.size(); ++i) {
size              137 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp void SQLiteDatabase::setMaximumSize(int64_t size)
size              139 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp     if (size < 0)
size              140 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp         size = 0;
size              145 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp     int64_t newMaxPageCount = currentPageSize ? size / currentPageSize : 0;
size              154 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp         WTF_LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
size              156 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp         WTF_LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
size              117 Source/modules/webmidi/MIDIAccess.cpp     unsigned portIndex = m_outputs.size();
size              134 Source/modules/webmidi/MIDIAccess.cpp     if (m_state == Resolved && portIndex < m_inputs.size()) {
size              149 Source/modules/webmidi/MIDIAccess.cpp     if (m_state == Resolved && portIndex < m_outputs.size() && data && length > 0) {
size              210 Source/modules/webmidi/MIDIOutput.cpp     RefPtr<Uint8Array> array = Uint8Array::create(unsignedData.size());
size              212 Source/modules/webmidi/MIDIOutput.cpp     for (size_t i = 0; i < unsignedData.size(); ++i) {
size              218 Source/modules/websockets/MainThreadWebSocketChannel.cpp         skipBuffer(m_buffer.size()); // Save memory.
size              402 Source/modules/websockets/MainThreadWebSocketChannel.cpp     size_t newBufferSize = m_buffer.size() + len;
size              403 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (newBufferSize < m_buffer.size()) {
size              404 Source/modules/websockets/MainThreadWebSocketChannel.cpp         WTF_LOG(Network, "MainThreadWebSocketChannel %p appendToBuffer() Buffer overflow (%lu bytes already in receive buffer and appending %lu bytes)", this, static_cast<unsigned long>(m_buffer.size()), static_cast<unsigned long>(len));
size              413 Source/modules/websockets/MainThreadWebSocketChannel.cpp     ASSERT_WITH_SECURITY_IMPLICATION(len <= m_buffer.size());
size              414 Source/modules/websockets/MainThreadWebSocketChannel.cpp     memmove(m_buffer.data(), m_buffer.data() + len, m_buffer.size() - len);
size              415 Source/modules/websockets/MainThreadWebSocketChannel.cpp     m_buffer.resize(m_buffer.size() - len);
size              431 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WTF_LOG(Network, "MainThreadWebSocketChannel %p processBuffer() Receive buffer has %lu bytes", this, static_cast<unsigned long>(m_buffer.size()));
size              437 Source/modules/websockets/MainThreadWebSocketChannel.cpp         skipBuffer(m_buffer.size());
size              444 Source/modules/websockets/MainThreadWebSocketChannel.cpp         int headerLength = m_handshake->readServerHandshake(m_buffer.data(), m_buffer.size());
size              459 Source/modules/websockets/MainThreadWebSocketChannel.cpp             WTF_LOG(Network, "MainThreadWebSocketChannel %p %lu bytes remaining in m_buffer", this, static_cast<unsigned long>(m_buffer.size()));
size              500 Source/modules/websockets/MainThreadWebSocketChannel.cpp     enqueueRawFrame(WebSocketFrame::OpCodeClose, buf.data(), buf.size());
size              523 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WebSocketFrame::ParseFrameResult result = WebSocketFrame::parseFrame(m_buffer.data(), m_buffer.size(), frame, frameEnd, errorString);
size              532 Source/modules/websockets/MainThreadWebSocketChannel.cpp     ASSERT(frameEnd <= m_buffer.data() + m_buffer.size());
size              602 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 if (continuousFrameData->size())
size              603 Source/modules/websockets/MainThreadWebSocketChannel.cpp                     message = String::fromUTF8(continuousFrameData->data(), continuousFrameData->size());
size              749 Source/modules/websockets/MainThreadWebSocketChannel.cpp             if (!sendFrame(frame->opCode, frame->vectorData.data(), frame->vectorData.size()))
size              827 Source/modules/websockets/MainThreadWebSocketChannel.cpp     return m_handle->send(frameData.data(), frameData.size());
size              136 Source/modules/websockets/NewWebSocketChannelImpl.cpp     blink::WebVector<blink::WebString> webProtocols(protocols.size());
size              137 Source/modules/websockets/NewWebSocketChannelImpl.cpp     for (size_t i = 0; i < protocols.size(); ++i) {
size              175 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p sendBlob(%s, %s, %llu)", this, blobDataHandle->uuid().utf8().data(), blobDataHandle->type().utf8().data(), blobDataHandle->size());
size              281 Source/modules/websockets/NewWebSocketChannelImpl.cpp             size_t size = std::min(static_cast<size_t>(m_sendingQuota), message.text.length() - m_sentSizeOfTopMessage);
size              282 Source/modules/websockets/NewWebSocketChannelImpl.cpp             final = (m_sentSizeOfTopMessage + size == message.text.length());
size              283 Source/modules/websockets/NewWebSocketChannelImpl.cpp             m_handle->send(final, type, message.text.data() + m_sentSizeOfTopMessage, size);
size              284 Source/modules/websockets/NewWebSocketChannelImpl.cpp             m_sentSizeOfTopMessage += size;
size              285 Source/modules/websockets/NewWebSocketChannelImpl.cpp             m_sendingQuota -= size;
size              295 Source/modules/websockets/NewWebSocketChannelImpl.cpp             size_t size = std::min(static_cast<size_t>(m_sendingQuota), message.arrayBuffer->byteLength() - m_sentSizeOfTopMessage);
size              296 Source/modules/websockets/NewWebSocketChannelImpl.cpp             final = (m_sentSizeOfTopMessage + size == message.arrayBuffer->byteLength());
size              297 Source/modules/websockets/NewWebSocketChannelImpl.cpp             m_handle->send(final, type, static_cast<const char*>(message.arrayBuffer->data()) + m_sentSizeOfTopMessage, size);
size              298 Source/modules/websockets/NewWebSocketChannelImpl.cpp             m_sentSizeOfTopMessage += size;
size              299 Source/modules/websockets/NewWebSocketChannelImpl.cpp             m_sendingQuota -= size;
size              397 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didReceiveData(WebSocketHandle* handle, bool fin, WebSocketHandle::MessageType type, const char* data, size_t size)
size              399 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p didReceiveData(%p, %d, %d, (%p, %zu))", this, handle, fin, type, data, size);
size              404 Source/modules/websockets/NewWebSocketChannelImpl.cpp     ASSERT(fin || size);
size              419 Source/modules/websockets/NewWebSocketChannelImpl.cpp     m_receivingMessageData.append(data, size);
size              420 Source/modules/websockets/NewWebSocketChannelImpl.cpp     m_receivedDataSizeForFlowControl += size;
size              429 Source/modules/websockets/NewWebSocketChannelImpl.cpp         WebSocketFrame frame(opcode, m_receivingMessageData.data(), m_receivingMessageData.size(), WebSocketFrame::Final);
size              433 Source/modules/websockets/NewWebSocketChannelImpl.cpp         String message = m_receivingMessageData.isEmpty() ? emptyString() : String::fromUTF8(m_receivingMessageData.data(), m_receivingMessageData.size());
size              482 Source/modules/websockets/NewWebSocketChannelImpl.cpp     ASSERT(m_messages.size() > 0 && m_messages.first().type == MessageTypeBlob);
size              197 Source/modules/websockets/WebSocket.cpp     for (size_t i = 0; i < strings.size(); ++i) {
size              341 Source/modules/websockets/WebSocket.cpp     for (size_t i = 0; i < protocols.size(); ++i) {
size              350 Source/modules/websockets/WebSocket.cpp     for (size_t i = 0; i < protocols.size(); ++i) {
size              454 Source/modules/websockets/WebSocket.cpp         updateBufferedAmountAfterClose(static_cast<unsigned long>(binaryData->size()));
size              623 Source/modules/websockets/WebSocket.cpp     WTF_LOG(Network, "WebSocket %p didReceiveBinaryData() %lu byte binary message", this, static_cast<unsigned long>(binaryData->size()));
size              626 Source/modules/websockets/WebSocket.cpp         size_t size = binaryData->size();
size              631 Source/modules/websockets/WebSocket.cpp         RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size));
size              637 Source/modules/websockets/WebSocket.cpp         m_eventQueue->dispatch(MessageEvent::create(ArrayBuffer::create(binaryData->data(), binaryData->size()), SecurityOrigin::create(m_url)->toString()));
size               59 Source/modules/websockets/WebSocketChannel.cpp     if (callStack && callStack->size()) {
size              107 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (expectedNumParameters != serverParameters.size()) {
size              185 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.payloadLength = m_deflater->size();
size              212 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.payloadLength = m_inflater->size();
size               92 Source/modules/websockets/WebSocketDeflater.cpp         size_t writePosition = m_buffer.size();
size              110 Source/modules/websockets/WebSocketDeflater.cpp         ASSERT(!m_buffer.size());
size              115 Source/modules/websockets/WebSocketDeflater.cpp         size_t writePosition = m_buffer.size();
size              117 Source/modules/websockets/WebSocketDeflater.cpp         size_t availableCapacity = m_buffer.size() - writePosition;
size              127 Source/modules/websockets/WebSocketDeflater.cpp     if (m_buffer.size() <= 4)
size              129 Source/modules/websockets/WebSocketDeflater.cpp     m_buffer.resize(m_buffer.size() - 4);
size              178 Source/modules/websockets/WebSocketDeflater.cpp         size_t writePosition = m_buffer.size();
size              180 Source/modules/websockets/WebSocketDeflater.cpp         size_t availableCapacity = m_buffer.size() - writePosition;
size              210 Source/modules/websockets/WebSocketDeflater.cpp         size_t writePosition = m_buffer.size();
size              212 Source/modules/websockets/WebSocketDeflater.cpp         size_t availableCapacity = m_buffer.size() - writePosition;
size               63 Source/modules/websockets/WebSocketDeflater.h     size_t size() const { return m_buffer.size(); }
size               90 Source/modules/websockets/WebSocketDeflater.h     size_t size() const { return m_buffer.size(); }
size               49 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(7U, deflater->size());
size               50 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(expectedFirst, deflater->data(), deflater->size()));
size               51 Source/modules/websockets/WebSocketDeflaterTest.cpp     ASSERT_TRUE(inflater->addBytes(deflater->data(), deflater->size()));
size               53 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(inputLength, inflater->size());
size               54 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(inputData, inflater->data(), inflater->size()));
size               62 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(5U, deflater->size());
size               63 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(expectedSecond, deflater->data(), deflater->size()));
size               64 Source/modules/websockets/WebSocketDeflaterTest.cpp     ASSERT_TRUE(inflater->addBytes(deflater->data(), deflater->size()));
size               66 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(inputLength, inflater->size());
size               67 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(inputData, inflater->data(), inflater->size()));
size               79 Source/modules/websockets/WebSocketDeflaterTest.cpp     for (size_t i = 0; i < inputData.size(); ++i)
size               82 Source/modules/websockets/WebSocketDeflaterTest.cpp     for (size_t i = 0; i < deflater->size(); ++i)
size               85 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(inputData.size(), inflater->size());
size               86 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(inputData.data(), inflater->data(), inflater->size()));
size              104 Source/modules/websockets/WebSocketDeflaterTest.cpp         EXPECT_EQ(7U, deflater->size());
size              105 Source/modules/websockets/WebSocketDeflaterTest.cpp         EXPECT_EQ(0, memcmp(expected, deflater->data(), deflater->size()));
size              106 Source/modules/websockets/WebSocketDeflaterTest.cpp         ASSERT_TRUE(inflater->addBytes(deflater->data(), deflater->size()));
size              108 Source/modules/websockets/WebSocketDeflaterTest.cpp         EXPECT_EQ(inputLength, inflater->size());
size              109 Source/modules/websockets/WebSocketDeflaterTest.cpp         EXPECT_EQ(0, memcmp(inputData, inflater->data(), inflater->size()));
size              123 Source/modules/websockets/WebSocketDeflaterTest.cpp         inputData[inputData.size() - j - 1] = 'b';
size              128 Source/modules/websockets/WebSocketDeflaterTest.cpp     ASSERT_TRUE(deflater->addBytes(inputData.data(), inputData.size()));
size              133 Source/modules/websockets/WebSocketDeflaterTest.cpp     ASSERT_TRUE(inflater->addBytes(deflater->data(), deflater->size()));
size              135 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(inputData.size(), inflater->size());
size              136 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(inputData.data(), inflater->data(), inflater->size()));
size              148 Source/modules/websockets/WebSocketDeflaterTest.cpp     ASSERT_TRUE(deflater->addBytes(inputData.data(), inputData.size()));
size              150 Source/modules/websockets/WebSocketDeflaterTest.cpp     ASSERT_TRUE(inflater->addBytes(deflater->data(), deflater->size()));
size              152 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(inputData.size(), inflater->size());
size              153 Source/modules/websockets/WebSocketDeflaterTest.cpp     EXPECT_EQ(0, memcmp(inputData.data(), inflater->data(), inflater->size()));
size               51 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     for (size_t i = 0; i < m_processors.size(); ++i) {
size               63 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     size_t numProcessors = m_processors.size();
size              104 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     if (!m_processors.size()) {
size              120 Source/modules/websockets/WebSocketExtensionDispatcher.cpp         for (index = 0; index < m_processors.size(); ++index) {
size              132 Source/modules/websockets/WebSocketExtensionDispatcher.cpp         if (index == m_processors.size()) {
size               91 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_EQ(1UL, m_parsedExtensionTokens.size());
size               94 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_EQ(0UL, m_parsedParameters[0].size());
size              101 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_EQ(1UL, m_parsedExtensionTokens.size());
size              103 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_EQ(2UL, m_parsedParameters[0].size());
size              132 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         EXPECT_EQ(expected[i].parameters.size(), m_parsedParameters[i].size());
size              148 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_EQ(2UL, m_parsedParameters[0].size());
size              106 Source/modules/websockets/WebSocketExtensionParser.cpp     m_currentToken = String::fromUTF8(buffer.data(), buffer.size());
size               52 Source/modules/websockets/WebSocketExtensionParserTest.cpp     EXPECT_EQ(0UL, parameters.size());
size               64 Source/modules/websockets/WebSocketExtensionParserTest.cpp     EXPECT_EQ(3UL, parameters.size());
size               80 Source/modules/websockets/WebSocketExtensionParserTest.cpp     EXPECT_EQ(2UL, parameters.size());
size              132 Source/modules/websockets/WebSocketFrame.cpp         maskingKeyStart = frameData.size();
size              133 Source/modules/websockets/WebSocketFrame.cpp         frameData.grow(frameData.size() + maskingKeyWidthInBytes); // Add placeholder for masking key. Will be overwritten.
size              136 Source/modules/websockets/WebSocketFrame.cpp     size_t payloadStart = frameData.size();
size              231 Source/modules/websockets/WebSocketHandshake.cpp     for (size_t i = 0; i < fields.size(); i++) {
size              555 Source/modules/websockets/WebSocketHandshake.cpp         for (size_t i = 0; i < protocols.size() && !match; ++i) {
size              136 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (numProcessedParameters != parameters.size()) {
size              202 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.payloadLength = m_deflater->size();
size              249 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.payloadLength = m_inflater->size();
size              106 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame frame(text, &payload[0], payload.size(), WebSocketFrame::Final);
size              124 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     for (size_t i = 0; i < actual.size(); ++i) {
size              128 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         frame.final = (i == actual.size() - 1);
size              132 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_EQ(i == actual.size() - 1, frame.final);
size              258 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     EXPECT_EQ(7u, compressed.size());
size              259 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     EXPECT_EQ(0, memcmp("\xf2\x48\xcd\xc9\xc9\x07\x00", &compressed[0], compressed.size()));
size              345 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     EXPECT_EQ(std::string("Hello"), std::string(&decompressed[0], decompressed.size()));
size              187 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp     if (callStack && callStack->size())  {
size              285 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp         RefPtr<ArrayBuffer> binaryData = ArrayBuffer::create(data->data(), data->size());
size               88 Source/platform/ContentType.cpp     for (size_t i = 0; i < codecs.size(); ++i)
size               33 Source/platform/ContextMenu.cpp     for (size_t i = 0; i < items.size(); ++i) {
size              109 Source/platform/DragImage.cpp static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont)
size              113 Source/platform/DragImage.cpp     description.setSpecifiedSize(size);
size              114 Source/platform/DragImage.cpp     description.setComputedSize(size);
size              217 Source/platform/DragImage.cpp     IntSize originalSize = size();
size               48 Source/platform/DragImage.h     IntSize size() const { return IntSize(m_bitmap.width(), m_bitmap.height()); }
size               56 Source/platform/DragImageTest.cpp     static PassRefPtr<TestImage> create(const IntSize& size)
size               58 Source/platform/DragImageTest.cpp         return adoptRef(new TestImage(size));
size               61 Source/platform/DragImageTest.cpp     explicit TestImage(const IntSize& size)
size               63 Source/platform/DragImageTest.cpp         , m_size(size)
size               66 Source/platform/DragImageTest.cpp         EXPECT_TRUE(bitmap.allocN32Pixels(size.width(), size.height()));
size              119 Source/platform/DragImageTest.cpp     IntSize size = dragImage->size();
size              120 Source/platform/DragImageTest.cpp     EXPECT_EQ(1, size.width());
size              121 Source/platform/DragImageTest.cpp     EXPECT_EQ(1, size.height());
size              165 Source/platform/DragImageTest.cpp     EXPECT_EQ(testImage->size().width(), expectedImage->size().width());
size               83 Source/platform/FileChooser.cpp         for (unsigned i = 0; i < filenames.size(); ++i)
size               93 Source/platform/FileChooser.cpp     for (unsigned i = 0; i < files.size(); ++i)
size              105 Source/platform/FileChooser.cpp     acceptTypes.reserveCapacity(acceptMIMETypes.size() + acceptFileExtensions.size());
size              316 Source/platform/JSONValues.cpp     for (size_t i = 0; i < m_order.size(); ++i) {
size              327 Source/platform/JSONValues.cpp     for (size_t i = 0; i < m_order.size(); ++i) {
size              382 Source/platform/JSONValues.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < m_data.size());
size              203 Source/platform/JSONValues.h     int size() const { return m_data.size(); }
size              242 Source/platform/JSONValues.h     using JSONObjectBase::size;
size              253 Source/platform/JSONValues.h     unsigned length() const { return m_data.size(); }
size               99 Source/platform/Language.cpp     for (size_t i = 0; i < languageList.size(); ++i) {
size              128 Source/platform/Language.cpp     return languageList.size();
size              765 Source/platform/LayoutUnit.h inline int snapSizeToPixel(LayoutUnit size, LayoutUnit location)
size              768 Source/platform/LayoutUnit.h     return (fraction + size).round() - fraction.round();
size               63 Source/platform/OverscrollTheme.cpp         static_cast<int>(rootContentLayer->size().width()) + m_overhangShadow->width() - 1,
size               64 Source/platform/OverscrollTheme.cpp         static_cast<int>(rootContentLayer->size().height()) + m_overhangShadow->height() - 1);
size               51 Source/platform/PODArena.h         virtual void* allocate(size_t size) = 0;
size               67 Source/platform/PODArena.h         virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); }
size              142 Source/platform/PODArena.h     size_t roundUp(size_t size, size_t alignment)
size              145 Source/platform/PODArena.h         return (size + alignment - 1) & ~(alignment - 1);
size              154 Source/platform/PODArena.h         Chunk(Allocator* allocator, size_t size)
size              156 Source/platform/PODArena.h             , m_size(size)
size              159 Source/platform/PODArena.h             m_base = static_cast<uint8_t*>(m_allocator->allocate(size));
size              171 Source/platform/PODArena.h         void* allocate(size_t size)
size              174 Source/platform/PODArena.h             if (m_currentOffset + size < m_currentOffset)
size              177 Source/platform/PODArena.h             if (m_currentOffset + size > m_size)
size              181 Source/platform/PODArena.h             m_currentOffset += size;
size               71 Source/platform/PODIntervalTreeTest.cpp     EXPECT_EQ(1U, result.size());
size               84 Source/platform/PODIntervalTreeTest.cpp     EXPECT_EQ(1U, result.size());
size              116 Source/platform/PODIntervalTreeTest.cpp     EXPECT_EQ(0, tree.size());
size              161 Source/platform/PODIntervalTreeTest.cpp     EXPECT_EQ(1U, overlaps.size());
size              240 Source/platform/PODIntervalTreeTest.cpp         int index = nextRandom(addedElements.size());
size              253 Source/platform/PODIntervalTreeTest.cpp         if (!addedElements.size())
size              255 Source/platform/PODIntervalTreeTest.cpp         else if (!removedElements.size())
size              260 Source/platform/PODIntervalTreeTest.cpp             int index = nextRandom(removedElements.size());
size              268 Source/platform/PODIntervalTreeTest.cpp             int index = nextRandom(addedElements.size());
size              207 Source/platform/PODRedBlackTree.h     int size() const
size               91 Source/platform/PODRedBlackTreeTest.cpp     EXPECT_EQ(3, tree.size());
size              130 Source/platform/PODRedBlackTreeTest.cpp     EXPECT_EQ(1, tree.size());
size              142 Source/platform/PODRedBlackTreeTest.cpp     EXPECT_EQ(3, tree.size());
size              148 Source/platform/PODRedBlackTreeTest.cpp     EXPECT_EQ(1, tree.size());
size              152 Source/platform/PODRedBlackTreeTest.cpp     EXPECT_EQ(0, tree.size());
size               95 Source/platform/PlatformScreen.cpp     toProfile.append(profile.data(), profile.size());
size              106 Source/platform/PurgeableVector.cpp     const size_t currentSize = m_discardable ? m_discardableSize : m_vector.size();
size              122 Source/platform/PurgeableVector.cpp     ASSERT(newSize >= size());
size              149 Source/platform/PurgeableVector.cpp     return m_discardable ? m_discardableSize : m_vector.size();
size              154 Source/platform/PurgeableVector.cpp     if (size() > 0)
size              165 Source/platform/PurgeableVector.cpp     append(other.data(), other.size());
size              192 Source/platform/PurgeableVector.cpp         if (!reservePurgeableCapacity(m_vector.size(), UseExactCapacity))
size              235 Source/platform/PurgeableVector.cpp         memcpy(discardable->data(), m_vector.data(), m_vector.size());
size              236 Source/platform/PurgeableVector.cpp         m_discardableSize = m_vector.size();
size               80 Source/platform/PurgeableVector.h     size_t size() const;
size               81 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(kTestSize, purgeableVector.size());
size               83 Source/platform/PurgeableVectorTest.cpp     memset(purgeableVector.data(), 0, purgeableVector.size());
size               92 Source/platform/PurgeableVectorTest.cpp     purgeableVector.append(testData.data(), testData.size());
size               93 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(testData.size(), purgeableVector.size());
size               96 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(0U, purgeableVector.size());
size              112 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(0U, purgeableVector.size());
size              114 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(0U, purgeableVector.size());
size              131 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(0U, testData.size() % kIterationCount);
size              133 Source/platform/PurgeableVectorTest.cpp         const char* const testDataStart = testData.data() + i * (testData.size() / kIterationCount);
size              134 Source/platform/PurgeableVectorTest.cpp         purgeableVector.append(testDataStart, testData.size() / kIterationCount);
size              135 Source/platform/PurgeableVectorTest.cpp         ASSERT_EQ((i + 1) * testData.size() / kIterationCount, purgeableVector.size() - sizeof(kSmallString));
size              138 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(sizeof(kSmallString) + testData.size(), purgeableVector.size());
size              140 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(0, memcmp(purgeableVector.data() + sizeof(kSmallString), testData.data(), testData.size()));
size              149 Source/platform/PurgeableVectorTest.cpp     purgeableVector.reserveCapacity(testData.size());
size              155 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(0U, testData.size() % kIterationCount);
size              157 Source/platform/PurgeableVectorTest.cpp         const char* const testDataStart = testData.data() + i * (testData.size() / kIterationCount);
size              158 Source/platform/PurgeableVectorTest.cpp         purgeableVector.append(testDataStart, testData.size() / kIterationCount);
size              159 Source/platform/PurgeableVectorTest.cpp         ASSERT_EQ((i + 1) * testData.size() / kIterationCount, purgeableVector.size());
size              162 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(testData.size(), purgeableVector.size());
size              164 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(0, memcmp(purgeableVector.data(), testData.data(), testData.size()));
size              176 Source/platform/PurgeableVectorTest.cpp     purgeableVector.append(testData.data(), testData.size());
size              178 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(0, memcmp(purgeableVector.data(), testData.data(), testData.size()));
size              202 Source/platform/PurgeableVectorTest.cpp     purgeableVector.append(testData.data(), testData.size());
size              203 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(testData.size(), purgeableVector.size());
size              204 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(0, memcmp(purgeableVector.data(), testData.data(), testData.size()));
size              217 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(kTestSize, purgeableVector.size());
size              218 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(0, memcmp(purgeableVector.data(), testDataCopy.data(), testDataCopy.size()));
size              247 Source/platform/PurgeableVectorTest.cpp     EXPECT_EQ(testData.size(), purgeableVector.size());
size              248 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(0, memcmp(purgeableVector.data(), testData.data(), testData.size()));
size              256 Source/platform/PurgeableVectorTest.cpp     unsigned length = testData.size();
size              259 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(length, purgeableVector.size());
size              285 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(0U, purgeableVector.size());
size              314 Source/platform/PurgeableVectorTest.cpp     purgeableVector.append(testData.data(), testData.size());
size              315 Source/platform/PurgeableVectorTest.cpp     ASSERT_EQ(testData.size(), purgeableVector.size());
size              328 Source/platform/PurgeableVectorTest.cpp         ASSERT_EQ(0, memcmp(purgeableVector.data(), testData.data(), testData.size()));
size               83 Source/platform/SharedBuffer.cpp     return a->size() > b->size();
size               90 Source/platform/SharedBuffer.cpp     unsigned snippetLength = std::min(sharedBuffer->size(), kMaxSnippetLength);
size              120 Source/platform/SharedBuffer.cpp     for (size_t i = 0; i < buffers.size() && i < 64; ++i) {
size              122 Source/platform/SharedBuffer.cpp         dataLogF("Buffer size=%8u %s\n", buffers[i]->size(), snippet.data());
size              151 Source/platform/SharedBuffer.cpp SharedBuffer::SharedBuffer(size_t size)
size              152 Source/platform/SharedBuffer.cpp     : m_size(size)
size              155 Source/platform/SharedBuffer.cpp     m_buffer.reserveCapacity(size);
size              156 Source/platform/SharedBuffer.cpp     m_buffer.grow(size);
size              162 Source/platform/SharedBuffer.cpp SharedBuffer::SharedBuffer(const char* data, int size)
size              167 Source/platform/SharedBuffer.cpp     if (size < 0)
size              170 Source/platform/SharedBuffer.cpp     append(data, size);
size              177 Source/platform/SharedBuffer.cpp SharedBuffer::SharedBuffer(const char* data, int size, PurgeableVector::PurgeableOption purgeable)
size              182 Source/platform/SharedBuffer.cpp     if (size < 0)
size              185 Source/platform/SharedBuffer.cpp     append(data, size);
size              192 Source/platform/SharedBuffer.cpp SharedBuffer::SharedBuffer(const unsigned char* data, int size)
size              197 Source/platform/SharedBuffer.cpp     if (size < 0)
size              200 Source/platform/SharedBuffer.cpp     append(reinterpret_cast<const char*>(data), size);
size              220 Source/platform/SharedBuffer.cpp     buffer->m_size = buffer->m_buffer.size();
size              251 Source/platform/SharedBuffer.cpp     ASSERT(m_size >= m_buffer.size());
size              252 Source/platform/SharedBuffer.cpp     unsigned positionInSegment = offsetInSegment(m_size - m_buffer.size());
size              286 Source/platform/SharedBuffer.cpp     append(data.data(), data.size());
size              291 Source/platform/SharedBuffer.cpp     for (unsigned i = 0; i < m_segments.size(); ++i)
size              304 Source/platform/SharedBuffer.cpp     clone->m_buffer.append(m_buffer.data(), m_buffer.size());
size              307 Source/platform/SharedBuffer.cpp         unsigned position = m_buffer.size();
size              312 Source/platform/SharedBuffer.cpp         ASSERT(position == clone->size());
size              319 Source/platform/SharedBuffer.cpp     unsigned bufferSize = m_buffer.size();
size              323 Source/platform/SharedBuffer.cpp         for (unsigned i = 0; i < m_segments.size(); ++i) {
size              336 Source/platform/SharedBuffer.cpp     unsigned totalSize = size();
size              343 Source/platform/SharedBuffer.cpp     unsigned consecutiveSize = m_buffer.size();
size              350 Source/platform/SharedBuffer.cpp     unsigned segments = m_segments.size();
size              367 Source/platform/SharedBuffer.cpp     RefPtr<ArrayBuffer> arrayBuffer = ArrayBuffer::createUninitialized(static_cast<unsigned>(size()), 1);
size              387 Source/platform/SharedBuffer.cpp     unsigned bufferLength = size();
size               44 Source/platform/SharedBuffer.h     static PassRefPtr<SharedBuffer> create(size_t size) { return adoptRef(new SharedBuffer(size)); }
size               59 Source/platform/SharedBuffer.h     unsigned size() const;
size               61 Source/platform/SharedBuffer.h     bool isEmpty() const { return !size(); }
size               84 Source/platform/SharedBufferChunkReader.cpp                     ASSERT_WITH_SECURITY_IMPLICATION(m_separatorIndex <= m_separator.size());
size               92 Source/platform/SharedBufferChunkReader.cpp             if (m_separatorIndex == m_separator.size()) {
size              121 Source/platform/SharedBufferChunkReader.cpp     return data.size() ? String::fromUTF8WithLatin1Fallback(data.data(), data.size()) : emptyString();
size               69 Source/platform/SharedBufferTest.cpp     for (size_t i = 0; i < vector0.size(); ++i)
size               72 Source/platform/SharedBufferTest.cpp     for (size_t i = 0; i < vector1.size(); ++i)
size               75 Source/platform/SharedBufferTest.cpp     for (size_t i = 0; i < vector2.size(); ++i)
size              105 Source/platform/SharedBufferTest.cpp     unsigned length = testData.size();
size              111 Source/platform/SharedBufferTest.cpp     ASSERT_EQ(length * 4, sharedBuffer->size());
size              114 Source/platform/SharedBufferTest.cpp     ASSERT_EQ(length * 4, clone->size());
size              115 Source/platform/SharedBufferTest.cpp     ASSERT_EQ(0, memcmp(clone->data(), sharedBuffer->data(), clone->size()));
size              118 Source/platform/SharedBufferTest.cpp     ASSERT_EQ(length * 5, clone->size());
size              125 Source/platform/SharedBufferTest.cpp     ASSERT_EQ(length, sharedBuffer->size());
size              142 Source/platform/SharedBufferTest.cpp     unsigned length = testData.size();
size              144 Source/platform/SharedBufferTest.cpp     ASSERT_EQ(length, sharedBuffer->size());
size              150 Source/platform/SharedBufferTest.cpp     size_t previousTestDataSize = testData.size();
size               37 Source/platform/TestingPlatformSupport.cpp TestingDiscardableMemory::TestingDiscardableMemory(size_t size) : m_data(size), m_isLocked(true)
size               63 Source/platform/TestingPlatformSupport.cpp     memset(m_data.data(), 0, m_data.size());
size               84 Source/platform/Timer.cpp     if (&m_reference >= heap.data() && &m_reference < heap.data() + heap.size())
size              130 Source/platform/Timer.cpp         ASSERT(m_pointer <= threadGlobalTimerHeap().data() + threadGlobalTimerHeap().size());
size              132 Source/platform/Timer.cpp         ASSERT_UNUSED(offset, m_pointer + offset <= threadGlobalTimerHeap().data() + threadGlobalTimerHeap().size());
size              241 Source/platform/Timer.cpp     ASSERT(m_heapIndex < static_cast<int>(timerHeap().size()));
size              289 Source/platform/Timer.cpp     m_heapIndex = timerHeap().size() - 1;
size              309 Source/platform/Timer.cpp     pop_heap(TimerHeapIterator(heapData), TimerHeapIterator(heapData + heap.size()), TimerHeapLessThanFunction());
size              325 Source/platform/Timer.cpp     if (childIndex >= heap.size())
size               40 Source/platform/URLPatternMatcher.cpp     for (size_t i = 0; i < whitelist.size(); ++i) {
size               59 Source/platform/Widget.h     IntSize size() const { return frameRect().size(); }
size               69 Source/platform/Widget.h     void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
size               34 Source/platform/animation/KeyframeValueList.cpp     for (size_t i = 0; i < m_values.size(); ++i) {
size               58 Source/platform/animation/KeyframeValueList.h         for (size_t i = 0; i < other.m_values.size(); ++i)
size               77 Source/platform/animation/KeyframeValueList.h     size_t size() const { return m_values.size(); }
size               61 Source/platform/animation/TimingFunctionTest.cpp         for (size_t i = 0; i < v.size(); ++i) {
size               62 Source/platform/animation/TimingFunctionTest.cpp             for (size_t j = 0; j < v.size(); ++j) {
size              103 Source/platform/audio/AudioArray.h     size_t size() const { return m_size; }
size              109 Source/platform/audio/AudioArray.h         ASSERT_WITH_SECURITY_IMPLICATION(i < size());
size              118 Source/platform/audio/AudioArray.h         memset(this->data(), 0, sizeof(T) * this->size());
size              123 Source/platform/audio/AudioArray.h         bool isSafe = (start <= end) && (end <= this->size());
size              135 Source/platform/audio/AudioArray.h         bool isSafe = (start <= end) && (end <= this->size());
size               80 Source/platform/audio/AudioBus.cpp     if (channelIndex < m_channels.size()) {
size               92 Source/platform/audio/AudioBus.cpp     for (unsigned i = 0; i < m_channels.size(); ++i)
size               98 Source/platform/audio/AudioBus.cpp     for (unsigned i = 0; i < m_channels.size(); ++i)
size              468 Source/platform/audio/AudioBus.cpp         if (!m_dezipperGainValues.get() || m_dezipperGainValues->size() < framesToDezipper)
size              625 Source/platform/audio/AudioBus.cpp     for (size_t i = 0; i < m_channels.size(); ++i) {
size              634 Source/platform/audio/AudioBus.cpp     for (size_t i = 0; i < m_channels.size(); ++i)
size              638 Source/platform/audio/AudioBus.cpp PassRefPtr<AudioBus> decodeAudioFileData(const char* data, size_t size)
size              641 Source/platform/audio/AudioBus.cpp     if (blink::Platform::current()->loadAudioResource(&webAudioBus, data, size))
size              652 Source/platform/audio/AudioBus.cpp     RefPtr<AudioBus> audioBus = decodeAudioFileData(resource.data(), resource.size());
size               75 Source/platform/audio/AudioBus.h     unsigned numberOfChannels() const { return m_channels.size(); }
size               55 Source/platform/audio/AudioDSPKernelProcessor.cpp     ASSERT(!m_kernels.size());
size               89 Source/platform/audio/AudioDSPKernelProcessor.cpp         bool channelCountMatches = source->numberOfChannels() == destination->numberOfChannels() && source->numberOfChannels() == m_kernels.size();
size               94 Source/platform/audio/AudioDSPKernelProcessor.cpp         for (unsigned i = 0; i < m_kernels.size(); ++i)
size              115 Source/platform/audio/AudioDSPKernelProcessor.cpp     for (unsigned i = 0; i < m_kernels.size(); ++i)
size               94 Source/platform/audio/AudioDelayDSPKernel.cpp     size_t bufferLength = m_buffer.size();
size              140 Source/platform/audio/AudioDestination.cpp     bool isNumberOfChannelsGood = audioData.size() == m_numberOfOutputChannels;
size              153 Source/platform/audio/AudioDestination.cpp     if (sourceData.size() >= 2) {
size              122 Source/platform/audio/AudioFIFO.cpp void AudioFIFO::findWrapLengths(size_t index, size_t size, size_t& part1Length, size_t& part2Length)
size              124 Source/platform/audio/AudioFIFO.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < m_fifoLength && size <= m_fifoLength);
size              125 Source/platform/audio/AudioFIFO.cpp     if (index < m_fifoLength && size <= m_fifoLength) {
size              126 Source/platform/audio/AudioFIFO.cpp         if (index + size > m_fifoLength) {
size              129 Source/platform/audio/AudioFIFO.cpp             part2Length = size - part1Length;
size              132 Source/platform/audio/AudioFIFO.cpp             part1Length = size;
size               58 Source/platform/audio/AudioResampler.cpp     unsigned currentSize = m_kernels.size();
size               79 Source/platform/audio/AudioResampler.cpp     unsigned numberOfChannels = m_kernels.size();
size              120 Source/platform/audio/AudioResampler.cpp     unsigned numberOfChannels = m_kernels.size();
size               68 Source/platform/audio/AudioResamplerKernel.cpp     bool isGood = m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.size();
size               97 Source/platform/audio/AudioResamplerKernel.cpp     ASSERT(virtualReadIndex >= 0 && 1 + static_cast<unsigned>(virtualReadIndex + (framesToProcess - 1) * rate) < m_sourceBuffer.size());
size               72 Source/platform/audio/DirectConvolver.cpp     size_t kernelSize = convolutionKernel->size();
size               88 Source/platform/audio/DirectConvolver.cpp     bool isCopyGood2 = overlayBuffer && m_overlayBuffer.size() >= kernelSize && m_buffer.size() == m_inputBlockSize * 2;
size               94 Source/platform/audio/DownSampler.cpp     bool isTempBufferGood = destFramesToProcess == m_tempBuffer.size();
size               99 Source/platform/audio/DownSampler.cpp     bool isReducedKernelGood = m_reducedKernel.size() == DefaultKernelSize / 2;
size              107 Source/platform/audio/DownSampler.cpp     bool isInputBufferGood = m_inputBuffer.size() == sourceFramesToProcess * 2 && halfSize <= sourceFramesToProcess;
size              146 Source/platform/audio/DownSampler.cpp     return m_reducedKernel.size() / 2;
size               76 Source/platform/audio/DynamicsCompressorKernel.cpp     if (m_preDelayBuffers.size() == numberOfChannels)
size               93 Source/platform/audio/DynamicsCompressorKernel.cpp         for (unsigned i = 0; i < m_preDelayBuffers.size(); ++i)
size              224 Source/platform/audio/DynamicsCompressorKernel.cpp     ASSERT(m_preDelayBuffers.size() == numberOfChannels);
size              468 Source/platform/audio/DynamicsCompressorKernel.cpp     for (unsigned i = 0; i < m_preDelayBuffers.size(); ++i)
size               69 Source/platform/audio/FFTConvolver.cpp         bool isCopyGood1 = sourceP && inputP && m_readWriteIndex + divisionSize <= m_inputBuffer.size();
size               80 Source/platform/audio/FFTConvolver.cpp         bool isCopyGood2 = destP && outputP && m_readWriteIndex + divisionSize <= m_outputBuffer.size();
size               99 Source/platform/audio/FFTConvolver.cpp             bool isCopyGood3 = m_outputBuffer.size() == 2 * halfSize && m_lastOverlapBuffer.size() == halfSize;
size               89 Source/platform/audio/HRTFDatabase.cpp     ASSERT_WITH_SECURITY_IMPLICATION(elevationIndex < m_elevations.size() && m_elevations.size() > 0);
size               91 Source/platform/audio/HRTFDatabase.cpp     if (!m_elevations.size()) {
size               97 Source/platform/audio/HRTFDatabase.cpp     if (elevationIndex > m_elevations.size() - 1)
size               98 Source/platform/audio/HRTFDatabase.cpp         elevationIndex = m_elevations.size() - 1;
size              314 Source/platform/audio/HRTFElevation.cpp     unsigned numKernels = m_kernelListL->size();
size              159 Source/platform/audio/Reverb.cpp     size_t numReverbChannels = m_convolvers.size();
size              230 Source/platform/audio/Reverb.cpp     for (size_t i = 0; i < m_convolvers.size(); ++i)
size               50 Source/platform/audio/ReverbAccumulationBuffer.cpp     size_t bufferLength = m_buffer.size();
size               78 Source/platform/audio/ReverbAccumulationBuffer.cpp     *readIndex = (*readIndex + numberOfFrames) % m_buffer.size();
size               83 Source/platform/audio/ReverbAccumulationBuffer.cpp     size_t bufferLength = m_buffer.size();
size              124 Source/platform/audio/ReverbConvolver.cpp     if (useBackgroundThreads && m_backgroundStages.size() > 0)
size              148 Source/platform/audio/ReverbConvolver.cpp         for (size_t i = 0; i < m_backgroundStages.size(); ++i)
size              171 Source/platform/audio/ReverbConvolver.cpp     for (size_t i = 0; i < m_stages.size(); ++i)
size              184 Source/platform/audio/ReverbConvolver.cpp     for (size_t i = 0; i < m_stages.size(); ++i)
size              187 Source/platform/audio/ReverbConvolver.cpp     for (size_t i = 0; i < m_backgroundStages.size(); ++i)
size              117 Source/platform/audio/ReverbConvolverStage.cpp         bool isPreDelaySafe = m_preReadWriteIndex + framesToProcess <= m_preDelayBuffer.size();
size              122 Source/platform/audio/ReverbConvolverStage.cpp         isTemporaryBufferSafe = framesToProcess <= m_temporaryBuffer.size();
size              133 Source/platform/audio/ReverbConvolverStage.cpp         isTemporaryBufferSafe = framesToProcess <= m_preDelayBuffer.size();
size               45 Source/platform/audio/ReverbInputBuffer.cpp     size_t bufferLength = m_buffer.size();
size               62 Source/platform/audio/ReverbInputBuffer.cpp     size_t bufferLength = m_buffer.size();
size              204 Source/platform/audio/SincResampler.cpp     bool isGood = sourceProvider && m_blockSize > m_kernelSize && m_inputBuffer.size() >= m_blockSize + m_kernelSize && !(m_kernelSize % 2);
size               59 Source/platform/audio/UpSampler.cpp     int n = m_kernel.size();
size               84 Source/platform/audio/UpSampler.cpp     bool isTempBufferGood = sourceFramesToProcess == m_tempBuffer.size();
size               89 Source/platform/audio/UpSampler.cpp     bool isKernelGood = m_kernel.size() == DefaultKernelSize;
size               94 Source/platform/audio/UpSampler.cpp     size_t halfSize = m_kernel.size() / 2;
size               97 Source/platform/audio/UpSampler.cpp     bool isInputBufferGood = m_inputBuffer.size() == sourceFramesToProcess * 2 && halfSize <= sourceFramesToProcess;
size              129 Source/platform/audio/UpSampler.cpp     return m_kernel.size() / 2;
size               74 Source/platform/blob/BlobData.cpp     for (size_t i = 0; i < m_items.size(); ++i)
size              173 Source/platform/blob/BlobData.cpp BlobDataHandle::BlobDataHandle(PassOwnPtr<BlobData> data, long long size)
size              176 Source/platform/blob/BlobData.cpp     , m_size(size)
size              181 Source/platform/blob/BlobData.cpp BlobDataHandle::BlobDataHandle(const String& uuid, const String& type, long long size)
size              184 Source/platform/blob/BlobData.cpp     , m_size(size)
size               55 Source/platform/blob/BlobData.h     size_t length() const { return m_data.size(); }
size              215 Source/platform/blob/BlobData.h     static PassRefPtr<BlobDataHandle> create(PassOwnPtr<BlobData> data, long long size)
size              217 Source/platform/blob/BlobData.h         return adoptRef(new BlobDataHandle(data, size));
size              221 Source/platform/blob/BlobData.h     static PassRefPtr<BlobDataHandle> create(const String& uuid, const String& type, long long size)
size              223 Source/platform/blob/BlobData.h         return adoptRef(new BlobDataHandle(uuid, type, size));
size              228 Source/platform/blob/BlobData.h     unsigned long long size() { return m_size; }
size              234 Source/platform/blob/BlobData.h     BlobDataHandle(PassOwnPtr<BlobData>, long long size);
size              235 Source/platform/blob/BlobData.h     BlobDataHandle(const String& uuid, const String& type, long long size);
size               54 Source/platform/clipboard/ClipboardUtilities.cpp     for (size_t i = 0; i < items.size(); ++i) {
size               54 Source/platform/exported/WebBlobData.cpp     return m_private->items().size();
size               61 Source/platform/exported/WebBlobData.cpp     if (index >= m_private->items().size())
size               50 Source/platform/exported/WebData.cpp void WebData::assign(const char* data, size_t size)
size               52 Source/platform/exported/WebData.cpp     m_private = SharedBuffer::create(data, size);
size               59 Source/platform/exported/WebData.cpp     return m_private->size();
size              118 Source/platform/exported/WebFileSystemCallbacks.cpp     for (size_t i = 0; i < entries.size(); ++i)
size               65 Source/platform/exported/WebHTTPBody.cpp     return m_private->elements().size();
size               72 Source/platform/exported/WebHTTPBody.cpp     if (index >= m_private->elements().size())
size               87 Source/platform/exported/WebHTTPBody.cpp         result.data.assign(element.m_data.data(), element.m_data.size());
size              120 Source/platform/exported/WebHTTPBody.cpp     m_private->appendData(data.data(), data.size());
size               87 Source/platform/exported/WebMediaConstraints.cpp     for (size_t i = 0; i < m_mandatory.size(); ++i) {
size               98 Source/platform/exported/WebMediaConstraints.cpp     for (size_t i = 0; i < m_optional.size(); ++i) {
size              145 Source/platform/exported/WebMediaStream.cpp     for (size_t i = 0; i < audioTracks.size(); ++i) {
size              149 Source/platform/exported/WebMediaStream.cpp     for (size_t i = 0; i < videoTracks.size(); ++i) {
size               56 Source/platform/exported/WebScrollbarImpl.cpp     return m_scrollbar->size();
size               89 Source/platform/exported/WebScrollbarImpl.cpp     WebVector<WebRect> result(tickmarks.size());
size               90 Source/platform/exported/WebScrollbarImpl.cpp     for (size_t i = 0; i < tickmarks.size(); ++i)
size               45 Source/platform/exported/WebScrollbarImpl.h     virtual WebSize size() const OVERRIDE;
size               59 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return size().width();
size               64 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return size().height();
size               69 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return m_scrollbar->size();
size               99 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return IntRect(location(), size());
size              123 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     tickmarks.resize(webTickmarks.size());
size              124 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     for (size_t i = 0; i < webTickmarks.size(); ++i)
size               51 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual IntSize size() const OVERRIDE;
size               46 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp     for (size_t i = 0; i < voices.size(); i++)
size               76 Source/platform/fonts/Character.cpp template <class T, size_t size>
size               77 Source/platform/fonts/Character.cpp bool valueInIntervalList(const T (&intervalList)[size], const T& value)
size               79 Source/platform/fonts/Character.cpp     const T* bound = std::upper_bound(&intervalList[0], &intervalList[size], value);
size              232 Source/platform/fonts/Font.cpp     if (m_fontDescription.featureSettings() && m_fontDescription.featureSettings()->size() > 0)
size              394 Source/platform/fonts/Font.cpp     unsigned pageNumber = (c / GlyphPage::size);
size              526 Source/platform/fonts/Font.cpp     unsigned pageNumber = (character / GlyphPage::size);
size              635 Source/platform/fonts/Font.cpp         glyphBuffer.reverse(0, glyphBuffer.size());
size              676 Source/platform/fonts/Font.cpp     while (nextGlyph < glyphBuffer.size()) {
size              738 Source/platform/fonts/Font.cpp     for (unsigned i = 0; i + 1 < glyphBuffer.size(); ++i) {
size              744 Source/platform/fonts/Font.cpp     markBuffer.add(glyphBuffer.glyphAt(glyphBuffer.size() - 1) ? markGlyph : spaceGlyph, markFontData, 0);
size              194 Source/platform/fonts/FontCache.cpp     keysToRemove.reserveInitialCapacity(gFontPlatformDataCache->size());
size              201 Source/platform/fonts/FontCache.cpp     size_t keysToRemoveCount = keysToRemove.size();
size              221 Source/platform/fonts/FontCache.cpp         keysToRemove.reserveInitialCapacity(fontVerticalDataCache.size());
size              226 Source/platform/fonts/FontCache.cpp         for (size_t i = 0, count = keysToRemove.size(); i < count; ++i)
size              287 Source/platform/fonts/FontCache.cpp     size_t numClients = gClients->size();
size              293 Source/platform/fonts/FontCache.cpp     ASSERT(numClients == clients.size());
size               62 Source/platform/fonts/FontCustomPlatformData.h     FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
size              114 Source/platform/fonts/FontDataCache.cpp     if (m_inactiveFontData.size() > cMaxInactiveFontData)
size              115 Source/platform/fonts/FontDataCache.cpp         return purgeLeastRecentlyUsed(m_inactiveFontData.size() - cTargetInactiveFontData);
size              146 Source/platform/fonts/FontDataCache.cpp     bool didWork = fontDataToDelete.size();
size              120 Source/platform/fonts/FontDescription.cpp     float size = (RuntimeEnabledFeatures::subpixelFontScalingEnabled())
size              126 Source/platform/fonts/FontDescription.cpp     return floorf(size * FontCacheKey::precisionMultiplier()) / FontCacheKey::precisionMultiplier();
size               70 Source/platform/fonts/FontFallbackList.cpp     unsigned numFonts = m_fontList.size();
size               99 Source/platform/fonts/FontFallbackList.cpp     unsigned numFonts = m_fontList.size();
size              112 Source/platform/fonts/FontFallbackList.cpp     unsigned numFonts = m_fontList.size();
size              196 Source/platform/fonts/FontFallbackList.cpp     if (realizedFontIndex < m_fontList.size())
size              200 Source/platform/fonts/FontFallbackList.cpp     ASSERT(realizedFontIndex == m_fontList.size());
size               58 Source/platform/fonts/FontFeatureSettings.h     size_t size() const { return m_list.size(); }
size               71 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
size               75 Source/platform/fonts/FontPlatformData.cpp     , m_size(size)
size               89 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
size               93 Source/platform/fonts/FontPlatformData.cpp     , m_size(size)
size               87 Source/platform/fonts/FontPlatformData.h     FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
size               90 Source/platform/fonts/FontPlatformData.h     FontPlatformData(NSFont*, float size, bool isPrinterFont = false, bool syntheticBold = false, bool syntheticOblique = false,
size               92 Source/platform/fonts/FontPlatformData.h     FontPlatformData(CGFontRef, float size, bool syntheticBold, bool syntheticOblique, FontOrientation, FontWidthVariant);
size              113 Source/platform/fonts/FontPlatformData.h     float size() const { return m_size; }
size              114 Source/platform/fonts/FontPlatformData.h     void setSize(float size) { m_size = size; }
size               52 Source/platform/fonts/GlyphBuffer.h     GlyphBufferAdvance(CGSize size) : CGSize(size)
size               67 Source/platform/fonts/GlyphBuffer.h     unsigned size() const { return m_fontData.size(); }
size               50 Source/platform/fonts/GlyphMetricsMap.h         return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph);
size               55 Source/platform/fonts/GlyphMetricsMap.h         locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
size               61 Source/platform/fonts/GlyphMetricsMap.h         static const size_t size = 256; // Usually covers Latin-1 in a single page.
size               63 Source/platform/fonts/GlyphMetricsMap.h         T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; }
size               66 Source/platform/fonts/GlyphMetricsMap.h             setMetricsForIndex(glyph % size, metrics);
size               70 Source/platform/fonts/GlyphMetricsMap.h             ASSERT_WITH_SECURITY_IMPLICATION(index < size);
size               75 Source/platform/fonts/GlyphMetricsMap.h         T m_metrics[size];
size              122 Source/platform/fonts/GlyphMetricsMap.h     for (unsigned i = 0; i < GlyphMetricsPage::size; i++)
size               75 Source/platform/fonts/GlyphPage.h         void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size);
size               90 Source/platform/fonts/GlyphPage.h             memcpy(page->m_perGlyphFontData, m_perGlyphFontData, sizeof(SimpleFontData*) * GlyphPage::size);
size               92 Source/platform/fonts/GlyphPage.h             for (size_t i = 0; i < GlyphPage::size; ++i) {
size              101 Source/platform/fonts/GlyphPage.h     static const size_t size = 256; // Covers Latin-1 in a single page.
size              102 Source/platform/fonts/GlyphPage.h     static unsigned indexForCharacter(UChar32 c) { return c % GlyphPage::size; }
size              111 Source/platform/fonts/GlyphPage.h         ASSERT_WITH_SECURITY_IMPLICATION(index < size);
size              125 Source/platform/fonts/GlyphPage.h         ASSERT_WITH_SECURITY_IMPLICATION(index < size);
size              144 Source/platform/fonts/GlyphPage.h         ASSERT_WITH_SECURITY_IMPLICATION(index < size);
size              166 Source/platform/fonts/GlyphPage.h         for (size_t i = 0; i < size; ++i) {
size              186 Source/platform/fonts/GlyphPage.h             memset(m_perGlyphFontData, 0, sizeof(SimpleFontData*) * GlyphPage::size);
size              193 Source/platform/fonts/GlyphPage.h     Glyph m_glyphs[size];
size              153 Source/platform/fonts/GlyphPageTreeNode.cpp             unsigned start = pageNumber * GlyphPage::size;
size              154 Source/platform/fonts/GlyphPageTreeNode.cpp             UChar buffer[GlyphPage::size * 2 + 2];
size              160 Source/platform/fonts/GlyphPageTreeNode.cpp                 bufferLength = GlyphPage::size;
size              161 Source/platform/fonts/GlyphPageTreeNode.cpp                 for (i = 0; i < GlyphPage::size; i++)
size              176 Source/platform/fonts/GlyphPageTreeNode.cpp                 } else if (start == (leftToRightMark & ~(GlyphPage::size - 1))) {
size              187 Source/platform/fonts/GlyphPageTreeNode.cpp                 } else if (start == (objectReplacementCharacter & ~(GlyphPage::size - 1))) {
size              190 Source/platform/fonts/GlyphPageTreeNode.cpp                 } else if (start == (zeroWidthNoBreakSpace & ~(GlyphPage::size - 1))) {
size              195 Source/platform/fonts/GlyphPageTreeNode.cpp                 bufferLength = GlyphPage::size * 2;
size              196 Source/platform/fonts/GlyphPageTreeNode.cpp                 for (i = 0; i < GlyphPage::size; i++) {
size              211 Source/platform/fonts/GlyphPageTreeNode.cpp                 haveGlyphs = fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
size              226 Source/platform/fonts/GlyphPageTreeNode.cpp                     int to = 1 + min(static_cast<int>(range.to()) - static_cast<int>(start), static_cast<int>(GlyphPage::size) - 1);
size              227 Source/platform/fonts/GlyphPageTreeNode.cpp                     if (from < static_cast<int>(GlyphPage::size) && to > 0) {
size              243 Source/platform/fonts/GlyphPageTreeNode.cpp                             if (from > 0 || to < static_cast<int>(GlyphPage::size)) {
size              244 Source/platform/fonts/GlyphPageTreeNode.cpp                                 for (unsigned i = 0; i < GlyphPage::size; i++)
size              251 Source/platform/fonts/GlyphPageTreeNode.cpp                             ASSERT_WITH_SECURITY_IMPLICATION(to <=  static_cast<int>(GlyphPage::size));
size              296 Source/platform/fonts/GlyphPageTreeNode.cpp                 for (unsigned i = 0; i < GlyphPage::size; i++) {
size               63 Source/platform/fonts/SegmentedFontData.h     unsigned numRanges() const { return m_ranges.size(); }
size              163 Source/platform/fonts/SimpleFontData.cpp     GlyphPageTreeNode* node = GlyphPageTreeNode::getRootChild(this, character / GlyphPage::size);
size              164 Source/platform/fonts/SimpleFontData.cpp     return node->page() ? node->page()->glyphAt(character % GlyphPage::size) : 0;
size              109 Source/platform/fonts/SimpleFontData.h     float sizePerUnit() const { return platformData().size() / (fontMetrics().unitsPerEm() ? fontMetrics().unitsPerEm() : 1); }
size              282 Source/platform/fonts/SimpleFontData.h         width = m_customFontData->widthForSVGGlyph(glyph, m_platformData.size());
size              174 Source/platform/fonts/WidthCache.h         if ((m_singleCharMap.size() + m_map.size()) < s_maxSize)
size              108 Source/platform/fonts/WidthIterator.cpp     unsigned glyphBufferSize = glyphBuffer->size();
size              109 Source/platform/fonts/WidthIterator.cpp     if (glyphBuffer->size() <= lastGlyphCount + 1)
size              125 Source/platform/fonts/WidthIterator.cpp     for (size_t i = 0; i < charactersTreatedAsSpace.size(); ++i) {
size              156 Source/platform/fonts/WidthIterator.cpp     unsigned lastGlyphCount = glyphBuffer ? glyphBuffer->size() : 0;
size              250 Source/platform/fonts/WidthIterator.cpp             charactersTreatedAsSpace.append(make_pair(glyphBuffer->size(),
size              252 Source/platform/fonts/WidthIterator.cpp                     glyphBuffer->size() ? glyphBuffer->advanceAt(glyphBuffer->size() - 1).width() : 0,
size              339 Source/platform/fonts/WidthIterator.cpp     unsigned oldSize = glyphBuffer.size();
size              342 Source/platform/fonts/WidthIterator.cpp     for (unsigned i = oldSize; i < glyphBuffer.size(); ++i)
size              345 Source/platform/fonts/WidthIterator.cpp     return glyphBuffer.size() > oldSize;
size              219 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     while (fontFamilyIterator->next(&localizedString) && !localizedString.fString.size()) { }
size               70 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     float size() const { return m_textSize; }
size               86 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     void setMinSizeForAntiAlias(unsigned size) { m_minSizeForAntiAlias = size; }
size               83 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     extents->width = floatToHarfBuzzPosition(cgRect.size.width);
size               84 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     extents->height = floatToHarfBuzzPosition(cgRect.size.height);
size              136 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     const float size = m_platformData->m_size;
size              137 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     hb_font_set_ppem(font, size, size);
size              138 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     const int scale = (1 << 16) * static_cast<int>(size);
size              136 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp         SkScalar size = hbFontData->m_paint.getTextSize();
size              137 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp         return SkiaScalarToHarfBuzzPosition(SkScalarMulDiv(SkIntToScalar(kerningAdjustments[0]), size, upm));
size              158 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp         SkScalar size = hbFontData->m_paint.getTextSize();
size              159 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp         return SkiaScalarToHarfBuzzPosition(SkScalarMulDiv(SkIntToScalar(kerningAdjustments[0]), size, upm));
size              231 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     float size = m_platformData->size();
size              232 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     int scale = SkiaScalarToHarfBuzzPosition(size);
size              166 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     if (m_harfBuzzRunMap.size() > cHarfBuzzCacheMaxSize) {
size              525 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     unsigned numFeatures = settings->size();
size              709 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     size_t length = runs.size();
size              745 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     size_t length = candidateRuns.size();
size              797 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     for (unsigned i = 0; i < m_harfBuzzRuns.size(); ++i) {
size              798 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         unsigned runIndex = m_run.rtl() ? m_harfBuzzRuns.size() - i - 1 : i;
size              853 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         hb_shape(harfBuzzFont.get(), harfBuzzBuffer.get(), m_features.isEmpty() ? 0 : m_features.data(), m_features.size());
size             1011 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     unsigned numRuns = m_harfBuzzRuns.size();
size             1033 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     return glyphBuffer->size();
size             1043 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         for (int i = m_harfBuzzRuns.size() - 1; i >= 0; --i) {
size             1055 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         for (unsigned i = 0; i < m_harfBuzzRuns.size(); ++i) {
size             1080 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     for (unsigned i = 0; i < m_harfBuzzRuns.size(); ++i) {
size               96 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h             return m_glyphToCharacterIndexes.size() > 0;
size              102 Source/platform/fonts/mac/ComplexTextController.cpp         m_runIndices.reserveInitialCapacity(m_complexTextRuns.size());
size              104 Source/platform/fonts/mac/ComplexTextController.cpp         m_glyphCountFromStartToIndex.reserveInitialCapacity(m_complexTextRuns.size());
size              106 Source/platform/fonts/mac/ComplexTextController.cpp         for (unsigned i = 0; i < m_complexTextRuns.size(); ++i) {
size              126 Source/platform/fonts/mac/ComplexTextController.cpp     size_t runCount = m_complexTextRuns.size();
size              368 Source/platform/fonts/mac/ComplexTextController.cpp     for (unsigned i = 0; i < m_complexTextRuns.size(); ++i) {
size              384 Source/platform/fonts/mac/ComplexTextController.cpp     size_t runCount = m_complexTextRuns.size();
size              407 Source/platform/fonts/mac/ComplexTextController.cpp     while (m_runIndices.size() <= m_currentRun) {
size              443 Source/platform/fonts/mac/ComplexTextController.cpp     size_t runCount = m_complexTextRuns.size();
size              507 Source/platform/fonts/mac/ComplexTextController.cpp     if (!m_run.ltr() && m_numGlyphsSoFar == m_adjustedAdvances.size())
size              514 Source/platform/fonts/mac/ComplexTextController.cpp     size_t runCount = m_complexTextRuns.size();
size              637 Source/platform/fonts/mac/ComplexTextController.cpp                     m_lastRoundingGlyph = m_adjustedAdvances.size() + 1;
size               46 Source/platform/fonts/mac/FontComplexTextMac.cpp     return description.featureSettings() && description.featureSettings()->size() > 0;
size               88 Source/platform/fonts/mac/FontComplexTextMac.cpp         glyphBuffer.reverse(0, glyphBuffer.size());
size               45 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant)
size               47 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     return FontPlatformData(m_cgFont.get(), size, bold, italic, orientation, widthVariant);
size               60 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     RetainPtr<CFDataRef> bufferData(AdoptCF, CFDataCreate(0, reinterpret_cast<const UInt8*>(buffer->data()), buffer->size()));
size               48 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp     if (m_buffer->size() > maxWebFontSize)
size               61 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp     ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize);
size               62 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp     if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size()))
size               70 Source/platform/fonts/opentype/OpenTypeTypes.h     if (!buffer || buffer->size() < sizeof(T) * count)
size               82 Source/platform/fonts/opentype/OpenTypeTypes.h         return offset <= buffer.size(); // "<=" because end is included as valid
size              149 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     size_t originalDataSize = fontData->size();
size              165 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     rewrittenFontData.resize(fontData->size() + nameTableSize);
size              214 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     HANDLE fontHandle = AddFontMemResourceEx(rewrittenFontData.data(), fontData->size() + nameTableSize, 0, &numFonts);
size              445 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     if (vorg && buffer->size() >= vorg->requiredSize()) {
size              475 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     size_t sizeExtra = buffer->size() - sizeof(OpenType::VmtxTable::Entry) * countVmtxEntries;
size              502 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     size_t countHeights = m_advanceHeights.size();
size              515 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     size_t countWidths = m_advanceWidths.size();
size              521 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     size_t countTopSideBearings = m_topSideBearings.size();
size               56 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant)
size               79 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp         return FontPlatformData(typeface.release(), "", size, syntheticBold, syntheticItalic, orientation);
size               82 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp     return FontPlatformData(m_typeface.get(), "", size, bold && !m_typeface->isBold(), italic && !m_typeface->isItalic(), orientation);
size               50 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp     SkAutoSTMalloc<GlyphPage::size, uint16_t> glyphStorage(length);
size               51 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     if (!m_platformData.size()) {
size               75 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     int pixelSize = m_platformData.size() + 0.5;
size              156 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     m_maxCharWidth = SkScalarRoundToInt(xRange * SkScalarRoundToInt(m_platformData.size()));
size              222 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     if (!m_platformData.size())
size              237 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     if (!m_platformData.size())
size              158 Source/platform/fonts/win/FontPlatformDataWin.cpp FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
size              159 Source/platform/fonts/win/FontPlatformDataWin.cpp     : m_textSize(size)
size               75 Source/platform/geometry/FloatPoint.cpp void FloatPoint::move(const LayoutSize& size)
size               77 Source/platform/geometry/FloatPoint.cpp     m_x += size.width();
size               78 Source/platform/geometry/FloatPoint.cpp     m_y += size.height();
size               58 Source/platform/geometry/FloatPoint.h     explicit FloatPoint(const FloatSize& size) : m_x(size.width()), m_y(size.height()) { }
size              129 Source/platform/geometry/FloatPolygon.cpp     m_empty = m_edges.size() < 3;
size              134 Source/platform/geometry/FloatPolygon.cpp     for (unsigned i = 0; i < m_edges.size(); ++i) {
size              144 Source/platform/geometry/FloatPolygon.cpp     unsigned overlappingEdgeIntervalsSize = overlappingEdgeIntervals.size();
size               55 Source/platform/geometry/FloatPolygon.h     unsigned numberOfVertices() const { return m_vertices->size(); }
size               60 Source/platform/geometry/FloatPolygon.h     unsigned numberOfEdges() const { return m_edges.size(); }
size              143 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(3u, resultA.size());
size              144 Source/platform/geometry/FloatPolygonTest.cpp     if (resultA.size() == 3) {
size              151 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(3u, resultB.size());
size              152 Source/platform/geometry/FloatPolygonTest.cpp     if (resultB.size() == 3) {
size              159 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(2u, resultC.size());
size              160 Source/platform/geometry/FloatPolygonTest.cpp     if (resultC.size() == 2) {
size              166 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(0u, resultD.size());
size              169 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(0u, resultE.size());
size               41 Source/platform/geometry/FloatRect.cpp FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size())
size               45 Source/platform/geometry/FloatRect.cpp FloatRect::FloatRect(const LayoutRect& r) : m_location(r.location()), m_size(r.size())
size              162 Source/platform/geometry/FloatRect.cpp     size_t count = rects.size();
size              246 Source/platform/geometry/FloatRect.cpp     IntSize size = maxPoint - location;
size              247 Source/platform/geometry/FloatRect.cpp     size.clampNegativeToZero();
size              249 Source/platform/geometry/FloatRect.cpp     return IntRect(location, size);
size              254 Source/platform/geometry/FloatRect.cpp     return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
size               57 Source/platform/geometry/FloatRect.h     FloatRect(const FloatPoint& location, const FloatSize& size)
size               58 Source/platform/geometry/FloatRect.h         : m_location(location), m_size(size) { }
size               68 Source/platform/geometry/FloatRect.h     FloatSize size() const { return m_size; }
size               71 Source/platform/geometry/FloatRect.h     void setSize(const FloatSize& size) { m_size = size; }
size               95 Source/platform/geometry/FloatRect.h     void expand(const FloatSize& size) { m_size += size; }
size               97 Source/platform/geometry/FloatRect.h     void contract(const FloatSize& size) { m_size -= size; }
size              222 Source/platform/geometry/FloatRect.h     return a.location() == b.location() && a.size() == b.size();
size              227 Source/platform/geometry/FloatRect.h     return a.location() != b.location() || a.size() != b.size();
size               60 Source/platform/geometry/FloatRoundedRect.h         void setTopLeft(const FloatSize& size) { m_topLeft = size; }
size               61 Source/platform/geometry/FloatRoundedRect.h         void setTopRight(const FloatSize& size) { m_topRight = size; }
size               62 Source/platform/geometry/FloatRoundedRect.h         void setBottomLeft(const FloatSize& size) { m_bottomLeft = size; }
size               63 Source/platform/geometry/FloatRoundedRect.h         void setBottomRight(const FloatSize& size) { m_bottomRight = size; }
size               73 Source/platform/geometry/FloatRoundedRect.h         void expand(float size) { expand(size, size, size, size); }
size               75 Source/platform/geometry/FloatRoundedRect.h         void shrink(float size) { shrink(size, size, size, size); }
size               96 Source/platform/geometry/FloatRoundedRect.h     void move(const FloatSize& size) { m_rect.move(size); }
size               97 Source/platform/geometry/FloatRoundedRect.h     void inflate(float size) { m_rect.inflate(size);  }
size               98 Source/platform/geometry/FloatRoundedRect.h     void expandRadii(float size) { m_radii.expand(size); }
size               99 Source/platform/geometry/FloatRoundedRect.h     void shrinkRadii(float size) { m_radii.shrink(size); }
size               40 Source/platform/geometry/FloatRoundedRectTest.cpp void PrintTo(const FloatSize& size, std::ostream* os)
size               43 Source/platform/geometry/FloatRoundedRectTest.cpp         << size.width() << ", "
size               44 Source/platform/geometry/FloatRoundedRectTest.cpp         << size.height() << ")";
size               40 Source/platform/geometry/FloatSize.cpp FloatSize::FloatSize(const LayoutSize& size)
size               41 Source/platform/geometry/FloatSize.cpp     : m_width(size.width().toFloat())
size               42 Source/platform/geometry/FloatSize.cpp     , m_height(size.height().toFloat())
size               51 Source/platform/geometry/FloatSize.h     FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
size              142 Source/platform/geometry/FloatSize.h inline FloatSize operator-(const FloatSize& size)
size              144 Source/platform/geometry/FloatSize.h     return FloatSize(-size.width(), -size.height());
size               47 Source/platform/geometry/IntPoint.h     explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { }
size              167 Source/platform/geometry/IntRect.cpp     size_t count = rects.size();
size               53 Source/platform/geometry/IntRect.h     IntRect(const IntPoint& location, const IntSize& size)
size               54 Source/platform/geometry/IntRect.h         : m_location(location), m_size(size) { }
size               62 Source/platform/geometry/IntRect.h     IntSize size() const { return m_size; }
size               65 Source/platform/geometry/IntRect.h     void setSize(const IntSize& size) { m_size = size; }
size               85 Source/platform/geometry/IntRect.h     void move(const IntSize& size) { m_location += size; }
size               89 Source/platform/geometry/IntRect.h     void expand(const IntSize& size) { m_size += size; }
size               91 Source/platform/geometry/IntRect.h     void contract(const IntSize& size) { m_size -= size; }
size              186 Source/platform/geometry/IntRect.h     return a.location() == b.location() && a.size() == b.size();
size              191 Source/platform/geometry/IntRect.h     return a.location() != b.location() || a.size() != b.size();
size              153 Source/platform/geometry/IntSize.h inline IntSize operator-(const IntSize& size)
size              155 Source/platform/geometry/IntSize.h     return IntSize(-size.width(), -size.height());
size               45 Source/platform/geometry/LayoutPoint.h     explicit LayoutPoint(const FloatPoint& size) : m_x(size.x()), m_y(size.y()) { }
size               46 Source/platform/geometry/LayoutPoint.h     explicit LayoutPoint(const LayoutSize& size) : m_x(size.width()), m_y(size.height()) { }
size              136 Source/platform/geometry/LayoutPoint.h inline LayoutPoint toPoint(const LayoutSize& size)
size              138 Source/platform/geometry/LayoutPoint.h     return LayoutPoint(size.width(), size.height());
size              161 Source/platform/geometry/LayoutPoint.h inline IntPoint roundedIntPoint(const LayoutSize& size)
size              163 Source/platform/geometry/LayoutPoint.h     return IntPoint(size.width().round(), size.height().round());
size               42 Source/platform/geometry/LayoutRect.cpp     , m_size(LayoutSize(r.size()))
size              125 Source/platform/geometry/LayoutRect.cpp     size_t count = rects.size();
size               46 Source/platform/geometry/LayoutRect.h     LayoutRect(const LayoutPoint& location, const LayoutSize& size)
size               47 Source/platform/geometry/LayoutRect.h         : m_location(location), m_size(size) { }
size               50 Source/platform/geometry/LayoutRect.h     LayoutRect(const FloatPoint& location, const FloatSize& size)
size               51 Source/platform/geometry/LayoutRect.h         : m_location(location), m_size(size) { }
size               52 Source/platform/geometry/LayoutRect.h     LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { }
size               57 Source/platform/geometry/LayoutRect.h     LayoutSize size() const { return m_size; }
size               63 Source/platform/geometry/LayoutRect.h     void setSize(const LayoutSize& size) { m_size = size; }
size               90 Source/platform/geometry/LayoutRect.h     void move(const LayoutSize& size) { m_location += size; }
size               94 Source/platform/geometry/LayoutRect.h     void expand(const LayoutSize& size) { m_size += size; }
size              101 Source/platform/geometry/LayoutRect.h     void contract(const LayoutSize& size) { m_size -= size; }
size              195 Source/platform/geometry/LayoutRect.h     return a.location() == b.location() && a.size() == b.size();
size              200 Source/platform/geometry/LayoutRect.h     return a.location() != b.location() || a.size() != b.size();
size              223 Source/platform/geometry/LayoutRect.h inline IntRect pixelSnappedIntRect(LayoutPoint location, LayoutSize size)
size              225 Source/platform/geometry/LayoutRect.h     return IntRect(roundedIntPoint(location), pixelSnappedIntSize(size, location));
size               50 Source/platform/geometry/LayoutSize.h     LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
size               53 Source/platform/geometry/LayoutSize.h     explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { }
size              162 Source/platform/geometry/LayoutSize.h inline LayoutSize operator-(const LayoutSize& size)
size              164 Source/platform/geometry/LayoutSize.h     return LayoutSize(-size.width(), -size.height());
size              115 Source/platform/geometry/Region.cpp     size_t size = rects.size();
size              118 Source/platform/geometry/Region.cpp     for (size_t i = 0; i < size; ++i) {
size              238 Source/platform/geometry/Region.cpp     m_spans.append(Span(y, m_segments.size()));
size              247 Source/platform/geometry/Region.cpp     SegmentIterator lastSpanEnd = m_segments.data() + m_segments.size();
size              288 Source/platform/geometry/Region.cpp     return m_spans.data() + m_spans.size();
size              294 Source/platform/geometry/Region.cpp     ASSERT(it < m_spans.data() + m_spans.size());
size              297 Source/platform/geometry/Region.cpp     if (it->segmentIndex == m_segments.size())
size              306 Source/platform/geometry/Region.cpp     ASSERT(it < m_spans.data() + m_spans.size());
size              309 Source/platform/geometry/Region.cpp     if (it->segmentIndex == m_segments.size())
size              312 Source/platform/geometry/Region.cpp     ASSERT(it + 1 < m_spans.data() + m_spans.size());
size              315 Source/platform/geometry/Region.cpp     ASSERT_WITH_SECURITY_IMPLICATION(segmentIndex <= m_segments.size());
size              373 Source/platform/geometry/Region.cpp     for (size_t i = 0; i < m_segments.size(); ++i)
size              375 Source/platform/geometry/Region.cpp     for (size_t i = 0; i < m_spans.size(); ++i)
size              470 Source/platform/geometry/Region.cpp             result.appendSpan(y, segments.data(), segments.data() + segments.size());
size               84 Source/platform/geometry/Region.h         bool isRect() const { return m_spans.size() <= 2 && m_segments.size() <= 2; }
size              123 Source/platform/geometry/RegionTest.cpp     for (size_t i = 0; i < rects.size(); ++i)
size               84 Source/platform/geometry/RoundedRect.cpp void RoundedRect::inflateWithRadii(int size)
size               88 Source/platform/geometry/RoundedRect.cpp     m_rect.inflate(size);
size              207 Source/platform/geometry/RoundedRect.cpp             FloatSize size(topLeft.width(), topLeft.height());
size              208 Source/platform/geometry/RoundedRect.cpp             if (!quad.intersectsEllipse(center, size))
size              218 Source/platform/geometry/RoundedRect.cpp             FloatSize size(topRight.width(), topRight.height());
size              219 Source/platform/geometry/RoundedRect.cpp             if (!quad.intersectsEllipse(center, size))
size              229 Source/platform/geometry/RoundedRect.cpp             FloatSize size(bottomLeft.width(), bottomLeft.height());
size              230 Source/platform/geometry/RoundedRect.cpp             if (!quad.intersectsEllipse(center, size))
size              240 Source/platform/geometry/RoundedRect.cpp             FloatSize size(bottomRight.width(), bottomRight.height());
size              241 Source/platform/geometry/RoundedRect.cpp             if (!quad.intersectsEllipse(center, size))
size               51 Source/platform/geometry/RoundedRect.h         void setTopLeft(const IntSize& size) { m_topLeft = size; }
size               52 Source/platform/geometry/RoundedRect.h         void setTopRight(const IntSize& size) { m_topRight = size; }
size               53 Source/platform/geometry/RoundedRect.h         void setBottomLeft(const IntSize& size) { m_bottomLeft = size; }
size               54 Source/platform/geometry/RoundedRect.h         void setBottomRight(const IntSize& size) { m_bottomRight = size; }
size               67 Source/platform/geometry/RoundedRect.h         void expand(int size) { expand(size, size, size, size); }
size               69 Source/platform/geometry/RoundedRect.h         void shrink(int size) { shrink(size, size, size, size); }
size               93 Source/platform/geometry/RoundedRect.h     void move(const IntSize& size) { m_rect.move(size); }
size               94 Source/platform/geometry/RoundedRect.h     void inflate(int size) { m_rect.inflate(size);  }
size               95 Source/platform/geometry/RoundedRect.h     void inflateWithRadii(int size);
size               96 Source/platform/geometry/RoundedRect.h     void expandRadii(int size) { m_radii.expand(size); }
size               97 Source/platform/geometry/RoundedRect.h     void shrinkRadii(int size) { m_radii.shrink(size); }
size               34 Source/platform/geometry/cg/FloatRectCG.cpp FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size)
size              106 Source/platform/graphics/BitmapImage.cpp     for (size_t i = 0; i < m_frames.size(); ++i) {
size              122 Source/platform/graphics/BitmapImage.cpp     for (size_t i = 0; i < m_frames.size(); ++i)
size              141 Source/platform/graphics/BitmapImage.cpp     if (m_frames.size() < numFrames)
size              173 Source/platform/graphics/BitmapImage.cpp     m_size = m_source.size();
size              174 Source/platform/graphics/BitmapImage.cpp     m_sizeRespectingOrientation = m_source.size(RespectImageOrientation);
size              193 Source/platform/graphics/BitmapImage.cpp         return size();
size              226 Source/platform/graphics/BitmapImage.cpp     for (size_t i = 0; i < m_frames.size(); ++i) {
size              285 Source/platform/graphics/BitmapImage.cpp         ctxt->concatCTM(orientation.transformFromDefault(normDstRect.size()));
size              327 Source/platform/graphics/BitmapImage.cpp     if (index >= m_frames.size() || !m_frames[index].m_frame)
size              341 Source/platform/graphics/BitmapImage.cpp     if (index < m_frames.size() && m_frames[index].m_haveMetadata && m_frames[index].m_isComplete)
size              348 Source/platform/graphics/BitmapImage.cpp     if (index < m_frames.size() && m_frames[index].m_haveMetadata)
size              360 Source/platform/graphics/BitmapImage.cpp     if (m_frames.size() <= index)
size              381 Source/platform/graphics/BitmapImage.cpp     if (m_frames.size() <= index)
size              393 Source/platform/graphics/BitmapImage.cpp     return size().width() != 1 || size().height() != 1 || frameCount() > 1;
size              597 Source/platform/graphics/BitmapImage.cpp     if (frame && size().width() == 1 && size().height() == 1) {
size               64 Source/platform/graphics/BitmapImage.h     virtual IntSize size() const OVERRIDE;
size               74 Source/platform/graphics/BitmapImageTest.cpp     size_t decodedFramesCount() const { return m_image->m_frames.size(); }
size               97 Source/platform/graphics/BitmapImageTest.cpp         size_t size = 0;
size               99 Source/platform/graphics/BitmapImageTest.cpp             size += frameDecodedSize(i);
size              100 Source/platform/graphics/BitmapImageTest.cpp         return size;
size              130 Source/platform/graphics/BitmapImageTest.cpp     size_t size = frameDecodedSize(frame);
size              133 Source/platform/graphics/BitmapImageTest.cpp     EXPECT_GE(m_imageObserver.m_lastDecodedSizeChangedDelta, -static_cast<int>(totalSize - size));
size               42 Source/platform/graphics/Canvas2DImageBufferSurface.h     Canvas2DImageBufferSurface(const IntSize& size, OpacityMode opacityMode = NonOpaque, int msaaSampleCount = 1)
size               43 Source/platform/graphics/Canvas2DImageBufferSurface.h         : ImageBufferSurface(size, opacityMode)
size               44 Source/platform/graphics/Canvas2DImageBufferSurface.h         , m_layerBridge(Canvas2DLayerBridge::create(size, opacityMode, msaaSampleCount))
size               55 Source/platform/graphics/Canvas2DLayerBridge.cpp static PassRefPtr<SkSurface> createSkSurface(GrContext* gr, const IntSize& size, int msaaSampleCount = 0)
size               61 Source/platform/graphics/Canvas2DLayerBridge.cpp     info.fWidth = size.width();
size               62 Source/platform/graphics/Canvas2DLayerBridge.cpp     info.fHeight = size.height();
size               68 Source/platform/graphics/Canvas2DLayerBridge.cpp PassRefPtr<Canvas2DLayerBridge> Canvas2DLayerBridge::create(const IntSize& size, OpacityMode opacityMode, int msaaSampleCount)
size               74 Source/platform/graphics/Canvas2DLayerBridge.cpp     RefPtr<SkSurface> surface(createSkSurface(contextProvider->grContext(), size, msaaSampleCount));
size              364 Source/platform/graphics/Canvas2DLayerBridge.cpp         IntSize size(m_canvas->getTopDevice()->width(), m_canvas->getTopDevice()->height());
size              365 Source/platform/graphics/Canvas2DLayerBridge.cpp         RefPtr<SkSurface> surface(createSkSurface(m_contextProvider->grContext(), size, m_msaaSampleCount));
size              456 Source/platform/graphics/Canvas2DLayerBridge.cpp     m_mailboxes.grow(m_mailboxes.size() + 1);
size              465 Source/platform/graphics/Canvas2DLayerBridge.cpp     ASSERT(m_mailboxes.size() <= 4);
size               84 Source/platform/graphics/Canvas2DLayerManagerTest.cpp     void fakeFreeableBytes(size_t size)
size               86 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         m_freeableBytes = size;
size               89 Source/platform/graphics/Canvas2DLayerManagerTest.cpp     virtual size_t freeMemoryIfPossible(size_t size) OVERRIDE
size               92 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         size_t bytesFreed = size < m_freeableBytes ? size : m_freeableBytes;
size               37 Source/platform/graphics/CrossfadeGeneratedImage.cpp CrossfadeGeneratedImage::CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size)
size               43 Source/platform/graphics/CrossfadeGeneratedImage.cpp     m_size = size;
size               50 Source/platform/graphics/CrossfadeGeneratedImage.cpp     IntSize fromImageSize = m_fromImage->size();
size               51 Source/platform/graphics/CrossfadeGeneratedImage.cpp     IntSize toImageSize = m_toImage->size();
size               93 Source/platform/graphics/CrossfadeGeneratedImage.cpp     if (dstRect.size() != srcRect.size())
size               41 Source/platform/graphics/CrossfadeGeneratedImage.h     static PassRefPtr<CrossfadeGeneratedImage> create(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size)
size               43 Source/platform/graphics/CrossfadeGeneratedImage.h         return adoptRef(new CrossfadeGeneratedImage(fromImage, toImage, percentage, crossfadeSize, size));
size               51 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual IntSize size() const OVERRIDE { return m_crossfadeSize; }
size               59 Source/platform/graphics/DecodingImageGenerator.cpp         return SkData::NewWithCopy(buffer->data(), buffer->size());
size              104 Source/platform/graphics/DeferredImageDecoder.cpp     if (index < m_lazyDecodedFrames.size()) {
size              119 Source/platform/graphics/DeferredImageDecoder.cpp         const bool moreData = data && data->size() > m_lastDataSize;
size              122 Source/platform/graphics/DeferredImageDecoder.cpp         m_lastDataSize = data->size();
size              141 Source/platform/graphics/DeferredImageDecoder.cpp     return m_actualDecoder ? m_actualDecoder->size() : m_size;
size              153 Source/platform/graphics/DeferredImageDecoder.cpp     return m_actualDecoder ? m_actualDecoder->frameCount() : m_lazyDecodedFrames.size();
size              181 Source/platform/graphics/DeferredImageDecoder.cpp     if (index < m_lazyDecodedFrames.size())
size              190 Source/platform/graphics/DeferredImageDecoder.cpp     if (index < m_lazyDecodedFrames.size())
size              211 Source/platform/graphics/DeferredImageDecoder.cpp     m_size = m_actualDecoder->size();
size              228 Source/platform/graphics/DeferredImageDecoder.cpp     const size_t previousSize = m_lazyDecodedFrames.size();
size              232 Source/platform/graphics/DeferredImageDecoder.cpp     if (m_lazyDecodedFrames.size() < previousSize)
size              235 Source/platform/graphics/DeferredImageDecoder.cpp     for (size_t i = previousSize; i < m_lazyDecodedFrames.size(); ++i) {
size               63 Source/platform/graphics/DeferredImageDecoder.h     IntSize size() const;
size               87 Source/platform/graphics/DeferredImageDecoderTest.cpp         m_decodedSize = m_actualDecoder->size();
size              176 Source/platform/graphics/DeferredImageDecoderTest.cpp     RefPtr<SharedBuffer> partialData = SharedBuffer::create(m_data->data(), m_data->size() - 10);
size               47 Source/platform/graphics/DiscardablePixelRef.cpp     int64_t size = dst->computeSize64();
size               48 Source/platform/graphics/DiscardablePixelRef.cpp     if (size < 0 || !sk_64_isS32(size))
size               56 Source/platform/graphics/DiscardablePixelRef.cpp     if (pixelRef->allocAndLockDiscardableMemory(sk_64_asS32(size))) {
size               39 Source/platform/graphics/GeneratedImage.h     virtual void setContainerSize(const IntSize& size) OVERRIDE { m_size = size; }
size               45 Source/platform/graphics/GeneratedImage.h     virtual IntSize size() const OVERRIDE { return m_size; }
size               98 Source/platform/graphics/Gradient.cpp     if (!m_stops.size())
size              106 Source/platform/graphics/Gradient.cpp     for (size_t i = 0; i < m_stops.size(); i++) {
size              212 Source/platform/graphics/Gradient.cpp     size_t countUsed = totalStopsNeeded(m_stops.data(), m_stops.size());
size              214 Source/platform/graphics/Gradient.cpp     ASSERT(countUsed >= m_stops.size());
size              218 Source/platform/graphics/Gradient.cpp     fillStops(m_stops.data(), m_stops.size(), pos, colors);
size               40 Source/platform/graphics/GradientGeneratedImage.cpp     if (destRect.size() != srcRect.size())
size               40 Source/platform/graphics/GradientGeneratedImage.h     static PassRefPtr<GradientGeneratedImage> create(PassRefPtr<Gradient> generator, const IntSize& size)
size               42 Source/platform/graphics/GradientGeneratedImage.h         return adoptRef(new GradientGeneratedImage(generator, size));
size               56 Source/platform/graphics/GradientGeneratedImage.h     GradientGeneratedImage(PassRefPtr<Gradient> generator, const IntSize& size)
size               59 Source/platform/graphics/GradientGeneratedImage.h         m_size = size;
size               69 Source/platform/graphics/GraphicsContext.cpp     CompatibleImageBufferSurface(PassRefPtr<SkSurface> surface, const IntSize& size, OpacityMode opacityMode)
size               70 Source/platform/graphics/GraphicsContext.cpp         : ImageBufferSurface(size, opacityMode)
size              620 Source/platform/graphics/GraphicsContext.cpp     unsigned rectCount = rects.size();
size             1025 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, FloatRect(IntRect(p, image->size())), FloatRect(FloatPoint(), FloatSize(image->size())), op, shouldRespectImageOrientation);
size             1032 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, FloatRect(r), FloatRect(FloatPoint(), FloatSize(image->size())), op, shouldRespectImageOrientation);
size             1044 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, dest, FloatRect(IntRect(IntPoint(), image->size())));
size             1080 Source/platform/graphics/GraphicsContext.cpp     drawImageBuffer(image, FloatRect(IntRect(p, image->size())), FloatRect(FloatPoint(), FloatSize(image->size())), op, blendMode);
size             1087 Source/platform/graphics/GraphicsContext.cpp     drawImageBuffer(image, FloatRect(r), FloatRect(FloatPoint(), FloatSize(image->size())), op, blendMode);
size             1092 Source/platform/graphics/GraphicsContext.cpp     drawImageBuffer(image, FloatRect(IntRect(dest, srcRect.size())), FloatRect(srcRect), op, blendMode);
size             1104 Source/platform/graphics/GraphicsContext.cpp     drawImageBuffer(image, dest, FloatRect(IntRect(IntPoint(), image->size())));
size             1571 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::scale(const FloatSize& size)
size             1576 Source/platform/graphics/GraphicsContext.cpp     if (size.width() == 1.0f && size.height() == 1.0f)
size             1581 Source/platform/graphics/GraphicsContext.cpp     m_canvas->scale(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height()));
size             1712 Source/platform/graphics/GraphicsContext.cpp PassOwnPtr<ImageBuffer> GraphicsContext::createCompatibleBuffer(const IntSize& size, OpacityMode opacityMode) const
size             1719 Source/platform/graphics/GraphicsContext.cpp     IntSize scaledSize(static_cast<int>(ceil(size.width() * transform.xScale())), static_cast<int>(ceil(size.height() * transform.yScale())));
size             1722 Source/platform/graphics/GraphicsContext.cpp     SkImageInfo info = SkImageInfo::MakeN32(size.width(), size.height(), alphaType);
size             1730 Source/platform/graphics/GraphicsContext.cpp     buffer->context()->scale(FloatSize(static_cast<float>(scaledSize.width()) / size.width(),
size             1731 Source/platform/graphics/GraphicsContext.cpp         static_cast<float>(scaledSize.height()) / size.height()));
size              363 Source/platform/graphics/GraphicsContext.h     void translate(const FloatSize& size) { translate(size.width(), size.height()); }
size              447 Source/platform/graphics/GraphicsContext.h             if (m_paintStateStack.size() == m_paintStateIndex)
size               39 Source/platform/graphics/GraphicsContextRecorder.cpp GraphicsContext* GraphicsContextRecorder::record(const IntSize& size, bool isCertainlyOpaque)
size               45 Source/platform/graphics/GraphicsContextRecorder.cpp     SkCanvas* canvas = m_picture->beginRecording(size.width(), size.height());
size              135 Source/platform/graphics/GraphicsContextRecorder.cpp             if (m_timingsVector->size() > 1)
size              136 Source/platform/graphics/GraphicsContextRecorder.cpp                 m_currentTimings->reserveCapacity(m_timingsVector->begin()->size());
size              122 Source/platform/graphics/GraphicsLayer.cpp     for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size              168 Source/platform/graphics/GraphicsLayer.cpp     size_t listSize = newChildren.size();
size              216 Source/platform/graphics/GraphicsLayer.cpp     for (unsigned i = 0; i < m_children.size(); i++) {
size              238 Source/platform/graphics/GraphicsLayer.cpp     for (unsigned i = 0; i < m_children.size(); i++) {
size              258 Source/platform/graphics/GraphicsLayer.cpp     for (unsigned i = 0; i < m_children.size(); i++) {
size              355 Source/platform/graphics/GraphicsLayer.cpp     for (size_t i = 0; i < m_children.size(); ++i)
size              358 Source/platform/graphics/GraphicsLayer.cpp     for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size              375 Source/platform/graphics/GraphicsLayer.cpp         for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size              390 Source/platform/graphics/GraphicsLayer.cpp         if (m_contentsClippingMaskLayer->size() != m_contentsRect.size()) {
size              391 Source/platform/graphics/GraphicsLayer.cpp             m_contentsClippingMaskLayer->setSize(m_contentsRect.size());
size              591 Source/platform/graphics/GraphicsLayer.cpp         int contextId = renderingContextMap.size() + 1;
size              665 Source/platform/graphics/GraphicsLayer.cpp         for (size_t i = 0; i < repaintRectMap().get(this).size(); ++i) {
size              735 Source/platform/graphics/GraphicsLayer.cpp     if (m_children.size()) {
size              737 Source/platform/graphics/GraphicsLayer.cpp         ts << "(children " << m_children.size() << "\n";
size              740 Source/platform/graphics/GraphicsLayer.cpp         for (i = 0; i < m_children.size(); i++)
size              763 Source/platform/graphics/GraphicsLayer.cpp     for (size_t i = 0; i < m_linkHighlights.size(); ++i) {
size              800 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setSize(const FloatSize& size)
size              805 Source/platform/graphics/GraphicsLayer.cpp     FloatSize clampedSize = size;
size              974 Source/platform/graphics/GraphicsLayer.cpp         for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size              984 Source/platform/graphics/GraphicsLayer.cpp         for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size             1063 Source/platform/graphics/GraphicsLayer.cpp     for (size_t i = 0; i < filters.size(); ++i) {
size              158 Source/platform/graphics/GraphicsLayer.h     const FloatSize& size() const { return m_size; }
size              282 Source/platform/graphics/GraphicsLayer.h     unsigned numLinkHighlights() { return m_linkHighlights.size(); }
size               47 Source/platform/graphics/GraphicsLayerDebugInfo.cpp     for (size_t i = 0; i < m_currentLayoutRects.size(); ++i)
size               56 Source/platform/graphics/GraphicsLayerDebugInfo.cpp     for (size_t i = 0; i < m_currentLayoutRects.size(); i++) {
size               87 Source/platform/graphics/Image.cpp     int length = m_encodedImageData->size();
size              134 Source/platform/graphics/Image.cpp     FloatSize intrinsicTileSize = size();
size              235 Source/platform/graphics/Image.cpp     intrinsicRatio = size();
size               76 Source/platform/graphics/Image.h     bool isNull() const { return size().isEmpty(); }
size               84 Source/platform/graphics/Image.h     virtual IntSize size() const = 0;
size               85 Source/platform/graphics/Image.h     IntRect rect() const { return IntRect(IntPoint(), size()); }
size               86 Source/platform/graphics/Image.h     int width() const { return size().width(); }
size               87 Source/platform/graphics/Image.h     int height() const { return size().height(); }
size               70 Source/platform/graphics/ImageBuffer.cpp PassOwnPtr<ImageBuffer> ImageBuffer::create(const IntSize& size, OpacityMode opacityMode)
size               72 Source/platform/graphics/ImageBuffer.cpp     OwnPtr<ImageBufferSurface> surface = adoptPtr(new UnacceleratedImageBufferSurface(size, opacityMode));
size              285 Source/platform/graphics/ImageBuffer.cpp     IntSize size = m_surface->size();
size              287 Source/platform/graphics/ImageBuffer.cpp     for (int y = 0; y < size.height(); ++y) {
size              289 Source/platform/graphics/ImageBuffer.cpp         for (int x = 0; x < size.width(); ++x) {
size              311 Source/platform/graphics/ImageBuffer.cpp PassRefPtr<Uint8ClampedArray> getImageData(const IntRect& rect, GraphicsContext* context, const IntSize& size)
size              321 Source/platform/graphics/ImageBuffer.cpp         || rect.maxX() > size.width()
size              322 Source/platform/graphics/ImageBuffer.cpp         || rect.maxY() > size.height())
size              336 Source/platform/graphics/ImageBuffer.cpp     return getImageData<Unmultiplied>(rect, context(), m_surface->size());
size              343 Source/platform/graphics/ImageBuffer.cpp     return getImageData<Premultiplied>(rect, context(), m_surface->size());
size              357 Source/platform/graphics/ImageBuffer.cpp     ASSERT(destX < m_surface->size().width());
size              364 Source/platform/graphics/ImageBuffer.cpp     ASSERT(destY < m_surface->size().height());
size               87 Source/platform/graphics/ImageBuffer.h     const IntSize& size() const { return m_surface->size(); }
size              146 Source/platform/graphics/ImageBuffer.h     ImageDataBuffer(const IntSize& size, PassRefPtr<Uint8ClampedArray> data) : m_size(size), m_data(data) { }
size              147 Source/platform/graphics/ImageBuffer.h     IntSize size() const { return m_size; }
size               41 Source/platform/graphics/ImageBufferSurface.cpp ImageBufferSurface::ImageBufferSurface(const IntSize& size, OpacityMode opacityMode)
size               43 Source/platform/graphics/ImageBufferSurface.cpp     , m_size(size)
size               75 Source/platform/graphics/ImageBufferSurface.h     const IntSize& size() const { return m_size; }
size               62 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT(!m_imageCacheMap.size());
size               63 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT(!m_decoderCacheMap.size());
size               64 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT(!m_orderedCacheList.size());
size               65 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT(!m_imageCacheKeyMap.size());
size               66 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT(!m_decoderCacheKeyMap.size());
size              291 Source/platform/graphics/ImageDecodingStore.cpp     return m_imageCacheMap.size() + m_decoderCacheMap.size();
size              297 Source/platform/graphics/ImageDecodingStore.cpp     return m_imageCacheMap.size();
size              303 Source/platform/graphics/ImageDecodingStore.cpp     return m_decoderCacheMap.size();
size              375 Source/platform/graphics/ImageDecodingStore.cpp     TRACE_COUNTER1("webkit", "ImageDecodingStoreNumOfImages", m_imageCacheMap.size());
size              376 Source/platform/graphics/ImageDecodingStore.cpp     TRACE_COUNTER1("webkit", "ImageDecodingStoreNumOfDecoders", m_decoderCacheMap.size());
size              396 Source/platform/graphics/ImageDecodingStore.cpp     if (!iter->value.size())
size              404 Source/platform/graphics/ImageDecodingStore.cpp     TRACE_COUNTER1("webkit", "ImageDecodingStoreNumOfImages", m_imageCacheMap.size());
size              405 Source/platform/graphics/ImageDecodingStore.cpp     TRACE_COUNTER1("webkit", "ImageDecodingStoreNumOfDecoders", m_decoderCacheMap.size());
size              431 Source/platform/graphics/ImageDecodingStore.cpp     for (size_t i = 0; i < cacheIdentifierList.size(); ++i) {
size              441 Source/platform/graphics/ImageDecodingStore.cpp     for (size_t i = 0; i < deletionList.size(); ++i)
size              213 Source/platform/graphics/ImageDecodingStore.h         static ImageCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size, size_t index, size_t generation)
size              215 Source/platform/graphics/ImageDecodingStore.h             return std::make_pair(std::make_pair(generator, size), std::make_pair(index, generation));
size              242 Source/platform/graphics/ImageDecodingStore.h         static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size)
size              244 Source/platform/graphics/ImageDecodingStore.h             return std::make_pair(generator, size);
size               77 Source/platform/graphics/ImageDecodingStoreTest.cpp     PassOwnPtr<ScaledImageFragment> createCompleteImage(const SkISize& size, bool discardable = false, size_t index = 0)
size               80 Source/platform/graphics/ImageDecodingStoreTest.cpp         bitmap.setConfig(SkImageInfo::MakeN32Premul(size));
size               87 Source/platform/graphics/ImageDecodingStoreTest.cpp         return ScaledImageFragment::createComplete(size, index, bitmap);
size               90 Source/platform/graphics/ImageDecodingStoreTest.cpp     PassOwnPtr<ScaledImageFragment> createIncompleteImage(const SkISize& size, bool discardable = false, size_t generation = 0)
size               93 Source/platform/graphics/ImageDecodingStoreTest.cpp         bitmap.setConfig(SkImageInfo::MakeN32Premul(size));
size              100 Source/platform/graphics/ImageDecodingStoreTest.cpp         return ScaledImageFragment::createPartial(size, 0, generation, bitmap);
size              103 Source/platform/graphics/ImageDecodingStoreTest.cpp     void insertCache(const SkISize& size)
size              106 Source/platform/graphics/ImageDecodingStoreTest.cpp             m_generator.get(), createCompleteImage(size));
size              110 Source/platform/graphics/ImageDecodingStoreTest.cpp     const ScaledImageFragment* lockCache(const SkISize& size, size_t index = 0)
size              113 Source/platform/graphics/ImageDecodingStoreTest.cpp         if (ImageDecodingStore::instance()->lockCache(m_generator.get(), size, index, &cachedImage))
size              132 Source/platform/graphics/ImageDecodingStoreTest.cpp     bool isCacheAlive(const SkISize& size)
size              134 Source/platform/graphics/ImageDecodingStoreTest.cpp         const ScaledImageFragment* cachedImage = lockCache(size);
size              258 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              267 Source/platform/graphics/ImageDecodingStoreTest.cpp     EXPECT_TRUE(ImageDecodingStore::instance()->lockDecoder(m_generator.get(), size, &testDecoder));
size              331 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              340 Source/platform/graphics/ImageDecodingStoreTest.cpp     EXPECT_TRUE(ImageDecodingStore::instance()->lockDecoder(m_generator.get(), size, &testDecoder));
size              346 Source/platform/graphics/ImageDecodingStoreTest.cpp     EXPECT_FALSE(ImageDecodingStore::instance()->lockDecoder(m_generator.get(), size, &testDecoder));
size              351 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              353 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createCompleteImage(size, false, 0));
size              356 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createCompleteImage(size, false, 1));
size              361 Source/platform/graphics/ImageDecodingStoreTest.cpp     EXPECT_TRUE(ImageDecodingStore::instance()->lockCache(m_generator.get(), size, 1, &refImage));
size              368 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              370 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createCompleteImage(size, false, 0));
size              373 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, false, 1));
size              378 Source/platform/graphics/ImageDecodingStoreTest.cpp     EXPECT_TRUE(ImageDecodingStore::instance()->lockCache(m_generator.get(), size, 0, &refImage));
size              385 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              387 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, false, 1));
size              390 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, false, 2));
size              398 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              400 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, false, 1));
size              403 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, false, 1));
size              411 Source/platform/graphics/ImageDecodingStoreTest.cpp     const SkISize size = SkISize::Make(1, 1);
size              413 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, true, 1));
size              418 Source/platform/graphics/ImageDecodingStoreTest.cpp         m_generator.get(), createIncompleteImage(size, false, 1));
size              292 Source/platform/graphics/ImageFrameGenerator.cpp         if (index >= m_hasAlpha.size()) {
size              293 Source/platform/graphics/ImageFrameGenerator.cpp             const size_t oldSize = m_hasAlpha.size();
size              295 Source/platform/graphics/ImageFrameGenerator.cpp             for (size_t i = oldSize; i < m_hasAlpha.size(); ++i)
size              326 Source/platform/graphics/ImageFrameGenerator.cpp     if (index < m_hasAlpha.size())
size               92 Source/platform/graphics/ImageFrameGeneratorTest.cpp     PassOwnPtr<ScaledImageFragment> createCompleteImage(const SkISize& size)
size               95 Source/platform/graphics/ImageFrameGeneratorTest.cpp         if (!bitmap.allocN32Pixels(size.width(), size.height()))
size               97 Source/platform/graphics/ImageFrameGeneratorTest.cpp         return ScaledImageFragment::createComplete(size, 0, bitmap);
size               49 Source/platform/graphics/ImageLayerChromiumTest.cpp     static PassRefPtr<TestImage> create(const IntSize& size, bool isOpaque)
size               51 Source/platform/graphics/ImageLayerChromiumTest.cpp         return adoptRef(new TestImage(size, isOpaque));
size               54 Source/platform/graphics/ImageLayerChromiumTest.cpp     explicit TestImage(const IntSize& size, bool isOpaque)
size               56 Source/platform/graphics/ImageLayerChromiumTest.cpp         , m_size(size)
size               59 Source/platform/graphics/ImageLayerChromiumTest.cpp         EXPECT_TRUE(bitmap.allocN32Pixels(size.width(), size.height(), isOpaque));
size               91 Source/platform/graphics/ImageSource.cpp     IntSize size = m_decoder->frameSizeAtIndex(index);
size               93 Source/platform/graphics/ImageSource.cpp         return IntSize(size.height(), size.width());
size               95 Source/platform/graphics/ImageSource.cpp     return size;
size              124 Source/platform/graphics/ImageSource.cpp     if (size().isEmpty())
size              105 Source/platform/graphics/ImageSource.h     IntSize size(RespectImageOrientationEnum = DoNotRespectImageOrientation) const;
size               57 Source/platform/graphics/LazyDecodingPixelRef.cpp         SkData* skdata = SkData::NewWithCopy((void*)buffer->data(), buffer->size());
size               69 Source/platform/graphics/LazyDecodingPixelRef.cpp     SkISize size = m_frameGenerator->getFullSize();
size               70 Source/platform/graphics/LazyDecodingPixelRef.cpp     if (!ImageDecodingStore::instance()->lockCache(m_frameGenerator.get(), size, m_frameIndex, &m_lockedImageResource))
size               77 Source/platform/graphics/LazyDecodingPixelRef.cpp         m_lockedImageResource = m_frameGenerator->decodeAndScale(size, m_frameIndex);
size               84 Source/platform/graphics/LazyDecodingPixelRef.cpp     ASSERT(m_lockedImageResource->scaledSize() == size);
size              480 Source/platform/graphics/Path.cpp void Path::translate(const FloatSize& size)
size              482 Source/platform/graphics/Path.cpp     m_path.offset(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height()));
size              127 Source/platform/graphics/PathTraversalState.cpp         if ((length - distanceLine(curve.start, curve.end)) > kPathSegmentLengthTolerance && curveStack.size() <= curveStackDepthLimit) {
size               42 Source/platform/graphics/StrokeData.cpp     size_t dashLength = dashes.size();
size               47 Source/platform/graphics/ThreadSafeDataTransport.cpp     ASSERT(buffer->size() >= m_readPosition);
size               68 Source/platform/graphics/ThreadSafeDataTransport.cpp     for (size_t i = 0; i < newBufferQueue.size(); ++i)
size               76 Source/platform/graphics/ThreadSafeDataTransportTest.cpp     EXPECT_FALSE(memcmp(testString3, tempBuffer->data(), tempBuffer->size()));
size               39 Source/platform/graphics/UnacceleratedImageBufferSurface.cpp UnacceleratedImageBufferSurface::UnacceleratedImageBufferSurface(const IntSize& size, OpacityMode opacityMode)
size               40 Source/platform/graphics/UnacceleratedImageBufferSurface.cpp     : ImageBufferSurface(size, opacityMode)
size               41 Source/platform/graphics/UnacceleratedImageBufferSurface.cpp     , m_canvas(adoptRef(SkCanvas::NewRasterN32(size.width(), size.height())))
size              175 Source/platform/graphics/filters/FEColorMatrix.cpp         IntRect fullRect = IntRect(IntPoint(), absolutePaintRect().size());
size              105 Source/platform/graphics/filters/FEComponentTransfer.cpp     unsigned n = tableValues.size();
size              122 Source/platform/graphics/filters/FEComponentTransfer.cpp     unsigned n = tableValues.size();
size              175 Source/platform/graphics/filters/FEComponentTransfer.cpp         IntRect fullRect = IntRect(IntPoint(), absolutePaintRect().size());
size              190 Source/platform/graphics/filters/FEComponentTransfer.cpp         if (m_alphaFunc.tableValues.size() > 0)
size              336 Source/platform/graphics/filters/FEComposite.cpp                                     destinationRect.y() - in->absolutePaintRect().y()), destinationRect.size());
size              338 Source/platform/graphics/filters/FEComposite.cpp                                      destinationRect.y() - in2->absolutePaintRect().y()), destinationRect.size());
size              345 Source/platform/graphics/filters/FEComposite.cpp         filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()), IntRect(IntPoint(), imageBuffer2->size()), CompositeDestinationOut);
size              349 Source/platform/graphics/filters/FEComposite.cpp         filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect()), IntRect(IntPoint(), imageBuffer->size()), CompositeSourceAtop);
size              353 Source/platform/graphics/filters/FEComposite.cpp         filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect()), IntRect(IntPoint(), imageBuffer->size()), CompositeXOR);
size              280 Source/platform/graphics/filters/FEConvolveMatrix.cpp             int kernelValue = m_kernelMatrix.size() - 1;
size              360 Source/platform/graphics/filters/FEConvolveMatrix.cpp             int kernelValue = m_kernelMatrix.size() - 1;
size              447 Source/platform/graphics/filters/FEConvolveMatrix.cpp     IntSize paintSize = absolutePaintRect().size();
size              136 Source/platform/graphics/filters/FEDisplacementMap.cpp     IntSize paintSize = absolutePaintRect().size();
size               83 Source/platform/graphics/filters/FEFlood.cpp     resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color);
size               91 Source/platform/graphics/filters/FEGaussianBlur.cpp         int size = max<unsigned>(2, static_cast<unsigned>(floorf(std.x() * gaussianKernelFactor() + 0.5f)));
size               92 Source/platform/graphics/filters/FEGaussianBlur.cpp         kernelSize.setWidth(min(size, gMaxKernelSize));
size               96 Source/platform/graphics/filters/FEGaussianBlur.cpp         int size = max<unsigned>(2, static_cast<unsigned>(floorf(std.y() * gaussianKernelFactor() + 0.5f)));
size               97 Source/platform/graphics/filters/FEGaussianBlur.cpp         kernelSize.setHeight(min(size, gMaxKernelSize));
size              437 Source/platform/graphics/filters/FELighting.cpp     IntSize absolutePaintSize = absolutePaintRect().size();
size               46 Source/platform/graphics/filters/FEMerge.cpp     unsigned size = numberOfEffectInputs();
size               47 Source/platform/graphics/filters/FEMerge.cpp     ASSERT(size > 0);
size               54 Source/platform/graphics/filters/FEMerge.cpp     for (unsigned i = 0; i < size; ++i) {
size               62 Source/platform/graphics/filters/FEMerge.cpp     unsigned size = numberOfEffectInputs();
size               64 Source/platform/graphics/filters/FEMerge.cpp     OwnPtr<RefPtr<SkImageFilter>[]> inputRefs = adoptArrayPtr(new RefPtr<SkImageFilter>[size]);
size               65 Source/platform/graphics/filters/FEMerge.cpp     OwnPtr<SkImageFilter*[]> inputs = adoptArrayPtr(new SkImageFilter*[size]);
size               66 Source/platform/graphics/filters/FEMerge.cpp     for (unsigned i = 0; i < size; ++i) {
size               71 Source/platform/graphics/filters/FEMerge.cpp     return adoptRef(new SkMergeImageFilter(inputs.get(), size, 0, &rect));
size               79 Source/platform/graphics/filters/FEMerge.cpp     unsigned size = numberOfEffectInputs();
size               80 Source/platform/graphics/filters/FEMerge.cpp     ASSERT(size > 0);
size               81 Source/platform/graphics/filters/FEMerge.cpp     ts << " mergeNodes=\"" << size << "\"]\n";
size               82 Source/platform/graphics/filters/FEMerge.cpp     for (unsigned i = 0; i < size; ++i)
size               74 Source/platform/graphics/filters/FETile.cpp     IntSize intTileSize = roundedIntSize(tileRect.size());
size               92 Source/platform/graphics/filters/FETile.cpp     filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()));
size              365 Source/platform/graphics/filters/FETurbulence.cpp     PaintingData paintingData(m_seed, roundedIntSize(filterPrimitiveSubregion().size()));
size              406 Source/platform/graphics/filters/FETurbulence.cpp     const SkISize size = SkISize::Make(filterRegion.width(), filterRegion.height());
size              418 Source/platform/graphics/filters/FETurbulence.cpp             stitchTiles() ? &size : 0) :
size              421 Source/platform/graphics/filters/FETurbulence.cpp             stitchTiles() ? &size : 0);
size               86 Source/platform/graphics/filters/FilterEffect.cpp     unsigned size = m_inputEffects.size();
size               88 Source/platform/graphics/filters/FilterEffect.cpp     for (unsigned i = 0; i < size; ++i)
size               92 Source/platform/graphics/filters/FilterEffect.cpp     if (affectsTransparentPixels() || !size) {
size              106 Source/platform/graphics/filters/FilterEffect.cpp     if (m_inputEffects.size() > 0) {
size              108 Source/platform/graphics/filters/FilterEffect.cpp         for (unsigned i = 1; i < m_inputEffects.size(); ++i)
size              131 Source/platform/graphics/filters/FilterEffect.cpp     if (m_inputEffects.size() > 0) {
size              133 Source/platform/graphics/filters/FilterEffect.cpp         for (unsigned i = 1; i < m_inputEffects.size(); ++i)
size              147 Source/platform/graphics/filters/FilterEffect.cpp     return IntRect(location, m_absolutePaintRect.size());
size              153 Source/platform/graphics/filters/FilterEffect.cpp                             srcRect.y() - m_absolutePaintRect.y()), srcRect.size());
size              158 Source/platform/graphics/filters/FilterEffect.cpp     ASSERT_WITH_SECURITY_IMPLICATION(number < m_inputEffects.size());
size              185 Source/platform/graphics/filters/FilterEffect.cpp     unsigned size = m_inputEffects.size();
size              186 Source/platform/graphics/filters/FilterEffect.cpp     for (unsigned i = 0; i < size; ++i) {
size              202 Source/platform/graphics/filters/FilterEffect.cpp         for (unsigned i = 0; i < size; ++i)
size              277 Source/platform/graphics/filters/FilterEffect.cpp     unsigned size = m_inputEffects.size();
size              278 Source/platform/graphics/filters/FilterEffect.cpp     for (unsigned i = 0; i < size; ++i)
size              289 Source/platform/graphics/filters/FilterEffect.cpp     surface = adoptPtr(new UnacceleratedImageBufferSurface(m_absolutePaintRect.size()));
size              294 Source/platform/graphics/filters/FilterEffect.cpp     IntRect destinationRect(IntPoint(), m_absolutePaintRect.size());
size              296 Source/platform/graphics/filters/FilterEffect.cpp         m_imageBufferResult->putByteArray(Premultiplied, m_premultipliedImageResult.get(), destinationRect.size(), destinationRect, IntPoint());
size              298 Source/platform/graphics/filters/FilterEffect.cpp         m_imageBufferResult->putByteArray(Unmultiplied, m_unmultipliedImageResult.get(), destinationRect.size(), destinationRect, IntPoint());
size              348 Source/platform/graphics/filters/FilterEffect.cpp     int size = (xEnd - xOrigin) * 4;
size              355 Source/platform/graphics/filters/FilterEffect.cpp         memcpy(destinationPixel, sourcePixel, size);
size              369 Source/platform/graphics/filters/FilterEffect.cpp             m_unmultipliedImageResult = m_imageBufferResult->getUnmultipliedImageData(IntRect(IntPoint(), m_absolutePaintRect.size()));
size              403 Source/platform/graphics/filters/FilterEffect.cpp             m_premultipliedImageResult = m_imageBufferResult->getPremultipliedImageData(IntRect(IntPoint(), m_absolutePaintRect.size()));
size              430 Source/platform/graphics/filters/FilterEffect.cpp     surface = adoptPtr(new UnacceleratedImageBufferSurface(m_absolutePaintRect.size()));
size              496 Source/platform/graphics/filters/FilterEffect.cpp     if (unsigned numberOfInputEffects = inputEffects().size()) {
size               84 Source/platform/graphics/filters/FilterEffect.h     unsigned numberOfEffectInputs() const { return m_inputEffects.size(); }
size               59 Source/platform/graphics/filters/FilterOperations.cpp     if (m_operations.size() != o.m_operations.size())
size               62 Source/platform/graphics/filters/FilterOperations.cpp     unsigned s = m_operations.size();
size               73 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < operations().size(); ++i) {
size               78 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < other.operations().size(); ++i) {
size               83 Source/platform/graphics/filters/FilterOperations.cpp     size_t commonSize = std::min(operations().size(), other.operations().size());
size               93 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < m_operations.size(); ++i) {
size              102 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < m_operations.size(); ++i) {
size              113 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < m_operations.size(); ++i) {
size              166 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < m_operations.size(); ++i)
size              174 Source/platform/graphics/filters/FilterOperations.cpp     for (size_t i = 0; i < m_operations.size(); ++i)
size               61 Source/platform/graphics/filters/FilterOperations.h     bool isEmpty() const { return !m_operations.size(); }
size               62 Source/platform/graphics/filters/FilterOperations.h     size_t size() const { return m_operations.size(); }
size               63 Source/platform/graphics/filters/FilterOperations.h     const FilterOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; }
size               78 Source/platform/graphics/filters/ParallelJobs.h         return m_parameters.size();
size              108 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp     for (size_t i = 0; i < operations.size(); ++i) {
size               63 Source/platform/graphics/filters/SourceAlpha.cpp     FloatRect imageRect(FloatPoint(), absolutePaintRect().size());
size               81 Source/platform/graphics/gpu/DrawingBuffer.cpp PassRefPtr<DrawingBuffer> DrawingBuffer::create(blink::WebGraphicsContext3D* context, const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager)
size               94 Source/platform/graphics/gpu/DrawingBuffer.cpp     RefPtr<DrawingBuffer> drawingBuffer = adoptRef(new DrawingBuffer(context, size, multisampleSupported, packedDepthStencilSupported, preserve, contextEvictionManager));
size               99 Source/platform/graphics/gpu/DrawingBuffer.cpp     const IntSize& size,
size              133 Source/platform/graphics/gpu/DrawingBuffer.cpp     initialize(size);
size              175 Source/platform/graphics/gpu/DrawingBuffer.cpp         bitmap->setSize(size());
size              181 Source/platform/graphics/gpu/DrawingBuffer.cpp             readBackFramebuffer(pixels, size().width(), size().height(), ReadbackSkia, op);
size              236 Source/platform/graphics/gpu/DrawingBuffer.cpp     for (size_t i = 0; i < m_textureMailboxes.size(); i++) {
size              260 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (mailboxInfo->size != m_size) {
size              263 Source/platform/graphics/gpu/DrawingBuffer.cpp         mailboxInfo->size = m_size;
size              274 Source/platform/graphics/gpu/DrawingBuffer.cpp     returnMailbox->size = m_size;
size              279 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::initialize(const IntSize& size)
size              316 Source/platform/graphics/gpu/DrawingBuffer.cpp     reset(size);
size              462 Source/platform/graphics/gpu/DrawingBuffer.cpp     paintFramebufferToCanvas(framebuffer, size().width(), size().height(), !m_attributes.premultipliedAlpha, imageBuffer);
size              485 Source/platform/graphics/gpu/DrawingBuffer.cpp         for (size_t i = 0; i < m_textureMailboxes.size(); i++)
size              533 Source/platform/graphics/gpu/DrawingBuffer.cpp unsigned DrawingBuffer::createColorTexture(const IntSize& size)
size              547 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (!size.isEmpty())
size              548 Source/platform/graphics/gpu/DrawingBuffer.cpp         texImage2DResourceSafe(GL_TEXTURE_2D, 0, m_internalColorFormat, size.width(), size.height(), 0, m_colorFormat, GL_UNSIGNED_BYTE);
size              563 Source/platform/graphics/gpu/DrawingBuffer.cpp bool DrawingBuffer::resizeFramebuffer(const IntSize& size)
size              570 Source/platform/graphics/gpu/DrawingBuffer.cpp     texImage2DResourceSafe(GL_TEXTURE_2D, 0, m_internalColorFormat, size.width(), size.height(), 0, m_colorFormat, GL_UNSIGNED_BYTE);
size              580 Source/platform/graphics/gpu/DrawingBuffer.cpp         resizeDepthStencil(size);
size              587 Source/platform/graphics/gpu/DrawingBuffer.cpp bool DrawingBuffer::resizeMultisampleFramebuffer(const IntSize& size)
size              593 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, m_internalRenderbufferFormat, size.width(), size.height());
size              599 Source/platform/graphics/gpu/DrawingBuffer.cpp         resizeDepthStencil(size);
size              607 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::resizeDepthStencil(const IntSize& size)
size              614 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
size              616 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
size              618 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
size              627 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH_COMPONENT16, size.width(), size.height());
size              629 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH_COMPONENT16, size.width(), size.height());
size              631 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, size.width(), size.height());
size              639 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
size              641 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
size              643 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, size.width(), size.height());
size              667 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::setSize(const IntSize& size) {
size              668 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (m_size == size)
size              671 Source/platform/graphics/gpu/DrawingBuffer.cpp     s_currentResourceUsePixels += pixelDelta(size);
size              672 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_size = size;
size              675 Source/platform/graphics/gpu/DrawingBuffer.cpp int DrawingBuffer::pixelDelta(const IntSize& size) {
size              676 Source/platform/graphics/gpu/DrawingBuffer.cpp     return (max(0, size.width()) * max(0, size.height())) - (max(0, m_size.width()) * max(0, m_size.height()));
size              679 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize DrawingBuffer::adjustSize(const IntSize& size) {
size              680 Source/platform/graphics/gpu/DrawingBuffer.cpp     IntSize adjustedSize = size;
size              705 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize DrawingBuffer::adjustSizeWithContextEviction(const IntSize& size, bool& evictContext) {
size              706 Source/platform/graphics/gpu/DrawingBuffer.cpp     IntSize adjustedSize = adjustSize(size);
size              717 Source/platform/graphics/gpu/DrawingBuffer.cpp     adjustedSize = adjustSize(size);
size              836 Source/platform/graphics/gpu/DrawingBuffer.cpp     paintFramebufferToCanvas(framebuffer(), size().width(), size().height(), !m_attributes.premultipliedAlpha, imageBuffer);
size              844 Source/platform/graphics/gpu/DrawingBuffer.cpp     width = size().width();
size              845 Source/platform/graphics/gpu/DrawingBuffer.cpp     height = size().height();
size               74 Source/platform/graphics/gpu/DrawingBuffer.h         IntSize size;
size               98 Source/platform/graphics/gpu/DrawingBuffer.h     IntSize size() const { return m_size; }
size              152 Source/platform/graphics/gpu/DrawingBuffer.h     unsigned createColorTexture(const IntSize& size = IntSize());
size              168 Source/platform/graphics/gpu/DrawingBuffer.h     void setSize(const IntSize& size);
size              171 Source/platform/graphics/gpu/DrawingBuffer.h     int pixelDelta(const IntSize& size);
size               20 Source/platform/graphics/gpu/Extensions3DUtil.cpp     for (size_t i = 0; i < substrings.size(); ++i)
size               43 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp WebGLImageBufferSurface::WebGLImageBufferSurface(const IntSize& size, OpacityMode opacityMode)
size               44 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp     : ImageBufferSurface(size, opacityMode)
size               52 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp     ensureTextureBackedSkBitmap(gr, m_bitmap, size, kDefault_GrSurfaceOrigin, kRGBA_8888_GrPixelConfig);
size             1592 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (m_imageWidth != (unsigned)m_image->size().width() || m_imageHeight != (unsigned)m_image->size().height()) {
size               39 Source/platform/graphics/skia/GaneshUtils.cpp bool ensureTextureBackedSkBitmap(GrContext* gr, SkBitmap& bitmap, const IntSize& size, GrSurfaceOrigin origin, GrPixelConfig config)
size               41 Source/platform/graphics/skia/GaneshUtils.cpp     if (!bitmap.getTexture() || bitmap.width() != size.width() || bitmap.height() != size.height()) {
size               49 Source/platform/graphics/skia/GaneshUtils.cpp         desc.fWidth = size.width();
size               50 Source/platform/graphics/skia/GaneshUtils.cpp         desc.fHeight = size.height();
size               66 Source/platform/graphics/test/MockImageDecoder.h         return m_client->decodedSize().isEmpty() ? size() : m_client->decodedSize();
size               53 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void* mapBufferSubDataCHROMIUM(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, WGC3Denum access) { return 0; }
size               82 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void bufferData(WGC3Denum target, WGC3Dsizeiptr size, const void* data, WGC3Denum usage) { }
size               83 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void bufferSubData(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, const void* data) { }
size              231 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void vertexAttribPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized, WGC3Dsizei stride, WGC3Dintptr offset) { }
size               41 Source/platform/heap/AddressSanitizer.h #define ASAN_POISON_MEMORY_REGION(addr, size)   \
size               42 Source/platform/heap/AddressSanitizer.h     ((void)(addr), (void)(size))
size               43 Source/platform/heap/AddressSanitizer.h #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
size               44 Source/platform/heap/AddressSanitizer.h     ((void)(addr), (void)(size))
size               59 Source/platform/heap/Heap.cpp static size_t roundToOsPageSize(size_t size)
size               61 Source/platform/heap/Heap.cpp     return (size + osPageSize() - 1) & ~(osPageSize() - 1);
size               82 Source/platform/heap/Heap.cpp     MemoryRegion(Address base, size_t size) : m_base(base), m_size(size) { ASSERT(size > 0); }
size              440 Source/platform/heap/Heap.cpp Address ThreadHeap<Header>::outOfLineAllocate(size_t size, const GCInfo* gcInfo)
size              442 Source/platform/heap/Heap.cpp     size_t allocationSize = allocationSizeFromSize(size);
size              450 Source/platform/heap/Heap.cpp     return allocate(size, gcInfo);
size              465 Source/platform/heap/Heap.cpp             setAllocationPoint(entry->address(), entry->size());
size              521 Source/platform/heap/Heap.cpp void ThreadHeap<Header>::addToFreeList(Address address, size_t size)
size              524 Source/platform/heap/Heap.cpp     ASSERT(heapPageFromAddress(address + size - 1));
size              525 Source/platform/heap/Heap.cpp     ASSERT(size < blinkPagePayloadSize());
size              529 Source/platform/heap/Heap.cpp     ASSERT(!(size & allocationMask));
size              530 Source/platform/heap/Heap.cpp     ASAN_POISON_MEMORY_REGION(address, size);
size              532 Source/platform/heap/Heap.cpp     if (size < sizeof(*entry)) {
size              534 Source/platform/heap/Heap.cpp         ASSERT(size >= sizeof(BasicObjectHeader));
size              536 Source/platform/heap/Heap.cpp         new (NotNull, address) BasicObjectHeader(BasicObjectHeader::freeListEncodedSize(size));
size              540 Source/platform/heap/Heap.cpp     entry = new (NotNull, address) FreeListEntry(size);
size              545 Source/platform/heap/Heap.cpp     if (HeapPage<Header>::payloadSize() != size && !entry->shouldAddToFreeList())
size              548 Source/platform/heap/Heap.cpp     int index = bucketIndexForSize(size);
size              555 Source/platform/heap/Heap.cpp Address ThreadHeap<Header>::allocateLargeObject(size_t size, const GCInfo* gcInfo)
size              558 Source/platform/heap/Heap.cpp     ASSERT(!(size & allocationMask));
size              560 Source/platform/heap/Heap.cpp     size_t allocationSize = sizeof(LargeHeapObject<Header>) + size;
size              577 Source/platform/heap/Heap.cpp     memset(headerAddress, 0, size);
size              578 Source/platform/heap/Heap.cpp     Header* header = new (NotNull, headerAddress) Header(size, gcInfo);
size              585 Source/platform/heap/Heap.cpp     ASAN_POISON_MEMORY_REGION(largeObject->address() + largeObject->size(), allocationGranularity);
size              587 Source/platform/heap/Heap.cpp     stats().increaseAllocatedSpace(largeObject->size());
size              601 Source/platform/heap/Heap.cpp     ASAN_UNPOISON_MEMORY_REGION(object->address() + object->size(), allocationGranularity);
size              725 Source/platform/heap/Heap.cpp             stats().increaseAllocatedSpace(current->size());
size              749 Source/platform/heap/Heap.cpp             ASSERT(basicHeader->size() < blinkPagePayloadSize());
size              753 Source/platform/heap/Heap.cpp             headerAddress += basicHeader->size();
size              824 Source/platform/heap/Heap.cpp int BaseHeap::bucketIndexForSize(size_t size)
size              826 Source/platform/heap/Heap.cpp     ASSERT(size > 0);
size              828 Source/platform/heap/Heap.cpp     while (size) {
size              829 Source/platform/heap/Heap.cpp         size >>= 1;
size              871 Source/platform/heap/Heap.cpp         ASSERT(header->size() < blinkPagePayloadSize());
size              872 Source/platform/heap/Heap.cpp         headerAddress += header->size();
size              881 Source/platform/heap/Heap.cpp     return header->isFree() && (header->size() == payloadSize());
size              892 Source/platform/heap/Heap.cpp         ASSERT(basicHeader->size() < blinkPagePayloadSize());
size              895 Source/platform/heap/Heap.cpp             headerAddress += basicHeader->size();
size              908 Source/platform/heap/Heap.cpp             headerAddress += header->size();
size              915 Source/platform/heap/Heap.cpp         headerAddress += header->size();
size              928 Source/platform/heap/Heap.cpp         ASSERT(header->size() < blinkPagePayloadSize());
size              931 Source/platform/heap/Heap.cpp         headerAddress += header->size();
size              948 Source/platform/heap/Heap.cpp         headerAddress += header->size();
size             1013 Source/platform/heap/Heap.cpp         ASSERT(header->size() < blinkPagePayloadSize());
size             1017 Source/platform/heap/Heap.cpp         headerAddress += header->size();
size             1051 Source/platform/heap/Heap.cpp     stats.increaseAllocatedSpace(size());
size              196 Source/platform/heap/Heap.h         return (address() <= object) && (object <= (address() + size()));
size              204 Source/platform/heap/Heap.h     size_t size()
size              206 Source/platform/heap/Heap.h         return heapObjectHeader()->size() + sizeof(LargeHeapObject<Header>) + headerPadding<Header>();
size              240 Source/platform/heap/Heap.h     static size_t freeListEncodedSize(size_t size) { return size | freeListMask; }
size              246 Source/platform/heap/Heap.h     size_t size() const { return m_size & sizeMask; }
size              352 Source/platform/heap/Heap.h     explicit FreeListEntry(size_t size)
size              353 Source/platform/heap/Heap.h         : HeapObjectHeader(freeListEncodedSize(size))
size              359 Source/platform/heap/Heap.h         for (size_t i = sizeof(*this); i < size; i++)
size              361 Source/platform/heap/Heap.h         ASSERT(size >= objectHeaderSize);
size              687 Source/platform/heap/Heap.h     inline static size_t roundedAllocationSize(size_t size)
size              689 Source/platform/heap/Heap.h         return allocationSizeFromSize(size) - sizeof(Header);
size              724 Source/platform/heap/Heap.h     void setAllocationPoint(Address point, size_t size)
size              727 Source/platform/heap/Heap.h         ASSERT(size <= HeapPage<Header>::payloadSize());
size              729 Source/platform/heap/Heap.h         m_remainingAllocationSize = size;
size              884 Source/platform/heap/Heap.h     void* operator new[](size_t size);
size              889 Source/platform/heap/Heap.h     void* operator new(size_t size)
size              891 Source/platform/heap/Heap.h         return Heap::allocate<T>(size);
size             1122 Source/platform/heap/Heap.h     return size() - objectHeaderSize;
size             1127 Source/platform/heap/Heap.h     return reinterpret_cast<Address>(this) + size();
size             1144 Source/platform/heap/Heap.h     return size() - finalizedHeaderSize;
size             1148 Source/platform/heap/Heap.h size_t ThreadHeap<Header>::allocationSizeFromSize(size_t size)
size             1154 Source/platform/heap/Heap.h     RELEASE_ASSERT(size < maxHeapObjectSize);
size             1157 Source/platform/heap/Heap.h     size_t allocationSize = size + sizeof(Header);
size             1164 Source/platform/heap/Heap.h Address ThreadHeap<Header>::allocate(size_t size, const GCInfo* gcInfo)
size             1166 Source/platform/heap/Heap.h     size_t allocationSize = allocationSizeFromSize(size);
size             1171 Source/platform/heap/Heap.h         return outOfLineAllocate(size, gcInfo);
size             1190 Source/platform/heap/Heap.h Address Heap::allocate(size_t size)
size             1196 Source/platform/heap/Heap.h         static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get());
size             1203 Source/platform/heap/Heap.h Address Heap::reallocate(void* previous, size_t size)
size             1205 Source/platform/heap/Heap.h     if (!size) {
size             1218 Source/platform/heap/Heap.h     Address address = static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get());
size             1227 Source/platform/heap/Heap.h     if (copySize > size)
size             1228 Source/platform/heap/Heap.h         copySize = size;
size             1251 Source/platform/heap/Heap.h     static Return backingMalloc(size_t size)
size             1253 Source/platform/heap/Heap.h         return malloc<Return, Metadata>(size);
size             1256 Source/platform/heap/Heap.h     static Return zeroedBackingMalloc(size_t size)
size             1258 Source/platform/heap/Heap.h         return malloc<Return, Metadata>(size);
size             1261 Source/platform/heap/Heap.h     static Return malloc(size_t size)
size             1263 Source/platform/heap/Heap.h         return reinterpret_cast<Return>(Heap::allocate<Metadata>(size));
size             1392 Source/platform/heap/Heap.h     explicit HeapVector(size_t size) : Vector<T, inlineCapacity, HeapAllocator>(size)
size             1396 Source/platform/heap/Heap.h     HeapVector(size_t size, const T& val) : Vector<T, inlineCapacity, HeapAllocator>(size, val)
size               50 Source/platform/heap/HeapLinkedStack.h     size_t size();
size              108 Source/platform/heap/HeapLinkedStack.h inline size_t HeapLinkedStack<T>::size()
size             1254 Source/platform/heap/HeapTest.cpp     static DynamicallySizedObject* create(size_t size)
size             1256 Source/platform/heap/HeapTest.cpp         void* slot = Heap::allocate<DynamicallySizedObject>(size);
size             1429 Source/platform/heap/HeapTest.cpp         size_t size = 128 + i * 8;
size             1430 Source/platform/heap/HeapTest.cpp         total += size;
size             1431 Source/platform/heap/HeapTest.cpp         persistents[persistentCount++] = new Persistent<DynamicallySizedObject>(DynamicallySizedObject::create(size));
size             1743 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(map->size(), 2u); // Two different wrappings of '1' are distinct.
size             1932 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(10u, vector.size());
size             1933 Source/platform/heap/HeapTest.cpp     for (size_t i = 0; i < vector.size(); i++)
size             2085 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(0u, memberMember->size());
size             2086 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(4u, memberMember2->size());
size             2087 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(4u, primitiveMember->size());
size             2088 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(4u, memberPrimitive->size());
size             2089 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(1u, set->size());
size             2090 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(4u, set2->size());
size             2091 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(1u, vector->size());
size             2092 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(2u, vector2->size());
size             2093 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(1u, vectorWU->size());
size             2094 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(3u, vectorWU2->size());
size             2095 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(1u, vectorUW->size());
size             2096 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(3u, vectorUW2->size());
size             2163 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(4u, memberMember->size());
size             2164 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(0u, memberMember2->size());
size             2165 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(4u, primitiveMember->size());
size             2166 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(4u, memberPrimitive->size());
size             2167 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(4u, set->size());
size             2168 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, set2->size());
size             2169 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(2u, vector->size());
size             2170 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, vector2->size());
size             2171 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(3u, vectorUW->size());
size             2172 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, vector2->size());
size             2190 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(4u, memberMember->size());
size             2191 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(4u, primitiveMember->size());
size             2192 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(4u, memberPrimitive->size());
size             2193 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(4u, set->size());
size             2194 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, set2->size());
size             2195 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, vector->size());
size             2196 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, vector2->size());
size             2197 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(3u, vectorWU->size());
size             2198 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, vectorWU2->size());
size             2199 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(3u, vectorUW->size());
size             2200 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, vectorUW2->size());
size             2263 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, weakStrong->size());
size             2264 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, strongWeak->size());
size             2265 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(2u, weakWeak->size());
size             2266 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(4u, weakSet->size());
size             2273 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, weakStrong->size());
size             2274 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, strongWeak->size());
size             2275 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, weakWeak->size());
size             2276 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, weakSet->size());
size             2424 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, weakStrong->size());
size             2425 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, strongWeak->size());
size             2426 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, weakUnwrapped->size());
size             2427 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, unwrappedWeak->size());
size             2547 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, weakStrong->size());
size             2548 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, strongWeak->size());
size             2549 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, weakWeak->size());
size             2550 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, weakSet->size());
size             2556 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, weakStrong->size());
size             2557 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, strongWeak->size());
size             2558 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, weakWeak->size());
size             2559 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(64u, weakSet->size());
size             2591 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(64u, weakStrong->size());
size             2594 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(64u, strongWeak->size());
size             2597 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(64u, weakWeak->size());
size             2600 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(64u, weakSet->size());
size             2645 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(count + added, weakStrong->size());
size             2647 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(count + added, strongWeak->size());
size             2649 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(count + added, weakWeak->size());
size             2651 Source/platform/heap/HeapTest.cpp                     EXPECT_EQ(count + added, weakSet->size());
size             2664 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(added, weakStrong->size());
size             2665 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(added, strongWeak->size());
size             2666 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(added, weakWeak->size());
size             2667 Source/platform/heap/HeapTest.cpp             EXPECT_EQ(added, weakSet->size());
size             2814 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, map.size());
size             2820 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, map.size());
size             2863 Source/platform/heap/HeapTest.cpp         for (size_t i = 0; i < objectAddresses.size(); i++) {
size             2867 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(objectAddresses.size() * 2, visitor.count());
size             2881 Source/platform/heap/HeapTest.cpp         for (size_t i = 0; i < objectAddresses.size(); i++) {
size             2948 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(2u, pVec.size());
size             2952 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, pSet.size());
size             2955 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1u, pMap.size());
size             2976 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, map->get(key).size());
size             2979 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, map->get(key).size());
size             2983 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, map->get(key).size());
size             3009 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, weakMap.size());
size             3024 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, map->get(key).size());
size             3027 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, map->get(key).size());
size             3031 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, map->get(key).size());
size             3046 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, it->size());
size             3049 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, it->size());
size             3053 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(1u, it->size());
size             3102 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(2u, set.size());
size             3128 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(prefixSize, arr->size());
size             3142 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(prefixSize + suffixSize, arr->size());
size             3152 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(prefixSize + suffixSize, arr->size());
size             3177 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(stackSize, stack->size());
size             3179 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(stack->size() - 1, static_cast<size_t>(stack->peek().payload()->value()));
size             3187 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0u, pStack->size());
size               54 Source/platform/heap/ThreadState.cpp         size_t size;
size               55 Source/platform/heap/ThreadState.cpp         int error = pthread_attr_getstack(&attr, &base, &size);
size               58 Source/platform/heap/ThreadState.cpp         return reinterpret_cast<Address>(base) + size;
size              117 Source/platform/heap/ThreadState.cpp         atomicAdd(&m_unparkedThreadCount, threads.size());
size              126 Source/platform/heap/ThreadState.cpp             for (size_t i = 0; i < interruptors.size(); i++)
size              137 Source/platform/heap/ThreadState.cpp         atomicSubtract(&m_unparkedThreadCount, threads.size());
size              153 Source/platform/heap/ThreadState.cpp             for (size_t i = 0; i < interruptors.size(); i++)
size              299 Source/platform/heap/ThreadState.cpp     for (size_t i = 0; i < m_cleanupTasks.size(); i++)
size              311 Source/platform/heap/ThreadState.cpp     for (size_t i = 0; i < m_cleanupTasks.size(); i++)
size              718 Source/platform/heap/ThreadState.cpp     ASSERT(!m_safePointStackCopy.size());
size              123 Source/platform/image-decoders/ImageDecoder.cpp     return (index < m_frameBufferCache.size()) &&
size              129 Source/platform/image-decoders/ImageDecoder.cpp     if (m_frameBufferCache.size() <= index || m_frameBufferCache[index].status() == ImageFrame::FrameEmpty)
size              138 Source/platform/image-decoders/ImageDecoder.cpp     if (m_frameBufferCache.size() <= 1)
size              142 Source/platform/image-decoders/ImageDecoder.cpp     for (size_t i = 0; i < m_frameBufferCache.size(); ++i) {
size              158 Source/platform/image-decoders/ImageDecoder.cpp     ASSERT(frameIndex <= m_frameBufferCache.size());
size              166 Source/platform/image-decoders/ImageDecoder.cpp         && currBuffer->originalFrameRect().contains(IntRect(IntPoint(), size())))
size              193 Source/platform/image-decoders/ImageDecoder.cpp         return (prevBuffer->originalFrameRect().contains(IntRect(IntPoint(), size()))
size              101 Source/platform/image-decoders/ImageDecoder.h     virtual IntSize size() const { return m_size; }
size              105 Source/platform/image-decoders/ImageDecoder.h     virtual IntSize decodedSize() const { return size(); }
size              114 Source/platform/image-decoders/ImageDecoder.h         return size();
size              193 Source/platform/image-decoders/ImageDecoder.h                 m_outputDeviceProfile = qcms_profile_from_memory(profile.data(), profile.size());
size               60 Source/platform/image-decoders/ImageDecoderTest.cpp         for (size_t i = 0; i < m_frameBufferCache.size(); ++i)
size              133 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp     if (m_data->size() < sizeOfFileHeader)
size               80 Source/platform/image-decoders/bmp/BMPImageReader.cpp         if (!m_buffer->setSize(m_parent->size().width(), m_parent->size().height()))
size               89 Source/platform/image-decoders/bmp/BMPImageReader.cpp         m_buffer->setOriginalFrameRect(IntRect(IntPoint(), m_parent->size()));
size               92 Source/platform/image-decoders/bmp/BMPImageReader.cpp             m_coord.setY(m_parent->size().height() - 1);
size              110 Source/platform/image-decoders/bmp/BMPImageReader.cpp         m_coord.setY(m_isTopDown ? 0 : (m_parent->size().height() - 1));
size              132 Source/platform/image-decoders/bmp/BMPImageReader.cpp     if ((m_decodedOffset > m_data->size()) || ((m_data->size() - m_decodedOffset) < 4))
size              164 Source/platform/image-decoders/bmp/BMPImageReader.cpp     if ((m_decodedOffset > m_data->size()) || ((m_data->size() - m_decodedOffset) < m_infoHeader.biSize) || !readInfoHeader())
size              404 Source/platform/image-decoders/bmp/BMPImageReader.cpp         if ((m_data->size() - m_decodedOffset) < SIZEOF_BITMASKS)
size              476 Source/platform/image-decoders/bmp/BMPImageReader.cpp     if ((m_decodedOffset > m_data->size()) || ((m_data->size() - m_decodedOffset) < tableSizeInBytes))
size              499 Source/platform/image-decoders/bmp/BMPImageReader.cpp     if (m_decodedOffset > m_data->size())
size              527 Source/platform/image-decoders/bmp/BMPImageReader.cpp         if ((m_data->size() - m_decodedOffset) < 2)
size              542 Source/platform/image-decoders/bmp/BMPImageReader.cpp                 if (m_coord.x() < m_parent->size().width())
size              551 Source/platform/image-decoders/bmp/BMPImageReader.cpp                 if ((m_coord.x() < m_parent->size().width()) || (m_isTopDown ? (m_coord.y() < (m_parent->size().height() - 1)) : (m_coord.y() > 0)))
size              558 Source/platform/image-decoders/bmp/BMPImageReader.cpp                 if ((m_data->size() - m_decodedOffset) < 4)
size              567 Source/platform/image-decoders/bmp/BMPImageReader.cpp                 if (((m_coord.x() + dx) > m_parent->size().width()) || pastEndOfImage(dy))
size              598 Source/platform/image-decoders/bmp/BMPImageReader.cpp             const int endX = std::min(m_coord.x() + count, m_parent->size().width());
size              602 Source/platform/image-decoders/bmp/BMPImageReader.cpp                 if ((m_data->size() - m_decodedOffset) < 4)
size              635 Source/platform/image-decoders/bmp/BMPImageReader.cpp     if (m_decodedOffset > m_data->size())
size              639 Source/platform/image-decoders/bmp/BMPImageReader.cpp         numPixels = m_parent->size().width();
size              643 Source/platform/image-decoders/bmp/BMPImageReader.cpp     if (endX > m_parent->size().width())
size              660 Source/platform/image-decoders/bmp/BMPImageReader.cpp         if ((m_data->size() - m_decodedOffset) < paddedNumBytes)
size              189 Source/platform/image-decoders/bmp/BMPImageReader.h         return m_isTopDown ? ((m_coord.y() + numRows) >= m_parent->size().height()) : ((m_coord.y() - numRows) < 0);
size               70 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     return m_frameBufferCache.size();
size              153 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width());
size              154 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     const int yEnd = std::min(static_cast<int>(frameContext->yOffset() + rowNumber + repeatCount), size().height());
size              189 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             if ((sourceValue != transparentPixel) && (sourceValue < colorTable.size())) {
size              199 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             if ((sourceValue != transparentPixel) && (sourceValue < colorTable.size()))
size              232 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (buffer.originalFrameRect().contains(IntRect(IntPoint(), size()))) {
size              266 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     while ((clearExceptFrame < m_frameBufferCache.size()) && (m_frameBufferCache[clearExceptFrame].status() == ImageFrame::FrameEmpty))
size              297 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     const size_t oldSize = m_frameBufferCache.size();
size              312 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (frameRect.maxX() > size().width())
size              313 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             frameRect.setWidth(size().width() - frameRect.x());
size              314 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (frameRect.maxY() > size().height())
size              315 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             frameRect.setHeight(size().height() - frameRect.y());
size              335 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     for (size_t i = framesToDecode.size(); i > 0; --i) {
size              349 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     if (frameIndex >= m_frameBufferCache.size() - 1 && isAllDataReceived() && m_reader && !m_reader->parseCompleted())
size              361 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (!buffer->setSize(size().width(), size().height()))
size              375 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             ASSERT(!prevRect.contains(IntRect(IntPoint(), size())));
size               88 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     size_t frameCount = baselineHashes.size();
size              120 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     size_t frameCount = baselineHashes.size();
size              199 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     for (size_t length = 1; length <= data->size(); ++length) {
size              201 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         decoder->setData(tempData.get(), length == data->size());
size              225 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     for (size_t length = 1; length <= data->size(); ++length) {
size              227 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         decoder->setData(tempData.get(), length == data->size());
size              260 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     const size_t fullLength = fullData->size();
size              298 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     for (size_t i = 0; i < truncatedHashes.size(); ++i) {
size              314 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ASSERT_GE(data->size(), 10u);
size              315 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10);
size              349 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ASSERT_GE(data->size(), 10u);
size              350 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10);
size              436 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     size_t frameCount = baselineHashes.size();
size              344 Source/platform/image-decoders/gif/GIFImageReader.cpp     while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) {
size              368 Source/platform/image-decoders/gif/GIFImageReader.cpp     m_globalColorMap.buildTable(data(0), m_data->size());
size              373 Source/platform/image-decoders/gif/GIFImageReader.cpp     return currentFrame->decode(data(0), m_data->size(), m_client, &frameDecoded)
size              379 Source/platform/image-decoders/gif/GIFImageReader.cpp     ASSERT(m_bytesRead <= m_data->size());
size              381 Source/platform/image-decoders/gif/GIFImageReader.cpp     return parseData(m_bytesRead, m_data->size() - m_bytesRead, query);
size              740 Source/platform/image-decoders/gif/GIFImageReader.cpp     ASSERT(remainingBytes <= m_data->size());
size              741 Source/platform/image-decoders/gif/GIFImageReader.cpp     m_bytesRead = m_data->size() - remainingBytes;
size              747 Source/platform/image-decoders/gif/GIFImageReader.cpp         m_frames.append(adoptPtr(new GIFFrameContext(m_frames.size())));
size              138 Source/platform/image-decoders/gif/GIFImageReader.h     GIFLZWBlock(size_t position, size_t size)
size              140 Source/platform/image-decoders/gif/GIFImageReader.h         , blockSize(size)
size              207 Source/platform/image-decoders/gif/GIFImageReader.h     void addLzwBlock(size_t position, size_t size)
size              209 Source/platform/image-decoders/gif/GIFImageReader.h         m_lzwBlocks.append(GIFLZWBlock(position, size));
size              239 Source/platform/image-decoders/gif/GIFImageReader.h     void setDataSize(int size)
size              241 Source/platform/image-decoders/gif/GIFImageReader.h         m_dataSize = size;
size              310 Source/platform/image-decoders/gif/GIFImageReader.h         return m_frames.last()->isHeaderDefined() ? m_frames.size() : m_frames.size() - 1;
size              321 Source/platform/image-decoders/gif/GIFImageReader.h         return index < m_frames.size() ? m_frames[index].get() : 0;
size              340 Source/platform/image-decoders/gif/GIFImageReader.h         return m_frames.isEmpty() || (m_frames.size() == 1u && !m_frames[0]->isComplete());
size               71 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     for (size_t i = 0; i < m_pngDecoders.size(); ++i)
size               85 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return m_frameSize.isEmpty() ? ImageDecoder::size() : m_frameSize;
size               90 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return (index && (index < m_dirEntries.size())) ? m_dirEntries[index].m_size : size();
size              104 Source/platform/image-decoders/ico/ICOImageDecoder.cpp         m_frameBufferCache.resize(m_dirEntries.size());
size              105 Source/platform/image-decoders/ico/ICOImageDecoder.cpp         for (size_t i = 0; i < m_dirEntries.size(); ++i) {
size              113 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return m_frameBufferCache.size();
size              148 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if (index >= m_dirEntries.size() || m_fileType != CURSOR)
size              174 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     RefPtr<SharedBuffer> pngData(SharedBuffer::create(&m_data->data()[dirEntry.m_imageOffset], m_data->size() - dirEntry.m_imageOffset));
size              190 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     else if ((m_frameBufferCache.size() > index) && (m_frameBufferCache[index].status() == ImageFrame::FrameComplete)) {
size              203 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return (m_decodedOffset >= (sizeOfDirectory + (m_dirEntries.size() * sizeOfDirEntry))) || processDirectoryEntries();
size              208 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < m_dirEntries.size());
size              218 Source/platform/image-decoders/ico/ICOImageDecoder.cpp             ASSERT(m_frameBufferCache.size() == m_dirEntries.size());
size              237 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if (m_pngDecoders[index]->isSizeAvailable() && (m_pngDecoders[index]->size() != dirEntry.m_size))
size              249 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if (m_data->size() < sizeOfDirectory)
size              273 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if ((m_decodedOffset > m_data->size()) || ((m_data->size() - m_decodedOffset) < (m_dirEntries.size() * sizeOfDirEntry)))
size              339 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < m_dirEntries.size());
size              341 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if ((imageOffset > m_data->size()) || ((m_data->size() - imageOffset) < 4))
size               50 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual IntSize size() const OVERRIDE;
size              327 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         unsigned newByteCount = data.size() - m_bufferLength;
size              337 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         m_bufferLength = data.size();
size              534 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
size              632 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     size_t originalBytes = size().width() * size().height() * 4;
size              743 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         buffer.setOriginalFrameRect(IntRect(IntPoint(), size()));
size              174 Source/platform/image-decoders/png/PNGImageDecoder.cpp     void createInterlaceBuffer(int size) { m_interlaceBuffer = new png_byte[size]; }
size              177 Source/platform/image-decoders/png/PNGImageDecoder.cpp     void createRowBuffer(int size) { m_rowBuffer = adoptArrayPtr(new png_byte[size]); }
size              191 Source/platform/image-decoders/png/PNGImageDecoder.cpp         qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
size              404 Source/platform/image-decoders/png/PNGImageDecoder.cpp         if (!buffer.setSize(size().width(), size().height())) {
size              411 Source/platform/image-decoders/png/PNGImageDecoder.cpp             m_reader->createInterlaceBuffer(colorChannels * size().width() * size().height());
size              420 Source/platform/image-decoders/png/PNGImageDecoder.cpp             m_reader->createRowBuffer(colorChannels * size().width());
size              431 Source/platform/image-decoders/png/PNGImageDecoder.cpp         buffer.setOriginalFrameRect(IntRect(IntPoint(), size()));
size              452 Source/platform/image-decoders/png/PNGImageDecoder.cpp     if (y < 0 || y >= size().height())
size              479 Source/platform/image-decoders/png/PNGImageDecoder.cpp         row = interlaceBuffer + (rowIndex * colorChannels * size().width());
size              485 Source/platform/image-decoders/png/PNGImageDecoder.cpp         qcms_transform_data(transform, row, m_reader->rowBuffer(), size().width());
size              493 Source/platform/image-decoders/png/PNGImageDecoder.cpp     int width = size().width();
size              109 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     return m_frameBufferCache.size();
size              129 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     for (size_t i = framesToDecode.size(); i > 0; --i) {
size              137 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         decode(webpFrame.fragment.bytes, webpFrame.fragment.size, false, frameIndex);
size              151 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     if (index >= m_frameBufferCache.size() - 1 && isAllDataReceived() && m_demux && m_demuxState != WEBP_DEMUX_DONE)
size              177 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     bool frameIsLoadedAtIndex = index < m_frameBufferCache.size();
size              183 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     return index < m_frameBufferCache.size() ? m_frameBufferCache[index].duration() : 0;
size              197 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     if (m_data->size() < webpHeaderSize)
size              201 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     WebPData inputData = { reinterpret_cast<const uint8_t*>(m_data->data()), m_data->size() };
size              232 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     const size_t oldFrameCount = m_frameBufferCache.size();
size              250 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             if (frameRect.maxX() > size().width())
size              251 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp                 frameRect.setWidth(size().width() - animatedFrame.x_offset);
size              252 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             if (frameRect.maxY() > size().height())
size              253 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp                 frameRect.setHeight(size().height() - animatedFrame.y_offset);
size              272 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         if (!buffer.setSize(size().width(), size().height()))
size              274 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_frameBackgroundHasAlpha = !buffer.originalFrameRect().contains(IntRect(IntPoint(), size()));
size              287 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             ASSERT(!prevRect.contains(IntRect(IntPoint(), size())));
size              307 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     while ((clearExceptFrame < m_frameBufferCache.size()) && (m_frameBufferCache[clearExceptFrame].status() != ImageFrame::FrameComplete))
size              324 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp void WEBPImageDecoder::createColorTransform(const char* data, size_t size)
size              333 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     qcms_profile* inputProfile = qcms_profile_from_memory(data, size);
size              356 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     size_t profileSize = chunkIterator.chunk.size;
size              483 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     ASSERT(m_frameBufferCache.size() > frameIndex);
size              488 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         if (!buffer.setSize(size().width(), size().height()))
size              494 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         buffer.setOriginalFrameRect(IntRect(IntPoint(), size()));
size              508 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_decoderBuffer.u.RGBA.stride = size().width() * sizeof(ImageFrame::PixelData);
size              509 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_decoderBuffer.u.RGBA.size = m_decoderBuffer.u.RGBA.stride * frameRect.height();
size               90 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     size_t frameCount = baselineHashes.size();
size              122 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     size_t frameCount = baselineHashes.size();
size              346 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         for (size_t length = 1; length <= data->size(); ++length) {
size              348 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             decoder->setData(tempData.get(), length == data->size());
size              394 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     RefPtr<SharedBuffer> data = SharedBuffer::create(fullData->data(), fullData->size() - 1);
size              411 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ASSERT_GT(fullData->size(), partialSize);
size              428 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     const size_t fullLength = fullData->size();
size              464 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     for (size_t i = 0; i < truncatedHashes.size(); ++i) {
size              480 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ASSERT_GE(data->size(), 10u);
size              481 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10);
size              549 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     size_t frameCount = baselineHashes.size();
size               57 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     out->free_in_buffer = out->buffer.size();
size               63 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     out->output->append(out->buffer.data(), out->buffer.size());
size               65 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     out->free_in_buffer = out->buffer.size();
size               72 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     const size_t size = out->buffer.size() - out->free_in_buffer;
size               73 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     out->output->append(out->buffer.data(), size);
size              212 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     return encodePixels(imageData.size(), imageData.data(), false, quality, output);
size               45 Source/platform/image-encoders/skia/PNGImageEncoder.cpp static void writeOutput(png_structp png, png_bytep data, png_size_t size)
size               47 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     static_cast<Vector<unsigned char>*>(png_get_io_ptr(png))->append(data, size);
size              129 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     return encodePixels(imageData.size(), imageData.data(), false, output);
size               43 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp static int writeOutput(const uint8_t* data, size_t size, const WebPPicture* const picture)
size               45 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     static_cast<Vector<unsigned char>*>(picture->custom_ptr)->append(data, size);
size              130 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     return encodePixels(imageData.size(), imageData.data(), false, quality, output);
size               32 Source/platform/mac/WebFontCache.h + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
size               35 Source/platform/mac/WebFontCache.h + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size;
size              108 Source/platform/mediastream/MediaStreamDescriptor.cpp     for (size_t i = 0; i < audioSources.size(); i++)
size              111 Source/platform/mediastream/MediaStreamDescriptor.cpp     for (size_t i = 0; i < videoSources.size(); i++)
size               71 Source/platform/mediastream/MediaStreamDescriptor.h     unsigned numberOfAudioComponents() const { return m_audioComponents.size(); }
size               74 Source/platform/mediastream/MediaStreamDescriptor.h     unsigned numberOfVideoComponents() const { return m_videoComponents.size(); }
size               71 Source/platform/mediastream/RTCConfiguration.h     size_t numberOfServers() { return m_servers.size(); }
size               50 Source/platform/mhtml/ArchiveResource.cpp         unsigned dataSize = data->size();
size              153 Source/platform/mhtml/MHTMLArchive.cpp     for (size_t i = 0; i < resources.size(); ++i) {
size              188 Source/platform/mhtml/MHTMLArchive.cpp             size_t dataLength = resource.data->size();
size              192 Source/platform/mhtml/MHTMLArchive.cpp                 mhtmlData->append(encodedData.data(), encodedData.size());
size              200 Source/platform/mhtml/MHTMLArchive.cpp                 size_t encodedDataLength = encodedData.size();
size              309 Source/platform/mhtml/MHTMLParser.cpp         ASSERT(nextChars.size() == 2);
size              342 Source/platform/mhtml/MHTMLParser.cpp         if (!base64Decode(content->data(), content->size(), data)) {
size              348 Source/platform/mhtml/MHTMLParser.cpp         quotedPrintableDecode(content->data(), content->size(), data);
size              353 Source/platform/mhtml/MHTMLParser.cpp         data.append(content->data(), content->size());
size              369 Source/platform/mhtml/MHTMLParser.cpp     return m_frames.size();
size              379 Source/platform/mhtml/MHTMLParser.cpp     return m_resources.size();
size               57 Source/platform/network/FormData.cpp PassRefPtr<FormData> FormData::create(const void* data, size_t size)
size               60 Source/platform/network/FormData.cpp     result->appendData(data, size);
size               74 Source/platform/network/FormData.cpp     result->appendData(vector.data(), vector.size());
size               89 Source/platform/network/FormData.cpp     size_t n = m_elements.size();
size              111 Source/platform/network/FormData.cpp void FormData::appendData(const void* data, size_t size)
size              116 Source/platform/network/FormData.cpp     size_t oldSize = e.m_data.size();
size              117 Source/platform/network/FormData.cpp     e.m_data.grow(oldSize + size);
size              118 Source/platform/network/FormData.cpp     memcpy(e.m_data.data() + oldSize, data, size);
size              150 Source/platform/network/FormData.cpp     size_t n = m_elements.size();
size              154 Source/platform/network/FormData.cpp             data.append(e.m_data.data(), static_cast<size_t>(e.m_data.size()));
size              162 Source/platform/network/FormData.cpp     return Latin1Encoding().decode(reinterpret_cast<const char*>(bytes.data()), bytes.size());
size               50 Source/platform/network/HTTPHeaderMap.cpp     data->reserveInitialCapacity(size());
size               62 Source/platform/network/HTTPHeaderMap.cpp     size_t dataSize = data->size();
size              245 Source/platform/network/HTTPParsers.cpp     unsigned length = keyValuePairs.size();
size              468 Source/platform/network/HTTPParsers.cpp     for (size_t i = 0; i < headers.size(); i++) {
size              628 Source/platform/network/HTTPParsers.cpp             failureReason = "Unexpected CR in name at " + trimInputSample(name.data(), name.size());
size              631 Source/platform/network/HTTPParsers.cpp             failureReason = "Unexpected LF in name at " + trimInputSample(name.data(), name.size());
size              652 Source/platform/network/HTTPParsers.cpp             failureReason = "Unexpected LF in value at " + trimInputSample(value.data(), value.size());
size              666 Source/platform/network/HTTPParsers.cpp     nameStr = AtomicString::fromUTF8(name.data(), name.size());
size              667 Source/platform/network/HTTPParsers.cpp     valueStr = AtomicString::fromUTF8(value.data(), value.size());
size              214 Source/platform/network/ParsedContentType.cpp     return m_parameters.size();
size               64 Source/platform/network/ProxyServer.cpp     for (size_t i = 0; i < proxyServers.size(); ++i) {
size              348 Source/platform/network/ResourceResponse.cpp         size_t directivesSize = directives.size();
size              133 Source/platform/network/SocketStreamHandle.cpp     WTF_LOG(Network, "SocketStreamHandleInternal %p didReceiveData() Received %lu bytes", this, static_cast<unsigned long>(data.size()));
size              137 Source/platform/network/SocketStreamHandle.cpp             m_handle->m_client->didReceiveSocketStreamData(m_handle, data.data(), data.size());
size              191 Source/platform/network/SocketStreamHandle.cpp         if (m_buffer.size() + length > bufferSize) {
size              205 Source/platform/network/SocketStreamHandle.cpp     if (m_buffer.size() + length - bytesWritten > bufferSize) {
size              259 Source/platform/network/SocketStreamHandle.cpp         ASSERT(m_buffer.size() - bytesWritten <= bufferSize);
size               58 Source/platform/network/SocketStreamHandle.h     size_t bufferedAmount() const { return m_buffer.size(); }
size               71 Source/platform/plugins/PluginData.cpp     for (unsigned i = 0; i < m_plugins.size(); ++i) {
size               73 Source/platform/plugins/PluginData.cpp         for (unsigned j = 0; j < plugin.mimes.size(); ++j) {
size               82 Source/platform/plugins/PluginData.cpp     for (unsigned i = 0; i < m_mimes.size(); ++i)
size               90 Source/platform/plugins/PluginData.cpp     for (unsigned i = 0; i < m_mimes.size(); ++i) {
size              117 Source/platform/plugins/PluginData.cpp     for (size_t i = 0; i < plugins.size(); ++i)
size              130 Source/platform/plugins/PluginData.cpp     for (size_t i = 0; i < plugins.size(); ++i) {
size              131 Source/platform/plugins/PluginData.cpp         for (size_t j = 0; j < plugins[i].mimes.size(); ++j) {
size              134 Source/platform/plugins/PluginData.cpp             for (size_t k = 0; k < extensions.size(); ++k) {
size              183 Source/platform/scroll/ScrollView.cpp     return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(frameRect().size()) : frameRect().size();
size              186 Source/platform/scroll/ScrollView.cpp IntSize ScrollView::excludeScrollbars(const IntSize& size) const
size              196 Source/platform/scroll/ScrollView.cpp     return IntSize(max(0, size.width() - verticalScrollbarWidth),
size              197 Source/platform/scroll/ScrollView.cpp         max(0, size.height() - horizontalScrollbarHeight));
size              250 Source/platform/scroll/ScrollView.cpp         IntSize scrollSize = m_contentsSize - visibleContentRect().size();
size              368 Source/platform/scroll/ScrollView.cpp         IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
size              724 Source/platform/scroll/ScrollView.cpp     if (scrollbarRect.size() == graphicsLayer->size())
size              727 Source/platform/scroll/ScrollView.cpp     graphicsLayer->setSize(scrollbarRect.size());
size              744 Source/platform/scroll/ScrollView.cpp     if (cornerRect.size() != graphicsLayer->size())
size              746 Source/platform/scroll/ScrollView.cpp     graphicsLayer->setSize(cornerRect.size());
size              869 Source/platform/scroll/ScrollView.cpp         IntRect visibleAreaWithoutScrollbars(location(), visibleContentRect().size());
size              895 Source/platform/scroll/ScrollView.cpp         IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size());
size              899 Source/platform/scroll/ScrollView.cpp         context->clip(IntRect(IntPoint(), visibleAreaWithScrollbars.size()));
size              122 Source/platform/scroll/ScrollView.h     IntSize visibleSize() const { return visibleContentRect().size(); }
size               48 Source/platform/scroll/Scrollbar.cpp PassRefPtr<Scrollbar> Scrollbar::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size)
size               50 Source/platform/scroll/Scrollbar.cpp     return adoptRef(new Scrollbar(scrollableArea, orientation, size));
size               59 Source/platform/scroll/Scrollbar.h     virtual IntSize size() const OVERRIDE { return Widget::size(); }
size              249 Source/platform/scroll/ScrollbarTheme.cpp         float size = usedTotalSize(scrollbar) - scrollbar->visibleSize();
size              251 Source/platform/scroll/ScrollbarTheme.cpp         if (!size)
size              253 Source/platform/scroll/ScrollbarTheme.cpp         float pos = std::max(0.0f, scrollbar->currentPos()) * (trackLength(scrollbar) - thumbLength(scrollbar)) / size;
size               47 Source/platform/scroll/ScrollbarThemeClient.h     virtual IntSize size() const = 0;
size              149 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp         IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarUpArrow);
size              150 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp         return IntSize(size.width(), scrollbar->height() < 2 * size.height() ? scrollbar->height() / 2 : size.height());
size              154 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarLeftArrow);
size              155 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     return IntSize(scrollbar->width() < 2 * size.width() ? scrollbar->width() / 2 : size.width(), size.height());
size              161 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp         IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalThumb);
size              162 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp         return size.height();
size              165 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarHorizontalThumb);
size              166 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     return size.width();
size               50 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     IntSize size = buttonSize(scrollbar);
size               51 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     return IntRect(scrollbar->x(), scrollbar->y(), size.width(), size.height());
size               60 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     IntSize size = buttonSize(scrollbar);
size               63 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp         x = scrollbar->x() + scrollbar->width() - size.width();
size               67 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp         y = scrollbar->y() + scrollbar->height() - size.height();
size               69 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     return IntRect(x, y, size.width(), size.height());
size              106 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     if (!tickmarks.size())
size               47 Source/platform/testing/ArenaTestHelpers.h     virtual void* allocate(size_t size) OVERRIDE
size               49 Source/platform/testing/ArenaTestHelpers.h         void* result = PODArena::FastMallocAllocator::allocate(size);
size               69 Source/platform/testing/ArenaTestHelpers.h         return m_allocatedRegions.size();
size               93 Source/platform/text/BidiContext.cpp     ASSERT(contexts.size());
size               96 Source/platform/text/BidiContext.cpp     for (int i = contexts.size() - 1; i > 0; --i)
size              119 Source/platform/text/BidiResolver.h         if (m_midpoints.size() <= m_numMidpoints)
size              509 Source/platform/text/BidiResolver.h     for (size_t i = 0; i < m_currentExplicitEmbeddingSequence.size(); ++i) {
size              168 Source/platform/text/BidiResolverTest.cpp         for (size_t i = 0; i < input.size(); i++) {
size              178 Source/platform/text/BidiResolverTest.cpp     TextRun textRun(input.data(), input.size());
size              203 Source/platform/text/BidiResolverTest.cpp     actualLevels.assign(input.size(), -1);
size              221 Source/platform/text/BidiResolverTest.cpp     if (expectedOrder.size() != actualOrder.size()) {
size              223 Source/platform/text/BidiResolverTest.cpp         EXPECT_EQ(expectedOrder.size(), actualOrder.size()) << errorContext.str();
size              229 Source/platform/text/BidiResolverTest.cpp     if (expectedLevels.size() != actualLevels.size()) {
size              231 Source/platform/text/BidiResolverTest.cpp         EXPECT_EQ(expectedLevels.size(), actualLevels.size()) << errorContext.str();
size              233 Source/platform/text/BidiResolverTest.cpp         for (size_t i = 0; i < expectedLevels.size(); i++) {
size              110 Source/platform/text/BidiTestHarness.h     if (firstSpaceAtEndOfString >= s.size())
size              140 Source/platform/text/BidiTestHarness.h     for (size_t x = 0; x < strings.size(); x++) {
size              151 Source/platform/text/BidiTestHarness.h     for (size_t x = 0; x < strings.size(); x++) {
size              196 Source/platform/text/BidiTestHarness.h     for (size_t i = 0; i < charClasses.size(); i++) {
size              150 Source/platform/text/DateTimeFormatTest.cpp             for (unsigned index = 0; index < m_tokens.size(); ++index) {
size              190 Source/platform/text/DateTimeFormatTest.cpp             return index >=0 && index < static_cast<int>(m_tokens.size()) ? m_tokens[index].fieldType : DateTimeFormat::FieldTypeInvalid;
size              120 Source/platform/text/DecodeEscapeSequences.h         ASSERT(buffer.size() >= static_cast<size_t>(p - buffer.data())); // Prove buffer not overrun.
size               55 Source/platform/text/LineEnding.cpp     virtual char* allocate(size_t size) OVERRIDE
size               58 Source/platform/text/LineEnding.cpp         m_buffer = CString::newUninitialized(size, ptr);
size               81 Source/platform/text/LineEnding.cpp     virtual char* allocate(size_t size) OVERRIDE
size               83 Source/platform/text/LineEnding.cpp         size_t oldSize = m_buffer.size();
size               84 Source/platform/text/LineEnding.cpp         m_buffer.grow(oldSize + size);
size              180 Source/platform/text/LineEnding.cpp     size_t oldResultSize = result.size();
size              132 Source/platform/text/LocaleICU.cpp     ASSERT(symbols.size() == DecimalSymbolsSize);
size              169 Source/platform/text/LocaleICU.cpp PassOwnPtr<Vector<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size)
size              173 Source/platform/text/LocaleICU.cpp     if (udat_countSymbols(dateFormat, type) != startIndex + size)
size              177 Source/platform/text/LocaleICU.cpp     labels->reserveCapacity(size);
size              178 Source/platform/text/LocaleICU.cpp     for (int32_t i = 0; i < size; ++i) {
size              323 Source/platform/text/LocaleICU.cpp     int32_t length = udatpg_getBestPattern(patternGenerator, skeletonCharacters.data(), skeletonCharacters.size(), 0, 0, &status);
size              327 Source/platform/text/LocaleICU.cpp         udatpg_getBestPattern(patternGenerator, skeletonCharacters.data(), skeletonCharacters.size(), buffer.characters(), length, &status);
size               82 Source/platform/text/LocaleICU.h     PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
size              545 Source/platform/text/LocaleWin.cpp     ASSERT(symbols.size() == DecimalSeparatorIndex);
size              547 Source/platform/text/LocaleWin.cpp     ASSERT(symbols.size() == GroupSeparatorIndex);
size              549 Source/platform/text/LocaleWin.cpp     ASSERT(symbols.size() == DecimalSymbolsSize);
size              239 Source/platform/text/PlatformLocale.cpp     for (size_t i = 0; i < symbols.size(); ++i) {
size               59 Source/platform/text/QuotedPrintable.cpp     quotedPrintableEncode(in.data(), in.size(), out);
size              118 Source/platform/text/QuotedPrintable.cpp     quotedPrintableDecode(in.data(), in.size(), out);
size               80 Source/platform/text/SuffixTree.h             for (unsigned i = 0; i < m_children.size(); ++i) {
size               56 Source/platform/text/TextBreakIteratorICU.cpp         for (size_t i = 0; i < m_pool.size(); ++i) {
size               90 Source/platform/text/TextBreakIteratorICU.cpp         if (m_pool.size() == capacity) {
size              749 Source/platform/text/TextBreakIteratorICU.cpp         iterator = new icu::RuleBasedBreakIterator(icu::UnicodeString(rules.data(), rules.size()), parseStatus, openStatus);
size              263 Source/platform/text/TextRun.h inline void TextRun::setTabSize(bool allow, unsigned size)
size              266 Source/platform/text/TextRun.h     m_tabSize = size;
size               84 Source/platform/text/TextStream.h     unsigned size = vector.size();
size               85 Source/platform/text/TextStream.h     for (unsigned i = 0; i < size; ++i) {
size               87 Source/platform/text/TextStream.h         if (i < size - 1)
size              146 Source/platform/text/UnicodeUtilitiesTest.cpp     foldQuoteMarksAndSoftHyphens(buffer.data(), buffer.size());
size              257 Source/platform/transforms/AffineTransform.cpp IntSize AffineTransform::mapSize(const IntSize& size) const
size              259 Source/platform/transforms/AffineTransform.cpp     double width2 = size.width() * xScale();
size              260 Source/platform/transforms/AffineTransform.cpp     double height2 = size.height() * yScale();
size              265 Source/platform/transforms/AffineTransform.cpp FloatSize AffineTransform::mapSize(const FloatSize& size) const
size              267 Source/platform/transforms/AffineTransform.cpp     double width2 = size.width() * xScale();
size              268 Source/platform/transforms/AffineTransform.cpp     double height2 = size.height() * yScale();
size               41 Source/platform/transforms/Matrix3DTransformOperation.cpp     FloatSize size;
size               45 Source/platform/transforms/Matrix3DTransformOperation.cpp         from->apply(fromT, size);
size               47 Source/platform/transforms/Matrix3DTransformOperation.cpp     apply(toT, size);
size               37 Source/platform/transforms/MatrixTransformOperation.cpp     FloatSize size;
size               41 Source/platform/transforms/TransformOperations.cpp     if (m_operations.size() != o.m_operations.size())
size               44 Source/platform/transforms/TransformOperations.cpp     unsigned s = m_operations.size();
size               55 Source/platform/transforms/TransformOperations.cpp     size_t numOperations = operations().size();
size               57 Source/platform/transforms/TransformOperations.cpp     if (numOperations != other.operations().size())
size               72 Source/platform/transforms/TransformOperations.cpp     unsigned fromSize = from.operations().size();
size               73 Source/platform/transforms/TransformOperations.cpp     unsigned toSize = operations().size();
size               74 Source/platform/transforms/TransformOperations.cpp     unsigned size = max(fromSize, toSize);
size               75 Source/platform/transforms/TransformOperations.cpp     for (unsigned i = 0; i < size; i++) {
size              102 Source/platform/transforms/TransformOperations.cpp     if (from == *this || (!from.size() && !size()))
size              106 Source/platform/transforms/TransformOperations.cpp     if (!from.size() || !size() || from.operationsMatch(*this))
size               48 Source/platform/transforms/TransformOperations.h         for (unsigned i = 0; i < m_operations.size(); ++i)
size               56 Source/platform/transforms/TransformOperations.h         for (unsigned i = 0; i < m_operations.size(); ++i)
size               64 Source/platform/transforms/TransformOperations.h         for (unsigned i = 0; i < m_operations.size(); ++i) {
size               81 Source/platform/transforms/TransformOperations.h     size_t size() const { return m_operations.size(); }
size               82 Source/platform/transforms/TransformOperations.h     const TransformOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; }
size               99 Source/platform/weborigin/SecurityPolicy.cpp         for (size_t i = 0; i < list->size();  ++i) {
size              162 Source/web/ChromeClientImpl.cpp         rect.width = m_webView->size().width;
size              163 Source/web/ChromeClientImpl.cpp         rect.height = m_webView->size().height;
size              529 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
size              534 Source/web/ChromeClientImpl.cpp     webframe->didChangeContentsSize(size);
size              536 Source/web/ChromeClientImpl.cpp         webframe->client()->didChangeContentsSize(webframe, size);
size              630 Source/web/ChromeClientImpl.cpp     if (params.selectedFiles.size() > 0)
size              654 Source/web/ChromeClientImpl.cpp     ASSERT(fileChooser && fileChooser->settings().selectedFiles.size());
size              874 Source/web/ChromeClientImpl.cpp     WebVector<WebNode> elementVector(static_cast<size_t>(elements.size()));
size              875 Source/web/ChromeClientImpl.cpp     size_t elementsCount = elements.size();
size               87 Source/web/ColorChooserPopupUIController.cpp     for (unsigned i = 0; i < suggestions.size(); i++)
size               43 Source/web/CompositionUnderlineVectorBuilder.cpp     size_t size = underlines.size();
size               44 Source/web/CompositionUnderlineVectorBuilder.cpp     reserveCapacity(size);
size               45 Source/web/CompositionUnderlineVectorBuilder.cpp     for (size_t i = 0; i < size; ++i)
size              163 Source/web/ContextMenuClientImpl.cpp     if (markers.size() != 1)
size              390 Source/web/ContextMenuClientImpl.cpp     for (size_t i = 0; i < inputMenu.size(); ++i) {
size              418 Source/web/ContextMenuClientImpl.cpp     WebVector<WebMenuItemInfo> outputItems(subItems.size());
size              419 Source/web/ContextMenuClientImpl.cpp     for (size_t i = 0; i < subItems.size(); ++i)
size              144 Source/web/DateTimeChooserImpl.cpp     if (m_parameters.suggestions.size()) {
size              148 Source/web/DateTimeChooserImpl.cpp         for (unsigned i = 0; i < m_parameters.suggestions.size(); i++) {
size              161 Source/web/ExternalPopupMenu.cpp     if (!indices.size())
size              164 Source/web/ExternalPopupMenu.cpp         for (size_t i = 0; i < indices.size(); ++i)
size              165 Source/web/ExternalPopupMenu.cpp             m_popupMenuClient->listBoxSelectItem(indices[i], (i > 0), false, (i == indices.size() - 1));
size              219 Source/web/LinkHighlight.cpp     ASSERT(quads.size());
size              225 Source/web/LinkHighlight.cpp     for (size_t quadIndex = 0; quadIndex < quads.size(); ++quadIndex) {
size              237 Source/web/LinkHighlight.cpp         if (quads.size() == 1 && transformedQuad.isRectilinear()) {
size              250 Source/web/LinkHighlight.cpp         m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
size              133 Source/web/PageOverlay.cpp     FloatSize size(m_viewImpl->size());
size              134 Source/web/PageOverlay.cpp     if (size != m_layer->size()) {
size              138 Source/web/PageOverlay.cpp         m_layer->setSize(size);
size              163 Source/web/PageOverlay.cpp         const WebSize& size = m_viewImpl->size();
size              164 Source/web/PageOverlay.cpp         WebRect damagedRect(0, 0, size.width, size.height);
size               59 Source/web/PageOverlayList.cpp         index = m_pageOverlays.size() - 1;
size               70 Source/web/PageOverlayList.cpp     for (size_t i = index; i + 1 < m_pageOverlays.size(); ++i) {
size               89 Source/web/PageOverlayList.cpp         for (size_t i = 0; i < m_pageOverlays.size(); ++i)
size              111 Source/web/PageOverlayList.cpp     for (size_t i = 0; i < m_pageOverlays.size(); ++i)
size              117 Source/web/PageOverlayList.cpp     for (size_t i = 0; i < m_pageOverlays.size(); ++i)
size              123 Source/web/PageOverlayList.cpp     for (size_t i = 0; i < m_pageOverlays.size(); ++i) {
size              132 Source/web/PageOverlayList.cpp     for (size_t i = 0; i < m_pageOverlays.size(); ++i) {
size               52 Source/web/PageOverlayList.h     bool empty() const { return !m_pageOverlays.size(); }
size              422 Source/web/PopupContainer.cpp     if (size() != widgetRectInScreen.size())
size              423 Source/web/PopupContainer.cpp         resize(widgetRectInScreen.size());
size              488 Source/web/PopupContainer.cpp     WebVector<WebMenuItemInfo> outputItems(inputItems.size());
size              490 Source/web/PopupContainer.cpp     for (size_t i = 0; i < inputItems.size(); ++i) {
size              236 Source/web/PopupListBox.cpp         adjustSelectedIndex(m_items.size());
size              509 Source/web/PopupListBox.cpp         return m_items.size()-1;
size              697 Source/web/PopupListBox.cpp     int size = m_popupClient->listSize();
size              698 Source/web/PopupListBox.cpp     for (int i = 0; i < size; ++i) {
size              135 Source/web/PopupListBox.h     int numItems() const { return static_cast<int>(m_items.size()); }
size              208 Source/web/ScrollbarGroup.cpp     IntSize size;
size              210 Source/web/ScrollbarGroup.cpp         size.setWidth(m_horizontalScrollbar->scrollbar()->totalSize());
size              212 Source/web/ScrollbarGroup.cpp         size.setWidth(m_verticalScrollbar->scrollbar()->x());
size              214 Source/web/ScrollbarGroup.cpp             size.expand(WebPluginScrollbar::defaultThickness(), 0);
size              217 Source/web/ScrollbarGroup.cpp         size.setHeight(m_verticalScrollbar->scrollbar()->totalSize());
size              219 Source/web/ScrollbarGroup.cpp         size.setHeight(m_horizontalScrollbar->scrollbar()->y());
size              221 Source/web/ScrollbarGroup.cpp             size.expand(0, WebPluginScrollbar::defaultThickness());
size              223 Source/web/ScrollbarGroup.cpp     return size;
size               99 Source/web/SpeechInputClientImpl.cpp     WebCore::SpeechInputResultArray webcoreResults(results.size());
size              100 Source/web/SpeechInputClientImpl.cpp     for (size_t i = 0; i < results.size(); ++i)
size              107 Source/web/SpeechRecognitionClientProxy.cpp     WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionResult> > finalResultsVector(newFinalResults.size());
size              108 Source/web/SpeechRecognitionClientProxy.cpp     for (size_t i = 0; i < newFinalResults.size(); ++i)
size              111 Source/web/SpeechRecognitionClientProxy.cpp     WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionResult> > interimResultsVector(currentInterimResults.size());
size              112 Source/web/SpeechRecognitionClientProxy.cpp     for (size_t i = 0; i < currentInterimResults.size(); ++i)
size              190 Source/web/SpellCheckerClientImpl.cpp     if (!webResults.size())
size              197 Source/web/SpellCheckerClientImpl.cpp     for (size_t i = 0; i < webResults.size(); ++i) {
size              206 Source/web/SpellCheckerClientImpl.cpp     if (!details.size())
size              462 Source/web/TextFinder.cpp         filteredMatches.reserveCapacity(m_findMatchesCache.size() - deadMatches);
size              500 Source/web/TextFinder.cpp     frameRects.reserveCapacity(frameRects.size() + m_findMatchesCache.size());
size              536 Source/web/TextFinder.cpp     for (size_t i = 0; i < m_findMatchesCache.size(); ++i) {
size              552 Source/web/TextFinder.cpp     ASSERT_WITH_SECURITY_IMPLICATION(index < m_findMatchesCache.size());
size               62 Source/web/ViewportAnchor.cpp         IntSize pointOffset = viewRect.size();
size               93 Source/web/ViewportAnchor.cpp     FloatSize anchorOffset = viewRect.size();
size              117 Source/web/ViewportAnchor.cpp     FloatSize anchorOffsetFromNode = currentNodeBounds.size();
size              187 Source/web/WebAXObject.cpp     return m_private->children().size();
size              195 Source/web/WebAXObject.cpp     if (m_private->children().size() <= index)
size              433 Source/web/WebAXObject.cpp     WebVector<WebAXObject> result(controls.size());
size              434 Source/web/WebAXObject.cpp     for (size_t i = 0; i < controls.size(); i++)
size              449 Source/web/WebAXObject.cpp     WebVector<WebAXObject> result(describedby.size());
size              450 Source/web/WebAXObject.cpp     for (size_t i = 0; i < describedby.size(); i++)
size              473 Source/web/WebAXObject.cpp     WebVector<WebAXObject> result(flowTo.size());
size              474 Source/web/WebAXObject.cpp     for (size_t i = 0; i < flowTo.size(); i++)
size              489 Source/web/WebAXObject.cpp     WebVector<WebAXObject> result(labelledby.size());
size              490 Source/web/WebAXObject.cpp     for (size_t i = 0; i < labelledby.size(); i++)
size              537 Source/web/WebAXObject.cpp     WebVector<WebAXObject> result(owns.size());
size              538 Source/web/WebAXObject.cpp     for (size_t i = 0; i < owns.size(); i++)
size              909 Source/web/WebAXObject.cpp     size_t vectorSize = lineBreaksVector.size();
size              972 Source/web/WebAXObject.cpp     if (rowIndex < rows.size())
size              987 Source/web/WebAXObject.cpp     if (columnIndex < columns.size())
size             1105 Source/web/WebAXObject.cpp     size_t vectorSize = offsetsVector.size();
size             1120 Source/web/WebAXObject.cpp     WebVector<int> startsWebVector(words.size());
size             1121 Source/web/WebAXObject.cpp     WebVector<int> endsWebVector(words.size());
size             1122 Source/web/WebAXObject.cpp     for (size_t i = 0; i < words.size(); i++) {
size              317 Source/web/WebBindings.cpp     v8::Handle<v8::Array> result = v8::Array::New(isolate, data.size());
size              318 Source/web/WebBindings.cpp     for (size_t i = 0; i < data.size(); ++i)
size              328 Source/web/WebBindings.cpp     v8::Handle<v8::Array> result = v8::Array::New(isolate, data.size());
size              329 Source/web/WebBindings.cpp     for (size_t i = 0; i < data.size(); ++i)
size               44 Source/web/WebBlob.cpp WebBlob WebBlob::createFromFile(const WebString& path, long long size)
size               48 Source/web/WebBlob.cpp     RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size));
size               46 Source/web/WebCache.cpp     to.size = static_cast<size_t>(from.size);
size               80 Source/web/WebDOMEventListenerPrivate.cpp     for (size_t i = 0; i < m_listenerWrappers.size(); ++i) {
size               74 Source/web/WebDOMMessageEvent.cpp     WebMessagePortChannelArray webChannels(channels ? channels->size() : 0);
size               76 Source/web/WebDOMMessageEvent.cpp         for (size_t i = 0; i < channels->size(); ++i)
size               76 Source/web/WebDatabase.cpp void WebDatabase::updateDatabaseSize(const WebString& originIdentifier, const WebString& name, long long size)
size               78 Source/web/WebDatabase.cpp     QuotaTracker::instance().updateDatabaseSize(originIdentifier, name, size);
size              226 Source/web/WebDevToolsAgentImpl.cpp     inspectorController()->webViewResized(m_webViewImpl->size());
size              290 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::webViewResized(const WebSize& size)
size              616 Source/web/WebDevToolsAgentImpl.cpp     for (size_t i = 0; i < m_frontendMessageQueue.size(); ++i)
size              167 Source/web/WebDevToolsFrontendImpl.cpp     ScriptController::callFunction(frame->frame()->document(), function, dispatcherObject, args.size(), args.data(), isolate);
size              222 Source/web/WebDocument.cpp     selectors.append(webSelectors.data(), webSelectors.size());
size              281 Source/web/WebDocument.cpp         draggableRegions = WebVector<WebDraggableRegion>(regions.size());
size              282 Source/web/WebDocument.cpp         for (size_t i = 0; i < regions.size(); i++) {
size              123 Source/web/WebDragData.cpp     for (size_t i = 0; i < itemList.size(); ++i)
size               48 Source/web/WebFileChooserCompletionImpl.cpp     for (size_t i = 0; i < fileNames.size(); ++i)
size               58 Source/web/WebFileChooserCompletionImpl.cpp     for (size_t i = 0; i < files.size(); ++i)
size               44 Source/web/WebFontDescription.cpp     size = desc.specifiedSize();
size               61 Source/web/WebFontDescription.cpp     desc.setSpecifiedSize(size);
size               62 Source/web/WebFontDescription.cpp     desc.setComputedSize(size);
size              344 Source/web/WebFrameImpl.cpp         size_t numPages = pageRects().size();
size              867 Source/web/WebFrameImpl.cpp         WebVector<v8::Local<v8::Value> > v8Results(scriptResults.size());
size              868 Source/web/WebFrameImpl.cpp         for (unsigned i = 0; i < scriptResults.size(); i++)
size             1218 Source/web/WebFrameImpl.cpp     if (markers.size() < 1 || markers[0]->startOffset() >= markers[0]->endOffset())
size             1459 Source/web/WebFrameImpl.cpp     IntSize size = pageSize;
size             1460 Source/web/WebFrameImpl.cpp     frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft);
size             1461 Source/web/WebFrameImpl.cpp     pageSize = size;
size             1556 Source/web/WebFrameImpl.cpp         Vector<IntRect> tickmarksConverted(tickmarks.size());
size             1557 Source/web/WebFrameImpl.cpp         for (size_t i = 0; i < tickmarks.size(); ++i)
size             1737 Source/web/WebFrameImpl.cpp void WebFrameImpl::didChangeContentsSize(const IntSize& size)
size             1757 Source/web/WebFrameImpl.cpp     frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent());
size               55 Source/web/WebHistoryItem.cpp         for (size_t i = 0; i < formData->elements().size(); ++i) {
size               63 Source/web/WebHistoryItem.cpp     for (size_t i = 0; i < filePaths.size(); ++i)
size               67 Source/web/WebHistoryItem.cpp     for (size_t i = 0; i < children.size(); ++i)
size              152 Source/web/WebHistoryItem.cpp     for (size_t i = 0; i < state.size(); ++i)
size              215 Source/web/WebHistoryItem.cpp     for (size_t i = 0; i < items.size(); ++i)
size               94 Source/web/WebIDBKey.cpp     keys.reserveCapacity(array.size());
size               95 Source/web/WebIDBKey.cpp     for (size_t i = 0; i < array.size(); ++i) {
size              126 Source/web/WebIDBKey.cpp     WebVector<WebIDBKey> keys(array.size());
size              128 Source/web/WebIDBKey.cpp     for (size_t i = 0; i < array.size(); ++i) {
size               46 Source/web/WebIDBKeyPath.cpp     for (size_t i = 0; i < keyPath.size(); ++i)
size               43 Source/web/WebIDBMetadata.cpp     objectStores = WebVector<ObjectStore>(static_cast<size_t>(metadata.objectStores.size()));
size               54 Source/web/WebIDBMetadata.cpp         webObjectStore.indexes = WebVector<Index>(static_cast<size_t>(objectStore.indexes.size()));
size               75 Source/web/WebIDBMetadata.cpp     for (size_t i = 0; i < objectStores.size(); ++i) {
size               79 Source/web/WebIDBMetadata.cpp         for (size_t j = 0; j < webObjectStore.indexes.size(); ++j) {
size               40 Source/web/WebImageCache.cpp void WebImageCache::setCacheLimitInBytes(size_t size)
size               42 Source/web/WebImageCache.cpp     ImageDecodingStore::instance()->setCacheLimitInBytes(size);
size               89 Source/web/WebImageDecoder.cpp     return m_private->size();
size               97 Source/web/WebInputElement.cpp     return constUnwrap<HTMLInputElement>()->size();
size               75 Source/web/WebMediaDevicesRequest.cpp     MediaDeviceInfoVector devices(webDevices.size());
size               76 Source/web/WebMediaDevicesRequest.cpp     for (size_t i = 0; i < webDevices.size(); ++i)
size              315 Source/web/WebPagePopupImpl.cpp     m_widgetClient->didInvalidateRect(IntRect(0, 0, size().width, size().height));
size               72 Source/web/WebPagePopupImpl.h     virtual WebSize size() OVERRIDE;
size              125 Source/web/WebPageSerializer.cpp     for (size_t i = 0; i < supportedSchemes.size(); ++i) {
size              167 Source/web/WebPageSerializer.cpp         resource.data = WebCString(iter->data->data(), iter->data->size());
size              187 Source/web/WebPageSerializer.cpp     return WebCString(mhtml->data(), mhtml->size());
size              194 Source/web/WebPageSerializer.cpp     return WebCString(mhtml->data(), mhtml->size());
size              233 Source/web/WebPageSerializer.cpp     WebVector<WebURL> resultResourceURLs(resourceKURLs.size());
size              234 Source/web/WebPageSerializer.cpp     for (size_t i = 0; i < resourceKURLs.size(); ++i) {
size              243 Source/web/WebPageSerializer.cpp     WebVector<WebURL> resultFrameURLs(frameKURLs.size());
size              244 Source/web/WebPageSerializer.cpp     for (size_t i = 0; i < frameKURLs.size(); ++i)
size              449 Source/web/WebPageSerializerImpl.cpp     ASSERT(links.size() == localPaths.size());
size              450 Source/web/WebPageSerializerImpl.cpp     for (size_t i = 0; i < links.size(); i++) {
size              471 Source/web/WebPageSerializerImpl.cpp     for (int i = 0; i < static_cast<int>(m_frames.size()); ++i) {
size              497 Source/web/WebPageSerializerImpl.cpp     for (unsigned i = 0; i < m_frames.size(); ++i) {
size               56 Source/web/WebPasswordFormData.cpp     switch (fields->passwords.size()) {
size               65 Source/web/WebPasswordFormUtils.cpp     for (size_t i = 0; i < formElements.size(); i++) {
size               79 Source/web/WebPasswordFormUtils.cpp         if ((fields->passwords.size() < maxPasswords)
size              510 Source/web/WebPluginContainerImpl.cpp     if (nodes.size() != 1)
size              676 Source/web/WebPluginContainerImpl.cpp     for (size_t i = 0; i < m_pluginLoadObservers.size(); ++i)
size              897 Source/web/WebPluginContainerImpl.cpp     for (size_t i = 0; i < cutOutRects.size(); i++)
size               99 Source/web/WebPluginScrollbarImpl.cpp     tickmarks.resize(ticks.size());
size              100 Source/web/WebPluginScrollbarImpl.cpp     for (size_t i = 0; i < ticks.size(); ++i)
size              132 Source/web/WebPluginScrollbarImpl.cpp     return m_scrollbar->frameRect().size();
size              219 Source/web/WebPluginScrollbarImpl.cpp void WebPluginScrollbarImpl::setDocumentSize(int size)
size              222 Source/web/WebPluginScrollbarImpl.cpp     m_scrollbar->setEnabled(size > length);
size              223 Source/web/WebPluginScrollbarImpl.cpp     m_scrollbar->setProportion(length, size);
size               62 Source/web/WebPluginScrollbarImpl.h     virtual WebSize size() const OVERRIDE;
size               68 Source/web/WebPopupMenuImpl.h     virtual WebSize size() OVERRIDE FINAL { return m_size; }
size              130 Source/web/WebRange.cpp     for (unsigned i = 0; i < quads.size(); ++i) {
size              103 Source/web/WebSearchableFormData.cpp     if (select->multiple() || select->size() > 1) {
size               47 Source/web/WebSelectElement.cpp     WebVector<WebElement> items(sourceItems.size());
size               48 Source/web/WebSelectElement.cpp     for (size_t i = 0; i < sourceItems.size(); ++i)
size              107 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setDefaultFontSize(int size)
size              109 Source/web/WebSettingsImpl.cpp     m_settings->setDefaultFontSize(size);
size              112 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setDefaultFixedFontSize(int size)
size              114 Source/web/WebSettingsImpl.cpp     m_settings->setDefaultFixedFontSize(size);
size              122 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setMinimumFontSize(int size)
size              124 Source/web/WebSettingsImpl.cpp     m_settings->setMinimumFontSize(size);
size              127 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setMinimumLogicalFontSize(int size)
size              129 Source/web/WebSettingsImpl.cpp     m_settings->setMinimumLogicalFontSize(size);
size              143 Source/web/WebSocketImpl.cpp         m_client->didReceiveArrayBuffer(WebArrayBuffer(ArrayBuffer::create(binaryData->data(), binaryData->size())));
size               46 Source/web/WebSpeechRecognitionResult.cpp     ASSERT(transcripts.size() == confidences.size());
size               48 Source/web/WebSpeechRecognitionResult.cpp     WillBeHeapVector<RefPtrWillBeMember<WebCore::SpeechRecognitionAlternative> > alternatives(transcripts.size());
size               49 Source/web/WebSpeechRecognitionResult.cpp     for (size_t i = 0; i < transcripts.size(); ++i)
size               47 Source/web/WebTextCheckingCompletionImpl.cpp     for (size_t i = 0; i < results.size(); ++i)
size              278 Source/web/WebViewImpl.cpp     ASSERT(pageLoadDeferrerStack().size());
size              651 Source/web/WebViewImpl.cpp         for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size              687 Source/web/WebViewImpl.cpp             if (goodTargets.size() >= 2 && m_client && m_client->didTapMultipleTargets(scaledEvent, goodTargets)) {
size              690 Source/web/WebViewImpl.cpp                 for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size             1192 Source/web/WebViewImpl.cpp     for (size_t i = 0; i < highlightNodes.size(); ++i) {
size             1594 Source/web/WebViewImpl.cpp             IntSize viewportSize = view->visibleContentRect().size();
size             1681 Source/web/WebViewImpl.cpp     for (size_t i = 0; i < m_linkHighlights.size(); ++i)
size             2263 Source/web/WebViewImpl.cpp     WebVector<WebCompositionUnderline> results(underlines.size());
size             2264 Source/web/WebViewImpl.cpp     for (size_t index = 0; index < underlines.size(); ++index) {
size             2873 Source/web/WebViewImpl.cpp     return root->documentRect().size();
size             3153 Source/web/WebViewImpl.cpp         for (size_t i = 0; i < documentMarkers.size(); ++i)
size             3413 Source/web/WebViewImpl.cpp     for (size_t i = 0; i < patternsIn.size(); ++i)
size             3466 Source/web/WebViewImpl.cpp         WebSize frameSize = mainFrameImpl()->frame()->view()->frameRect().size();
size             3612 Source/web/WebViewImpl.cpp         pinchViewport.setSize(mainFrameImpl()->frame()->view()->frameRect().size());
size              122 Source/web/WebViewImpl.h     virtual WebSize size() OVERRIDE;
size              507 Source/web/WebViewImpl.h     unsigned numLinkHighlights() { return m_linkHighlights.size(); }
size               71 Source/web/painting/PaintAggregator.cpp     return rect.size().width() * rect.size().height();
size              162 Source/web/painting/PaintAggregator.cpp     for (size_t i = 0; i < paintRects.size(); ++i)
size              182 Source/web/painting/PaintAggregator.cpp     if (m_update.scrollRect.isEmpty() && m_update.paintRects.size() > 1) {
size              185 Source/web/painting/PaintAggregator.cpp         for (size_t i = 0; i < m_update.paintRects.size(); ++i) {
size              200 Source/web/painting/PaintAggregator.cpp     for (size_t i = 0; i < m_update.paintRects.size(); ++i) {
size              223 Source/web/painting/PaintAggregator.cpp             m_update.paintRects[m_update.paintRects.size() - 1] =
size              225 Source/web/painting/PaintAggregator.cpp             if (m_update.paintRects[m_update.paintRects.size() - 1].isEmpty())
size              226 Source/web/painting/PaintAggregator.cpp                 m_update.paintRects.remove(m_update.paintRects.size() - 1);
size              230 Source/web/painting/PaintAggregator.cpp     if (m_update.paintRects.size() > maxPaintRects)
size              239 Source/web/painting/PaintAggregator.cpp                                           m_update.paintRects.size(), 1, 100, 50);
size              275 Source/web/painting/PaintAggregator.cpp     for (size_t i = 0; i < m_update.paintRects.size(); ++i) {
size              321 Source/web/painting/PaintAggregator.cpp     for (size_t i = 0; i < m_update.paintRects.size(); ++i) {
size              358 Source/web/painting/PaintAggregator.cpp         for (size_t i = 0; i < m_update.paintRects.size(); ++i) {
size               53 Source/web/tests/LocaleICUTest.cpp             if (m_labels.size() != other.m_labels.size())
size               55 Source/web/tests/LocaleICUTest.cpp             for (unsigned index = 0; index < m_labels.size(); ++index)
size               65 Source/web/tests/LocaleICUTest.cpp             for (unsigned index = 0; index < m_labels.size(); ++index) {
size              135 Source/web/tests/PageSerializerTest.cpp         for (size_t i = 0; i < m_resources.size(); ++i) {
size              153 Source/web/tests/PageSerializerTest.cpp             return String(resource->data->data(), resource->data->size());
size               59 Source/web/tests/PaintAggregatorTest.cpp     ASSERT_EQ(1U, update.paintRects.size());
size               81 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(2U, update.paintRects.size());
size              106 Source/web/tests/PaintAggregatorTest.cpp     ASSERT_EQ(1U, update.paintRects.size());
size              197 Source/web/tests/PaintAggregatorTest.cpp     ASSERT_EQ(1U, update.paintRects.size());
size              218 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              240 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              269 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              290 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              310 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              332 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              354 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              374 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              395 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              419 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              463 Source/web/tests/PaintAggregatorTest.cpp     EXPECT_EQ(1U, update.paintRects.size());
size              104 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              114 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              123 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              134 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              144 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              153 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              163 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              173 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              181 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              191 Source/web/tests/PopupContainerTest.cpp         MockPopupContent content(initialRect.size());
size              130 Source/web/tests/PrerenderingTest.cpp         return m_addedPrerenders.size() + m_canceledPrerenders.size() + m_abandonedPrerenders.size();
size              263 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     ASSERT_EQ(1u, nonFastScrollableRegion.size());
size              284 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     ASSERT_EQ(0u, rootScrollLayer->nonFastScrollableRegion().size());
size             2984 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1U, webFrameClient.messages.size());
size             3008 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1U, webFrameClient.messages.size());
size             3033 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1U, webFrameClient.messages.size());
size             3058 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(5U, webFrameClient.messages.size());
size             3100 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1U, webFrameClient.messages.size());
size             3125 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(0U, webFrameClient.messages.size());
size              257 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(forms.size(), 1U);
size              366 Source/web/tests/WebFrameTest.cpp     for (size_t i = 0; i < newlyMatchingSelectors.size(); ++i) {
size              371 Source/web/tests/WebFrameTest.cpp     for (size_t i = 0; i < stoppedMatchingSelectors.size(); ++i) {
size              388 Source/web/tests/WebFrameTest.cpp         EXPECT_EQ(1U, m_client.m_matchedSelectors.size());
size             1708 Source/web/tests/WebFrameTest.cpp     WebCore::IntSize scaledSize = view->visibleContentRect().size();
size             2001 Source/web/tests/WebFrameTest.cpp             ASSERT_EQ(viewportSize, webViewHelper.webViewImpl()->size());
size             2760 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(2U, redirects.size());
size             2780 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(2U, redirects.size());
size             2835 Source/web/tests/WebFrameTest.cpp         for (size_t i = 0; i < createNotifications.size(); ++i)
size             2838 Source/web/tests/WebFrameTest.cpp         for (size_t i = 0; i < releaseNotifications.size(); ++i)
size             2876 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(2u, webFrameClient.createNotifications.size());
size             2877 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(0u, webFrameClient.releaseNotifications.size());
size             2893 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(2u, webFrameClient.releaseNotifications.size());
size             2915 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(4u, webFrameClient.createNotifications.size());
size             2916 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(2u, webFrameClient.releaseNotifications.size());
size             2919 Source/web/tests/WebFrameTest.cpp     for (size_t i = 0; i < webFrameClient.releaseNotifications.size(); ++i) {
size             2921 Source/web/tests/WebFrameTest.cpp           webFrameClient.createNotifications[webFrameClient.createNotifications.size() - 3 - i]));
size             2961 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(1u, webFrameClient.createNotifications.size());
size             2972 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(3u, webFrameClient.releaseNotifications.size());
size             2976 Source/web/tests/WebFrameTest.cpp     for (size_t i = 0; i < webFrameClient.releaseNotifications.size(); ++i) {
size             3202 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(webMatchRects.size(), static_cast<size_t>(kNumResults));
size             3472 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(4u, originalTickmarks.size());
size             3841 Source/web/tests/WebFrameTest.cpp         EXPECT_GE(targetRects.size(), 2u);
size             4226 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
size             4258 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(0U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
size             4283 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(1U, documentMarkers.size());
size             4363 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(0U, documentMarkers.size());
size             4411 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(3U, document->markers().markers().size());
size             4414 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(0U, document->markers().markers().size());
size             4439 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(1U, document->markers().markers().size());
size             4446 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(1U, document->markers().markers().size());
size             4453 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(1U, document->markers().markers().size());
size             5056 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(image.size().width, 10);
size             5057 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(image.size().height, 10);
size             5482 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(2U, container->percentHeightDescendants()->size());
size               61 Source/web/tests/WebImageTest.cpp     EXPECT_TRUE(image.size() == WebSize(1, 1));
size               72 Source/web/tests/WebImageTest.cpp     ASSERT_EQ(2u, images.size());
size               73 Source/web/tests/WebImageTest.cpp     EXPECT_TRUE(images[0].size() == WebSize(2, 2));
size               74 Source/web/tests/WebImageTest.cpp     EXPECT_TRUE(images[1].size() == WebSize(1, 1));
size               94 Source/web/tests/WebImageTest.cpp     ASSERT_EQ(0u, images.size());
size              163 Source/web/tests/WebPageNewSerializerTest.cpp         for (size_t i = 0; i < resources.size(); ++i) {
size              219 Source/web/tests/WebPageNewSerializerTest.cpp     EXPECT_EQ(6U, resources.size()); // There should be no duplicates.
size              246 Source/web/tests/WebPageNewSerializerTest.cpp     EXPECT_EQ(12U, resources.size()); // There should be no duplicates.
size              282 Source/web/tests/WebPageNewSerializerTest.cpp     EXPECT_EQ(7U, resources.size()); // There should be no duplicates.
size              304 Source/web/tests/WebPageNewSerializerTest.cpp     ASSERT_EQ(1U, resources.size());
size               98 Source/web/tests/WebPageSerializerTest.cpp         for (size_t i = 0; i < urls.size(); i++)
size              125 Source/web/tests/WebPageSerializerTest.cpp     EXPECT_EQ(1U, frames.size()); // There should be no duplicates.
size              128 Source/web/tests/WebPageSerializerTest.cpp     EXPECT_EQ(14U, resources.size()); // There should be no duplicates.
size              177 Source/web/tests/WebPageSerializerTest.cpp     EXPECT_EQ(4U, frames.size()); // There should be no duplicates.
size              183 Source/web/tests/WebPageSerializerTest.cpp     EXPECT_EQ(5U, resources.size()); // There should be no duplicates.
size               74 Source/web/tests/WebSearchableFormDataTest.cpp     EXPECT_EQ(forms.size(), 1U);
size               46 Source/wtf/Alignment.h     template<size_t size, size_t alignment> struct AlignedBuffer;
size               47 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 1> { AlignedBufferChar buffer[size]; };
size               48 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 2> { WTF_ALIGNED(AlignedBufferChar, buffer[size], 2);  };
size               49 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 4> { WTF_ALIGNED(AlignedBufferChar, buffer[size], 4);  };
size               50 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 8> { WTF_ALIGNED(AlignedBufferChar, buffer[size], 8);  };
size               51 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 16> { WTF_ALIGNED(AlignedBufferChar, buffer[size], 16); };
size               52 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 32> { WTF_ALIGNED(AlignedBufferChar, buffer[size], 32); };
size               53 Source/wtf/Alignment.h     template<size_t size> struct AlignedBuffer<size, 64> { WTF_ALIGNED(AlignedBufferChar, buffer[size], 64); };
size               55 Source/wtf/Alignment.h     template <size_t size, size_t alignment>
size               56 Source/wtf/Alignment.h     void swap(AlignedBuffer<size, alignment>& a, AlignedBuffer<size, alignment>& b)
size               58 Source/wtf/Alignment.h         for (size_t i = 0; i < size; ++i)
size              164 Source/wtf/ArrayBuffer.h     unsigned size = begin <= end ? end - begin : 0;
size              165 Source/wtf/ArrayBuffer.h     return ArrayBuffer::create(static_cast<const char*>(data()) + begin, size);
size              106 Source/wtf/ArrayBufferBuilder.h     bool expandCapacity(unsigned size);
size              108 Source/wtf/ArrayBufferContents.cpp void ArrayBufferContents::allocateMemory(size_t size, InitializationPolicy policy, void*& data)
size              110 Source/wtf/ArrayBufferContents.cpp     data = partitionAllocGenericFlags(WTF::Partitions::getBufferPartition(), PartitionAllocReturnNull, size);
size              112 Source/wtf/ArrayBufferContents.cpp         memset(data, '\0', size);
size              124 Source/wtf/Assertions.cpp         size_t size = 1024;
size              127 Source/wtf/Assertions.cpp             char* buffer = (char*)malloc(size);
size              132 Source/wtf/Assertions.cpp             if (_vsnprintf(buffer, size, format, args) != -1) {
size              139 Source/wtf/Assertions.cpp             size *= 2;
size              140 Source/wtf/Assertions.cpp         } while (size > 1024);
size              229 Source/wtf/Assertions.cpp void WTFGetBacktrace(void** stack, int* size)
size              232 Source/wtf/Assertions.cpp     *size = backtrace(stack, *size);
size              240 Source/wtf/Assertions.cpp         *size = 0;
size              246 Source/wtf/Assertions.cpp         *size = captureStackBackTraceFunc(0, *size, stack, 0);
size              248 Source/wtf/Assertions.cpp         *size = 0;
size              250 Source/wtf/Assertions.cpp     *size = 0;
size              265 Source/wtf/Assertions.cpp void WTFPrintBacktrace(void** stack, int size)
size              267 Source/wtf/Assertions.cpp     for (int i = 0; i < size; ++i) {
size              112 Source/wtf/Assertions.h WTF_EXPORT void WTFGetBacktrace(void** stack, int* size);
size              114 Source/wtf/Assertions.h WTF_EXPORT void WTFPrintBacktrace(void** stack, int size);
size               44 Source/wtf/BitVector.cpp         OutOfLineBits* newOutOfLineBits = OutOfLineBits::create(other.size());
size               45 Source/wtf/BitVector.cpp         memcpy(newOutOfLineBits->bits(), other.bits(), byteCount(other.size()));
size               73 Source/wtf/BitVector.cpp         memset(outOfLineBits()->bits(), 0, byteCount(size()));
size               82 Source/wtf/BitVector.cpp     size_t size = sizeof(OutOfLineBits) + sizeof(uintptr_t) * (numBits / bitsInPointer());
size               83 Source/wtf/BitVector.cpp     void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size);
size              103 Source/wtf/BitVector.cpp         if (numBits > size()) {
size              116 Source/wtf/BitVector.cpp     for (size_t i = 0; i < size(); ++i) {
size               94 Source/wtf/BitVector.h     size_t size() const
size              103 Source/wtf/BitVector.h         if (numBits <= size())
size              115 Source/wtf/BitVector.h         ASSERT_WITH_SECURITY_IMPLICATION(bit < size());
size              121 Source/wtf/BitVector.h         ASSERT_WITH_SECURITY_IMPLICATION(bit < size());
size              127 Source/wtf/BitVector.h         ASSERT_WITH_SECURITY_IMPLICATION(bit < size());
size              141 Source/wtf/BitVector.h         if (bit >= size())
size              152 Source/wtf/BitVector.h     void ensureSizeAndSet(size_t bit, size_t size)
size              154 Source/wtf/BitVector.h         ensureSize(size);
size              160 Source/wtf/BitVector.h         if (bit >= size())
size               74 Source/wtf/DefaultAllocator.h     static Return backingMalloc(size_t size)
size               76 Source/wtf/DefaultAllocator.h         return reinterpret_cast<Return>(partitionAllocGeneric(Partitions::getBufferPartition(), size));
size               79 Source/wtf/DefaultAllocator.h     static Return zeroedBackingMalloc(size_t size)
size               81 Source/wtf/DefaultAllocator.h         void* result = partitionAllocGeneric(Partitions::getBufferPartition(), size);
size               82 Source/wtf/DefaultAllocator.h         memset(result, 0, size);
size               86 Source/wtf/DefaultAllocator.h     static Return malloc(size_t size)
size               88 Source/wtf/DefaultAllocator.h         return reinterpret_cast<Return>(fastMalloc(size));
size               64 Source/wtf/Deque.h         size_t size() const { return m_start <= m_end ? m_end - m_start : m_end + m_buffer.capacity() - m_start; }
size               74 Source/wtf/DoublyLinkedList.h     size_t size() const; // This is O(n).
size              102 Source/wtf/DoublyLinkedList.h template<typename T> inline size_t DoublyLinkedList<T>::size() const
size              104 Source/wtf/DoublyLinkedList.h     size_t size = 0;
size              106 Source/wtf/DoublyLinkedList.h         ++size;
size              107 Source/wtf/DoublyLinkedList.h     return size;
size               55 Source/wtf/DynamicAnnotations.h #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
size               82 Source/wtf/DynamicAnnotations.h WTF_EXPORT void WTFAnnotateBenignRaceSized(const char* file, int line, const volatile void* memory, long size, const char* description);
size               92 Source/wtf/DynamicAnnotations.h #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description)
size               59 Source/wtf/FastAllocBase.h     void* operator new(size_t size) \
size               61 Source/wtf/FastAllocBase.h         return ::WTF::fastMalloc(size); \
size               69 Source/wtf/FastAllocBase.h     void* operator new[](size_t size) \
size               71 Source/wtf/FastAllocBase.h         return ::WTF::fastMalloc(size); \
size               43 Source/wtf/Forward.h     template<size_t size>
size               45 Source/wtf/HashCountedSet.h         unsigned size() const;
size               88 Source/wtf/HashCountedSet.h     inline unsigned HashCountedSet<Value, HashFunctions, Traits>::size() const
size               90 Source/wtf/HashCountedSet.h         return m_impl.size();
size              102 Source/wtf/HashCountedSet.h         return size() == 0;
size              211 Source/wtf/HashCountedSet.h         vector.resize(collection.size());
size              224 Source/wtf/HashCountedSet.h         vector.resize(collection.size());
size               30 Source/wtf/HashFunctions.h     template<size_t size> struct IntTypes;
size               62 Source/wtf/HashMap.h         void* operator new(size_t size)
size               64 Source/wtf/HashMap.h             return Allocator::template malloc<void*, HashMap>(size);
size               67 Source/wtf/HashMap.h         void* operator new[](size_t size) { return Allocator::template newArray<HashMap>(size); }
size              108 Source/wtf/HashMap.h         unsigned size() const;
size              282 Source/wtf/HashMap.h     inline unsigned HashMap<T, U, V, W, X, Y>::size() const
size              284 Source/wtf/HashMap.h         return m_impl.size();
size              459 Source/wtf/HashMap.h         if (a.size() != b.size())
size              504 Source/wtf/HashMap.h         vector.resize(collection.size());
size              517 Source/wtf/HashMap.h         vector.resize(collection.size());
size              132 Source/wtf/HashMapTest.cpp     ASSERT_EQ(0UL, map.size());
size               46 Source/wtf/HashSet.h         void* operator new(size_t size)
size               48 Source/wtf/HashSet.h             return Allocator::template malloc<void*, HashSet>(size);
size               51 Source/wtf/HashSet.h         void* operator new[](size_t size) { return Allocator::template newArray<HashSet>(size); }
size               82 Source/wtf/HashSet.h         unsigned size() const;
size              145 Source/wtf/HashSet.h     inline unsigned HashSet<T, U, V, W>::size() const
size              147 Source/wtf/HashSet.h         return m_impl.size();
size              270 Source/wtf/HashSet.h         vector.resize(collection.size());
size               38 Source/wtf/HashSetTest.cpp template<unsigned size>
size               41 Source/wtf/HashSetTest.cpp     const unsigned initialCapacity = WTF::HashTableCapacityForSize<size>::value;
size               48 Source/wtf/HashSetTest.cpp     for (size_t i = 0; i < size; ++i) {
size               55 Source/wtf/HashSetTest.cpp     for (size_t i = size; i < capacityLimit; ++i) {
size               65 Source/wtf/HashSetTest.cpp template<unsigned size> void generateTestCapacityUpToSize();
size               69 Source/wtf/HashSetTest.cpp template<unsigned size> void generateTestCapacityUpToSize()
size               71 Source/wtf/HashSetTest.cpp     generateTestCapacityUpToSize<size - 1>();
size               72 Source/wtf/HashSetTest.cpp     testInitialCapacity<size>();
size              343 Source/wtf/HashTable.h         unsigned size() const { return m_keyCount; }
size              389 Source/wtf/HashTable.h         static ValueType* allocateTable(unsigned size);
size              390 Source/wtf/HashTable.h         static void deleteAllBucketsAndDeallocate(ValueType* table, unsigned size);
size              442 Source/wtf/HashTable.h     template<unsigned size> struct OneifyLowBits;
size              459 Source/wtf/HashTable.h     template<unsigned size, bool isPowerOfTwo> struct HashTableCapacityForSizeSplitter;
size              460 Source/wtf/HashTable.h     template<unsigned size>
size              461 Source/wtf/HashTable.h     struct HashTableCapacityForSizeSplitter<size, true> {
size              462 Source/wtf/HashTable.h         static const unsigned value = size * 4;
size              464 Source/wtf/HashTable.h     template<unsigned size>
size              465 Source/wtf/HashTable.h     struct HashTableCapacityForSizeSplitter<size, false> {
size              466 Source/wtf/HashTable.h         static const unsigned value = UpperPowerOfTwoBound<size>::value;
size              471 Source/wtf/HashTable.h     template<unsigned size>
size              473 Source/wtf/HashTable.h         static const unsigned value = HashTableCapacityForSizeSplitter<size, !(size & (size - 1))>::value;
size              474 Source/wtf/HashTable.h         COMPILE_ASSERT(size > 0, HashTableNonZeroMinimumCapacity);
size              476 Source/wtf/HashTable.h         COMPILE_ASSERT(value > (2 * size), HashTableCapacityHoldsContentSize);
size              915 Source/wtf/HashTable.h     Value* HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::allocateTable(unsigned size)
size              919 Source/wtf/HashTable.h         size_t allocSize = size * sizeof(ValueType);
size              925 Source/wtf/HashTable.h             for (unsigned i = 0; i < size; i++)
size              932 Source/wtf/HashTable.h     void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::deleteAllBucketsAndDeallocate(ValueType* table, unsigned size)
size              935 Source/wtf/HashTable.h             for (unsigned i = 0; i < size; ++i) {
size               78 Source/wtf/HexNumber.h     destination.append(result.data(), result.size());
size               92 Source/wtf/HexNumber.h     } while (result.size() < desiredDigits);
size               94 Source/wtf/HexNumber.h     ASSERT(result.size() == desiredDigits);
size               95 Source/wtf/HexNumber.h     destination.append(result.data(), result.size());
size               51 Source/wtf/LinkedStack.h     size_t size();
size              105 Source/wtf/LinkedStack.h inline size_t LinkedStack<T>::size()
size              100 Source/wtf/ListHashSet.h         unsigned size() const;
size              575 Source/wtf/ListHashSet.h     inline unsigned ListHashSet<T, inlineCapacity, U>::size() const
size              577 Source/wtf/ListHashSet.h         return m_impl.size();
size               65 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(list.size(), 3UL);
size               86 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(1UL, list.size());
size               90 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(3UL, list.size());
size              105 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(3UL, list.size());
size              126 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(list.size(), 3UL);
size              147 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(1UL, list.size());
size              151 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(3UL, list.size());
size              166 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(3UL, list.size());
size               46 Source/wtf/MallocZoneSupport.h     void* operator()(vm_address_t address, size_t size) const
size               49 Source/wtf/MallocZoneSupport.h         kern_return_t err = (*m_reader)(m_task, address, size, static_cast<void**>(&output));
size               56 Source/wtf/MallocZoneSupport.h     T* operator()(T* address, size_t size=sizeof(T)) const
size               58 Source/wtf/MallocZoneSupport.h         return static_cast<T*>((*this)(reinterpret_cast<vm_address_t>(address), size));
size               63 Source/wtf/PartitionAlloc.cpp static size_t partitionBucketNumSystemPages(size_t size)
size               77 Source/wtf/PartitionAlloc.cpp     if (size > kMaxSystemPagesPerSlotSpan * kSystemPageSize) {
size               78 Source/wtf/PartitionAlloc.cpp         ASSERT(!(size % kSystemPageSize));
size               79 Source/wtf/PartitionAlloc.cpp         return size / kSystemPageSize;
size               81 Source/wtf/PartitionAlloc.cpp     ASSERT(size <= kMaxSystemPagesPerSlotSpan * kSystemPageSize);
size               84 Source/wtf/PartitionAlloc.cpp         size_t numSlots = pageSize / size;
size               85 Source/wtf/PartitionAlloc.cpp         size_t waste = pageSize - (numSlots * size);
size              423 Source/wtf/PartitionAlloc.cpp     size_t size = bucket->slotSize;
size              425 Source/wtf/PartitionAlloc.cpp     char* returnObject = base + (size * page->numAllocatedSlots);
size              426 Source/wtf/PartitionAlloc.cpp     char* firstFreelistPointer = returnObject + size;
size              432 Source/wtf/PartitionAlloc.cpp     char* slotsLimit = returnObject + (size * page->numUnprovisionedSlots);
size              445 Source/wtf/PartitionAlloc.cpp         numNewFreelistEntries += (freelistLimit - firstFreelistPointerExtent) / size;
size              460 Source/wtf/PartitionAlloc.cpp             freelistPointer += size;
size              538 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void* partitionDirectMap(PartitionRootBase* root, int flags, size_t size)
size              540 Source/wtf/PartitionAlloc.cpp     size = partitionDirectMapSize(size);
size              548 Source/wtf/PartitionAlloc.cpp     size_t mapSize = size + kPartitionPageSize + kSystemPageSize;
size              575 Source/wtf/PartitionAlloc.cpp     setSystemPagesInaccessible(ret + size, kSystemPageSize);
size              591 Source/wtf/PartitionAlloc.cpp     bucket->slotSize = size;
size              619 Source/wtf/PartitionAlloc.cpp void* partitionAllocSlowPath(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket)
size              630 Source/wtf/PartitionAlloc.cpp         ASSERT(size > kGenericMaxBucketed);
size              632 Source/wtf/PartitionAlloc.cpp         if (size > kGenericMaxDirectMapped) {
size              637 Source/wtf/PartitionAlloc.cpp         return partitionDirectMap(root, flags, size);
size              329 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionCookieSizeAdjustAdd(size_t size)
size              333 Source/wtf/PartitionAlloc.h     ASSERT(size + (2 * kCookieSize) > size);
size              334 Source/wtf/PartitionAlloc.h     size += 2 * kCookieSize;
size              336 Source/wtf/PartitionAlloc.h     return size;
size              339 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionCookieSizeAdjustSubtract(size_t size)
size              343 Source/wtf/PartitionAlloc.h     ASSERT(size >= 2 * kCookieSize);
size              344 Source/wtf/PartitionAlloc.h     size -= 2 * kCookieSize;
size              346 Source/wtf/PartitionAlloc.h     return size;
size              436 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionBucketAlloc(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket)
size              449 Source/wtf/PartitionAlloc.h         ret = partitionAllocSlowPath(root, flags, size, bucket);
size              466 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size)
size              469 Source/wtf/PartitionAlloc.h     void* result = malloc(size);
size              473 Source/wtf/PartitionAlloc.h     size = partitionCookieSizeAdjustAdd(size);
size              475 Source/wtf/PartitionAlloc.h     size_t index = size >> kBucketShift;
size              477 Source/wtf/PartitionAlloc.h     ASSERT(size == index << kBucketShift);
size              479 Source/wtf/PartitionAlloc.h     return partitionBucketAlloc(root, 0, size, bucket);
size              517 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionBucket* partitionGenericSizeToBucket(PartitionRootGeneric* root, size_t size)
size              519 Source/wtf/PartitionAlloc.h     size_t order = kBitsPerSizet - countLeadingZerosSizet(size);
size              521 Source/wtf/PartitionAlloc.h     size_t orderIndex = (size >> root->orderIndexShifts[order]) & (kGenericNumBucketsPerOrder - 1);
size              523 Source/wtf/PartitionAlloc.h     size_t subOrderIndex = size & root->orderSubIndexMasks[order];
size              525 Source/wtf/PartitionAlloc.h     ASSERT(!bucket->slotSize || bucket->slotSize >= size);
size              530 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAllocGenericFlags(PartitionRootGeneric* root, int flags, size_t size)
size              533 Source/wtf/PartitionAlloc.h     void* result = malloc(size);
size              538 Source/wtf/PartitionAlloc.h     size = partitionCookieSizeAdjustAdd(size);
size              539 Source/wtf/PartitionAlloc.h     PartitionBucket* bucket = partitionGenericSizeToBucket(root, size);
size              541 Source/wtf/PartitionAlloc.h     void* ret = partitionBucketAlloc(root, flags, size, bucket);
size              547 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAllocGeneric(PartitionRootGeneric* root, size_t size)
size              549 Source/wtf/PartitionAlloc.h     return partitionAllocGenericFlags(root, 0, size);
size              576 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionDirectMapSize(size_t size)
size              581 Source/wtf/PartitionAlloc.h     ASSERT(size <= kGenericMaxDirectMapped);
size              582 Source/wtf/PartitionAlloc.h     return (size + kSystemPageOffsetMask) & kSystemPageBaseMask;
size              585 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionAllocActualSize(PartitionRootGeneric* root, size_t size)
size              588 Source/wtf/PartitionAlloc.h     return size;
size              591 Source/wtf/PartitionAlloc.h     size = partitionCookieSizeAdjustAdd(size);
size              592 Source/wtf/PartitionAlloc.h     PartitionBucket* bucket = partitionGenericSizeToBucket(root, size);
size              594 Source/wtf/PartitionAlloc.h         size = bucket->slotSize;
size              595 Source/wtf/PartitionAlloc.h     } else if (size > kGenericMaxDirectMapped) {
size              599 Source/wtf/PartitionAlloc.h         size = partitionDirectMapSize(size);
size              601 Source/wtf/PartitionAlloc.h     return partitionCookieSizeAdjustSubtract(size);
size              622 Source/wtf/PartitionAlloc.h     size_t size = page->bucket->slotSize;
size              623 Source/wtf/PartitionAlloc.h     return partitionCookieSizeAdjustSubtract(size);
size               82 Source/wtf/PartitionAllocTest.cpp static WTF::PartitionPage* GetFullPage(size_t size)
size               84 Source/wtf/PartitionAllocTest.cpp     size_t realSize = size + kExtraAllocSize;
size               92 Source/wtf/PartitionAllocTest.cpp         void* ptr = partitionAlloc(allocator.root(), size);
size              111 Source/wtf/PartitionAllocTest.cpp     size_t size = page->bucket->slotSize;
size              112 Source/wtf/PartitionAllocTest.cpp     size_t numSlots = (page->bucket->numSystemPagesPerSlotSpan * WTF::kSystemPageSize) / size;
size              118 Source/wtf/PartitionAllocTest.cpp         ptr += size;
size              122 Source/wtf/PartitionAllocTest.cpp static void CycleFreeCache(size_t size)
size              124 Source/wtf/PartitionAllocTest.cpp     size_t realSize = size + kExtraAllocSize;
size              130 Source/wtf/PartitionAllocTest.cpp         void* ptr = partitionAlloc(allocator.root(), size);
size              138 Source/wtf/PartitionAllocTest.cpp static void CycleGenericFreeCache(size_t size)
size              141 Source/wtf/PartitionAllocTest.cpp         void* ptr = partitionAllocGeneric(genericAllocator.root(), size);
size              517 Source/wtf/PartitionAllocTest.cpp     size_t size = WTF::kPartitionPageSize - kExtraAllocSize;
size              518 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size              520 Source/wtf/PartitionAllocTest.cpp     void* ptr2 = partitionAllocGeneric(genericAllocator.root(), size);
size              528 Source/wtf/PartitionAllocTest.cpp     size = (((WTF::kPartitionPageSize * WTF::kMaxPartitionPagesPerSlotSpan) - WTF::kSystemPageSize) / 2) - kExtraAllocSize;
size              529 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size              531 Source/wtf/PartitionAllocTest.cpp     memset(ptr, 'A', size);
size              532 Source/wtf/PartitionAllocTest.cpp     ptr2 = partitionAllocGeneric(genericAllocator.root(), size);
size              534 Source/wtf/PartitionAllocTest.cpp     void* ptr3 = partitionAllocGeneric(genericAllocator.root(), size);
size              536 Source/wtf/PartitionAllocTest.cpp     void* ptr4 = partitionAllocGeneric(genericAllocator.root(), size);
size              550 Source/wtf/PartitionAllocTest.cpp     void* newPtr = partitionAllocGeneric(genericAllocator.root(), size);
size              552 Source/wtf/PartitionAllocTest.cpp     newPtr = partitionAllocGeneric(genericAllocator.root(), size);
size              561 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ(0, *(reinterpret_cast<char*>(newPtr) + (size - 1)));
size              573 Source/wtf/PartitionAllocTest.cpp     size = 20 * 1024 * 1024;
size              574 Source/wtf/PartitionAllocTest.cpp     size -= WTF::kSystemPageSize;
size              575 Source/wtf/PartitionAllocTest.cpp     size -= 1;
size              576 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size              578 Source/wtf/PartitionAllocTest.cpp     *(charPtr + (size - 1)) = 'A';
size              669 Source/wtf/PartitionAllocTest.cpp     size_t size = WTF::kSystemPageSize - kExtraAllocSize;
size              670 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ(size, partitionAllocActualSize(genericAllocator.root(), size));
size              671 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size              672 Source/wtf/PartitionAllocTest.cpp     memset(ptr, 'A', size);
size              673 Source/wtf/PartitionAllocTest.cpp     ptr2 = partitionReallocGeneric(genericAllocator.root(), ptr, size + 1);
size              677 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ('A', charPtr2[size - 1]);
size              679 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ(WTF::kUninitializedByte, static_cast<unsigned char>(charPtr2[size]));
size              684 Source/wtf/PartitionAllocTest.cpp     ptr = partitionReallocGeneric(genericAllocator.root(), ptr2, size - 1);
size              688 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ('A', charPtr[size - 2]);
size              690 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ(WTF::kUninitializedByte, static_cast<unsigned char>(charPtr[size - 1]));
size              697 Source/wtf/PartitionAllocTest.cpp     size = WTF::kGenericMaxBucketed + 16 * WTF::kSystemPageSize;
size              698 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size              706 Source/wtf/PartitionAllocTest.cpp     ptr = partitionReallocGeneric(genericAllocator.root(), ptr2, size - WTF::kSystemPageSize);
size              897 Source/wtf/PartitionAllocTest.cpp     size_t size = sizeof(void*);
size              899 Source/wtf/PartitionAllocTest.cpp     while (size < kTestMaxAllocation) {
size              900 Source/wtf/PartitionAllocTest.cpp         bucket = &allocator.root()->buckets()[size >> WTF::kBucketShift];
size              903 Source/wtf/PartitionAllocTest.cpp         size += sizeof(void*);
size              905 Source/wtf/PartitionAllocTest.cpp     EXPECT_LT(size, kTestMaxAllocation);
size              907 Source/wtf/PartitionAllocTest.cpp     WTF::PartitionPage* page1 = GetFullPage(size);
size              908 Source/wtf/PartitionAllocTest.cpp     WTF::PartitionPage* page2 = GetFullPage(size);
size             1027 Source/wtf/PartitionAllocTest.cpp     size_t size = WTF::kPartitionPageSize - kExtraAllocSize;
size             1029 Source/wtf/PartitionAllocTest.cpp     void* ptr = partitionAllocGeneric(genericAllocator.root(), size);
size             1031 Source/wtf/PartitionAllocTest.cpp     void* ptr2 = partitionAllocGeneric(genericAllocator.root(), size);
size             1062 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size             1074 Source/wtf/PartitionAllocTest.cpp     ptr = partitionAllocGeneric(genericAllocator.root(), size);
size             1140 Source/wtf/PartitionAllocTest.cpp     size_t size = (WTF::kGenericMaxBucketed + WTF::kSystemPageSize) - kExtraAllocSize;
size             1141 Source/wtf/PartitionAllocTest.cpp     void* ptr = partitionAllocGeneric(genericAllocator.root(), size);
size             1146 Source/wtf/PartitionAllocTest.cpp     EXPECT_DEATH(*(charPtr + size + kExtraAllocSize) = 'A', "");
size               46 Source/wtf/SHA1.h         addBytes(input.data(), input.size());
size               70 Source/wtf/SizeLimits.cpp     unsigned size;
size               53 Source/wtf/StreamBuffer.h     bool isEmpty() const { return !size(); }
size               55 Source/wtf/StreamBuffer.h     void append(const T* data, size_t size)
size               57 Source/wtf/StreamBuffer.h         if (!size)
size               60 Source/wtf/StreamBuffer.h         m_size += size;
size               61 Source/wtf/StreamBuffer.h         while (size) {
size               62 Source/wtf/StreamBuffer.h             if (!m_buffer.size() || m_buffer.last()->size() == BlockSize)
size               64 Source/wtf/StreamBuffer.h             size_t appendSize = std::min(BlockSize - m_buffer.last()->size(), size);
size               67 Source/wtf/StreamBuffer.h             size -= appendSize;
size               73 Source/wtf/StreamBuffer.h     void consume(size_t size)
size               75 Source/wtf/StreamBuffer.h         ASSERT(m_size >= size);
size               79 Source/wtf/StreamBuffer.h         ASSERT(m_buffer.size() > 0);
size               80 Source/wtf/StreamBuffer.h         ASSERT(m_readOffset + size <= m_buffer.first()->size());
size               81 Source/wtf/StreamBuffer.h         m_readOffset += size;
size               82 Source/wtf/StreamBuffer.h         m_size -= size;
size               83 Source/wtf/StreamBuffer.h         if (m_readOffset >= m_buffer.first()->size()) {
size               89 Source/wtf/StreamBuffer.h     size_t size() const { return m_size; }
size               95 Source/wtf/StreamBuffer.h         ASSERT(m_buffer.size() > 0);
size              103 Source/wtf/StreamBuffer.h         ASSERT(m_buffer.size() > 0);
size              104 Source/wtf/StreamBuffer.h         return m_buffer.first()->size() - m_readOffset;
size               58 Source/wtf/TerminatedArray.h     size_t size() const
size               23 Source/wtf/TerminatedArrayBuilder.h         m_capacity = m_count = m_array->size();
size              228 Source/wtf/Vector.h         static bool compare(const T* a, const T* b, size_t size)
size              230 Source/wtf/Vector.h             for (size_t i = 0; i < size; ++i)
size              240 Source/wtf/Vector.h         static bool compare(const T* a, const T* b, size_t size)
size              242 Source/wtf/Vector.h             return memcmp(a, b, sizeof(T) * size) == 0;
size              284 Source/wtf/Vector.h         static bool compare(const T* a, const T* b, size_t size)
size              286 Source/wtf/Vector.h             return VectorComparer<VectorTraits<T>::canCompareWithMemcmp, T>::compare(a, b, size);
size              556 Source/wtf/Vector.h         void* operator new(size_t size)
size              558 Source/wtf/Vector.h             return Allocator::template malloc<void*, Vector>(size);
size              561 Source/wtf/Vector.h         void* operator new[](size_t size) { return Allocator::template newArray<Vector>(size); }
size              579 Source/wtf/Vector.h         explicit Vector(size_t size)
size              580 Source/wtf/Vector.h             : Base(size)
size              587 Source/wtf/Vector.h             m_size = size;
size              632 Source/wtf/Vector.h         size_t size() const { return m_size; }
size              634 Source/wtf/Vector.h         bool isEmpty() const { return !size(); }
size              638 Source/wtf/Vector.h             RELEASE_ASSERT(i < size());
size              643 Source/wtf/Vector.h             RELEASE_ASSERT(i < size());
size              665 Source/wtf/Vector.h         T& last() { return at(size() - 1); }
size              666 Source/wtf/Vector.h         const T& last() const { return at(size() - 1); }
size              672 Source/wtf/Vector.h         void shrink(size_t size);
size              673 Source/wtf/Vector.h         void grow(size_t size);
size              674 Source/wtf/Vector.h         void resize(size_t size);
size              677 Source/wtf/Vector.h         void shrinkToFit() { shrinkCapacity(size()); }
size              700 Source/wtf/Vector.h             shrink(size() - 1);
size              703 Source/wtf/Vector.h         Vector(size_t size, const T& val)
size              704 Source/wtf/Vector.h             : Base(size)
size              706 Source/wtf/Vector.h             m_size = size;
size              711 Source/wtf/Vector.h         void fill(const T& val) { fill(val, size()); }
size              744 Source/wtf/Vector.h         m_size = other.size();
size              753 Source/wtf/Vector.h         m_size = other.size();
size              763 Source/wtf/Vector.h         if (size() > other.size())
size              764 Source/wtf/Vector.h             shrink(other.size());
size              765 Source/wtf/Vector.h         else if (other.size() > capacity()) {
size              767 Source/wtf/Vector.h             reserveCapacity(other.size());
size              777 Source/wtf/Vector.h         std::copy(other.begin(), other.begin() + size(), begin());
size              778 Source/wtf/Vector.h         TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
size              779 Source/wtf/Vector.h         m_size = other.size();
size              795 Source/wtf/Vector.h         if (size() > other.size())
size              796 Source/wtf/Vector.h             shrink(other.size());
size              797 Source/wtf/Vector.h         else if (other.size() > capacity()) {
size              799 Source/wtf/Vector.h             reserveCapacity(other.size());
size              809 Source/wtf/Vector.h         std::copy(other.begin(), other.begin() + size(), begin());
size              810 Source/wtf/Vector.h         TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
size              811 Source/wtf/Vector.h         m_size = other.size();
size              871 Source/wtf/Vector.h         if (size() > newSize)
size              934 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::resize(size_t size)
size              936 Source/wtf/Vector.h         if (size <= m_size)
size              937 Source/wtf/Vector.h             TypeOperations::destruct(begin() + size, end());
size              939 Source/wtf/Vector.h             if (size > capacity())
size              940 Source/wtf/Vector.h                 expandCapacity(size);
size              941 Source/wtf/Vector.h             TypeOperations::initialize(end(), begin() + size);
size              944 Source/wtf/Vector.h         m_size = size;
size              948 Source/wtf/Vector.h     void Vector<T, inlineCapacity, Allocator>::shrink(size_t size)
size              950 Source/wtf/Vector.h         ASSERT(size <= m_size);
size              951 Source/wtf/Vector.h         TypeOperations::destruct(begin() + size, end());
size              952 Source/wtf/Vector.h         clearUnusedSlots(begin() + size, end());
size              953 Source/wtf/Vector.h         m_size = size;
size              957 Source/wtf/Vector.h     void Vector<T, inlineCapacity, Allocator>::grow(size_t size)
size              959 Source/wtf/Vector.h         ASSERT(size >= m_size);
size              960 Source/wtf/Vector.h         if (size > capacity())
size              961 Source/wtf/Vector.h             expandCapacity(size);
size              962 Source/wtf/Vector.h         TypeOperations::initialize(end(), begin() + size);
size              963 Source/wtf/Vector.h         m_size = size;
size              993 Source/wtf/Vector.h         if (newCapacity < size())
size             1034 Source/wtf/Vector.h         if (LIKELY(size() != capacity())) {
size             1046 Source/wtf/Vector.h         ASSERT(size() == capacity());
size             1049 Source/wtf/Vector.h         ptr = expandCapacity(size() + 1, ptr);
size             1062 Source/wtf/Vector.h         ASSERT(size() < capacity());
size             1071 Source/wtf/Vector.h         append(val.begin(), val.size());
size             1077 Source/wtf/Vector.h         RELEASE_ASSERT(position <= size());
size             1093 Source/wtf/Vector.h         RELEASE_ASSERT(position <= size());
size             1095 Source/wtf/Vector.h         if (size() == capacity()) {
size             1096 Source/wtf/Vector.h             data = expandCapacity(size() + 1, data);
size             1108 Source/wtf/Vector.h         insert(position, val.begin(), val.size());
size             1126 Source/wtf/Vector.h         insert(0, val.begin(), val.size());
size             1132 Source/wtf/Vector.h         RELEASE_ASSERT(position < size());
size             1143 Source/wtf/Vector.h         ASSERT_WITH_SECURITY_IMPLICATION(position <= size());
size             1144 Source/wtf/Vector.h         RELEASE_ASSERT(position + length <= size());
size             1178 Source/wtf/Vector.h         if (a.size() != b.size())
size             1181 Source/wtf/Vector.h         return VectorTypeOperations<T>::compare(a.data(), b.data(), a.size());
size             1197 Source/wtf/Vector.h         const T* bufferEnd = buffer() + size();
size               40 Source/wtf/VectorTest.cpp     EXPECT_EQ(0ul, intVector.size());
size              139 Source/wtf/VectorTest.cpp     ASSERT_EQ(2u, vector.size());
size              156 Source/wtf/VectorTest.cpp     for (index = 0; index < vector.size(); index++) {
size              167 Source/wtf/VectorTest.cpp     ASSERT_EQ(1u, vector.size());
size              173 Source/wtf/VectorTest.cpp     ASSERT_EQ(0u, vector.size());
size              186 Source/wtf/VectorTest.cpp     ASSERT_EQ(count, vector.size());
size              191 Source/wtf/VectorTest.cpp     ASSERT_EQ(count, copyVector.size());
size              192 Source/wtf/VectorTest.cpp     ASSERT_EQ(0u, vector.size());
size              244 Source/wtf/VectorTest.cpp     ASSERT_EQ(vectorA.size(), vectorB.size());
size              247 Source/wtf/VectorTest.cpp     ASSERT_EQ(1u, vectorA.size());
size              249 Source/wtf/VectorTest.cpp     ASSERT_EQ(1u, vectorB.size());
size              254 Source/wtf/VectorTest.cpp     ASSERT_GT(vectorA.size(), vectorB.size());
size              257 Source/wtf/VectorTest.cpp     ASSERT_EQ(1u, vectorA.size());
size              259 Source/wtf/VectorTest.cpp     ASSERT_EQ(2u, vectorB.size());
size              263 Source/wtf/VectorTest.cpp     ASSERT_LT(vectorA.size(), vectorB.size());
size              266 Source/wtf/VectorTest.cpp     ASSERT_EQ(2u, vectorA.size());
size              269 Source/wtf/VectorTest.cpp     ASSERT_EQ(1u, vectorB.size());
size              273 Source/wtf/VectorTest.cpp     ASSERT_GT(vectorA.size(), inlineCapacity);
size              276 Source/wtf/VectorTest.cpp     ASSERT_EQ(1u, vectorA.size());
size              278 Source/wtf/VectorTest.cpp     ASSERT_EQ(3u, vectorB.size());
size              140 Source/wtf/dtoa.cpp     size_t size() const
size              142 Source/wtf/dtoa.cpp         return m_words.size();
size              176 Source/wtf/dtoa.cpp     int wds = b.size();
size              295 Source/wtf/dtoa.cpp     if (a->size() < b->size()) {
size              301 Source/wtf/dtoa.cpp     wa = a->size();
size              302 Source/wtf/dtoa.cpp     wb = b->size();
size              429 Source/wtf/dtoa.cpp     int origSize = b.size();
size              433 Source/wtf/dtoa.cpp         b.resize(b.size() + n + 1);
size              435 Source/wtf/dtoa.cpp         b.resize(b.size() + n);
size              461 Source/wtf/dtoa.cpp     ASSERT(b.size() <= 1 || b.words()[b.size() - 1]);
size              469 Source/wtf/dtoa.cpp     i = a.size();
size              470 Source/wtf/dtoa.cpp     j = b.size();
size              510 Source/wtf/dtoa.cpp     wa = a->size();
size              513 Source/wtf/dtoa.cpp     wb = b->size();
size              582 Source/wtf/dtoa.cpp         i = b.size();
size              626 Source/wtf/dtoa.cpp     ASSERT(b.size() <= 1 || b.words()[b.size() - 1]);
size              627 Source/wtf/dtoa.cpp     ASSERT(S.size() <= 1 || S.words()[S.size() - 1]);
size              629 Source/wtf/dtoa.cpp     n = S.size();
size              630 Source/wtf/dtoa.cpp     ASSERT_WITH_MESSAGE(b.size() <= n, "oversize b in quorem");
size              631 Source/wtf/dtoa.cpp     if (b.size() < n)
size             1054 Source/wtf/dtoa.cpp     if ((i = ((s5 ? 32 - hi0bits(S.words()[S.size() - 1]) : 1) + s2) & 0x1f))
size             1134 Source/wtf/dtoa.cpp                 if ((b.words()[0] || b.size() > 1) && (j1 > 0)) {
size             1168 Source/wtf/dtoa.cpp             if (!b.words()[0] && b.size() <= 1)
size              112 Source/wtf/dtoa/bignum.h         void EnsureCapacity(int size) {
size              113 Source/wtf/dtoa/bignum.h             if (size > kBigitCapacity) {
size              185 Source/wtf/dtoa/utils.h         StringBuilder(char* buffer, int size)
size              186 Source/wtf/dtoa/utils.h         : buffer_(buffer, size), position_(0) { }
size              190 Source/wtf/dtoa/utils.h         int size() const { return buffer_.length(); }
size              202 Source/wtf/dtoa/utils.h             ASSERT_WITH_SECURITY_IMPLICATION(position < size());
size               52 Source/wtf/text/ASCIIFastPath.h template<size_t size, typename CharacterType> struct NonASCIIMask;
size               47 Source/wtf/text/AtomicString.h         : m_string(add(characters.data(), characters.size()))
size              200 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const Vector<UChar>& b) { return a.impl() && equal(a.impl(), b.data(), b.size()); }
size               66 Source/wtf/text/Base64.cpp     return String(result.data(), result.size());
size              124 Source/wtf/text/Base64.cpp     while (didx < out.size()) {
size              135 Source/wtf/text/Base64.cpp     if (in.size() > UINT_MAX)
size              138 Source/wtf/text/Base64.cpp     return base64Decode(in.data(), in.size(), out, shouldIgnoreCharacter, policy);
size              174 Source/wtf/text/Base64.cpp     if (outLength < out.size())
size              215 Source/wtf/text/Base64.cpp     if (outLength < out.size())
size               61 Source/wtf/text/Base64.h     base64Encode(in.data(), in.size(), out, policy);
size               71 Source/wtf/text/Base64.h     return base64Encode(in.data(), in.size(), policy);
size               43 Source/wtf/text/CString.cpp     size_t size = sizeof(CStringBuffer) + length + 1;
size               44 Source/wtf/text/CString.cpp     CStringBuffer* stringBuffer = static_cast<CStringBuffer*>(partitionAllocGeneric(Partitions::getBufferPartition(), size));
size               37 Source/wtf/text/StringCF.cpp     CFIndex size = CFStringGetLength(str);
size               38 Source/wtf/text/StringCF.cpp     if (!size) {
size               41 Source/wtf/text/StringCF.cpp         Vector<LChar, 1024> lcharBuffer(size);
size               43 Source/wtf/text/StringCF.cpp         CFIndex convertedsize = CFStringGetBytes(str, CFRangeMake(0, size), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), size, &usedBufLen);
size               44 Source/wtf/text/StringCF.cpp         if ((convertedsize == size) && (usedBufLen == size)) {
size               45 Source/wtf/text/StringCF.cpp             m_impl = StringImpl::create(lcharBuffer.data(), size);
size               49 Source/wtf/text/StringCF.cpp         Vector<UChar, 1024> buffer(size);
size               50 Source/wtf/text/StringCF.cpp         CFStringGetCharacters(str, CFRangeMake(0, size), (UniChar*)buffer.data());
size               51 Source/wtf/text/StringCF.cpp         m_impl = StringImpl::create(buffer.data(), size);
size              278 Source/wtf/text/StringConcatenate.h     size_t length() { return m_buffer.size(); }
size              284 Source/wtf/text/StringConcatenate.h         for (size_t i = 0; i < m_buffer.size(); ++i)
size              290 Source/wtf/text/StringConcatenate.h         for (size_t i = 0; i < m_buffer.size(); ++i)
size              306 Source/wtf/text/StringConcatenate.h     size_t length() { return m_buffer.size(); }
size              312 Source/wtf/text/StringConcatenate.h         for (size_t i = 0; i < m_buffer.size(); ++i)
size              318 Source/wtf/text/StringConcatenate.h         for (size_t i = 0; i < m_buffer.size(); ++i)
size              207 Source/wtf/text/StringImpl.cpp     for (size_t i = 0; i < 20 && i < all.size(); ++i)
size              262 Source/wtf/text/StringImpl.cpp void* StringImpl::operator new(size_t size)
size              264 Source/wtf/text/StringImpl.cpp     ASSERT(size == sizeof(StringImpl));
size              265 Source/wtf/text/StringImpl.cpp     return partitionAllocGeneric(Partitions::getBufferPartition(), size);
size              330 Source/wtf/text/StringImpl.cpp     size_t size = is8Bit ? allocationSize<LChar>(length) : allocationSize<UChar>(length);
size              332 Source/wtf/text/StringImpl.cpp     StringImpl* string = static_cast<StringImpl*>(partitionReallocGeneric(Partitions::getBufferPartition(), originalString.leakRef(), size));
size              380 Source/wtf/text/StringImpl.cpp     size_t size = sizeof(StringImpl) + length * sizeof(LChar);
size              383 Source/wtf/text/StringImpl.cpp     StringImpl* impl = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), size));
size             2110 Source/wtf/text/StringImpl.cpp     size_t size = length();
size             2112 Source/wtf/text/StringImpl.cpp         size *= 2;
size             2113 Source/wtf/text/StringImpl.cpp     return size + sizeof(*this);
size              195 Source/wtf/text/StringImpl.h         return create8BitIfPossible(vector.data(), vector.size());
size              643 Source/wtf/text/StringImpl.h         return !a.size();
size              644 Source/wtf/text/StringImpl.h     if (a.size() != b->length())
size               54 Source/wtf/text/StringImplCF.cpp static void* allocate(CFIndex size, CFOptionFlags, void*)
size               64 Source/wtf/text/StringImplCF.cpp     StringImpl** header = static_cast<StringImpl**>(fastMalloc(sizeof(StringImpl*) + size));
size              103 Source/wtf/text/StringImplCF.cpp static CFIndex preferredSize(CFIndex size, CFOptionFlags, void*)
size              110 Source/wtf/text/StringImplCF.cpp     return size;
size               34 Source/wtf/text/TextCodecASCIIFastPath.h template<size_t size> struct UCharByteFiller;
size              468 Source/wtf/text/TextCodecICU.cpp         m_end = m_begin + m_buffer.size();
size              505 Source/wtf/text/TextCodecICU.cpp     size_t size = 0;
size              513 Source/wtf/text/TextCodecICU.cpp         result.grow(size + count);
size              514 Source/wtf/text/TextCodecICU.cpp         memcpy(result.data() + size, buffer, count);
size              515 Source/wtf/text/TextCodecICU.cpp         size += count;
size              518 Source/wtf/text/TextCodecICU.cpp     return CString(result.data(), size);
size              195 Source/wtf/text/TextEncodingRegistry.cpp         size_t length = names.size();
size              350 Source/wtf/text/TextEncodingRegistry.cpp     unsigned size = textEncodingNameMap->size();
size              351 Source/wtf/text/TextEncodingRegistry.cpp     fprintf(stderr, "Dumping %u entries in WTF::TextEncodingNameMap...\n", size);
size              495 Source/wtf/text/WTFString.cpp     vsnprintf(buffer.data(), buffer.size(), format, args);
size              821 Source/wtf/text/WTFString.cpp         ConversionResult result = convertLatin1ToUTF8(&characters, characters + length, &buffer, buffer + bufferVector.size());
size              828 Source/wtf/text/WTFString.cpp             char* bufferEnd = buffer + bufferVector.size();
size              845 Source/wtf/text/WTFString.cpp             ConversionResult result = convertUTF16ToUTF8(&characters, characters + length, &buffer, buffer + bufferVector.size(), strict);
size              865 Source/wtf/text/WTFString.cpp                 ASSERT((buffer + 3) <= (buffer + bufferVector.size()));
size              918 Source/wtf/text/WTFString.cpp     if (convertUTF8ToUTF16(&stringCurrent, reinterpret_cast<const char *>(stringStart + length), &bufferCurrent, bufferCurrent + buffer.size()) != conversionOK)
size              938 Source/wtf/text/WTFString.cpp String String::fromUTF8WithLatin1Fallback(const LChar* string, size_t size)
size              940 Source/wtf/text/WTFString.cpp     String utf8 = fromUTF8(string, size);
size              942 Source/wtf/text/WTFString.cpp         return String(string, size);
size              402 Source/wtf/text/WTFString.h         return make8BitFrom16BitSource(buffer.data(), buffer.size());
size              458 Source/wtf/text/WTFString.h inline bool operator==(const Vector<char, inlineCapacity>& a, const String& b) { return equal(b.impl(), a.data(), a.size()); }
size              497 Source/wtf/text/WTFString.h     : m_impl(vector.size() ? StringImpl::create(vector.data(), vector.size()) : StringImpl::empty())
size              564 Source/wtf/text/WTFString.h         vector.reserveCapacity(vector.size() + length);
size              576 Source/wtf/text/WTFString.h     size_t vectorSize = vector.size();
size              622 Source/wtf/text/WTFString.h     result.reserveCapacity(result.size() + numberOfCharactersToCopy);
size              652 Source/wtf/text/WTFString.h         size_t oldSize = result.size();
size              117 public/platform/WebApplicationCacheHost.h         long long size;
size              123 public/platform/WebApplicationCacheHost.h         ResourceInfo() : size(0), isMaster(false), isManifest(false), isExplicit(false), isForeign(false), isFallback(false) { }
size               21 public/platform/WebBlobInfo.h     WebBlobInfo(const WebString& uuid, const WebString& type, long long size)
size               25 public/platform/WebBlobInfo.h         , m_size(size)
size               39 public/platform/WebBlobInfo.h     WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const WebString& type, double lastModified, long long size)
size               43 public/platform/WebBlobInfo.h         , m_size(size)
size               61 public/platform/WebBlobInfo.h     long long size() const
size               53 public/platform/WebData.h     WebData(const char* data, size_t size)
size               55 public/platform/WebData.h         assign(data, size);
size               74 public/platform/WebData.h     void assign(const char* data, size_t size);
size               76 public/platform/WebData.h     size_t size() const;
size               79 public/platform/WebData.h     bool isEmpty() const { return !size(); }
size               90 public/platform/WebData.h         assign(c.data(), c.size());
size               96 public/platform/WebData.h         assign(c.data(), c.size());
size               40 public/platform/WebExternalBitmap.h     virtual WebSize size() = 0;
size               79 public/platform/WebGraphicsContext3D.h         WGC3Dint size;
size              187 public/platform/WebGraphicsContext3D.h     virtual void* mapBufferSubDataCHROMIUM(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, WGC3Denum access) = 0;
size              225 public/platform/WebGraphicsContext3D.h     virtual void bufferData(WGC3Denum target, WGC3Dsizeiptr size, const void* data, WGC3Denum usage) = 0;
size              226 public/platform/WebGraphicsContext3D.h     virtual void bufferSubData(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, const void* data) = 0;
size              353 public/platform/WebGraphicsContext3D.h     virtual void vertexAttribPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized,
size               80 public/platform/WebImage.h     BLINK_PLATFORM_EXPORT WebSize size() const;
size               96 public/platform/WebScrollbar.h     virtual WebSize size() const = 0;
size               55 public/platform/WebThreadSafeData.h     BLINK_PLATFORM_EXPORT size_t size() const;
size               58 public/platform/WebThreadSafeData.h     bool isEmpty() const { return !size(); }
size               66 public/platform/WebThreadSafeData.h         size_t len = size();
size               71 public/platform/WebVector.h     explicit WebVector(size_t size = 0)
size               73 public/platform/WebVector.h         initialize(size);
size               77 public/platform/WebVector.h     WebVector(const U* values, size_t size)
size               79 public/platform/WebVector.h         initializeFrom(values, size);
size               90 public/platform/WebVector.h         initializeFrom(other.size() ? &other[0] : 0, other.size());
size              111 public/platform/WebVector.h         assign(other.size() ? &other[0] : 0, other.size());
size              115 public/platform/WebVector.h     void assign(const U* values, size_t size)
size              118 public/platform/WebVector.h         initializeFrom(values, size);
size              121 public/platform/WebVector.h     size_t size() const { return m_size; }
size              154 public/platform/WebVector.h     void initialize(size_t size)
size              156 public/platform/WebVector.h         m_size = size;
size              167 public/platform/WebVector.h     void initializeFrom(const U* values, size_t size)
size              169 public/platform/WebVector.h         m_size = size;
size               65 public/web/WebBlob.h     BLINK_EXPORT static WebBlob createFromFile(const WebString& path, long long size);
size               54 public/web/WebCache.h         size_t size;
size               52 public/web/WebDatabase.h         const WebString& originIdentifier, const WebString& name, long long size);
size               76 public/web/WebFontDescription.h         , size(0)
size               88 public/web/WebFontDescription.h     float size;
size               70 public/web/WebImageDecoder.h     BLINK_EXPORT WebSize size() const;
size               75 public/web/WebInputElement.h         BLINK_EXPORT int size() const;
size              181 public/web/WebInputEvent.h     unsigned size; // The size of this structure, for serialization.
size              224 public/web/WebInputEvent.h         size = sizeParam;
size               58 public/web/WebWidget.h     virtual WebSize size() { return WebSize(); }
size              123 public/web/WebWindowFeatures.h         for (size_t i = 0; i < additionalFeatures.size(); ++i)