HomeSort by relevance Sort by last modified time
    Searched refs:Delete (Results 251 - 275 of 655) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 97 // - Delete original file.
114 // Delete any on-disk files, including the permanent storage.
115 virtual bool Delete() OVERRIDE;
166 // Delete any on-disk files, including the permanent storage.
190 // FORMAT_EVENT_FOUND_SQLITE. It can differ if the delete fails,
195 // Found and deleted (or failed to delete) the ancient "Safe
216 // profile. Check for it and delete, recording a histogram for the
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_sync_delegate.h 65 void Delete(const SyncStatusCallback& callback);
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store_unittest.cc 173 store()->Delete(kQuery);
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.cc 54 // we can delete them.
70 backup.Delete();
89 // We now hold exclusive locks with "share delete" permissions for each
91 // We can safely delete the key files now.
96 PLOG(DFATAL) << "Unexpectedly could not delete " << key_file.value();
130 LOG(ERROR) << "can not delete " << root_path_.value();
158 // This could happen if we could not delete the key file to begin with.
product_unittest.cc 30 ASSERT_TRUE(test_dir_.Delete());
  /external/chromium_org/chrome/utility/extensions/
unpacker_unittest.cc 29 LOG(WARNING) << temp_dir_.Delete();
  /external/chromium_org/chrome_frame/test/
dll_redirector_loading_test.cc 102 if (!temp_dir_.Delete()) {
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.h 159 FRIEND_TEST_ALL_PREFIXES(VisitedLinkTest, Delete);
262 // fingerprint was deleted, false if it was not in the table to delete.
366 // history query is running. We must only delete it when the query is done.
374 // deleted during the rebuild here. Then we should delete any of these
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_external_file_ref_backend.cc 58 int32_t PepperExternalFileRefBackend::Delete(
  /external/chromium_org/content/shell/
shell_web_contents_view_delegate_win.cc 149 L"Delete",
203 web_contents_->GetRenderViewHost()->Delete();
  /external/chromium_org/content/test/
webrtc_audio_device_test.h 86 // Wrapper to automatically calling T::Delete in the destructor.
87 // This is useful for some WebRTC objects that have their own Create/Delete
98 T::Delete(ptr_);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_html5fs.cc 94 ->Delete(fileref_resource.pp_resource(), PP_BlockUntilComplete());
  /external/chromium_org/net/disk_cache/flash/
log_store_entry.cc 120 void LogStoreEntry::Delete() {
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 67 // Delete all pairing files in the pairing registry.
136 bool PairingRegistryDelegateLinux::Delete(const std::string& client_id) {
pairing_registry_delegate_win_unittest.cc 68 // Delete the first pairing.
69 EXPECT_TRUE(delegate->Delete(pairing1.client_id()));
82 // Delete the rest and verify.
  /external/chromium_org/remoting/protocol/
pairing_registry.h 104 virtual bool Delete(const std::string& client_id) = 0;
127 // Delete a pairing, identified by its client ID. |callback| is called with
  /external/chromium_org/sql/
connection.h 253 // Delete the underlying database files associated with |path|.
263 static bool Delete(const base::FilePath& path);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Utilities.cpp 136 cacheArray->Delete(i);
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 33 virtual Status Delete(const WriteOptions&, const Slice& key);
79 // Delete any unneeded files and stale in-memory entries.
194 // Sanitize db options. The caller should delete result.info_log if
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 125 // Delete fields with indices in the range [start .. start+num-1].
129 // Delete all fields with a specific field number. The order of left fields
199 // If this UnknownField contains a pointer, delete it.
200 void Delete();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 120 // Delete the span "[p, p+n-1]".
123 void Delete(Span* span);
stack_trace_table.cc 64 delete[] table_;
150 Static::bucket_allocator()->Delete(b);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 112 // Delete the span "[p, p+n-1]".
115 void Delete(Span* span);
stack_trace_table.cc 64 delete[] table_;
150 Static::bucket_allocator()->Delete(b);
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 77 def Delete(bucket, remote_path):

Completed in 3332 milliseconds

<<11121314151617181920>>