item 60 Source/bindings/tests/results/V8TestInterface2.cpp RefPtr<TestInterfaceEmpty> result = impl->item(index, exceptionState); item 198 Source/bindings/tests/results/V8TestInterface2.cpp RefPtr<TestInterfaceEmpty> result = impl->item(index, exceptionState); item 199 Source/bindings/v8/IDBBindingUtilities.cpp v8::Local<v8::Value> item = array->Get(v8::Int32::New(isolate, i)); item 200 Source/bindings/v8/IDBBindingUtilities.cpp RefPtr<IDBKey> subkey = createIDBKeyFromValue(item, stack, isolate, allowExperimentalTypes); item 481 Source/bindings/v8/SerializedScriptValue.cpp doWriteFile(*fileList.item(i)); item 1298 Source/bindings/v8/SerializedScriptValue.cpp m_blobDataHandles.add(fileList->item(i)->uuid(), fileList->item(i)->blobDataHandle()); item 632 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Value> item = array->Get(v8::Integer::New(isolate, i)); item 633 Source/bindings/v8/V8Binding.cpp if (item->StrictEquals(value)) { item 434 Source/bindings/v8/V8WindowShell.cpp Element* element = items->item(0); item 112 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp v8::Local<v8::Value> item = blobParts->Get(v8::Uint32::New(isolate, i)); item 113 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp if (item.IsEmpty()) item 116 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp if (V8ArrayBuffer::hasInstance(item, isolate)) { item 117 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item)); item 120 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp } else if (V8ArrayBufferView::hasInstance(item, isolate)) { item 121 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item)); item 124 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp } else if (V8Blob::hasInstance(item, isolate)) { item 125 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item)); item 129 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, stringValue, item, false); item 74 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp RefPtr<Element> result = collection->item(index->Uint32Value()); item 63 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Object> item = v8::Local<v8::Object>::Cast(itemArray->Get(i)); item 64 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> type = item->Get(v8AtomicString(isolate, "type")); item 65 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> id = item->Get(v8AtomicString(isolate, "id")); item 66 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> label = item->Get(v8AtomicString(isolate, "label")); item 67 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> enabled = item->Get(v8AtomicString(isolate, "enabled")); item 68 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> checked = item->Get(v8AtomicString(isolate, "checked")); item 69 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp v8::Local<v8::Value> subItems = item->Get(v8AtomicString(isolate, "subItems")); item 74 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp ContextMenuItem item(ContextMenuItem(SeparatorType, item 77 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp menu.appendItem(item); item 84 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp ContextMenuItem item(SubmenuType, item 88 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp menu.appendItem(item); item 66 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp v8::Local<v8::Object> item = v8::Object::New(info.GetIsolate()); item 87 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp item->Set(v8String(info.GetIsolate(), rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly)); item 90 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp v8SetReturnValue(info, item); item 425 Source/bindings/v8/custom/V8WindowCustom.cpp v8SetReturnValueFast(info, items->item(0), window); item 205 Source/core/clipboard/Clipboard.cpp if (m_dataObject->item(i)->kind() == DataObjectItem::FileKind) { item 206 Source/core/clipboard/Clipboard.cpp RefPtrWillBeRawPtr<Blob> blob = m_dataObject->item(i)->getAsFile(); item 488 Source/core/clipboard/Clipboard.cpp if (equalIgnoringCase(fileList->item(f)->type(), type)) item 96 Source/core/clipboard/DataObject.cpp RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromString(type, data); item 97 Source/core/clipboard/DataObject.cpp if (!internalAddStringItem(item)) item 99 Source/core/clipboard/DataObject.cpp return item; item 107 Source/core/clipboard/DataObject.cpp RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromFile(file); item 108 Source/core/clipboard/DataObject.cpp m_itemList.append(item); item 109 Source/core/clipboard/DataObject.cpp return item; item 172 Source/core/clipboard/DataObject.cpp RefPtrWillBeRawPtr<DataObjectItem> item = findStringItem(mimeTypeTextURIList); item 173 Source/core/clipboard/DataObject.cpp if (!item) item 175 Source/core/clipboard/DataObject.cpp url = convertURIListToURL(item->getAsString()); item 177 Source/core/clipboard/DataObject.cpp *title = item->title(); item 188 Source/core/clipboard/DataObject.cpp RefPtrWillBeRawPtr<DataObjectItem> item = findStringItem(mimeTypeTextHTML); item 189 Source/core/clipboard/DataObject.cpp if (!item) item 191 Source/core/clipboard/DataObject.cpp html = item->getAsString(); item 192 Source/core/clipboard/DataObject.cpp baseURL = item->baseURL(); item 250 Source/core/clipboard/DataObject.cpp bool DataObject::internalAddStringItem(PassRefPtrWillBeRawPtr<DataObjectItem> item) item 252 Source/core/clipboard/DataObject.cpp ASSERT(item->kind() == DataObjectItem::StringKind); item 254 Source/core/clipboard/DataObject.cpp if (m_itemList[i]->kind() == DataObjectItem::StringKind && m_itemList[i]->type() == item->type()) item 258 Source/core/clipboard/DataObject.cpp m_itemList.append(item); item 262 Source/core/clipboard/DataObject.cpp void DataObject::internalAddFileItem(PassRefPtrWillBeRawPtr<DataObjectItem> item) item 264 Source/core/clipboard/DataObject.cpp ASSERT(item->kind() == DataObjectItem::FileKind); item 265 Source/core/clipboard/DataObject.cpp m_itemList.append(item); item 63 Source/core/clipboard/DataObject.h PassRefPtrWillBeRawPtr<DataObjectItem> item(unsigned long index); item 44 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(StringKind, type)); item 45 Source/core/clipboard/DataObjectItem.cpp item->m_data = data; item 46 Source/core/clipboard/DataObjectItem.cpp return item.release(); item 51 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(FileKind, file->type())); item 52 Source/core/clipboard/DataObjectItem.cpp item->m_file = file; item 53 Source/core/clipboard/DataObjectItem.cpp return item.release(); item 58 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(StringKind, mimeTypeTextURIList)); item 59 Source/core/clipboard/DataObjectItem.cpp item->m_data = url; item 60 Source/core/clipboard/DataObjectItem.cpp item->m_title = title; item 61 Source/core/clipboard/DataObjectItem.cpp return item.release(); item 66 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(StringKind, mimeTypeTextHTML)); item 67 Source/core/clipboard/DataObjectItem.cpp item->m_data = html; item 68 Source/core/clipboard/DataObjectItem.cpp item->m_baseURL = baseURL; item 69 Source/core/clipboard/DataObjectItem.cpp return item.release(); item 74 Source/core/clipboard/DataObjectItem.cpp RefPtrWillBeRawPtr<DataObjectItem> item = adoptRefWillBeNoop(new DataObjectItem(FileKind, String())); item 75 Source/core/clipboard/DataObjectItem.cpp item->m_sharedBuffer = buffer; item 76 Source/core/clipboard/DataObjectItem.cpp item->m_title = name; item 77 Source/core/clipboard/DataObjectItem.cpp return item.release(); item 42 Source/core/clipboard/DataTransferItem.cpp PassRefPtrWillBeRawPtr<DataTransferItem> DataTransferItem::create(PassRefPtrWillBeRawPtr<Clipboard> clipboard, PassRefPtrWillBeRawPtr<DataObjectItem> item) item 44 Source/core/clipboard/DataTransferItem.cpp return adoptRefWillBeNoop(new DataTransferItem(clipboard, item)); item 92 Source/core/clipboard/DataTransferItem.cpp DataTransferItem::DataTransferItem(PassRefPtrWillBeRawPtr<Clipboard> clipboard, PassRefPtrWillBeRawPtr<DataObjectItem> item) item 94 Source/core/clipboard/DataTransferItem.cpp , m_item(item) item 58 Source/core/clipboard/DataTransferItemList.cpp RefPtrWillBeRawPtr<DataObjectItem> item = m_dataObject->item(index); item 59 Source/core/clipboard/DataTransferItemList.cpp if (!item) item 62 Source/core/clipboard/DataTransferItemList.cpp return DataTransferItem::create(m_clipboard, item); item 85 Source/core/clipboard/DataTransferItemList.cpp RefPtrWillBeRawPtr<DataObjectItem> item = m_dataObject->add(data, type); item 86 Source/core/clipboard/DataTransferItemList.cpp if (!item) { item 90 Source/core/clipboard/DataTransferItemList.cpp return DataTransferItem::create(m_clipboard, item); item 97 Source/core/clipboard/DataTransferItemList.cpp RefPtrWillBeRawPtr<DataObjectItem> item = m_dataObject->add(file); item 98 Source/core/clipboard/DataTransferItemList.cpp if (!item) item 100 Source/core/clipboard/DataTransferItemList.cpp return DataTransferItem::create(m_clipboard, item); item 55 Source/core/clipboard/DataTransferItemList.h PassRefPtrWillBeRawPtr<DataTransferItem> item(unsigned long index); item 665 Source/core/css/CSSComputedStyleDeclaration.cpp if (list->item(0)->equals(*list->item(1))) item 666 Source/core/css/CSSComputedStyleDeclaration.cpp return list->item(0); item 688 Source/core/css/CSSComputedStyleDeclaration.cpp horizontalRadii->append(topLeftRadius->item(0)); item 690 Source/core/css/CSSComputedStyleDeclaration.cpp horizontalRadii->append(topRightRadius->item(0)); item 692 Source/core/css/CSSComputedStyleDeclaration.cpp horizontalRadii->append(bottomRightRadius->item(0)); item 694 Source/core/css/CSSComputedStyleDeclaration.cpp horizontalRadii->append(bottomLeftRadius->item(0)); item 699 Source/core/css/CSSComputedStyleDeclaration.cpp verticalRadii->append(topLeftRadius->item(1)); item 701 Source/core/css/CSSComputedStyleDeclaration.cpp verticalRadii->append(topRightRadius->item(1)); item 703 Source/core/css/CSSComputedStyleDeclaration.cpp verticalRadii->append(bottomRightRadius->item(1)); item 705 Source/core/css/CSSComputedStyleDeclaration.cpp verticalRadii->append(bottomLeftRadius->item(1)); item 707 Source/core/css/CSSComputedStyleDeclaration.cpp if (!verticalRadii->equals(*toCSSValueList(list->item(0)))) item 1930 Source/core/css/CSSComputedStyleDeclaration.cpp return fontFamilyList->item(0); item 87 Source/core/css/CSSComputedStyleDeclaration.h virtual String item(unsigned index) const OVERRIDE; item 118 Source/core/css/CSSGroupingRule.cpp result.append(item(i)->cssText()); item 48 Source/core/css/CSSGroupingRule.h CSSRule* item(unsigned index) const; item 60 Source/core/css/CSSImageSetValue.cpp CSSValue* imageValue = item(i); item 65 Source/core/css/CSSImageSetValue.cpp CSSValue* scaleFactorValue = item(i); item 152 Source/core/css/CSSImageSetValue.cpp const CSSValue* imageValue = item(i); item 158 Source/core/css/CSSImageSetValue.cpp const CSSValue* scaleFactorValue = item(i); item 159 Source/core/css/CSSKeyframesRule.cpp return (i >= 0) ? item(i) : 0; item 99 Source/core/css/CSSKeyframesRule.h CSSKeyframeRule* item(unsigned index) const; item 47 Source/core/css/CSSRuleList.h virtual CSSRule* item(unsigned index) const = 0; item 80 Source/core/css/CSSRuleList.h virtual CSSRule* item(unsigned index) const OVERRIDE { return index < m_rules.size() ? m_rules[index].get() : 0; } item 110 Source/core/css/CSSRuleList.h virtual CSSRule* item(unsigned index) const OVERRIDE { return m_rule->item(index); } item 50 Source/core/css/CSSStyleDeclaration.h virtual String item(unsigned index) const = 0; item 68 Source/core/css/CSSStyleSheet.cpp virtual CSSRule* item(unsigned index) const OVERRIDE { return m_styleSheet->item(index); } item 290 Source/core/css/CSSStyleSheet.cpp CSSRule* rule = item(i); item 80 Source/core/css/CSSStyleSheet.h CSSRule* item(unsigned index); item 52 Source/core/css/CSSValueList.h CSSValue* item(size_t index) { return index < m_values.size() ? m_values[index].get() : 0; } item 53 Source/core/css/CSSValueList.h const CSSValue* item(size_t index) const { return index < m_values.size() ? m_values[index].get() : 0; } item 91 Source/core/css/CSSValueList.h CSSValue* item(size_t index) const { ASSERT_WITH_SECURITY_IMPLICATION(index < length()); return m_list->itemWithoutBoundsCheck(index); } item 92 Source/core/css/CSSValueList.h CSSValue* first() const { return item(0); } item 93 Source/core/css/CSSValueList.h CSSValue* second() const { return item(1); } item 107 Source/core/css/CSSValueList.h CSSValue* value() const { return m_inspector.item(m_position); } item 198 Source/core/css/ElementRuleCollector.cpp CSSRule* cssRule = cssRules->item(i); item 563 Source/core/css/FontFace.cpp CSSFontFaceSrcValue* item = toCSSFontFaceSrcValue(srcList->itemWithoutBoundsCheck(i)); item 567 Source/core/css/FontFace.cpp foundSVGFont = item->isSVGFontFaceSrc() || item->svgFontFaceElement(); item 569 Source/core/css/FontFace.cpp if (!item->isLocal()) { item 572 Source/core/css/FontFace.cpp if (allowDownloading && item->isSupportedFormat() && document) { item 573 Source/core/css/FontFace.cpp FontResource* fetched = item->fetch(document); item 577 Source/core/css/FontFace.cpp source = adoptPtr(new SVGRemoteFontFaceSource(item->resource(), fetched)); item 587 Source/core/css/FontFace.cpp if (item->svgFontFaceElement()) { item 588 Source/core/css/FontFace.cpp source = adoptPtr(new SVGFontFaceSource(item->svgFontFaceElement())); item 592 Source/core/css/FontFace.cpp source = adoptPtr(new LocalFontFaceSource(item->resource())); item 86 Source/core/css/MediaList.h String item(unsigned index) const; item 52 Source/core/css/PropertySetCSSStyleDeclaration.h virtual String item(unsigned index) const OVERRIDE FINAL; item 507 Source/core/css/StylePropertySerializer.cpp value = toCSSValueList(values[j].get())->item(i); item 89 Source/core/css/StyleSheetList.cpp HTMLStyleElement* item = getNamedItem(name); item 90 Source/core/css/StyleSheetList.cpp if (!item) item 92 Source/core/css/StyleSheetList.cpp return item->sheet(); item 42 Source/core/css/StyleSheetList.h StyleSheet* item(unsigned index); item 3502 Source/core/css/parser/CSSPropertyParser.cpp parseGridLineNames(*m_valueList, *templateRows, static_cast<CSSGridLineNamesValue*>(templateRows->item(templateRows->length() - 1))); item 538 Source/core/css/resolver/CSSToStyleMap.cpp CSSValue* current = borderImage->item(i); item 547 Source/core/css/resolver/CSSToStyleMap.cpp if (slashList->item(0) && slashList->item(0)->isBorderImageSliceValue()) item 548 Source/core/css/resolver/CSSToStyleMap.cpp mapNinePieceImageSlice(slashList->item(0), image); item 551 Source/core/css/resolver/CSSToStyleMap.cpp if (slashList->item(1)) item 552 Source/core/css/resolver/CSSToStyleMap.cpp image.setBorderSlices(mapNinePieceImageQuad(slashList->item(1))); item 555 Source/core/css/resolver/CSSToStyleMap.cpp if (slashList->item(2)) item 556 Source/core/css/resolver/CSSToStyleMap.cpp image.setOutset(mapNinePieceImageQuad(slashList->item(2))); item 192 Source/core/css/resolver/FilterOperationResolver.cpp CSSShadowValue* item = toCSSShadowValue(cssValue); item 193 Source/core/css/resolver/FilterOperationResolver.cpp IntPoint location(item->x->computeLength<int>(conversionData), item->y->computeLength<int>(conversionData)); item 194 Source/core/css/resolver/FilterOperationResolver.cpp int blur = item->blur ? item->blur->computeLength<int>(conversionData) : 0; item 196 Source/core/css/resolver/FilterOperationResolver.cpp if (item->color) item 197 Source/core/css/resolver/FilterOperationResolver.cpp shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color()); item 179 Source/core/css/resolver/FontBuilder.cpp CSSValue* item = i.value(); item 180 Source/core/css/resolver/FontBuilder.cpp if (!item->isPrimitiveValue()) item 182 Source/core/css/resolver/FontBuilder.cpp CSSPrimitiveValue* contentValue = toCSSPrimitiveValue(item); item 412 Source/core/css/resolver/FontBuilder.cpp CSSValue* item = valueList->itemWithoutBoundsCheck(i); item 413 Source/core/css/resolver/FontBuilder.cpp ASSERT(item->isPrimitiveValue()); item 414 Source/core/css/resolver/FontBuilder.cpp if (item->isPrimitiveValue()) { item 415 Source/core/css/resolver/FontBuilder.cpp CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(item); item 519 Source/core/css/resolver/FontBuilder.cpp CSSValue* item = list->itemWithoutBoundsCheck(i); item 520 Source/core/css/resolver/FontBuilder.cpp if (!item->isFontFeatureValue()) item 522 Source/core/css/resolver/FontBuilder.cpp CSSFontFeatureValue* feature = toCSSFontFeatureValue(item); item 138 Source/core/css/resolver/StyleBuilderConverter.cpp const CSSShadowValue* item = toCSSShadowValue(valueList->item(i)); item 139 Source/core/css/resolver/StyleBuilderConverter.cpp float x = item->x->computeLength<float>(state.cssToLengthConversionData()); item 140 Source/core/css/resolver/StyleBuilderConverter.cpp float y = item->y->computeLength<float>(state.cssToLengthConversionData()); item 141 Source/core/css/resolver/StyleBuilderConverter.cpp float blur = item->blur ? item->blur->computeLength<float>(state.cssToLengthConversionData()) : 0; item 142 Source/core/css/resolver/StyleBuilderConverter.cpp float spread = item->spread ? item->spread->computeLength<float>(state.cssToLengthConversionData()) : 0; item 143 Source/core/css/resolver/StyleBuilderConverter.cpp ShadowStyle shadowStyle = item->style && item->style->getValueID() == CSSValueInset ? Inset : Normal; item 145 Source/core/css/resolver/StyleBuilderConverter.cpp if (item->color) item 146 Source/core/css/resolver/StyleBuilderConverter.cpp color = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color()); item 181 Source/core/css/resolver/StyleBuilderCustom.cpp CSSValue* item = list->itemWithoutBoundsCheck(i); item 182 Source/core/css/resolver/StyleBuilderCustom.cpp if (item->isCursorImageValue()) { item 183 Source/core/css/resolver/StyleBuilderCustom.cpp CSSCursorImageValue* image = toCSSCursorImageValue(item); item 187 Source/core/css/resolver/StyleBuilderCustom.cpp } else if (item->isPrimitiveValue()) { item 188 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(item); item 544 Source/core/css/resolver/StyleBuilderCustom.cpp CSSValue* item = i.value(); item 545 Source/core/css/resolver/StyleBuilderCustom.cpp t |= *toCSSPrimitiveValue(item); item 577 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* eachLineValue = toCSSPrimitiveValue(valueList->item(1)); item 603 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(list->item(0)); item 622 Source/core/css/resolver/StyleBuilderCustom.cpp primitiveValue = toCSSPrimitiveValue(list->item(1)); item 641 Source/core/css/resolver/StyleBuilderCustom.cpp primitiveValue = toCSSPrimitiveValue(list->item(2)); item 661 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(list->item(0)); item 680 Source/core/css/resolver/StyleBuilderCustom.cpp primitiveValue = toCSSPrimitiveValue(list->item(1)); item 927 Source/core/css/resolver/StyleBuilderCustom.cpp CSSValue* item = list->itemWithoutBoundsCheck(i); item 928 Source/core/css/resolver/StyleBuilderCustom.cpp if (!item->isPrimitiveValue()) item 931 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* value = toCSSPrimitiveValue(item); item 974 Source/core/css/resolver/StyleBuilderCustom.cpp CSSValue* item = i.value(); item 975 Source/core/css/resolver/StyleBuilderCustom.cpp TextUnderlinePosition t2 = *toCSSPrimitiveValue(item); item 1208 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* value = toCSSPrimitiveValue(iter.item(i)); item 1313 Source/core/css/resolver/StyleBuilderCustom.cpp CSSValue* item = i.value(); item 1314 Source/core/css/resolver/StyleBuilderCustom.cpp if (item->isImageGeneratorValue()) { item 1315 Source/core/css/resolver/StyleBuilderCustom.cpp if (item->isGradientValue()) item 1316 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setContent(StyleGeneratedImage::create(toCSSGradientValue(item)->gradientWithStylesResolved(state.document().textLinkColors(), state.style()->color()).get()), didSet); item 1318 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setContent(StyleGeneratedImage::create(toCSSImageGeneratorValue(item)), didSet); item 1320 Source/core/css/resolver/StyleBuilderCustom.cpp } else if (item->isImageSetValue()) { item 1321 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setContent(state.elementStyleResources().setOrPendingFromValue(CSSPropertyContent, toCSSImageSetValue(item)), didSet); item 1325 Source/core/css/resolver/StyleBuilderCustom.cpp if (item->isImageValue()) { item 1326 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setContent(state.elementStyleResources().cachedOrPendingFromValue(CSSPropertyContent, toCSSImageValue(item)), didSet); item 1331 Source/core/css/resolver/StyleBuilderCustom.cpp if (!item->isPrimitiveValue()) item 1334 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPrimitiveValue* contentValue = toCSSPrimitiveValue(item); item 1396 Source/core/css/resolver/StyleBuilderCustom.cpp CSSValue* second = list->item(i + 1); item 45 Source/core/dom/ChildNodeList.h virtual Node* item(unsigned index) const OVERRIDE { return m_collectionIndexCache.nodeAt(*this, index); } item 47 Source/core/dom/ClientRectList.h ClientRect* item(unsigned index); item 50 Source/core/dom/DOMSettableTokenList.h virtual const AtomicString item(unsigned index) const OVERRIDE; item 53 Source/core/dom/DOMStringList.h String item(unsigned index) const; item 49 Source/core/dom/DOMStringMap.h virtual String item(const String& name) = 0; item 71 Source/core/dom/DOMStringMap.h return item(String::number(index)); item 50 Source/core/dom/DOMTokenList.h virtual const AtomicString item(unsigned index) const = 0; item 48 Source/core/dom/DatasetDOMStringMap.h virtual String item(const String& name) OVERRIDE; item 54 Source/core/dom/EmptyNodeList.h virtual Node* item(unsigned) const OVERRIDE { return 0; } item 45 Source/core/dom/LiveNodeList.h virtual Node* item(unsigned offset) const OVERRIDE FINAL { return m_collectionIndexCache.nodeAt(*this, offset); } item 62 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> item(unsigned index) const; item 50 Source/core/dom/NamedNodesCollection.h virtual Node* item(unsigned) const OVERRIDE; item 41 Source/core/dom/NodeList.h virtual Node* item(unsigned index) const = 0; item 94 Source/core/dom/RangeTest.cpp Text* oldText = toText(outer->childNodes()->item(2)); item 54 Source/core/dom/StaticNodeList.h virtual Node* item(unsigned index) const OVERRIDE; item 41 Source/core/dom/TouchList.cpp return const_cast<TouchList*>(this)->item(index); item 51 Source/core/dom/TouchList.h Touch* item(unsigned); item 52 Source/core/dom/TouchList.h const Touch* item(unsigned) const; item 259 Source/core/dom/shadow/ElementShadow.cpp if (toCSSStyleSheet(list->item(i))->contents() != toCSSStyleSheet(otherList->item(i))->contents()) item 989 Source/core/editing/CompositeEditCommand.cpp Node* item = ancestors[i - 1].get(); item 990 Source/core/editing/CompositeEditCommand.cpp RefPtr<Node> child = item->cloneNode(isRenderedTableElement(item)); item 1490 Source/core/editing/EditingStyle.cpp newTextDecoration->removeAll(valuesInRefTextDecoration->item(i)); item 351 Source/core/events/EventPath.cpp const Touch& touch = *touchList->item(i); item 364 Source/core/events/EventPath.cpp ASSERT(touchList.item(i)->target()->toNode()->treeScope().isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(treeScope)); item 145 Source/core/fetch/FontResource.cpp ASSERT(collection->item(i)); item 146 Source/core/fetch/FontResource.cpp ASSERT(isSVGFontElement(collection->item(i))); item 151 Source/core/fetch/FontResource.cpp return toSVGFontElement(collection->item(0)); item 154 Source/core/fetch/FontResource.cpp SVGFontElement* element = toSVGFontElement(collection->item(i)); item 47 Source/core/fileapi/FileList.h File* item(unsigned index) const; item 52 Source/core/html/ClassList.h virtual const AtomicString item(unsigned index) const OVERRIDE; item 49 Source/core/html/HTMLCollection.h Element* item(unsigned offset) const { return m_collectionIndexCache.nodeAt(*this, offset); } item 145 Source/core/html/HTMLFormControlsCollection.cpp if (HTMLElement* item = firstNamedItem(formControlElements(), imagesElements, idAttr, name)) item 146 Source/core/html/HTMLFormControlsCollection.cpp return item; item 220 Source/core/html/HTMLFormControlsCollection.cpp Element* element = item(i); item 188 Source/core/html/HTMLFormElement.cpp return elements()->item(index); item 56 Source/core/html/HTMLFormElement.h Element* item(unsigned index); item 1514 Source/core/html/HTMLInputElement.cpp for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); ++i) { item 1846 Source/core/html/HTMLInputElement.cpp for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); ++i) { item 76 Source/core/html/HTMLMapElement.cpp for (unsigned i = 0; Element* curr = images->item(i); i++) { item 705 Source/core/html/HTMLMediaElement.cpp TextTrack* track = m_textTracks->item(i); item 1249 Source/core/html/HTMLMediaElement.cpp textTrackAddCue(cues->item(i)->track(), cues->item(i)); item 1258 Source/core/html/HTMLMediaElement.cpp textTrackRemoveCue(cues->item(i)->track(), cues->item(i)); item 2502 Source/core/html/HTMLMediaElement.cpp RefPtr<TextTrack> textTrack = m_textTracks->item(i); item 3217 Source/core/html/HTMLMediaElement.cpp if (m_textTracks->item(i)->readinessState() == TextTrack::FailedToLoad) item 3220 Source/core/html/HTMLMediaElement.cpp if (m_textTracks->item(i)->kind() == TextTrack::captionsKeyword() item 3221 Source/core/html/HTMLMediaElement.cpp || m_textTracks->item(i)->kind() == TextTrack::subtitlesKeyword()) item 3355 Source/core/html/HTMLMediaElement.cpp if (m_textTracks->item(i)->mode() == TextTrack::showingKeyword()) { item 3391 Source/core/html/HTMLMediaElement.cpp RefPtr<TextTrack> textTrack = m_textTracks->item(i); item 240 Source/core/html/HTMLObjectElement.cpp ASSERT(metaElements->item(i)->isHTMLElement()); item 241 Source/core/html/HTMLObjectElement.cpp HTMLMetaElement* metaElement = toHTMLMetaElement(metaElements->item(i)); item 50 Source/core/html/HTMLOptionsCollection.cpp Element* element = item(i); item 216 Source/core/html/HTMLSelectElement.cpp HTMLElement* beforeElement = toHTMLElement(options()->item(beforeIndex)); item 444 Source/core/html/HTMLSelectElement.cpp return options()->item(index); item 458 Source/core/html/HTMLSelectElement.cpp before = toHTMLElement(options()->item(index+1)); item 491 Source/core/html/HTMLSelectElement.cpp Element* item = items[i]; item 493 Source/core/html/HTMLSelectElement.cpp ASSERT(item->parentNode()); item 494 Source/core/html/HTMLSelectElement.cpp itemsToRemove.append(item); item 499 Source/core/html/HTMLSelectElement.cpp Element* item = itemsToRemove[i].get(); item 500 Source/core/html/HTMLSelectElement.cpp if (item->parentNode()) item 501 Source/core/html/HTMLSelectElement.cpp item->parentNode()->removeChild(item, exceptionState); item 98 Source/core/html/HTMLSelectElement.h Element* item(unsigned index); item 139 Source/core/html/HTMLTableRowElement.cpp n = children->item(index); item 152 Source/core/html/HTMLTableRowElement.cpp RefPtr<Element> cell = children->item(index); item 76 Source/core/html/HTMLTableSectionElement.cpp n = children->item(index); item 90 Source/core/html/HTMLTableSectionElement.cpp RefPtr<Element> row = children->item(index); item 69 Source/core/html/RadioNodeList.cpp Node* node = item(i); item 83 Source/core/html/RadioNodeList.cpp Node* node = item(i); item 239 Source/core/html/forms/ColorInputType.cpp for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); i++) { item 86 Source/core/html/forms/FileInputType.cpp state.append(m_fileList->item(i)->path()); item 87 Source/core/html/forms/FileInputType.cpp state.append(m_fileList->item(i)->name()); item 112 Source/core/html/forms/FileInputType.cpp encoding.appendData(element().name(), fileList->item(i)->name()); item 124 Source/core/html/forms/FileInputType.cpp encoding.appendBlob(element().name(), fileList->item(i)); item 199 Source/core/html/forms/FileInputType.cpp value = "C:\\fakepath\\" + m_fileList->item(0)->name(); item 287 Source/core/html/forms/FileInputType.cpp if (files->item(i)->path() != m_fileList->item(i)->path()) { item 302 Source/core/html/forms/FileInputType.cpp paths.append(m_fileList->item(i)->path()); item 378 Source/core/html/forms/FileInputType.cpp names.append(fileList->item(i)->name()); item 175 Source/core/html/forms/RangeInputType.cpp sliderThumbElement()->setPositionFromPoint(touches->item(0)->absoluteLocation()); item 358 Source/core/html/forms/RangeInputType.cpp Element* element = options->item(i); item 68 Source/core/html/parser/HTMLConstructionSite.cpp static bool hasImpliedEndTag(const HTMLStackItem* item) item 70 Source/core/html/parser/HTMLConstructionSite.cpp return item->hasTagName(ddTag) item 71 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(dtTag) item 72 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(liTag) item 73 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(optionTag) item 74 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(optgroupTag) item 75 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(pTag) item 76 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(rpTag) item 77 Source/core/html/parser/HTMLConstructionSite.cpp || item->hasTagName(rtTag); item 751 Source/core/html/parser/HTMLConstructionSite.cpp PassRefPtr<HTMLStackItem> HTMLConstructionSite::createElementFromSavedToken(HTMLStackItem* item) item 755 Source/core/html/parser/HTMLConstructionSite.cpp AtomicHTMLToken fakeToken(HTMLToken::StartTag, item->localName(), item->attributes()); item 756 Source/core/html/parser/HTMLConstructionSite.cpp if (item->namespaceURI() == HTMLNames::xhtmlNamespaceURI) item 759 Source/core/html/parser/HTMLConstructionSite.cpp element = createElement(&fakeToken, item->namespaceURI()); item 760 Source/core/html/parser/HTMLConstructionSite.cpp return HTMLStackItem::create(element.release(), &fakeToken, item->namespaceURI()); item 43 Source/core/html/parser/HTMLElementStack.cpp inline bool isRootNode(HTMLStackItem* item) item 45 Source/core/html/parser/HTMLElementStack.cpp return item->isDocumentFragmentNode() item 46 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(htmlTag); item 49 Source/core/html/parser/HTMLElementStack.cpp inline bool isScopeMarker(HTMLStackItem* item) item 51 Source/core/html/parser/HTMLElementStack.cpp return item->hasTagName(appletTag) item 52 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(captionTag) item 53 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(marqueeTag) item 54 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(objectTag) item 55 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(tableTag) item 56 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(tdTag) item 57 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(thTag) item 58 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::miTag) item 59 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::moTag) item 60 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::mnTag) item 61 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::msTag) item 62 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::mtextTag) item 63 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::annotation_xmlTag) item 64 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(SVGNames::foreignObjectTag) item 65 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(SVGNames::descTag) item 66 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(SVGNames::titleTag) item 67 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(templateTag) item 68 Source/core/html/parser/HTMLElementStack.cpp || isRootNode(item); item 71 Source/core/html/parser/HTMLElementStack.cpp inline bool isListItemScopeMarker(HTMLStackItem* item) item 73 Source/core/html/parser/HTMLElementStack.cpp return isScopeMarker(item) item 74 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(olTag) item 75 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(ulTag); item 78 Source/core/html/parser/HTMLElementStack.cpp inline bool isTableScopeMarker(HTMLStackItem* item) item 80 Source/core/html/parser/HTMLElementStack.cpp return item->hasTagName(tableTag) item 81 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(templateTag) item 82 Source/core/html/parser/HTMLElementStack.cpp || isRootNode(item); item 85 Source/core/html/parser/HTMLElementStack.cpp inline bool isTableBodyScopeMarker(HTMLStackItem* item) item 87 Source/core/html/parser/HTMLElementStack.cpp return item->hasTagName(tbodyTag) item 88 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(tfootTag) item 89 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(theadTag) item 90 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(templateTag) item 91 Source/core/html/parser/HTMLElementStack.cpp || isRootNode(item); item 94 Source/core/html/parser/HTMLElementStack.cpp inline bool isTableRowScopeMarker(HTMLStackItem* item) item 96 Source/core/html/parser/HTMLElementStack.cpp return item->hasTagName(trTag) item 97 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(templateTag) item 98 Source/core/html/parser/HTMLElementStack.cpp || isRootNode(item); item 101 Source/core/html/parser/HTMLElementStack.cpp inline bool isForeignContentScopeMarker(HTMLStackItem* item) item 103 Source/core/html/parser/HTMLElementStack.cpp return HTMLElementStack::isMathMLTextIntegrationPoint(item) item 104 Source/core/html/parser/HTMLElementStack.cpp || HTMLElementStack::isHTMLIntegrationPoint(item) item 105 Source/core/html/parser/HTMLElementStack.cpp || item->isInHTMLNamespace(); item 108 Source/core/html/parser/HTMLElementStack.cpp inline bool isButtonScopeMarker(HTMLStackItem* item) item 110 Source/core/html/parser/HTMLElementStack.cpp return isScopeMarker(item) item 111 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(buttonTag); item 114 Source/core/html/parser/HTMLElementStack.cpp inline bool isSelectScopeMarker(HTMLStackItem* item) item 116 Source/core/html/parser/HTMLElementStack.cpp return !item->hasTagName(optgroupTag) item 117 Source/core/html/parser/HTMLElementStack.cpp && !item->hasTagName(optionTag); item 122 Source/core/html/parser/HTMLElementStack.cpp HTMLElementStack::ElementRecord::ElementRecord(PassRefPtr<HTMLStackItem> item, PassOwnPtr<ElementRecord> next) item 123 Source/core/html/parser/HTMLElementStack.cpp : m_item(item) item 133 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::ElementRecord::replaceElement(PassRefPtr<HTMLStackItem> item) item 135 Source/core/html/parser/HTMLElementStack.cpp ASSERT(item); item 138 Source/core/html/parser/HTMLElementStack.cpp m_item = item; item 268 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::isMathMLTextIntegrationPoint(HTMLStackItem* item) item 270 Source/core/html/parser/HTMLElementStack.cpp if (!item->isElementNode()) item 272 Source/core/html/parser/HTMLElementStack.cpp return item->hasTagName(MathMLNames::miTag) item 273 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::moTag) item 274 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::mnTag) item 275 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::msTag) item 276 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(MathMLNames::mtextTag); item 280 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::isHTMLIntegrationPoint(HTMLStackItem* item) item 282 Source/core/html/parser/HTMLElementStack.cpp if (!item->isElementNode()) item 284 Source/core/html/parser/HTMLElementStack.cpp if (item->hasTagName(MathMLNames::annotation_xmlTag)) { item 285 Source/core/html/parser/HTMLElementStack.cpp Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr); item 293 Source/core/html/parser/HTMLElementStack.cpp return item->hasTagName(SVGNames::foreignObjectTag) item 294 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(SVGNames::descTag) item 295 Source/core/html/parser/HTMLElementStack.cpp || item->hasTagName(SVGNames::titleTag); item 310 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::pushHTMLHtmlElement(PassRefPtr<HTMLStackItem> item) item 312 Source/core/html/parser/HTMLElementStack.cpp ASSERT(item->hasTagName(htmlTag)); item 313 Source/core/html/parser/HTMLElementStack.cpp pushRootNodeCommon(item); item 324 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::pushHTMLHeadElement(PassRefPtr<HTMLStackItem> item) item 326 Source/core/html/parser/HTMLElementStack.cpp ASSERT(item->hasTagName(HTMLNames::headTag)); item 328 Source/core/html/parser/HTMLElementStack.cpp m_headElement = item->element(); item 329 Source/core/html/parser/HTMLElementStack.cpp pushCommon(item); item 332 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::pushHTMLBodyElement(PassRefPtr<HTMLStackItem> item) item 334 Source/core/html/parser/HTMLElementStack.cpp ASSERT(item->hasTagName(HTMLNames::bodyTag)); item 336 Source/core/html/parser/HTMLElementStack.cpp m_bodyElement = item->element(); item 337 Source/core/html/parser/HTMLElementStack.cpp pushCommon(item); item 340 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::push(PassRefPtr<HTMLStackItem> item) item 342 Source/core/html/parser/HTMLElementStack.cpp ASSERT(!item->hasTagName(htmlTag)); item 343 Source/core/html/parser/HTMLElementStack.cpp ASSERT(!item->hasTagName(headTag)); item 344 Source/core/html/parser/HTMLElementStack.cpp ASSERT(!item->hasTagName(bodyTag)); item 346 Source/core/html/parser/HTMLElementStack.cpp pushCommon(item); item 349 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::insertAbove(PassRefPtr<HTMLStackItem> item, ElementRecord* recordBelow) item 351 Source/core/html/parser/HTMLElementStack.cpp ASSERT(item); item 354 Source/core/html/parser/HTMLElementStack.cpp ASSERT(!item->hasTagName(htmlTag)); item 355 Source/core/html/parser/HTMLElementStack.cpp ASSERT(!item->hasTagName(headTag)); item 356 Source/core/html/parser/HTMLElementStack.cpp ASSERT(!item->hasTagName(bodyTag)); item 359 Source/core/html/parser/HTMLElementStack.cpp push(item); item 368 Source/core/html/parser/HTMLElementStack.cpp recordAbove->setNext(adoptPtr(new ElementRecord(item, recordAbove->releaseNext()))); item 444 Source/core/html/parser/HTMLElementStack.cpp HTMLStackItem* item = pos->stackItem().get(); item 445 Source/core/html/parser/HTMLElementStack.cpp if (item->matchesHTMLTag(targetTag)) item 447 Source/core/html/parser/HTMLElementStack.cpp if (isMarker(item)) item 457 Source/core/html/parser/HTMLElementStack.cpp HTMLStackItem* item = record->stackItem().get(); item 458 Source/core/html/parser/HTMLElementStack.cpp if (item->isNumberedHeaderElement()) item 460 Source/core/html/parser/HTMLElementStack.cpp if (isScopeMarker(item)) item 470 Source/core/html/parser/HTMLElementStack.cpp HTMLStackItem* item = pos->stackItem().get(); item 471 Source/core/html/parser/HTMLElementStack.cpp if (item->node() == targetElement) item 473 Source/core/html/parser/HTMLElementStack.cpp if (isScopeMarker(item)) item 559 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::pushCommon(PassRefPtr<HTMLStackItem> item) item 564 Source/core/html/parser/HTMLElementStack.cpp m_top = adoptPtr(new ElementRecord(item, m_top.release())); item 97 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::append(PassRefPtr<HTMLStackItem> item) item 99 Source/core/html/parser/HTMLFormattingElementList.cpp ensureNoahsArkCondition(item.get()); item 100 Source/core/html/parser/HTMLFormattingElementList.cpp m_entries.append(item); item 51 Source/core/html/parser/HTMLFormattingElementList.h explicit Entry(PassRefPtr<HTMLStackItem> item) item 52 Source/core/html/parser/HTMLFormattingElementList.h : m_item(item) item 72 Source/core/html/parser/HTMLFormattingElementList.h void replaceElement(PassRefPtr<HTMLStackItem> item) { m_item = item; } item 464 Source/core/html/parser/HTMLTreeBuilder.cpp bool isLi(const HTMLStackItem* item) item 466 Source/core/html/parser/HTMLTreeBuilder.cpp return item->hasTagName(liTag); item 469 Source/core/html/parser/HTMLTreeBuilder.cpp bool isDdOrDt(const HTMLStackItem* item) item 471 Source/core/html/parser/HTMLTreeBuilder.cpp return item->hasTagName(ddTag) item 472 Source/core/html/parser/HTMLTreeBuilder.cpp || item->hasTagName(dtTag); item 483 Source/core/html/parser/HTMLTreeBuilder.cpp RefPtr<HTMLStackItem> item = nodeRecord->stackItem(); item 484 Source/core/html/parser/HTMLTreeBuilder.cpp if (shouldClose(item.get())) { item 485 Source/core/html/parser/HTMLTreeBuilder.cpp ASSERT(item->isElementNode()); item 486 Source/core/html/parser/HTMLTreeBuilder.cpp processFakeEndTag(item->localName()); item 489 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->isSpecialNode() && !item->hasTagName(addressTag) && !item->hasTagName(divTag) && !item->hasTagName(pTag)) item 1444 Source/core/html/parser/HTMLTreeBuilder.cpp RefPtr<HTMLStackItem> item = record->stackItem(); item 1445 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->matchesHTMLTag(token->name())) { item 1449 Source/core/html/parser/HTMLTreeBuilder.cpp m_tree.openElements()->popUntilPopped(item->element()); item 1452 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->isSpecialNode()) { item 1562 Source/core/html/parser/HTMLTreeBuilder.cpp RefPtr<HTMLStackItem> item = nodeRecord->stackItem(); item 1563 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->node() == m_tree.openElements()->rootNode()) { item 1566 Source/core/html/parser/HTMLTreeBuilder.cpp item = m_fragmentContext.contextElementStackItem(); item 1568 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(templateTag)) item 1570 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(selectTag)) { item 1572 Source/core/html/parser/HTMLTreeBuilder.cpp while (item->node() != m_tree.openElements()->rootNode() && !item->hasTagName(templateTag)) { item 1574 Source/core/html/parser/HTMLTreeBuilder.cpp item = nodeRecord->stackItem(); item 1575 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(tableTag)) item 1581 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(tdTag) || item->hasTagName(thTag)) item 1583 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(trTag)) item 1585 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(tbodyTag) || item->hasTagName(theadTag) || item->hasTagName(tfootTag)) item 1587 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(captionTag)) item 1589 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(colgroupTag)) { item 1592 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(tableTag)) item 1594 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(headTag)) { item 1595 Source/core/html/parser/HTMLTreeBuilder.cpp if (!m_fragmentContext.fragment() || m_fragmentContext.contextElement() != item->node()) item 1599 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(bodyTag)) item 1601 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(framesetTag)) { item 1604 Source/core/html/parser/HTMLTreeBuilder.cpp if (item->hasTagName(htmlTag)) { item 121 Source/core/html/track/TextTrack.cpp m_cues->item(i)->setTrack(0); item 126 Source/core/html/track/TextTrack.cpp m_regions->item(i)->setTrack(0); item 180 Source/core/html/track/TextTrack.cpp m_cues->item(i)->removeDisplayTree(); item 209 Source/core/html/track/TextTrack.cpp m_cues->item(i)->setTrack(0); item 49 Source/core/html/track/TextTrackCueList.h TextTrackCue* item(unsigned index) const; item 53 Source/core/html/track/TextTrackList.cpp item(i)->setTrackList(0); item 145 Source/core/html/track/TextTrackList.cpp TextTrack* track = item(i); item 57 Source/core/html/track/TextTrackList.h TextTrack* item(unsigned index); item 47 Source/core/html/track/vtt/VTTRegionList.h VTTRegion* item(unsigned index) const; item 80 Source/core/inspector/AsyncCallStackTracker.cpp void addEventListenerData(EventTarget* eventTarget, const AtomicString& eventType, const EventListenerAsyncCallChain& item) item 91 Source/core/inspector/AsyncCallStackTracker.cpp map.set(eventType, EventListenerAsyncCallChainVector()).storedValue->value.append(item); item 93 Source/core/inspector/AsyncCallStackTracker.cpp it2->value.append(item); item 96 Source/core/inspector/AsyncCallStackTracker.cpp void removeEventListenerData(EventTarget* eventTarget, const AtomicString& eventType, const RegisteredEventListener& item) item 98 Source/core/inspector/AsyncCallStackTracker.cpp findEventListenerData(eventTarget, eventType, item, true); item 101 Source/core/inspector/AsyncCallStackTracker.cpp PassRefPtr<AsyncCallChain> findEventListenerData(EventTarget* eventTarget, const AtomicString& eventType, const RegisteredEventListener& item, bool remove = false) item 113 Source/core/inspector/AsyncCallStackTracker.cpp if (vector[i].first == item) { item 1150 Source/core/inspector/InspectorCSSAgent.cpp CSSRule* rule = styleSheet->item(i); item 1300 Source/core/inspector/InspectorCSSAgent.cpp CSSStyleRule* rule = asCSSStyleRule(ruleList->item(i)); item 621 Source/core/inspector/InspectorDOMAgent.cpp result->addItem(pushNodePathToFrontend(nodes->item(i))); item 1060 Source/core/inspector/InspectorDOMAgent.cpp resultCollector.add(nodeList->item(i)); item 88 Source/core/inspector/InspectorFrontendHost.cpp virtual void contextMenuItemSelected(const ContextMenuItem* item) OVERRIDE item 92 Source/core/inspector/InspectorFrontendHost.cpp int itemNumber = item->action() - ContextMenuItemBaseCustomTag; item 482 Source/core/inspector/InspectorStyleSheet.cpp CSSRule* item = styleSheet->item(i); item 483 Source/core/inspector/InspectorStyleSheet.cpp if (item->type() == CSSRule::CHARSET_RULE) item 485 Source/core/inspector/InspectorStyleSheet.cpp listRules.append(item); item 655 Source/core/inspector/InspectorStyleSheet.cpp String name = m_style->item(i); item 743 Source/core/inspector/InspectorStyleSheet.cpp String individualProperty = m_style->item(i); item 1073 Source/core/inspector/InspectorStyleSheet.cpp CSSRule* rule = m_pageStyleSheet->item(lastRuleIndex); item 1420 Source/core/inspector/InspectorStyleSheet.cpp CSSRule* rule = ruleList->item(i); item 758 Source/core/loader/FrameLoader.cpp static ResourceRequest requestFromHistoryItem(HistoryItem* item, ResourceRequestCachePolicy cachePolicy) item 760 Source/core/loader/FrameLoader.cpp RefPtr<FormData> formData = item->formData(); item 761 Source/core/loader/FrameLoader.cpp ResourceRequest request(item->url(), item->referrer()); item 766 Source/core/loader/FrameLoader.cpp request.setHTTPContentType(item->formContentType()); item 767 Source/core/loader/FrameLoader.cpp RefPtr<SecurityOrigin> securityOrigin = SecurityOrigin::createFromString(item->referrer().referrer); item 1370 Source/core/loader/FrameLoader.cpp void FrameLoader::loadHistoryItem(HistoryItem* item, HistoryLoadType historyLoadType, ResourceRequestCachePolicy cachePolicy) item 1373 Source/core/loader/FrameLoader.cpp m_deferredHistoryLoad = DeferredHistoryLoad(item, historyLoadType, cachePolicy); item 1377 Source/core/loader/FrameLoader.cpp m_provisionalItem = item; item 1380 Source/core/loader/FrameLoader.cpp loadInSameDocument(item->url(), item->stateObject(), DoNotUpdateBackForwardList, NotClientRedirect); item 1384 Source/core/loader/FrameLoader.cpp loadWithNavigationAction(NavigationAction(requestFromHistoryItem(item, cachePolicy), FrameLoadTypeBackForward), FrameLoadTypeBackForward, nullptr, SubstituteData()); item 258 Source/core/loader/FrameLoader.h DeferredHistoryLoad(HistoryItem* item, HistoryLoadType type, ResourceRequestCachePolicy cachePolicy) item 259 Source/core/loader/FrameLoader.h : m_item(item) item 142 Source/core/loader/ProgressTracker.cpp if (ProgressItem* item = m_progressItems.get(identifier)) { item 143 Source/core/loader/ProgressTracker.cpp item->bytesReceived = 0; item 144 Source/core/loader/ProgressTracker.cpp item->estimatedLength = estimatedLength; item 151 Source/core/loader/ProgressTracker.cpp ProgressItem* item = m_progressItems.get(identifier); item 154 Source/core/loader/ProgressTracker.cpp if (!item) item 161 Source/core/loader/ProgressTracker.cpp item->bytesReceived += bytesReceived; item 162 Source/core/loader/ProgressTracker.cpp if (item->bytesReceived > item->estimatedLength) { item 163 Source/core/loader/ProgressTracker.cpp m_totalPageAndResourceBytesToLoad += ((item->bytesReceived * 2) - item->estimatedLength); item 164 Source/core/loader/ProgressTracker.cpp item->estimatedLength = item->bytesReceived * 2; item 204 Source/core/loader/ProgressTracker.cpp ProgressItem* item = m_progressItems.get(identifier); item 207 Source/core/loader/ProgressTracker.cpp if (!item) item 211 Source/core/loader/ProgressTracker.cpp long long delta = item->bytesReceived - item->estimatedLength; item 127 Source/core/page/ContextMenuController.cpp void ContextMenuController::contextMenuItemSelected(const ContextMenuItem* item) item 129 Source/core/page/ContextMenuController.cpp ASSERT(item->type() == ActionType || item->type() == CheckableActionType); item 131 Source/core/page/ContextMenuController.cpp if (item->action() < ContextMenuItemBaseCustomTag || item->action() > ContextMenuItemLastCustomTag) item 135 Source/core/page/ContextMenuController.cpp m_menuProvider->contextMenuItemSelected(item); item 48 Source/core/page/HistoryController.cpp HistoryNode* HistoryNode::addChild(PassRefPtr<HistoryItem> item, int64_t frameID) item 50 Source/core/page/HistoryController.cpp m_children.append(HistoryNode::create(m_entry, item.get(), frameID)); item 154 Source/core/page/HistoryController.cpp void HistoryController::updateBackForwardListForFragmentScroll(LocalFrame* frame, HistoryItem* item) item 156 Source/core/page/HistoryController.cpp createNewBackForwardItem(frame, item, false); item 233 Source/core/page/HistoryController.cpp void HistoryController::updateForInitialLoadInChildFrame(LocalFrame* frame, HistoryItem* item) item 239 Source/core/page/HistoryController.cpp existingNode->updateValue(item); item 241 Source/core/page/HistoryController.cpp parentHistoryNode->addChild(item, frame->frameID()); item 244 Source/core/page/HistoryController.cpp void HistoryController::updateForCommit(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType) item 257 Source/core/page/HistoryController.cpp createNewBackForwardItem(frame, item, true); item 259 Source/core/page/HistoryController.cpp updateForInitialLoadInChildFrame(frame, item); item 266 Source/core/page/HistoryController.cpp RefPtr<HistoryItem> item = historyNode->value(); item 267 Source/core/page/HistoryController.cpp item->deprecatedClearChildren(); item 270 Source/core/page/HistoryController.cpp item->deprecatedAddChildItem(itemForExport(childEntries[i].get())); item 271 Source/core/page/HistoryController.cpp return item; item 301 Source/core/page/HistoryController.cpp void HistoryController::createNewBackForwardItem(LocalFrame* targetFrame, HistoryItem* item, bool clipAtTarget) item 303 Source/core/page/HistoryController.cpp RefPtr<HistoryItem> newItem = item; item 102 Source/core/page/HistoryController.h void updateValue(PassRefPtr<HistoryItem> item) { m_value = item; } item 262 Source/core/page/PageSerializer.cpp CSSRule* rule = styleSheet->item(i); item 373 Source/core/page/PageSerializer.cpp retrieveResourcesForCSSValue(cssValueList->item(i), document); item 47 Source/core/plugins/DOMMimeTypeArray.h PassRefPtrWillBeRawPtr<DOMMimeType> item(unsigned index); item 50 Source/core/plugins/DOMPlugin.h PassRefPtrWillBeRawPtr<DOMMimeType> item(unsigned index); item 47 Source/core/plugins/DOMPluginArray.h PassRefPtrWillBeRawPtr<DOMPlugin> item(unsigned index); item 120 Source/core/rendering/RenderListItem.cpp static RenderListItem* nextListItem(const Node* listNode, const RenderListItem* item = 0) item 125 Source/core/rendering/RenderListItem.cpp const Node* current = item ? item->node() : listNode; item 149 Source/core/rendering/RenderListItem.cpp static RenderListItem* previousListItem(const Node* listNode, const RenderListItem* item) item 151 Source/core/rendering/RenderListItem.cpp Node* current = item->node(); item 474 Source/core/rendering/RenderListItem.cpp for (RenderListItem* item = this; item; item = nextListItem(listNode, item)) item 475 Source/core/rendering/RenderListItem.cpp item->updateValue(); item 501 Source/core/rendering/RenderListItem.cpp static RenderListItem* previousOrNextItem(bool isListReversed, Node* list, RenderListItem* item) item 503 Source/core/rendering/RenderListItem.cpp return isListReversed ? previousListItem(list, item) : nextListItem(list, item); item 525 Source/core/rendering/RenderListItem.cpp for (RenderListItem* item = previousOrNextItem(isListReversed, listNode, this); item; item = previousOrNextItem(isListReversed, listNode, item)) { item 526 Source/core/rendering/RenderListItem.cpp if (!item->m_isValueUpToDate) { item 533 Source/core/rendering/RenderListItem.cpp item->updateValue(); item 1058 Source/core/rendering/RenderListMarker.cpp RenderListMarker::RenderListMarker(RenderListItem* item) item 1060 Source/core/rendering/RenderListMarker.cpp , m_listItem(item) item 1073 Source/core/rendering/RenderListMarker.cpp RenderListMarker* RenderListMarker::createAnonymous(RenderListItem* item) item 1075 Source/core/rendering/RenderListMarker.cpp Document& document = item->document(); item 1076 Source/core/rendering/RenderListMarker.cpp RenderListMarker* renderer = new RenderListMarker(item); item 926 Source/core/rendering/RenderTheme.cpp for (unsigned i = 0; Element* element = options->item(i); i++) { item 1108 Source/core/rendering/RenderTheme.cpp string = fileList->item(0)->name(); item 200 Source/core/rendering/shapes/Shape.cpp uint8_t alpha = pixelArray->item(pixelArrayOffset); item 250 Source/core/rendering/svg/SVGRenderingContext.cpp void SVGRenderingContext::renderSubtree(GraphicsContext* context, RenderObject* item, const AffineTransform& subtreeContentTransformation) item 252 Source/core/rendering/svg/SVGRenderingContext.cpp ASSERT(item); item 261 Source/core/rendering/svg/SVGRenderingContext.cpp ASSERT(!item->needsLayout()); item 262 Source/core/rendering/svg/SVGRenderingContext.cpp item->paint(info, IntPoint()); item 45 Source/core/speech/SpeechInputResultList.h SpeechInputResult* item(unsigned index); item 36 Source/core/svg/SVGElementInstanceList.h SVGElementInstance* item(unsigned index); item 306 Source/core/svg/SVGFontFaceElement.cpp if (CSSFontFaceSrcValue* item = toCSSFontFaceSrcValue(srcList->itemWithoutBoundsCheck(i))) item 307 Source/core/svg/SVGFontFaceElement.cpp item->setSVGFontFaceElement(this); item 129 Source/core/svg/SVGPathSegList.cpp RefPtr<SVGPathSeg> item = Base::appendItem(passItem); item 143 Source/core/svg/SVGPathSegList.cpp return item.release(); item 39 Source/core/svg/SVGStringList.cpp void SVGStringList::initialize(const String& item) item 42 Source/core/svg/SVGStringList.cpp m_values.append(item); item 65 Source/core/svg/SVGStringListTearOff.h String initialize(const String& item, ExceptionState& exceptionState) item 72 Source/core/svg/SVGStringListTearOff.h target()->initialize(item); item 75 Source/core/svg/SVGStringListTearOff.h return item; item 83 Source/core/svg/SVGStringListTearOff.h String insertItemBefore(const String& item, unsigned long index, ExceptionState& exceptionState) item 90 Source/core/svg/SVGStringListTearOff.h target()->insertItemBefore(item, index); item 93 Source/core/svg/SVGStringListTearOff.h return item; item 96 Source/core/svg/SVGStringListTearOff.h String replaceItem(const String& item, unsigned long index, ExceptionState& exceptionState) item 103 Source/core/svg/SVGStringListTearOff.h target()->replaceItem(item, index, exceptionState); item 106 Source/core/svg/SVGStringListTearOff.h return item; item 109 Source/core/svg/SVGStringListTearOff.h bool anonymousIndexedSetter(unsigned index, const String& item, ExceptionState& exceptionState) item 111 Source/core/svg/SVGStringListTearOff.h replaceItem(item, index, exceptionState); item 128 Source/core/svg/SVGStringListTearOff.h String appendItem(const String& item, ExceptionState& exceptionState) item 135 Source/core/svg/SVGStringListTearOff.h target()->appendItem(item); item 138 Source/core/svg/SVGStringListTearOff.h return item; item 318 Source/core/svg/properties/SVGListPropertyHelper.h RefPtr<ItemPropertyType> item = passItem; item 319 Source/core/svg/properties/SVGListPropertyHelper.h ASSERT(item); item 320 Source/core/svg/properties/SVGListPropertyHelper.h RefPtr<Derived> ownerList = toDerived(item->ownerList()); item 327 Source/core/svg/properties/SVGListPropertyHelper.h size_t indexToRemove = ownerList->findItem(item); item 351 Source/core/svg/properties/SVGListPropertyHelper.h size_t SVGListPropertyHelper<Derived, ItemProperty>::findItem(PassRefPtr<ItemPropertyType> item) item 353 Source/core/svg/properties/SVGListPropertyHelper.h return m_values.find(item); item 101 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemTearOffType> item = passItem; item 108 Source/core/svg/properties/SVGListPropertyTearOffHelper.h if (!item) { item 113 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemPropertyType> value = toDerived()->target()->initialize(getValueForInsertionFromTearOff(item)); item 127 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemTearOffType> item = passItem; item 134 Source/core/svg/properties/SVGListPropertyTearOffHelper.h if (!item) { item 139 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemPropertyType> value = toDerived()->target()->insertItemBefore(getValueForInsertionFromTearOff(item), index); item 147 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemTearOffType> item = passItem; item 154 Source/core/svg/properties/SVGListPropertyTearOffHelper.h if (!item) { item 159 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemPropertyType> value = toDerived()->target()->replaceItem(getValueForInsertionFromTearOff(item), index, exceptionState); item 181 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemTearOffType> item = passItem; item 188 Source/core/svg/properties/SVGListPropertyTearOffHelper.h if (!item) { item 193 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemPropertyType> value = toDerived()->target()->appendItem(getValueForInsertionFromTearOff(item)); item 56 Source/core/testing/LayerRectList.h LayerRect* item(unsigned index); item 51 Source/modules/filesystem/DataTransferItemFileSystem.cpp PassRefPtrWillBeRawPtr<Entry> DataTransferItemFileSystem::webkitGetAsEntry(ExecutionContext* executionContext, DataTransferItem& item) item 53 Source/modules/filesystem/DataTransferItemFileSystem.cpp if (!item.dataObjectItem()->isFilename()) item 57 Source/modules/filesystem/DataTransferItemFileSystem.cpp Blob* file = item.getAsFile().get(); item 63 Source/modules/filesystem/DataTransferItemFileSystem.cpp DraggedIsolatedFileSystem* filesystem = DraggedIsolatedFileSystem::from(item.clipboard()->dataObject().get()); item 62 Source/modules/filesystem/HTMLInputElementFileSystem.cpp File* file = files->item(i); item 48 Source/modules/gamepad/GamepadList.h Gamepad* item(unsigned index); item 64 Source/modules/gamepad/NavigatorGamepad.cpp RefPtrWillBeRawPtr<GamepadType> gamepad = into->item(i); item 145 Source/modules/gamepad/NavigatorGamepad.cpp RefPtrWillBeRawPtr<Gamepad> gamepad = m_gamepads->item(index); item 27 Source/modules/gamepad/WebKitGamepadList.h WebKitGamepad* item(unsigned index); item 123 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp databaseNames->addItem(databaseNamesList->item(i)); item 174 Source/modules/mediasource/MediaSource.cpp m_sourceBuffers->item(i)->removedFromMediaSource(); item 184 Source/modules/mediasource/MediaSource.cpp activeRanges[i] = m_activeSourceBuffers->item(i)->buffered(ASSERT_NO_EXCEPTION); item 193 Source/modules/mediasource/MediaSource.cpp if (m_sourceBuffers->item(i)->updating()) item 55 Source/modules/mediasource/SourceBufferList.h SourceBuffer* item(unsigned long index) const { return (index < m_list.size()) ? m_list[index].get() : 0; } item 183 Source/modules/mediasource/WebKitMediaSource.cpp activeRanges[i] = m_activeSourceBuffers->item(i)->buffered(ASSERT_NO_EXCEPTION); item 55 Source/modules/mediasource/WebKitSourceBufferList.h WebKitSourceBuffer* item(unsigned index) const; item 44 Source/modules/speech/SpeechGrammarList.h SpeechGrammar* item(unsigned long) const; item 46 Source/modules/speech/SpeechRecognitionResult.h SpeechRecognitionAlternative* item(unsigned long index); item 42 Source/modules/speech/SpeechRecognitionResultList.h SpeechRecognitionResult* item(unsigned long index); item 34 Source/platform/ContextMenu.cpp const ContextMenuItem& item = items[i]; item 35 Source/platform/ContextMenu.cpp if (item.action() == static_cast<ContextMenuAction>(action)) item 36 Source/platform/ContextMenu.cpp return &item; item 37 Source/platform/ContextMenu.cpp if (item.type() != SubmenuType) item 39 Source/platform/ContextMenu.cpp if (const ContextMenuItem* subMenuItem = findItemWithAction(action, item.subMenuItems())) item 42 Source/platform/ContextMenu.h void appendItem(const ContextMenuItem& item) { m_items.append(item); } item 146 Source/platform/blob/BlobData.cpp const BlobDataItem& item = *it; item 147 Source/platform/blob/BlobData.cpp if (item.length != BlobDataItem::toEndOfFile) { item 148 Source/platform/blob/BlobData.cpp ASSERT(item.length >= 0); item 149 Source/platform/blob/BlobData.cpp length += item.length; item 153 Source/platform/blob/BlobData.cpp switch (item.type) { item 155 Source/platform/blob/BlobData.cpp length += item.data->length(); item 64 Source/platform/exported/WebBlobData.cpp const BlobDataItem& item = m_private->items()[index]; item 68 Source/platform/exported/WebBlobData.cpp result.offset = item.offset; item 69 Source/platform/exported/WebBlobData.cpp result.length = item.length; item 70 Source/platform/exported/WebBlobData.cpp result.expectedModificationTime = item.expectedModificationTime; item 72 Source/platform/exported/WebBlobData.cpp switch (item.type) { item 75 Source/platform/exported/WebBlobData.cpp result.data = item.data; item 79 Source/platform/exported/WebBlobData.cpp result.filePath = item.path; item 83 Source/platform/exported/WebBlobData.cpp result.blobUUID = item.blobDataHandle->uuid(); item 87 Source/platform/exported/WebBlobData.cpp result.fileSystemURL = item.fileSystemURL; item 247 Source/platform/graphics/filters/FEConvolveMatrix.cpp image->set(pixel, src->item(pixel)); item 291 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[0] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixel++)); item 292 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[1] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixel++)); item 293 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[2] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixel++)); item 295 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[3] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixel)); item 374 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[0] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(pixelIndex)); item 375 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[1] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(pixelIndex + 1)); item 376 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[2] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(pixelIndex + 2)); item 379 Source/platform/graphics/filters/FEConvolveMatrix.cpp totals[3] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(pixelIndex + 3)); item 148 Source/platform/graphics/filters/FEDisplacementMap.cpp int srcX = x + static_cast<int>(scaleForColorX * srcPixelArrayB->item(dstIndex + m_xChannelSelector - 1) + scaledOffsetX); item 149 Source/platform/graphics/filters/FEDisplacementMap.cpp int srcY = y + static_cast<int>(scaleForColorY * srcPixelArrayB->item(dstIndex + m_yChannelSelector - 1) + scaledOffsetY); item 154 Source/platform/graphics/filters/FEDisplacementMap.cpp unsigned char pixelValue = srcPixelArrayA->item(srcY * stride + srcX * 4 + channel); item 75 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 76 Source/platform/graphics/filters/FELighting.cpp int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 78 Source/platform/graphics/filters/FELighting.cpp int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 79 Source/platform/graphics/filters/FELighting.cpp int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 86 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 87 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 88 Source/platform/graphics/filters/FELighting.cpp int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 90 Source/platform/graphics/filters/FELighting.cpp int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 91 Source/platform/graphics/filters/FELighting.cpp int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 92 Source/platform/graphics/filters/FELighting.cpp int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 99 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 100 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 102 Source/platform/graphics/filters/FELighting.cpp int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 103 Source/platform/graphics/filters/FELighting.cpp int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 110 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 111 Source/platform/graphics/filters/FELighting.cpp int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 113 Source/platform/graphics/filters/FELighting.cpp int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 114 Source/platform/graphics/filters/FELighting.cpp int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 116 Source/platform/graphics/filters/FELighting.cpp int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 117 Source/platform/graphics/filters/FELighting.cpp int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 124 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 125 Source/platform/graphics/filters/FELighting.cpp int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 127 Source/platform/graphics/filters/FELighting.cpp int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 128 Source/platform/graphics/filters/FELighting.cpp int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 129 Source/platform/graphics/filters/FELighting.cpp int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 131 Source/platform/graphics/filters/FELighting.cpp int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 132 Source/platform/graphics/filters/FELighting.cpp int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 133 Source/platform/graphics/filters/FELighting.cpp int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 140 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 141 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 143 Source/platform/graphics/filters/FELighting.cpp int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 144 Source/platform/graphics/filters/FELighting.cpp int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 146 Source/platform/graphics/filters/FELighting.cpp int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 147 Source/platform/graphics/filters/FELighting.cpp int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 154 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 155 Source/platform/graphics/filters/FELighting.cpp int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 157 Source/platform/graphics/filters/FELighting.cpp int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 158 Source/platform/graphics/filters/FELighting.cpp int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 165 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 166 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 167 Source/platform/graphics/filters/FELighting.cpp int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 169 Source/platform/graphics/filters/FELighting.cpp int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 170 Source/platform/graphics/filters/FELighting.cpp int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 171 Source/platform/graphics/filters/FELighting.cpp int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); item 178 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 179 Source/platform/graphics/filters/FELighting.cpp int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 181 Source/platform/graphics/filters/FELighting.cpp int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); item 182 Source/platform/graphics/filters/FELighting.cpp int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset)); item 190 Source/platform/graphics/filters/FELighting.cpp data.lightSource->updatePaintingData(paintingData, lightX, lightY, static_cast<float>(data.pixels->item(offset + cAlphaChannelOffset)) * data.surfaceScale); item 408 Source/platform/graphics/filters/FELighting.cpp unsigned char a1 = data.pixels->item(i); item 409 Source/platform/graphics/filters/FELighting.cpp unsigned char a2 = data.pixels->item(i + 1); item 410 Source/platform/graphics/filters/FELighting.cpp unsigned char a3 = data.pixels->item(i + 2); item 1153 Source/platform/heap/Heap.cpp Item* item = --m_current; item 1155 Source/platform/heap/Heap.cpp VisitorCallback callback = item->callback(); item 1156 Source/platform/heap/Heap.cpp callback(visitor, item->object()); item 381 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidNavigateWithinPage(HistoryItem* item, HistoryCommitType commitType) item 385 Source/web/FrameLoaderClientImpl.cpp m_webFrame->frame()->page()->historyController().updateBackForwardListForFragmentScroll(m_webFrame->frame(), item); item 415 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidCommitLoad(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType) item 417 Source/web/FrameLoaderClientImpl.cpp m_webFrame->frame()->page()->historyController().updateForCommit(frame, item, commitType); item 61 Source/web/SpeechRecognitionClientProxy.cpp webSpeechGrammars[i] = grammarList->item(i); item 167 Source/web/WebDocument.cpp Element* element = images->item(i); item 181 Source/web/WebDocument.cpp Element* element = forms->item(i); item 90 Source/web/WebDragData.cpp DataObjectItem* originalItem = m_private->item(i).get(); item 91 Source/web/WebDragData.cpp WebDragData::Item item; item 93 Source/web/WebDragData.cpp item.storageType = Item::StorageTypeString; item 94 Source/web/WebDragData.cpp item.stringType = originalItem->type(); item 95 Source/web/WebDragData.cpp item.stringData = originalItem->getAsString(); item 98 Source/web/WebDragData.cpp item.storageType = Item::StorageTypeBinaryData; item 99 Source/web/WebDragData.cpp item.binaryData = originalItem->sharedBuffer(); item 101 Source/web/WebDragData.cpp item.storageType = Item::StorageTypeFilename; item 105 Source/web/WebDragData.cpp item.filenameData = file->path(); item 106 Source/web/WebDragData.cpp item.displayNameData = file->name(); item 113 Source/web/WebDragData.cpp item.title = originalItem->title(); item 114 Source/web/WebDragData.cpp item.baseURL = originalItem->baseURL(); item 115 Source/web/WebDragData.cpp itemList.append(item); item 127 Source/web/WebDragData.cpp void WebDragData::addItem(const Item& item) item 130 Source/web/WebDragData.cpp switch (item.storageType) { item 132 Source/web/WebDragData.cpp if (String(item.stringType) == mimeTypeTextURIList) item 133 Source/web/WebDragData.cpp m_private->setURLAndTitle(item.stringData, item.title); item 134 Source/web/WebDragData.cpp else if (String(item.stringType) == mimeTypeTextHTML) item 135 Source/web/WebDragData.cpp m_private->setHTMLAndBaseURL(item.stringData, item.baseURL); item 137 Source/web/WebDragData.cpp m_private->setData(item.stringType, item.stringData); item 140 Source/web/WebDragData.cpp m_private->addFilename(item.filenameData, item.displayNameData); item 77 Source/web/WebElementCollection.cpp Element* element = m_private->item(m_current); item 913 Source/web/WebFrameImpl.cpp void WebFrameImpl::loadHistoryItem(const WebHistoryItem& item, WebURLRequest::CachePolicy cachePolicy) item 916 Source/web/WebFrameImpl.cpp RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item); item 51 Source/web/WebHistoryItem.cpp void addReferencedFilePaths(HistoryItem* item, HashSet<String>& results) item 53 Source/web/WebHistoryItem.cpp const FormData* formData = item->formData(); item 62 Source/web/WebHistoryItem.cpp const Vector<String>& filePaths = FormController::getReferencedFilePaths(item->documentState()); item 66 Source/web/WebHistoryItem.cpp const HistoryItemVector& children = item->deprecatedChildren(); item 219 Source/web/WebHistoryItem.cpp void WebHistoryItem::appendToChildren(const WebHistoryItem& item) item 221 Source/web/WebHistoryItem.cpp m_private->deprecatedAddChildItem(item); item 234 Source/web/WebHistoryItem.cpp WebHistoryItem::WebHistoryItem(const PassRefPtr<HistoryItem>& item) item 235 Source/web/WebHistoryItem.cpp : m_private(item) item 239 Source/web/WebHistoryItem.cpp WebHistoryItem& WebHistoryItem::operator=(const PassRefPtr<HistoryItem>& item) item 241 Source/web/WebHistoryItem.cpp m_private = item; item 533 Source/web/WebInputEventConversion.cpp const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0); item 704 Source/web/WebInputEventConversion.cpp const Touch* touch = touches->item(i); item 76 Source/web/WebNodeList.cpp return WebNode(m_private->item(index)); item 144 Source/web/WebPageSerializer.cpp Element* element = allElements->item(i); item 478 Source/web/WebPageSerializerImpl.cpp for (unsigned i = 0; Element* element = all->item(i); i++) { item 3313 Source/web/WebViewImpl.cpp const ContextMenuItem* item = menu->itemWithAction(static_cast<ContextMenuAction>(ContextMenuItemBaseCustomTag + action)); item 3314 Source/web/WebViewImpl.cpp if (item) item 3315 Source/web/WebViewImpl.cpp m_page->contextMenuController().contextMenuItemSelected(item); item 225 Source/web/tests/PrerenderingTest.cpp WebNode consoleListItem = console().childNodes().item(1 + i); item 155 Source/web/tests/TouchActionTest.cpp WebCore::ShadowRoot* shadowRoot = WebCore::toElement(hostNodes->item(index))->shadowRoot(); item 190 Source/web/tests/TouchActionTest.cpp WebCore::Element* element = toElement(nodes->item(index)); item 192 Source/web/tests/TouchActionTest.cpp ASSERT_TRUE(nodes->item(index)->isElementNode()); item 211 Source/web/tests/TouchActionTest.cpp RefPtr<WebCore::ClientRect> r = rects->item(0); item 4861 Source/web/tests/WebFrameTest.cpp WebHistoryItem item; item 4862 Source/web/tests/WebFrameTest.cpp item.initialize(); item 4864 Source/web/tests/WebFrameTest.cpp item.setURLString(historyURL.string()); item 4865 Source/web/tests/WebFrameTest.cpp mainFrame->loadHistoryItem(item); item 4869 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(item.urlString(), mainFrame->document().url().string()); item 4870 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(item.urlString(), mainFrame->currentHistoryItem().urlString()); item 5000 Source/web/tests/WebFrameTest.cpp WebHistoryItem item = childFrame->currentHistoryItem(); item 5001 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(item.urlString().utf8(), m_baseURL + "iframe_reload.html"); item 5205 Source/web/tests/WebFrameTest.cpp WebHistoryItem item; item 5206 Source/web/tests/WebFrameTest.cpp item.initialize(); item 5208 Source/web/tests/WebFrameTest.cpp item.setURLString(destinationURL.string()); item 5209 Source/web/tests/WebFrameTest.cpp item.setTarget(WebString::fromUTF8("expectedButMissingMainFrameName")); item 5214 Source/web/tests/WebFrameTest.cpp item.appendToChildren(childItem); item 5216 Source/web/tests/WebFrameTest.cpp webView->mainFrame()->loadHistoryItem(item); item 5269 Source/web/tests/WebFrameTest.cpp WebHistoryItem item = frame->currentHistoryItem(); item 5270 Source/web/tests/WebFrameTest.cpp ASSERT_FALSE(item.isNull()); item 5271 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(url, item.urlString().utf8()); item 856 Source/web/tests/WebViewTest.cpp WebDragData::Item item; item 857 Source/web/tests/WebViewTest.cpp item.storageType = WebDragData::Item::StorageTypeString; item 858 Source/web/tests/WebViewTest.cpp item.stringType = "text/uri-list"; item 859 Source/web/tests/WebViewTest.cpp item.stringData = WebString::fromUTF8(url); item 860 Source/web/tests/WebViewTest.cpp dragData.addItem(item); item 41 Source/wtf/TerminatedArrayBuilder.h void append(const T& item) item 44 Source/wtf/TerminatedArrayBuilder.h ASSERT(!item.isLastInArray()); item 45 Source/wtf/TerminatedArrayBuilder.h m_array->at(m_count++) = item; item 70 Source/wtf/TypedArrayBase.h T item(unsigned index) const item 61 public/web/WebNodeList.h BLINK_EXPORT WebNode item(size_t) const;