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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageArea.h 54 // Indexes may change on any set/removeItem call. Will return null if the index
74 virtual void removeItem(const WebString& key, const WebURL& pageUrl)
77 removeItem(key, pageUrl, unused);
92 virtual void removeItem(const WebString& key, const WebURL& pageUrl, WebString& oldValue) { }
  /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 35 [StrictTypeChecking, RaisesException] SVGLength removeItem(unsigned long index);
SVGNumberList.idl 35 [StrictTypeChecking, RaisesException] SVGNumber removeItem(unsigned long index);
SVGPathSegList.idl 35 [StrictTypeChecking, RaisesException] SVGPathSeg removeItem(unsigned long index);
SVGPointList.idl 34 [StrictTypeChecking, RaisesException] SVGPoint removeItem(unsigned long index);
SVGStringList.idl 34 [StrictTypeChecking, RaisesException] DOMString removeItem(unsigned long index);
SVGTransformList.idl 35 [StrictTypeChecking, RaisesException] SVGTransform removeItem(unsigned long index);
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 177 mIonHandleMap.removeItem(ptr);
178 mIonBufLength.removeItem(ptr);
179 mIonFdMap.removeItem(ptr);
BaseCameraAdapter.cpp 180 mFrameSubscribers.removeItem((int) cookie);
184 mFrameDataSubscribers.removeItem((int) cookie);
188 mImageSubscribers.removeItem((int) cookie);
192 mRawSubscribers.removeItem((int) cookie);
196 mVideoSubscribers.removeItem((int) cookie);
200 mFrameSubscribers.removeItem((int) cookie);
201 mFrameDataSubscribers.removeItem((int) cookie);
202 mImageSubscribers.removeItem((int) cookie);
203 mRawSubscribers.removeItem((int) cookie);
204 mVideoSubscribers.removeItem((int) cookie)
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java 111 menu.removeItem(R.id.select_action_menu_paste);
115 menu.removeItem(R.id.select_action_menu_cut);
119 menu.removeItem(R.id.select_action_menu_share);
123 menu.removeItem(R.id.select_action_menu_web_search);
  /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/
StorageArea.h 50 virtual void removeItem(const String& key, ExceptionState&, Frame* sourceFrame) = 0;
Storage.h 50 void removeItem(const String& key, ExceptionState& ec) { m_storageArea->removeItem(key, ec, m_frame); }
Storage.idl 37 [NotEnumerable, RaisesException, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void removeItem(DOMString key);
  /external/chromium_org/third_party/WebKit/Source/web/
StorageAreaProxy.h 55 virtual void removeItem(const String& key, ExceptionState&, Frame* sourceFrame);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
TestMenuTest.java 31 testMenu.removeItem(10);
  /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));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 114 menu.removeItem(0);
115 menu.removeItem(1);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuWrapperICS.java 95 public void removeItem(int id) {
97 mWrappedObject.removeItem(id);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGStaticListPropertyTearOff.h 72 ListItemType removeItem(unsigned index, ExceptionState& es)
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.h 99 void removeItem(int32_t itemIndex);
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 107 map.removeItem(key);

Completed in 2112 milliseconds

1 2 3 4 5 6