Searched refs:Remove (Results 201 - 225 of 902) sorted by relevance

1234567891011>>

/external/chromium_org/sync/syncable/
H A Dmodel_type.cc370 encryptable_user_types.Remove(HISTORY_DELETE_DIRECTIVES);
372 encryptable_user_types.Remove(SYNCED_NOTIFICATIONS);
375 encryptable_user_types.Remove(SYNCED_NOTIFICATION_APP_INFO);
378 encryptable_user_types.Remove(DEVICE_INFO);
381 encryptable_user_types.Remove(PRIORITY_PREFERENCES);
383 encryptable_user_types.Remove(SUPERVISED_USER_SETTINGS);
385 encryptable_user_types.Remove(SUPERVISED_USERS);
388 encryptable_user_types.Remove(SUPERVISED_USER_SHARED_SETTINGS);
722 // Remove any leading spaces.
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperMap.h88 m_map.Remove(key);
119 static v8::PersistentContainerValue Remove(Impl* impl, KeyType* key) function in class:blink::DOMWrapperMap::PersistentValueMapTraits
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc66 void StunRequestManager::Remove(StunRequest* request) { function in class:cricket::StunRequestManager
82 // StunRequest destructor calls Remove() which deletes requests
150 manager_->Remove(this);
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree.h49 void Remove(Key key);
105 // Remove the node from the tree in its current position.
139 void RTree<Key>::Remove(Key key) { function in class:gfx::RTree
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.cc51 remove_ = new LabelButton(this, ASCIIToUTF16("Remove"));
103 model_.Remove(selected_node->parent(), selected_node);
132 context_menu_model.AddItem(ID_REMOVE, ASCIIToUTF16("Remove"));
167 model_.Remove(selected_node->parent(), selected_node);
/external/chromium_org/v8/src/
H A Dcompilation-cache.h52 // Remove given shared function info from sub-cache.
53 void Remove(Handle<SharedFunctionInfo> function_info);
191 // Remove given shared function info from all caches.
192 void Remove(Handle<SharedFunctionInfo> function_info);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc76 TEST(MutexSet, Remove) {
84 mset.Remove(1);
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltoptions.m4114 [$0: Remove this warning and the call to _LT_SET_OPTION when you
150 [$0: Remove this warning and the call to _LT_SET_OPTION when you
306 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
313 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
346 [$0: Remove this warning and the call to _LT_SET_OPTION when you
/external/chromium_org/base/prefs/
H A Dpref_change_registrar.cc43 void PrefChangeRegistrar::Remove(const char* path) { function in class:PrefChangeRegistrar
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.h68 // Remove all tilings.
71 // Remove one tiling.
72 void Remove(PictureLayerTiling* tiling);
74 // Remove all tiles; keep all tilings.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_queue.cc75 void JobQueue::Remove(JobID id) { function in class:drive::JobQueue
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer.h38 // This class encapsulates the drive Remove function. It is responsible for
52 void Remove(const std::string& local_id,
57 // Part of Remove(). Called after GetResourceEntry() completion.
/external/chromium_org/chrome/browser/extensions/
H A Dextension_special_storage_policy.h65 bool Remove(const extensions::Extension* extension);
H A Dinstall_verifier.h80 void Remove(const std::string& id);
99 REMOVE // Remove one or more extensions.
H A Dpending_extension_manager.h51 // Remove extension with id |id| from the set of pending extensions. Returns
53 bool Remove(const std::string& id);
/external/chromium_org/chrome/browser/extensions/signin/
H A Dgaia_auth_extension_loader.cc79 GetComponentLoader(context)->Remove(extensions::kGaiaAuthExtensionId);
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter_unittest.cc75 void Remove(net::CanonicalCookie* cookie);
170 void EvictedDomainCookieCounterTest::Remove(net::CanonicalCookie* cookie) { function in class:chrome_browser_net::__anon4334::EvictedDomainCookieCounterTest
217 Remove(cookies_[i]);
255 // Remove cookies at t = [1,3,6,10,15,21].
258 Remove(cookies_[i]);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_split_preference.cc71 dict_value->Remove(*it, NULL);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_installed_bubble.cc70 registrar_.Remove(this, chrome::NOTIFICATION_BROWSER_CLOSING,
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller.cc78 table_model_->Remove(index);
H A Dtemplate_url_table_model.h59 void Remove(int index);
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc62 void Remove(SelectFileDialogExtension::RoutingID id);
87 void PendingDialog::Remove(SelectFileDialogExtension::RoutingID id) { function in class:__anon5332::PendingDialog
206 PendingDialog::GetInstance()->Remove(routing_id_);
215 PendingDialog::GetInstance()->Remove(routing_id_);
/external/chromium_org/chrome/installer/util/
H A Dapp_commands.cc83 bool AppCommands::Remove(const std::wstring& command_id) { function in class:installer::AppCommands
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_service_client.h53 MOCK_METHOD3(Remove, void(const dbus::ObjectPath& service_path,
/external/chromium_org/components/search_engines/
H A Dsearch_host_to_urls_map.cc37 void SearchHostToURLsMap::Remove(TemplateURL* template_url) { function in class:SearchHostToURLsMap

Completed in 430 milliseconds

1234567891011>>