Searched refs:Remove (Results 126 - 150 of 902) sorted by relevance

1234567891011>>

/external/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest_base.cc98 instance->Remove(instance->GetSize() - 1, NULL);
106 instance->Remove(instance->GetSize() - 1, NULL);
221 instance->Remove("extra", NULL);
223 instance->Remove("bar", NULL);
242 instance->Remove("extra", NULL);
245 instance->Remove("extraaa", NULL);
249 instance->Remove("extr", NULL);
250 schema->Remove(schema::kPatternProperties, NULL);
267 schema->Remove(schema::kPatternProperties, NULL);
290 instance->Remove("extr
[all...]
/external/chromium_org/android_webview/browser/
H A Dgl_view_renderer_manager.cc49 void GLViewRendererManager::Remove(Key key) { function in class:android_webview::GLViewRendererManager
/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources.h19 // only removed once Remove() is invoked the same number of times as Add().
43 // |source| when Remove() is invoked the same number of times as Add().
44 void Remove(Source* source) { function in class:ScopedObserverWithDuplicatedSources
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.h39 void Remove();
/external/chromium_org/base/
H A Dscoped_observer.h32 // Remove the object passed to the constructor as an observer from |source|.
33 void Remove(Source* source) { function in class:ScopedObserver
/external/chromium_org/cc/test/
H A Dordered_texture_map.cc33 void OrderedTextureMap::Remove(GLuint id) { function in class:cc::OrderedTextureMap
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_launch_error.cc83 dict_update->Remove(kKeyLaunchError, NULL);
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.h48 void Remove(int index);
/external/chromium_org/chrome/browser/google/
H A Dchrome_google_url_tracker_client.cc33 registrar_.Remove(
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator.cc61 bool found = browser_dict->Remove(*it, &single_app_placement_dict);
H A Dsynced_pref_change_registrar.cc41 void SyncedPrefChangeRegistrar::Remove(const char *path) { function in class:SyncedPrefChangeRegistrar
/external/chromium_org/chrome/browser/prefs/tracked/
H A Ddictionary_hash_store_contents.cc72 storage_->Remove(kPreferenceMACs, NULL);
/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller_unittest.cc191 types.Remove(syncer::SESSIONS);
192 types.Remove(syncer::PROXY_TABS);
193 types.Remove(syncer::TYPED_URLS);
194 types.Remove(syncer::SUPERVISED_USER_SETTINGS);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.h49 // Remove all sites data.
52 // Remove selected sites data.
53 void Remove(const base::ListValue* args);
/external/chromium_org/chrome/common/
H A Dservice_process_util_linux.cc88 return AutoStart::Remove(
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_test.cc77 text_check_completions_.Remove(identifier);
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_ipconfig_client.h43 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
H A Dshill_ipconfig_client.h90 // Calls Remove method.
92 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.h42 void Remove(const BookmarkNode* node);
/external/chromium_org/content/browser/shared_worker/
H A Dworker_document_set.cc42 void WorkerDocumentSet::Remove(BrowserMessageFilter* parent, function in class:content::WorkerDocumentSet
H A Dworker_document_set.h73 void Remove(BrowserMessageFilter* parent, unsigned long long document_id);
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc38 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
40 factory_->Remove(this);
70 listeners_.Remove(routing_id);
266 // from calling MockRenderProcessHostFactory::Remove().
284 void MockRenderProcessHostFactory::Remove(MockRenderProcessHost* host) const { function in class:content::MockRenderProcessHostFactory
/external/chromium_org/content/renderer/
H A Dactive_notification_tracker.cc54 notification_table_.Remove(id);
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_manager.cc46 instances_.Remove(browser_plugin_instance_id);
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.cc45 g_all_areas_map.Pointer()->Remove(connection_id_);

Completed in 430 milliseconds

1234567891011>>