sandbox_test_module_   50 content/renderer/renderer_main_platform_delegate.h   HMODULE sandbox_test_module_;
sandbox_test_module_  143 content/renderer/renderer_main_platform_delegate_win.cc       sandbox_test_module_ = LoadLibrary(test_dll_name.c_str());
sandbox_test_module_  144 content/renderer/renderer_main_platform_delegate_win.cc       DCHECK(sandbox_test_module_);
sandbox_test_module_  145 content/renderer/renderer_main_platform_delegate_win.cc       if (!sandbox_test_module_) {
sandbox_test_module_  172 content/renderer/renderer_main_platform_delegate_win.cc   if (sandbox_test_module_) {
sandbox_test_module_  174 content/renderer/renderer_main_platform_delegate_win.cc         reinterpret_cast<RunRendererTests>(GetProcAddress(sandbox_test_module_,