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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageArea.h 55 // Indexes may change on any set/removeItem call. Will return null if the index
75 virtual void removeItem(const WebString& key, const WebURL& pageUrl)
78 removeItem(key, pageUrl, unused);
93 virtual void removeItem(const WebString& key, const WebURL& pageUrl, WebString& oldValue) { }
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java 125 menu.removeItem(R.id.select_action_menu_paste);
129 menu.removeItem(R.id.select_action_menu_cut);
133 menu.removeItem(R.id.select_action_menu_share);
137 menu.removeItem(R.id.select_action_menu_web_search);
140 menu.removeItem(R.id.select_action_menu_copy);
141 menu.removeItem(R.id.select_action_menu_cut);
  /external/chromium_org/ui/message_center/cocoa/
status_item_view.h 60 - (void)removeItem;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthList.idl 41 [RaisesException] SVGLength removeItem(unsigned long index);
SVGNumberList.idl 41 [RaisesException] SVGNumber removeItem(unsigned long index);
SVGPathSegList.idl 41 [RaisesException] SVGPathSeg removeItem(unsigned long index);
SVGPointList.idl 40 [RaisesException] SVGPoint removeItem(unsigned long index);
SVGStringList.idl 40 [RaisesException] DOMString removeItem(unsigned long index);
SVGStringListTearOff.h 115 String removeItem(unsigned long index, ExceptionState& exceptionState)
122 String removedItem = target()->removeItem(index, exceptionState);
SVGTransformList.idl 41 [RaisesException] SVGTransform removeItem(unsigned long index);
SVGStringList.h 72 String removeItem(size_t, ExceptionState&);
SVGPathSegList.h 123 PassRefPtr<ItemPropertyType> removeItem(size_t index, ExceptionState& exceptionState)
127 return Base::removeItem(index, exceptionState);
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 177 mIonHandleMap.removeItem(ptr);
178 mIonBufLength.removeItem(ptr);
179 mIonFdMap.removeItem(ptr);
  /external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.h 33 virtual void removeItem(
webstoragearea_impl.cc 71 void WebStorageAreaImpl::removeItem(
73 cached_area_->RemoveItem(connection_id_, key, page_url);
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.h 52 void removeItem(const String& key, ExceptionState& ec) { m_storageArea->removeItem(key, ec, m_frame); }
Storage.idl 41 [LogActivity, NotEnumerable, RaisesException] void removeItem(DOMString key);
StorageArea.h 63 void removeItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
  /frameworks/av/include/camera/
CameraParameters2.h 153 ssize_t removeItem(const KeyT& key) {
169 removeItem(key);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
TestMenuTest.java 31 testMenu.removeItem(10);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.cpp 75 mSessions.removeItem(session->sessionId());
  /frameworks/base/core/java/android/view/
Menu.java 305 public void removeItem(int id);
  /frameworks/base/tools/aapt/
CrunchCache.cpp 62 mDestFiles.removeItem(mDestPath.appendPathCopy(relativePath));
  /hardware/intel/img/hwcomposer/common/buffers/
BufferCache.cpp 62 index = mBufferPool.removeItem(mapper->getKey());
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 114 menu.removeItem(0);
115 menu.removeItem(1);

Completed in 1919 milliseconds

1 2 3 4 5 6 7 8