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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 1 description("This test checks the behavior of the remove() method on the select.options object.");
6 debug("1.1 Remove (object) from empty Options");
8 shouldBe("select1.options.remove(value)", "undefined");
13 debug("1.2 Remove (string) from empty Options");
15 shouldBe("select1.options.remove(value)", "undefined");
20 debug("1.3 Remove (float) from empty Options");
22 shouldBe("select1.options.remove(value)", "undefined");
27 debug("1.4 Remove (boolean) from empty Options");
29 shouldBe("select1.options.remove(value)", "undefined");
34 debug("1.5 Remove (undefined) from empty Options")
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
57 void MutexSet::Remove(u64 id) {}
  /external/chromium/chrome/browser/automation/
automation_autocomplete_edit_tracker.cc 26 registrar_.Remove(this, NotificationType::AUTOCOMPLETE_EDIT_DESTROYED,
automation_browser_tracker.cc 22 registrar_.Remove(this, NotificationType::BROWSER_CLOSED,
automation_window_tracker.cc 23 registrar_.Remove(this, NotificationType::WINDOW_CLOSED,
automation_tab_tracker.cc 32 registrar_.Remove(this, NotificationType::TAB_CLOSING,
34 registrar_.Remove(this, NotificationType::EXTERNAL_TAB_CLOSED,
36 registrar_.Remove(this, NotificationType::LOAD_STOP,
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.h 33 // explicitly removed by a call to Remove beforehand.
39 void Remove(const char* path,
  /external/chromium/chrome/common/
auto_start_linux.h 22 static bool Remove(const std::string& autostart_filename);
  /external/chromium/net/disk_cache/
mem_rankings.h 27 void Remove(MemEntryImpl* node);
mem_rankings.cc 28 void MemRankings::Remove(MemEntryImpl* node) {
49 Remove(node);
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy.cc 60 protected_apps_.Remove(extension);
62 unlimited_extensions_.Remove(extension);
64 file_handler_extensions_.Remove(extension);
110 void ExtensionSpecialStoragePolicy::SpecialCollection::Remove(
extension_special_storage_policy.h 45 void Remove(const Extension* extension);
  /external/chromium/chrome/browser/notifications/
balloon_collection_base.h 34 virtual void Remove(Balloon* balloon);
  /external/chromium/net/base/
ssl_client_auth_cache.cc 40 void SSLClientAuthCache::Remove(const std::string& server) {
ssl_client_auth_cache.h 45 // Remove the client certificate for |server| from the cache, if one exists.
46 void Remove(const std::string& server);
  /external/chromium/net/ftp/
ftp_auth_cache.h 51 // Remove the entry for |origin| from the cache, if one exists and matches
53 void Remove(const GURL& origin, const string16& username,
  /external/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 40 ~RegisterRegAlloc() { Registry.Remove(this); }
  /external/chromium/base/
id_map_unittest.cc 45 map.Remove(id1);
49 map.Remove(id2);
73 map.Remove(iter.GetCurrentKey());
104 map.Remove(ids[1]);
109 map.Remove(ids[3]);
114 map.Remove(ids[0]);
151 map_external.Remove(map_external_ids[i]);
152 map_owned.Remove(map_owned_ids[i]);
  /external/clang/lib/Driver/
SanitizerArgs.h 121 unsigned &Add, unsigned &Remove, bool DiagnoseErrors) {
123 Remove = 0;
129 Remove = Address;
135 Remove = Thread;
148 Remove = parse(D, A, DiagnoseErrors);
169 unsigned Add, Remove;
170 if (parse(D, Args, *I, Add, Remove, false) &&
173 Kind &= ~Remove;
  /external/v8/test/cctest/
test-hashmap.cc 56 void Remove(int x) {
58 map_.Remove(reinterpret_cast<void*>(x), hash_(x));
112 set.Remove(1);
118 set.Remove(3);
149 // Remove all these values.
154 set.Remove(x);
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager_unittest.cc 136 manager()->Remove(kRendererID);
156 manager()->Remove(kRendererID);
169 manager()->Remove(kRendererID);
208 manager()->Remove(kRendererID);
209 manager()->Remove(kRendererID2);
262 manager()->Remove(kRendererID);
263 manager()->Remove(kRendererID2);
308 manager()->Remove(kRendererID);
309 manager()->Remove(kRendererID2);
  /external/webrtc/src/system_wrappers/source/
map_no_stl.cc 159 return Remove(item);
170 return Remove(item);
187 int MapNoStl::Remove(MapNoStlItem* item)
  /external/chromium/chrome/browser/
language_order_table_model.h 33 void Remove(int index);
  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.h 34 // externally, Remove or RemoveAll should be called if it becomes invalid.
39 void Remove(const TemplateURL* template_url);
41 // Updates information in an existing TemplateURL. Note: Using Remove and
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.h 46 // Remove |button| from the set of buttons we care about.
47 void Remove(GtkWidget* button);

Completed in 1220 milliseconds

1 2 3 4 5 6 7 8 91011>>