Home
last modified time | relevance | path

Searched defs:GetDebugType (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/views/
Dbasic_panel_impl.h29 std::string GetDebugType() override { return "Panel"; } in GetDebugType() function
Dbasic_label_button_impl.h32 std::string GetDebugType() override { return "LabelButton"; } in GetDebugType() function
Dmenu_button_impl.h43 std::string GetDebugType() override { return "MenuButton"; } in GetDebugType() function
Dtextfield_impl.h69 std::string GetDebugType() override { return "Textfield"; } in GetDebugType() function
Dscroll_view_impl.h39 std::string GetDebugType() override { return "ScrollView"; } in GetDebugType() function
Dbrowser_view_impl.h69 std::string GetDebugType() override { return "BrowserView"; } in GetDebugType() function
Dwindow_impl.h113 std::string GetDebugType() override { return "Window"; } in GetDebugType() function
/third_party/cef/libcef/browser/chrome/views/
Dtoolbar_view_impl.h35 std::string GetDebugType() override { return kTypeString; } in GetDebugType() function
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() function in JitManager