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

1 2

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.cc 67 // Remove items in |removes| from |full_hashes|. |full_hashes| and
68 // |removes| should be ordered by SBAddPrefix component.
70 void RemoveMatchingPrefixes(const std::vector<SBAddPrefix>& removes,
80 std::vector<SBAddPrefix>::const_iterator remove_iter = removes.begin();
82 while (hash_iter != full_hashes->end() && remove_iter != removes.end()) {
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 28 // Firefox 3.5.2 removes the '#' at the end, and it should per
35 // Firefox 3.5.2 removes the '#' at the end, and it should per
  /external/qemu/telephony/
sysdeps_posix.c 205 int removes = channel->wanted & ~events; local
218 if (removes) {
221 if (removes & (1 << ee))
  /external/compiler-rt/make/
AppleBI.mk 91 # rule to make each archive slice for dyld (which removes a few archive members)
  /external/v8/test/mjsunit/
const-eval-init.js 37 // Deleting 'x' removes the local const property.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedatabegining.js 78 The "deleteData(offset,count)" method removes a range of
hc_characterdatadeletedataend.js 78 The "deleteData(offset,count)" method removes a range of
hc_characterdatadeletedatamiddle.js 78 The "deleteData(offset,count)" method removes a range of
hc_elementremoveattribute.js 78 The "removeAttribute(name)" removes an attribute by name.
hc_elementremoveattributeaftercreate.js 78 The "removeAttributeNode(oldAttr)" method removes the
hc_namednodemapremovenameditem.js 78 The "removeNamedItem(name)" method removes a node
hc_noderemovechild.js 78 The "removeChild(oldChild)" method removes the child node
hc_noderemovechildnode.js 78 The "removeChild(oldChild)" method removes the node
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatadeletedatabegining.js 78 The "deleteData(offset,count)" method removes a range of
hc_characterdatadeletedataend.js 78 The "deleteData(offset,count)" method removes a range of
hc_characterdatadeletedatamiddle.js 78 The "deleteData(offset,count)" method removes a range of
hc_elementremoveattribute.js 78 The "removeAttribute(name)" removes an attribute by name.
hc_elementremoveattributeaftercreate.js 78 The "removeAttributeNode(oldAttr)" method removes the
hc_namednodemapremovenameditem.js 78 The "removeNamedItem(name)" method removes a node
hc_noderemovechild.js 78 The "removeChild(oldChild)" method removes the child node
hc_noderemovechildnode.js 78 The "removeChild(oldChild)" method removes the node
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild12.js 79 The method removeChild removes the child node indicated by oldChild from the list
noderemovechild27.js 79 The method removeChild removes the child node indicated by oldChild from the list
  /libcore/
NativeCode.mk 64 # removes duplicates.
  /system/core/adb/
sysdeps_win32.c 1635 int removes = events0 & ~events; local
    [all...]

Completed in 360 milliseconds

1 2