Searched refs:FastPreviewErrorCallback (Results 1 – 3 of 3) sorted by relevance
29 using FastPreviewErrorCallback = std::function<void(const std::string &jsonStr)>; variable41 void RegisterFastPreviewErrorCallback(FastPreviewErrorCallback&& callback);57 FastPreviewErrorCallback onError_;
41 void InspectorClient::RegisterFastPreviewErrorCallback(FastPreviewErrorCallback&& callback) in RegisterFastPreviewErrorCallback()
31 using FastPreviewErrorCallback = void (*)(const std::string& jsonStr); variable92 FastPreviewErrorCallback onError = nullptr;