Home
last modified time | relevance | path

Searched refs:GetDebugType (Results 1 – 10 of 10) 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
Dview_adapter.h48 virtual std::string GetDebugType() = 0;
Dmenu_button_impl.h43 std::string GetDebugType() override { return "MenuButton"; } in GetDebugType() function
Dscroll_view_impl.h39 std::string GetDebugType() override { return "ScrollView"; } in GetDebugType() function
Dview_impl.h347 info->SetString("type", GetDebugType()); in GetDebugInfo()
451 return GetDebugType(); in GetTypeString()
460 info->SetString("type", GetDebugType()); in ToString()
Dtextfield_impl.h69 std::string GetDebugType() override { return "Textfield"; } 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