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.cc323 struct QueryInfo { struct in __anon147b52490111::CefMessageRouterBrowserSideImpl
325 CefRefPtr<CefBrowser> browser;
326 CefRefPtr<CefFrame> frame;
331 int context_id;
332 int request_id;
335 bool persistent;
339 CefRefPtr<CallbackImpl> callback;
342 Handler* handler;
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp138 struct QueryInfo struct in __anonffefe6f80111::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