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

1 2

  /external/webkit/WebCore/bindings/js/
JSSVGPathSegListCustom.cpp 133 JSValue JSSVGPathSegList::removeItem(ExecState* exec, const ArgList& args)
146 RefPtr<SVGPathSeg> obj(list->removeItem(index, ec));
JSSVGPODListCustom.h 169 static JSC::JSValue removeItem(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args,
182 listImp->removeItem(index, ec));
  /external/webkit/WebCore/storage/
Storage.cpp 87 void Storage::removeItem(const String& key)
92 m_storageArea->removeItem(key, m_frame);
StorageAreaImpl.cpp 162 String StorageAreaImpl::removeItem(const String& key, Frame* frame)
171 RefPtr<StorageMap> newMap = m_storageMap->removeItem(key, oldValue);
StorageMap.cpp 145 PassRefPtr<StorageMap> StorageMap::removeItem(const String& key, String& oldValue)
151 newStorage->removeItem(key, oldValue);
  /external/webkit/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.cpp 86 String StorageAreaProxy::removeItem(const String& key, Frame* frame)
89 m_storageArea->removeItem(key, frame->document()->url(), oldValue);
  /frameworks/base/include/utils/
KeyedVector.h 87 ssize_t removeItem(const KEY& key);
174 ssize_t KeyedVector<KEY,VALUE>::removeItem(const KEY& key) {
  /system/core/libpixelflinger/tinyutils/
KeyedVector.h 79 ssize_t removeItem(const KEY& key);
166 ssize_t KeyedVector<KEY,VALUE>::removeItem(const KEY& key) {
  /external/webkit/WebCore/history/
BackForwardList.cpp 269 void BackForwardList::removeItem(HistoryItem* item)
  /external/webkit/WebCore/svg/
SVGList.h 134 Item removeItem(unsigned int index, ExceptionCode& ec)
254 Item removeItem(unsigned int index, ExceptionCode& ec)
256 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::removeItem(index, ec).get());
  /external/webkit/WebKit/win/
WebBackForwardList.cpp 295 HRESULT STDMETHODCALLTYPE WebBackForwardList::removeItem(
303 m_backForwardList->removeItem(webHistoryItem->historyItem());
WebHistory.cpp 436 hr = removeItem(items[i]);
614 HRESULT WebHistory::removeItem(IWebHistoryItem* entry)
    [all...]
  /frameworks/base/core/java/android/view/
Menu.java 299 public void removeItem(int id);
WindowManagerImpl.java 253 removeItem(tmpViews, mViews, index);
257 removeItem(tmpRoots, mRoots, index);
262 removeItem(tmpParams, mParams, index);
333 private static void removeItem(Object[] dst, Object[] src, int index)
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaClustering.java 124 if (mCurrCluster.removeItem(mediaItem)) {
130 if (cluster.removeItem(mediaItem)) {
357 public boolean removeItem(MediaItem item) {
358 if (super.removeItem(item)) {
MediaSet.java 267 public boolean removeItem(final MediaItem itemToRemove) {
391 removeItem(itemsToDelete.get(i));
  /packages/apps/IM/src/com/android/im/service/
StatusBarNotifier.java 129 removed = info.removeItem(username);
238 public synchronized boolean removeItem(String sender) {
  /external/icu4c/tools/toolutil/
package.cpp 1021 Package::removeItem(int32_t idx) {
1046 removeItem(idx);
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 177 static int32_t removeItem(int32_t id)
770 removeItem(id);
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 449 public void removeItem(int id) {
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 559 ((NowPlayingCursor)mTrackCursor).removeItem(which);
774 removeItem();
782 private void removeItem() {
803 ((NowPlayingCursor)mTrackCursor).removeItem(curpos);
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 1023 milliseconds

1 2