/external/chromium_org/chrome/installer/test/ |
D | resource_loader.cc | 52 ResourceLoader::ResourceLoader() : module_(NULL) { in ResourceLoader() 56 if (module_ != NULL) { in ~ResourceLoader() 57 BOOL result = FreeLibrary(module_); in ~ResourceLoader() 63 DCHECK(module_ == NULL); in Initialize() 64 module_ = LoadLibraryEx(pe_image_path.value().c_str(), NULL, in Initialize() 67 DPLOG_IF(INFO, module_ == NULL) in Initialize() 69 return module_ != NULL; in Initialize() 76 DCHECK(module_ != NULL); in Load() 78 return DoLoad(module_, name.c_str(), type.c_str(), resource_data); in Load() 85 DCHECK(module_ != NULL); in Load() [all …]
|
D | resource_loader.h | 44 HMODULE module_;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideocapturer.cc | 126 module_(NULL), in WebRtcVideoCapturer() 132 module_(NULL), in WebRtcVideoCapturer() 137 if (module_) { in ~WebRtcVideoCapturer() 138 module_->Release(); in ~WebRtcVideoCapturer() 143 if (module_) { in Init() 197 module_ = factory_->Create(0, vcm_id); in Init() 198 if (!module_) { in Init() 204 module_->AddRef(); in Init() 211 if (module_) { in Init() 220 (module_ = module)->AddRef(); in Init() [all …]
|
D | webrtcvideocapturer.h | 89 webrtc::VideoCaptureModule* module_; variable
|
/external/chromium_org/ui/base/resource/ |
D | resource_data_dll_win.cc | 13 ResourceDataDLL::ResourceDataDLL(HINSTANCE module) : module_(module) { in ResourceDataDLL() 14 DCHECK(module_); in ResourceDataDLL() 23 return base::win::GetDataResourceFromModule(module_, in HasResource() 34 if (base::win::GetDataResourceFromModule(module_, in GetStringPiece() 48 if (base::win::GetDataResourceFromModule(module_, resource_id, &data_ptr, in GetStaticMemory()
|
D | resource_data_dll_win.h | 30 const HINSTANCE module_;
|
/external/chromium_org/content/test/ |
D | ppapi_unittest.cc | 81 module_ = new PluginModule("Mock plugin", base::FilePath(), in SetUp() 87 ASSERT_TRUE(module_->InitAsInternalPlugin(entry_points)); in SetUp() 95 module_ = NULL; in TearDown() 109 DCHECK(module_->HasOneRef()); in ShutdownModule() 110 module_ = NULL; in ShutdownModule()
|
D | ppapi_unittest.h | 30 PluginModule* module() const { return module_.get(); } in module() 45 scoped_refptr<PluginModule> module_;
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | pe_resource.cc | 8 : resource_(resource), module_(module) { in PEResource() 12 : resource_(NULL), module_(module) { in PEResource() 21 return ::SizeofResource(module_, resource_); in Size() 27 HGLOBAL data_handle = ::LoadResource(module_, resource_); in WriteToDisk()
|
D | pe_resource.h | 38 HMODULE module_; variable
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | moduleimpl.h | 67 module_(module) { in ModuleStanzaHandler() 71 return module_->HandleStanza(stanza); in HandleStanza() 74 XmppModuleImpl* module_; variable
|
/external/chromium_org/base/win/ |
D | pe_image.h | 82 explicit PEImage(HMODULE module) : module_(module) {} in PEImage() 84 module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module)); in PEImage() 227 HMODULE module_; 252 return module_; in module()
|
/external/chromium/base/win/ |
D | pe_image.h | 78 explicit PEImage(HMODULE module) : module_(module) {} in PEImage() 80 module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module)); in PEImage() 223 HMODULE module_; 248 return module_; in module()
|
/external/chromium_org/remoting/host/win/ |
D | rdp_client_unittest.cc | 95 scoped_ptr<RdpClientModule> module_; member in remoting::RdpClientTest 125 module_.reset(new RdpClientModule()); in SetUp() 131 module_.reset(); in TearDown()
|
/external/chromium_org/ppapi/examples/gles2/ |
D | gles2.cc | 56 module_->core()->CallOnMainThread(0, cb, 0); in Graphics3DContextLost() 78 pp::Module* module_; member in __anon3d3a99e90111::GLES2DemoInstance 88 module_(module), in GLES2DemoInstance()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | sysinfo.cc | 630 memset(&module_, 0, sizeof(module_)); in Init() 889 if (module_.dwSize == 0) { // only possible before first call in NextExt() 890 module_.dwSize = sizeof(module_); in NextExt() 891 ok = Module32First(snapshot_, &module_); in NextExt() 893 ok = Module32Next(snapshot_, &module_); in NextExt() 896 uint64 base_addr = reinterpret_cast<DWORD_PTR>(module_.modBaseAddr); in NextExt() 898 if (end) *end = base_addr + module_.modBaseSize; in NextExt() 902 if (filename) *filename = module_.szExePath; in NextExt()
|
D | sysinfo.h | 206 MODULEENTRY32 module_; // info about current dll (and dll iterator) variable 209 MODULEENTRY32 module_; // info about current dll (and dll iterator) variable
|
/external/chromium_org/content/renderer/pepper/ |
D | renderer_ppapi_host_impl.cc | 44 : module_(module), in RendererPpapiHostImpl() 59 : module_(module), in RendererPpapiHostImpl() 253 browser_connection->SendBrowserCreate(module_->GetPluginChildId(), in CreateBrowserResourceHosts() 274 if (!instance->IsValidInstanceOf(module_)) in GetAndValidateInstance()
|
D | pepper_plugin_instance_impl.cc | 484 module_(module), in PepperPluginInstanceImpl() 535 module_->InstanceCreated(this); in PepperPluginInstanceImpl() 544 if (!module_->IsProxied()) { in PepperPluginInstanceImpl() 555 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); in PepperPluginInstanceImpl() 583 if (!module_->IsProxied() && render_frame_) { in ~PepperPluginInstanceImpl() 590 module_->InstanceDeleted(this); in ~PepperPluginInstanceImpl() 731 render_frame_->PluginCrashed(module_->path(), module_->GetPeerProcessId()); in InstanceCrashed() 818 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); in HandleDocumentLoad() 1341 static_cast<const PPP_Find_Dev*>(module_->GetPluginInterface( in LoadFindInterface() 1352 static_cast<const PPP_InputEvent*>(module_->GetPluginInterface( in LoadInputEventInterface() [all …]
|
D | host_dispatcher_wrapper.cc | 24 : module_(module), in HostDispatcherWrapper() 49 module_->pp_module(), local_get_interface, filter, permissions_)); in Init()
|
D | host_dispatcher_wrapper.h | 58 PluginModule* module_;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | sysinfo.h | 206 MODULEENTRY32 module_; // info about current dll (and dll iterator) variable 209 MODULEENTRY32 module_; // info about current dll (and dll iterator) variable
|
D | sysinfo.cc | 786 memset(&module_, 0, sizeof(module_)); in Init() 1047 if (module_.dwSize == 0) { // only possible before first call in NextExt() 1048 module_.dwSize = sizeof(module_); in NextExt() 1049 ok = Module32First(snapshot_, &module_); in NextExt() 1051 ok = Module32Next(snapshot_, &module_); in NextExt() 1054 uint64 base_addr = reinterpret_cast<DWORD_PTR>(module_.modBaseAddr); in NextExt() 1056 if (end) *end = base_addr + module_.modBaseSize; in NextExt() 1060 if (filename) *filename = module_.szExePath; in NextExt()
|
/external/chromium_org/base/ |
D | logging.cc | 747 module_(module), in Win32ErrorLogMessage() 756 module_(NULL), in Win32ErrorLogMessage() 765 if (module_) { in ~Win32ErrorLogMessage() 766 hmod = GetModuleHandleA(module_); in ~Win32ErrorLogMessage() 773 DPLOG(WARNING) << "Couldn't open module " << module_ in ~Win32ErrorLogMessage()
|
/external/chromium/base/ |
D | logging.cc | 718 module_(module), in Win32ErrorLogMessage() 727 module_(NULL), in Win32ErrorLogMessage() 736 if (module_) { in ~Win32ErrorLogMessage() 737 hmod = GetModuleHandleA(module_); in ~Win32ErrorLogMessage() 744 DPLOG(WARNING) << "Couldn't open module " << module_ in ~Win32ErrorLogMessage()
|