| 102 | } |
| 103 | |
| 104 | void __stdcall Browser::NewProcess(DWORD lCauseFlag, |
| 105 | IDispatch* pWB2, |
| 106 | VARIANT_BOOL* pbCancel) { |
| 107 | LOG(TRACE) << "Entering Browser::NewProcess"; |
| 108 | this->InitiateBrowserReattach(); |
| 109 | } |
| 110 | |
| 111 | void __stdcall Browser::NewWindow3(IDispatch** ppDisp, |
| 112 | VARIANT_BOOL* pbCancel, |
nothing calls this directly
no test coverage detected