Searched refs:Unload (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/content/child/npapi/
H A Dplugin_lib_unittest.cc20 using PluginLib::Unload;
48 // Now try to manually Unload one and then UnloadAll.
51 plugin_lib1->Unload();
58 // Now try to manually Unload the only one and then UnloadAll.
60 plugin_lib1->Unload();
H A Dplugin_lib.h85 // Prevents the library code from being unload when Unload() is called (since
108 void Unload();
H A Dplugin_lib.cc45 // PluginLib::Unload() can remove items from the list and even delete
50 loaded_libs[i]->Unload();
165 Unload();
283 void PluginLib::Unload() { function in class:content::PluginLib
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.cc71 Unload();
128 Unload();
135 void LateBindingSymbolTable::Unload() { function in class:rtc::LateBindingSymbolTable
H A Dlatebindingsymboltable.h51 void Unload();
H A Dlatebindingsymboltable_unittest.cc47 table.Unload();
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.h75 Unload();
111 Unload();
117 void Unload() {
/external/chromium_org/chromeos/ime/
H A Dmock_component_extension_ime_manager_delegate.cc34 void MockComponentExtIMEManagerDelegate::Unload(Profile* profile, function in class:chromeos::input_method::MockComponentExtIMEManagerDelegate
H A Dmock_component_extension_ime_manager_delegate.h25 virtual void Unload(Profile*,
H A Dcomponent_extension_ime_manager.h63 virtual void Unload(Profile* profile,
H A Dcomponent_extension_ime_manager.cc145 delegate_->Unload(profile, ime.id, ime.path);
/external/pdfium/core/src/fxge/win32/
H A Ddwrite_int.h35 void Unload();
H A Dfx_win32_dwrite.cpp120 void CDWriteExt::Unload() function in class:CDWriteExt
130 Unload();
/external/chromium_org/athena/content/
H A Dapp_activity_registry.h52 // Unload all application associated activities to save resources.
53 void Unload();
H A Dapp_activity_registry.cc69 void AppActivityRegistry::Unload() { function in class:athena::AppActivityRegistry
H A Dapp_activity.cc74 app_activity_registry_->Unload();
H A Dapp_activity_unittest.cc57 app_activity_registry_->Unload();
115 // Unload an application. Returns true when unloaded.
279 // Calling Unload now should not do anything since at least one activity in
281 app_activity_registry->Unload();
327 // Unload an app and make sure that the proxy is in the newest activity slot.
415 // Unload the activity.
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.h35 virtual void Unload(Profile* profile,
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.h81 void (*Unload)(_EGLDriver *drv); member in struct:_egl_driver
H A Degldriver.c236 * Unload a module.
243 if (mod->Driver && mod->Driver->Unload)
244 mod->Driver->Unload(mod->Driver);
689 * Unload all drivers.
/external/mesa3d/src/egl/main/
H A Degldriver.h81 void (*Unload)(_EGLDriver *drv); member in struct:_egl_driver
H A Degldriver.c236 * Unload a module.
243 if (mod->Driver && mod->Driver->Unload)
244 mod->Driver->Unload(mod->Driver);
689 * Unload all drivers.
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.h34 void Unload();
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdeviceinfo.cc46 libudev_.Unload();
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl.c309 drv->Unload = egl_g3d_unload;

Completed in 615 milliseconds

12