HomeSort by relevance Sort by last modified time
    Searched refs:delete_entry (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
delete_entry_unittest.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/delete_entry.h"
57 DeleteEntry delete_entry(NULL,
62 delete_entry.SetDispatchEventImplForTesting(
66 EXPECT_TRUE(delete_entry.Execute(kRequestId));
92 DeleteEntry delete_entry(NULL,
97 delete_entry.SetDispatchEventImplForTesting(
101 EXPECT_FALSE(delete_entry.Execute(kRequestId));
115 DeleteEntry delete_entry(NULL,
120 delete_entry.SetDispatchEventImplForTesting(
124 EXPECT_FALSE(delete_entry.Execute(kRequestId))
    [all...]
  /external/chromium_org/components/search_engines/
keyword_table.cc 609 bool delete_entry = turl.GetType() == TemplateURL::OMNIBOX_API_EXTENSION; local
610 if (!delete_entry && generate_keyword) {
616 delete_entry = true;
630 if (delete_entry) {
  /external/iptables/libiptc/
libiptc.c 1964 static int delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, function
    [all...]
  /external/iptables/iptables/
ip6tables.c 755 delete_entry(const xt_chainlabel chain, function
    [all...]
iptables.c 740 delete_entry(const xt_chainlabel chain, function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 905 def delete_entry(self, entry): member in class:HList
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 905 def delete_entry(self, entry): member in class:HList
    [all...]

Completed in 2062 milliseconds