removeItem        165 Source/core/inspector/InspectorDOMStorageAgent.cpp     storageArea->removeItem(key, exceptionState, frame);
removeItem         88 Source/core/storage/Storage.cpp     removeItem(name, exceptionState);
removeItem         52 Source/core/storage/Storage.h     void removeItem(const String& key, ExceptionState& ec) { m_storageArea->removeItem(key, ec, m_frame); }
removeItem        105 Source/core/storage/StorageArea.cpp     m_storageArea->removeItem(key, frame->document()->url());
removeItem         63 Source/core/storage/StorageArea.h     void removeItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
removeItem        123 Source/core/svg/SVGPathSegList.h     PassRefPtr<ItemPropertyType> removeItem(size_t index, ExceptionState& exceptionState)
removeItem        127 Source/core/svg/SVGPathSegList.h         return Base::removeItem(index, exceptionState);
removeItem         72 Source/core/svg/SVGStringList.h     String removeItem(size_t, ExceptionState&);
removeItem        115 Source/core/svg/SVGStringListTearOff.h     String removeItem(unsigned long index, ExceptionState& exceptionState)
removeItem        122 Source/core/svg/SVGStringListTearOff.h         String removedItem = target()->removeItem(index, exceptionState);
removeItem        143 Source/core/svg/properties/SVGListPropertyHelper.h     PassRefPtr<ItemPropertyType> removeItem(size_t, ExceptionState&);
removeItem        246 Source/core/svg/properties/SVGListPropertyHelper.h PassRefPtr<ItemProperty> SVGListPropertyHelper<Derived, ItemProperty>::removeItem(size_t index, ExceptionState& exceptionState)
removeItem        334 Source/core/svg/properties/SVGListPropertyHelper.h     ownerList->removeItem(indexToRemove, ASSERT_NO_EXCEPTION);
removeItem        171 Source/core/svg/properties/SVGListPropertyTearOffHelper.h     PassRefPtr<ItemTearOffType> removeItem(unsigned long index, ExceptionState& exceptionState)
removeItem        173 Source/core/svg/properties/SVGListPropertyTearOffHelper.h         RefPtr<ItemPropertyType> value = toDerived()->target()->removeItem(index, exceptionState);
removeItem         75 public/platform/WebStorageArea.h     virtual void removeItem(const WebString& key, const WebURL& pageUrl)
removeItem         78 public/platform/WebStorageArea.h         removeItem(key, pageUrl, unused);
removeItem         93 public/platform/WebStorageArea.h     virtual void removeItem(const WebString& key, const WebURL& pageUrl, WebString& oldValue)  { }