HomeSort by relevance Sort by last modified time
    Searched defs:Cleanup (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/
chrome_process_singleton.cc 37 void ChromeProcessSingleton::Cleanup() {
38 process_singleton_.Cleanup();
process_singleton_win.cc 462 void ProcessSingleton::Cleanup() {
  /external/chromium_org/third_party/angle/src/third_party/compiler/
ArrayBoundsClamper.h 47 void Cleanup()
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_launch_utils.cc 33 void Cleanup() { delete this; }
52 virtual void OnLaunchSucceeded() OVERRIDE { Cleanup(); }
56 Cleanup();
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
iterator.h 79 struct Cleanup {
83 Cleanup* next;
85 Cleanup cleanup_;
  /external/chromium_org/tools/gyp/pylib/gyp/
xml_fix.py 62 def Cleanup(self):
69 self.Cleanup()
  /sdk/files/
post_tools_install.bat 45 if not exist "%src%" goto Cleanup
49 :Cleanup
  /external/chromium_org/cc/output/
program_binding.cc 23 // If you hit these asserts, you initialized but forgot to call Cleanup().
65 void ProgramBindingBase::Cleanup(GLES2Interface* context) {
  /external/chromium_org/chrome/browser/web_resource/
json_asynchronous_unpacker.cc 33 AddRef(); // balanced in Cleanup.
72 Cleanup();
78 Cleanup();
82 void Cleanup() {
  /external/chromium_org/content/browser/download/
drag_download_util.cc 98 base::Bind(&PromiseFileFinalizer::Cleanup, this));
104 base::Bind(&PromiseFileFinalizer::Cleanup, this));
109 void PromiseFileFinalizer::Cleanup() {
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_dump_tester.py 53 def Cleanup():
63 cleanup_funcs.append(Cleanup)
  /external/chromium_org/third_party/angle/src/compiler/translator/
BuiltInFunctionEmulator.cpp 394 void BuiltInFunctionEmulator::Cleanup()
  /external/chromium_org/base/threading/
watchdog.cc 62 Cleanup();
67 void Watchdog::Cleanup() {
  /external/chromium_org/tools/win/static_initializers/
static_initializers.cc 81 static void Cleanup(IDiaSymbol* global_symbol, IDiaSession* dia_session) {
175 Cleanup(global_symbol, dia_session);
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 60 virtual ~ActivationChangeObserverImpl() { Cleanup(); }
70 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { Cleanup(); }
78 void Cleanup() {
  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.cc 41 AddRef(); // balanced in Cleanup.
132 Cleanup();
264 void ExternalProcessImporterClient::Cleanup() {
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 28 Cleanup();
42 Cleanup();
214 Cleanup();
371 void TouchEditableImplAura::Cleanup() {
  /external/chromium_org/ipc/
ipc_fuzzing_tests.cc 157 Cleanup();
163 Cleanup();
174 void Cleanup() {
183 Cleanup();
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 70 # Locks port creation and cleanup. TODO(dalecurtis): If performance becomes
99 # Cleanup ports on new port requests. Do it after the cache check though
102 self.Cleanup(all_ports=False)
135 def Cleanup(self, all_ports, request_ip=None):
182 def Cleanup(self):
191 self._port_allocator.Cleanup(all_ports=False,
444 # Setup port allocator here so we can call cleanup on failures/exit.
450 # Disable Ctrl-C handler to prevent interruption of cleanup.
452 pa.Cleanup(all_ports=True)
  /external/chromium_org/net/tools/flip_server/
streamer_interface.cc 104 connection_->Cleanup("Server Reset");
113 void StreamerSM::Cleanup() {
  /external/chromium_org/remoting/ios/bridge/
client_instance.cc 119 void ClientInstance::Cleanup() {
  /external/clang/lib/CodeGen/
CGCall.h 74 EHScopeStack::stable_iterator Cleanup;
109 void addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup,
112 ArgCleanup.Cleanup = Cleanup;
133 /// is used to cleanup objects that are owned by the callee once the call
143 /// The iterator pointing to the stack restore cleanup. We manually run and
144 /// deactivate this cleanup after the call in the unexceptional case because
CGCleanup.h 56 /// Whether this cleanup needs to be run along normal edges.
59 /// Whether this cleanup needs to be run along exception edges.
62 /// Whether this cleanup is currently active.
65 /// Whether the normal cleanup should test the activation flag.
68 /// Whether the EH cleanup should test the activation flag.
71 /// The amount of extra storage needed by the Cleanup.
76 /// this one). If this is the top cleanup scope, all the fixups
96 enum Kind { Cleanup, Catch, Terminate, Filter };
136 /// Objective C \@finally blocks are represented using a cleanup scope
215 /// A cleanup scope which generates the cleanup blocks lazily
    [all...]
EHScopeStack.h 1 //===-- EHScopeStack.h - Stack for cleanup IR generation --------*- C++ -*-===//
34 /// the innermost cleanup. When a (normal) cleanup is popped, any
35 /// unresolved fixups in that scope are threaded through the cleanup.
127 /// Information for lazily generating a cleanup. Subclasses must be
129 /// allocated on the cleanup stack and freely copied and moved
132 /// Cleanup implementations should generally be declared in an
134 class Cleanup {
150 /// isForEH - true if the current emission is for an EH cleanup.
158 /// isEHCleanupKind - true if the cleanup was pushed as an E
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 149 Cleanup();
237 // If drag cancel animation is running, this cleanup is done when the
325 Cleanup();
512 Cleanup();
552 void DragDropController::Cleanup() {
557 // Cleanup can be called again while deleting DragDropTracker, so use Pass

Completed in 1535 milliseconds

1 2 3