HomeSort by relevance Sort by last modified time
    Searched refs:CleanUp (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/content/public/browser/
browser_thread_delegate.h 16 // initialization), and receive a CleanUp call right after the message
29 virtual void CleanUp() = 0;
  /external/chromium_org/components/dom_distiller/content/
web_contents_main_frame_observer.cc 24 CleanUp();
45 CleanUp();
48 void WebContentsMainFrameObserver::CleanUp() {
web_contents_main_frame_observer.h 42 void CleanUp();
  /external/chromium_org/chrome/browser/ui/app_list/
extension_uninstaller.cc 31 CleanUp();
52 CleanUp();
57 CleanUp();
60 void ExtensionUninstaller::CleanUp() {
extension_uninstaller.h 30 void CleanUp();
  /external/chromium_org/content/gpu/
in_process_gpu_thread.h 24 virtual void CleanUp() OVERRIDE;
28 // Deleted in CleanUp() on the gpu thread, so don't use smart pointers.
in_process_gpu_thread.cc 29 void InProcessGpuThread::CleanUp() {
  /external/chromium_org/content/renderer/
in_process_renderer_thread.cc 26 void InProcessRendererThread::CleanUp() {
37 // this flag to true in Cleanup works around these problems.
in_process_renderer_thread.h 25 virtual void CleanUp() OVERRIDE;
  /external/chromium_org/sync/engine/
commit_contribution.h 46 virtual void CleanUp() = 0;
commit.h 45 // This destructor will DCHECK if CleanUp() has not been called.
64 void CleanUp();
non_blocking_type_commit_contribution.h 36 virtual void CleanUp() OVERRIDE;
58 // that CleanUp() is called before the object is destructed.
  /external/chromium_org/chrome/common/extensions/docs/server2/
start_dev_server.py 19 def CleanUp(signal, frame):
27 signal.signal(signal.SIGINT, CleanUp)
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 47 void BrowserProcessSubThread::CleanUp() {
51 BrowserThreadImpl::CleanUp();
browser_process_sub_thread.h 42 virtual void CleanUp() OVERRIDE;
45 // These methods encapsulate cleanup that needs to happen on the IO thread
46 // before we call the embedder's CleanUp function.
browser_thread_impl.h 33 virtual void CleanUp() OVERRIDE;
  /external/chromium_org/content/utility/
in_process_utility_thread.h 25 virtual void CleanUp() OVERRIDE;
in_process_utility_thread.cc 33 void InProcessUtilityThread::CleanUp() {
  /external/lldb/include/lldb/Utility/
CleanUp.h 1 //===-- CleanUp.h -----------------------------------------------*- C++ -*-===//
18 // Templated class that guarantees that a cleanup callback function will
19 // be called. The cleanup function will be called once under the
30 // complex already it might be better to build the cleanup funcionality
33 // The cleanup function must take one argument that is of type T.
40 // sole argument for the cleanup callback.
41 // R - The return type for the cleanup function.
50 // CleanUp <int, int> fd(open("/tmp/a.txt", O_RDONLY, 0), -1, close);
53 // CleanUp <void *, void> malloced_bytes(malloc(32), NULL, free);
56 class CleanUp
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
chrome_html_unittest.py 83 tmp_dir.CleanUp()
117 tmp_dir.CleanUp()
146 tmp_dir.CleanUp()
173 tmp_dir.CleanUp()
200 tmp_dir.CleanUp()
247 tmp_dir.CleanUp()
274 tmp_dir.CleanUp()
303 tmp_dir.CleanUp()
334 tmp_dir.CleanUp()
362 tmp_dir.CleanUp()
    [all...]
  /external/chromium_org/content/public/test/
test_browser_thread.cc 35 virtual void CleanUp() OVERRIDE {
38 BrowserThreadImpl::CleanUp();
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 77 void CleanUp();
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h 79 virtual void CleanUp() OVERRIDE;
  /external/chromium_org/net/base/
network_change_notifier_linux.cc 33 virtual void CleanUp() OVERRIDE;
64 void NetworkChangeNotifierLinux::Thread::CleanUp() {
network_config_watcher_mac.cc 39 virtual void CleanUp() OVERRIDE;
84 void NetworkConfigWatcherMacThread::CleanUp() {

Completed in 637 milliseconds

1 2 3 4 5