Lines Matching refs:clientStruct
102 cef_client_t* clientStruct = NULL; in OnBeforeBackgroundBrowser() local
104 clientStruct = CefClientCToCpp::Unwrap(client); in OnBeforeBackgroundBrowser()
105 cef_client_t* clientOrig = clientStruct; in OnBeforeBackgroundBrowser()
110 &clientStruct, &settings); in OnBeforeBackgroundBrowser()
113 if (clientStruct) { in OnBeforeBackgroundBrowser()
114 if (clientStruct != clientOrig) { in OnBeforeBackgroundBrowser()
115 client = CefClientCToCpp::Wrap(clientStruct); in OnBeforeBackgroundBrowser()
162 cef_client_t* clientStruct = NULL; in OnBeforeBrowser() local
164 clientStruct = CefClientCToCpp::Unwrap(client); in OnBeforeBrowser()
165 cef_client_t* clientOrig = clientStruct; in OnBeforeBrowser()
171 index, url.GetStruct(), active, &windowInfo, &clientStruct, &settings); in OnBeforeBrowser()
174 if (clientStruct) { in OnBeforeBrowser()
175 if (clientStruct != clientOrig) { in OnBeforeBrowser()
176 client = CefClientCToCpp::Wrap(clientStruct); in OnBeforeBrowser()