Searched refs:window_app_icon (Results 1 – 3 of 3) sorted by relevance
101 void SetWindowAppIcon(CefRefPtr<CefImage> window_app_icon);102 CefRefPtr<CefImage> window_app_icon() const { return window_app_icon_; } in window_app_icon() function
526 void CefWindowView::SetWindowAppIcon(CefRefPtr<CefImage> window_app_icon) { in SetWindowAppIcon() argument527 window_app_icon_ = window_app_icon; in SetWindowAppIcon()
293 return root_view()->window_app_icon(); in GetWindowAppIcon()