Home
last modified time | relevance | path

Searched defs:QueryInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc331 struct QueryInfo { struct in __anon8aeebdc30111::CefMessageRouterBrowserSideImpl
333 CefRefPtr<CefBrowser> browser;
334 CefRefPtr<CefFrame> frame;
339 int context_id;
340 int request_id;
343 bool persistent;
347 CefRefPtr<CallbackImpl> callback;
350 Handler* handler;
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp138 struct QueryInfo struct in __anonf5a00d720111::TracePerfTest
140 GLuint beginTimestampQuery;
141 GLuint endTimestampQuery;
142 GLuint framebuffer;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp668 auto QueryInfo = std::make_shared<OnResolveInfo>( in materialize() local
677 auto QueryInfo = std::move(QueryInfos.back().second); in materialize() local