Searched refs:Remove (Results 176 - 200 of 902) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dhydrogen-infer-types.cc38 in_worklist_.Remove(current->id());
H A Dcompilation-cache.cc91 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationSubCache
97 table->Remove(*function_info);
301 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationCache
304 eval_global_.Remove(function_info);
305 eval_contextual_.Remove(function_info);
306 script_.Remove(function_info);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h133 Remove (lldb::break_id_t breakID, bool notify);
H A DBreakpointLocationCollection.h56 Remove (lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
H A DBreakpointSiteList.h147 Remove (lldb::break_id_t breakID);
/external/lldb/include/lldb/Core/
H A DFileSpecList.h222 Remove (size_t idx) function in class:lldb_private::FileSpecList
/external/llvm/include/llvm/CodeGen/
H A DSchedulerRegistry.h44 ~RegisterScheduler() { Registry.Remove(this); }
/external/skia/src/animator/
H A DSkDisplayAdd.h56 DECLARE_MEMBER_INFO(Remove);
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc73 host_->Remove(this, web_contents());
108 host_->Remove(this, web_contents());
118 host_->Remove(this, web_contents());
222 host_->Remove(this, web_contents());
460 void DownloadRequestLimiter::Remove(TabDownloadState* state, function in class:DownloadRequestLimiter
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc113 rlz_store_->Remove(GetKeyName(kPingTimeKey, product), NULL);
142 rlz_store_->Remove(GetKeyName(kAccessPointKey, access_point), NULL);
179 rlz_store_->Remove(GetKeyName(kProductEventKey, product), NULL);
202 rlz_store_->Remove(GetKeyName(kStatefulEventKey, product), NULL);
262 list_value->Remove(value, &index);
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.cc98 pending_cert_error_callbacks_.Remove(request_id);
111 pending_cert_error_callbacks_.Remove(id);
249 pending_client_cert_request_callbacks_.Remove(request_id);
362 pending_js_dialog_callbacks_.Remove(id);
374 pending_js_dialog_callbacks_.Remove(id);
383 pending_client_cert_request_callbacks_.Remove(request_id);
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_api.cc155 options->Remove(constants::kRequiredEventTypesKey, NULL);
157 options->Remove(constants::kDesiredEventTypesKey, NULL);
159 options->Remove(constants::kEnqueueKey, NULL);
161 options->Remove(constants::kSrcIdKey, NULL);
163 options->Remove(constants::kIsFinalEventKey, NULL);
165 options->Remove(constants::kOnEventKey, NULL);
/external/chromium_org/sync/syncable/
H A Dparent_child_index_unittest.cc278 // Remove them all in any order.
279 index_.Remove(f3);
281 index_.Remove(f1_b2);
283 index_.Remove(f2_b1);
285 index_.Remove(f1);
287 index_.Remove(f2);
289 index_.Remove(f1_b1);
/external/antlr/
H A DAndroid.mk21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_profile_policy_provider.cc183 policy_value->Remove(kLidCloseAction, NULL);
191 policy_value->Remove(kUserActivityScreenDimDelayScale, NULL);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector_unittest.cc73 dict->Remove(kExtensionId, NULL);
109 dict->Remove(kExtensionId, NULL);
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.cc101 data_store_->cached_dict()->Remove(cleanup_keys[i], NULL);
143 data_store_->cached_dict()->Remove(rbegin->first, NULL);
/external/chromium_org/chromeos/dbus/
H A Dshill_ipconfig_client_unittest.cc72 // Remove the observer.
162 TEST_F(ShillIPConfigClientTest, Remove) {
171 client_->Remove(dbus::ObjectPath(kExampleIPConfigPath),
/external/chromium_org/content/browser/
H A Dnotification_service_impl_unittest.cc156 registrar_.Remove(&idle_test_source, kNotification1,
164 registrar_.Remove(&idle_test_source, NOTIFICATION_ALL,
/external/chromium_org/content/browser/renderer_host/media/
H A Dwebrtc_identity_service_host_unittest.cc90 policy->Remove(FAKE_RENDERER_ID);
178 policy->Remove(FAKE_RENDERER_ID);
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_dispatcher.cc70 objects_.Remove(iter->second);
148 objects_.Remove(object_id);
/external/chromium_org/content/renderer/p2p/
H A Dsocket_dispatcher.cc99 clients_.Remove(id);
120 host_address_requests_.Remove(id);
/external/chromium_org/extensions/browser/
H A Dstate_store.cc129 task_queue_->InvokeWhenReady(base::Bind(&ValueStoreFrontend::Remove,
187 task_queue_->InvokeWhenReady(base::Bind(&ValueStoreFrontend::Remove,
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store.h106 // The result of a write operation (Set/Remove/Clear).
191 virtual WriteResult Remove(const std::string& key) = 0;
194 virtual WriteResult Remove(const std::vector<std::string>& keys) = 0;
209 // not use these as substitutes for Clear() and Remove().
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_common.py157 """Remove the provided path."""
159 oshelpers.Remove(['-fr', dst])
175 """Remove the provided file."""
177 oshelpers.Remove(['-f', dst])

Completed in 2066 milliseconds

1234567891011>>