Home
last modified time | relevance | path

Searched refs:GetChromeToolbar (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/include/views/
Dcef_browser_view.h92 virtual CefRefPtr<CefView> GetChromeToolbar() = 0;
/third_party/cef/libcef/browser/views/
Dbrowser_view_impl.h59 CefRefPtr<CefView> GetChromeToolbar() override;
Dbrowser_view_impl.cc139 CefRefPtr<CefView> CefBrowserViewImpl::GetChromeToolbar() { in GetChromeToolbar() function in CefBrowserViewImpl
/third_party/cef/libcef_dll/ctocpp/views/
Dbrowser_view_ctocpp.h38 CefRefPtr<CefView> GetChromeToolbar() override;
Dbrowser_view_ctocpp.cc97 CefRefPtr<CefView> CefBrowserViewCToCpp::GetChromeToolbar() { in GetChromeToolbar() function in CefBrowserViewCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc876 location_bar_ = browser_view_->GetChromeToolbar(); in CreateLocationBar()
921 top_toolbar_ = browser_view_->GetChromeToolbar(); in AddControls()
/third_party/cef/libcef_dll/cpptoc/views/
Dbrowser_view_cpptoc.cc117 CefBrowserViewCppToC::Get(self)->GetChromeToolbar(); in browser_view_get_chrome_toolbar()