/external/chromium/net/base/ |
cookie_monster.h | 165 // Deletes all of the cookies. 167 // Deletes all of the cookies that have a creation_date greater than or equal 172 // Deletes all of the cookies that have a creation_date more recent than the 176 // Deletes all cookies that match the host of the given URL 182 // Deletes one specific cookie. 233 // Deletes all cookies with that might apply to |url| that has |cookie_name|. 432 // Helper for GarbageCollect(); can be called directly as well. Deletes 441 // Helper for GarbageCollect(). Deletes all cookies in the list 443 // |cause|. If |keep_accessed_after| is null, deletes all cookies in the [all...] |
/external/jdiff/src/jdiff/ |
Diff.java | 126 int deletes = hunk.deleted; local 129 if (deletes == 1 && inserts == 1) { 137 if (deletes == 1 && inserts == 1 && 182 int deletes = hunk.deleted; local 184 if (deletes == 0 && inserts == 0) { 191 // Index of last deleted word, invalid if deletes == 0 200 System.out.println("deletes: " + deletes); 215 if (deletes != 0) { [all...] |
/external/chromium/chrome/browser/ui/views/ |
content_setting_bubble_contents.cc | 147 bubble_->Close(); // CAREFUL: This deletes us. 166 bubble_->Close(); // CAREFUL: This deletes us. 173 // info bubble, which causes it to close, which deletes us.
|
/cts/tests/appsecurity-tests/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
CreatePrivateDataTest.java | 98 * Used to check that uninstall of an app deletes the app's data.
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 60 // Don't support deletes.
|
/external/chromium/base/memory/ |
scoped_ptr.h | 51 // automatically deletes the pointer it holds (if any). 78 // Reset. Deletes the current owned object, if any. 156 // with new [] and the destructor deletes objects with delete []. 183 // Reset. Deletes the current owned object, if any.
|
scoped_vector_unittest.cc | 52 // deletes the |constructed_life_cycle_object_|, if any when the
|
/external/chromium/base/ |
stl_util-inl.h | 56 // For hash_[multi]set, it is important that this deletes behind the iterator 72 // NOTE: Like STLDeleteContainerPointers, it is important that this deletes 218 // STLDeleteElements() deletes all the elements in an STL container and clears 236 // deletes all the "value" components and clears the container. Does nothing
|
/external/chromium/base/threading/ |
thread_checker_unittest.cc | 55 // Deletes ThreadCheckerClass on a different thread.
|
worker_pool_posix.cc | 84 // The WorkerThread is non-joinable, so it deletes itself.
|
/external/chromium/chrome/browser/extensions/ |
image_loading_tracker.h | 80 // calls the observer's OnImageLoaded and deletes the ImageLoadingTracker if
|
test_extension_prefs.cc | 64 // deletes all empty dictionaries. The ExtensionPrefs implementation
|
/external/chromium/chrome/browser/history/ |
text_database_manager.h | 45 // Tracks a set of changes (only deletes need to be supported now) to the 121 // Deletes the instance of indexed data identified by the given time and URL. 139 // Deletes all full text search data by removing the files from the disk. 140 // This must be called OUTSIDE of a transaction since it actually deletes the
|
/external/chromium/chrome/browser/password_manager/ |
login_database.h | 71 // Deletes the login database file on disk, and creates a new, empty database.
|
/external/chromium/chrome/browser/profiles/ |
profile_keyed_service_factory.h | 88 // default implementation removes it from |mapping_| and deletes the pointer.
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file_unittest.cc | 61 // Test that Delete() deletes the temporary store, if present.
|
/external/chromium/chrome/browser/ssl/ |
ssl_client_auth_handler.h | 23 // It is self-owned and deletes itself when the UI reports the user selection or
|
/external/chromium/chrome/browser/sync/glue/ |
foreign_session_tracker.cc | 123 // Delete ForeignSession objects (which also deletes all their windows/tabs).
|
/external/chromium/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.h | 63 // Deletes an unused TemplateURL, if its add was cancelled and it's not
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_view.h | 109 // Deletes this object (called after a return to the message loop to allow
|
/external/chromium/net/disk_cache/ |
disk_cache_test_base.h | 65 // Deletes and re-creates the files on initialization errors.
|
disk_cache_test_util.h | 20 // Deletes all file son the cache.
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.h | 119 // Stops and deletes all of the worker threads.
|
proxy_info.h | 94 // Deletes any entry which doesn't have one of the specified proxy schemes.
|
proxy_resolver_v8.h | 37 // ownership of |custom_js_bindings| and deletes it when ProxyResolverV8
|