Searched refs:clientStruct (Results 1 – 2 of 2) sorted by relevance
102 cef_client_t* clientStruct = NULL; in OnBeforeBackgroundBrowser() local104 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() local164 clientStruct = CefClientCToCpp::Unwrap(client); in OnBeforeBrowser()165 cef_client_t* clientOrig = clientStruct; in OnBeforeBrowser()[all …]
61 cef_client_t* clientStruct = NULL; in OnBeforePopup() local63 clientStruct = CefClientCToCpp::Unwrap(client); in OnBeforePopup()64 cef_client_t* clientOrig = clientStruct; in OnBeforePopup()78 user_gesture, &popupFeatures, &windowInfo, &clientStruct, &settings, in OnBeforePopup()82 if (clientStruct) { in OnBeforePopup()83 if (clientStruct != clientOrig) { in OnBeforePopup()84 client = CefClientCToCpp::Wrap(clientStruct); in OnBeforePopup()