// Copyright (c) 2018 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. // // --------------------------------------------------------------------------- // // This file was generated by the CEF translator tool. If making changes by // hand only do so within the body of existing method and function // implementations. See the translator.README.txt file in the tools directory // for more information. // // $hash=9d8fd1af43414b8007346ade406aa443b8acd4f5$ // #include "include/views/cef_browser_view.h" #include "include/views/cef_display.h" #include "include/views/cef_label_button.h" #include "include/views/cef_menu_button.h" #include "include/views/cef_panel.h" #include "include/views/cef_scroll_view.h" #include "include/views/cef_textfield.h" #include "include/views/cef_window.h" #include "base/logging.h" // STATIC STUB METHODS - Do not edit by hand. CefRefPtr CefBrowserView::CreateBrowserView( CefRefPtr client, const CefString& url, const CefBrowserSettings& settings, CefRefPtr request_context, CefRefPtr delegate) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefBrowserView::GetForBrowser( CefRefPtr browser) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefDisplay::GetPrimaryDisplay() { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefDisplay::GetDisplayNearestPoint( const CefPoint& point, bool input_pixel_coords) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefDisplay::GetDisplayMatchingBounds( const CefRect& bounds, bool input_pixel_coords) { NOTIMPLEMENTED(); return NULL; } size_t CefDisplay::GetDisplayCount() { NOTIMPLEMENTED(); return 0; } void CefDisplay::GetAllDisplays(std::vector>& displays) { NOTIMPLEMENTED(); } CefRefPtr CefLabelButton::CreateLabelButton( CefRefPtr delegate, const CefString& text, bool with_frame) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefMenuButton::CreateMenuButton( CefRefPtr delegate, const CefString& text, bool with_frame, bool with_menu_marker) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefPanel::CreatePanel( CefRefPtr delegate) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefScrollView::CreateScrollView( CefRefPtr delegate) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefTextfield::CreateTextfield( CefRefPtr delegate) { NOTIMPLEMENTED(); return NULL; } CefRefPtr CefWindow::CreateTopLevelWindow( CefRefPtr delegate) { NOTIMPLEMENTED(); return NULL; }