HomeSort by relevance Sort by last modified time
    Searched refs:removeItem (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebKit/mac/History/
WebBackForwardListPrivate.h 36 @method removeItem:
40 - (void)removeItem:(WebHistoryItem *)item;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebBackForwardListPrivate.idl 42 HRESULT removeItem([in] IWebHistoryItem* item);
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
remove-item.js 1 description("Test .removeItem within DOM Storage.");
20 evalAndLog("storage.removeItem('foo1')");
22 evalAndLog("storage.removeItem('foo1')");
29 evalAndLog("storage.removeItem('foo2')");
31 evalAndLog("storage.removeItem('foo2')");
38 evalAndLog("storage.removeItem('foo3')");
40 evalAndLog("storage.removeItem('foo3')");
  /external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
clearLocalStorage.js 8 localStorage.removeItem(keys[key]);
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
clearSessionStorage.js 8 sessionStorage.removeItem(keys[key]);
  /external/webkit/Source/WebCore/storage/
StorageArea.h 54 virtual String removeItem(const String& key, Frame* sourceFrame) = 0;
Storage.cpp 90 void Storage::removeItem(const String& key)
95 m_storageArea->removeItem(key, m_frame);
Storage.idl 40 [DontEnum] void removeItem(in DOMString key);
Storage.h 50 void removeItem(const String&);
StorageMap.h 48 PassRefPtr<StorageMap> removeItem(const String&, String& oldValue);
  /external/webkit/Source/WebKit/chromium/src/
WebStorageAreaImpl.cpp 83 void WebStorageAreaImpl::removeItem(const WebString& key, const WebURL& url, WebString& oldValue)
86 oldValue = m_storageArea->removeItem(key, 0);
StorageAreaProxy.h 50 virtual String removeItem(const String& key, Frame* sourceFrame);
WebStorageAreaImpl.h 49 virtual void removeItem(const WebString& key, const WebURL& url, WebString& oldValue);
  /external/webkit/Source/WebCore/svg/properties/
SVGPathSegListPropertyTearOff.h 44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers)
51 if (item != removeItem)
115 PassListItemType removeItem(unsigned index, ExceptionCode&);
SVGListPropertyTearOff.h 45 int removeItemFromList(ListItemTearOff* removeItem, bool shouldSynchronizeWrappers)
55 if (item != removeItem)
102 PassListItemTearOff removeItem(unsigned index, ExceptionCode& ec)
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 177 mIonHandleMap.removeItem(ptr);
178 mIonBufLength.removeItem(ptr);
179 mIonFdMap.removeItem(ptr);
  /external/webkit/Source/WebKit/chromium/public/
WebStorageArea.h 59 // Indexes may change on any set/removeItem call. Will return null if the index
82 virtual void removeItem(const WebString& key, const WebURL& url, WebString& oldValue) = 0;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.h 42 static void removeItem(uint64_t itemID);
  /external/webkit/Source/WebCore/svg/
SVGLengthList.idl 42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength removeItem(in unsigned long index)
SVGNumberList.idl 42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber removeItem(in unsigned long index)
SVGPathSegList.idl 42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg removeItem(in unsigned long index)
SVGPointList.idl 41 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint removeItem(in unsigned long index)
SVGStringList.idl 41 [StrictTypeChecking, RequiresAllArguments=Raise] DOMString removeItem(in unsigned long index)
SVGTransformList.idl 42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGTransform removeItem(in unsigned long index)
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-body-attribute.js 59 evalAndLog("storage.removeItem('FOO')");
70 evalAndLog("storage.removeItem('FU')");

Completed in 845 milliseconds

1 2 3 4 5 6