Home
last modified time | relevance | path

Searched refs:CefBrowserHost (Results 1 – 25 of 51) sorted by relevance

123

/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_events.h16 virtual CefBrowserHost::DragOperationsMask OnDragEnter(
19 CefBrowserHost::DragOperationsMask effect) = 0;
21 virtual CefBrowserHost::DragOperationsMask OnDragOver(
23 CefBrowserHost::DragOperationsMask effect) = 0;
27 virtual CefBrowserHost::DragOperationsMask OnDrop(
29 CefBrowserHost::DragOperationsMask effect) = 0;
Dosr_window_win.h156 CefBrowserHost::DragOperationsMask OnDragEnter(
159 CefBrowserHost::DragOperationsMask effect) OVERRIDE;
160 CefBrowserHost::DragOperationsMask OnDragOver(
162 CefBrowserHost::DragOperationsMask effect) OVERRIDE;
164 CefBrowserHost::DragOperationsMask OnDrop(
166 CefBrowserHost::DragOperationsMask effect) OVERRIDE;
205 CefBrowserHost::MouseButtonType last_click_button_;
Dosr_window_win.cc150 CefBrowserHost::CreateBrowser(window_info, handler, startup_url, settings, in CreateBrowser()
567 CefRefPtr<CefBrowserHost> browser_host; in OnMouseEvent()
607 CefBrowserHost::MouseButtonType btnType = in OnMouseEvent()
647 CefBrowserHost::MouseButtonType btnType = in OnMouseEvent()
1056 CefBrowserHost::DragOperationsMask result = in StartDragging()
1131 CefBrowserHost::DragOperationsMask OsrWindowWin::OnDragEnter( in OnDragEnter()
1134 CefBrowserHost::DragOperationsMask effect) { in OnDragEnter()
1143 CefBrowserHost::DragOperationsMask OsrWindowWin::OnDragOver( in OnDragOver()
1145 CefBrowserHost::DragOperationsMask effect) { in OnDragOver()
1158 CefBrowserHost::DragOperationsMask OsrWindowWin::OnDrop( in OnDrop()
[all …]
Dbrowser_window_osr_gtk.cc890 CefBrowserHost::DragOperationsMask GetDragOperationsMask( in GetDragOperationsMask()
902 return static_cast<CefBrowserHost::DragOperationsMask>(allowed_ops); in GetDragOperationsMask()
998 CefBrowserHost::CreateBrowser(window_info, client_handler_, in CreateBrowser()
1421 CefRefPtr<CefBrowserHost> host = self->browser_->GetHost(); in ClickEvent()
1423 CefBrowserHost::MouseButtonType button_type = MBT_LEFT; in ClickEvent()
1491 CefRefPtr<CefBrowserHost> host = self->browser_->GetHost(); in KeyEvent()
1545 CefRefPtr<CefBrowserHost> host = self->browser_->GetHost(); in MoveEvent()
1602 CefRefPtr<CefBrowserHost> host = self->browser_->GetHost(); in ScrollEvent()
1661 CefRefPtr<CefBrowserHost> host = self->browser_->GetHost(); in TouchEvent()
1958 CefBrowserHost::DragOperationsMask allowed_ops = in DragMotion()
[all …]
Dosr_dragdrop_win.cc377 CefBrowserHost::DragOperationsMask mask = DropEffectToDragOperation(*effect); in DragEnter()
383 CefBrowserHost::DragOperationsMask DropTargetWin::StartDragging( in StartDragging()
410 CefBrowserHost::DragOperationsMask mask = DropEffectToDragOperation(*effect); in DragOver()
430 CefBrowserHost::DragOperationsMask mask = DropEffectToDragOperation(*effect); in Drop()
Dbrowser_window_std_win.cc35 CefBrowserHost::CreateBrowser(window_info, client_handler_, in CreateBrowser()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.h30 CefBrowserHost::MouseButtonType type,
44 CefBrowserHost::MouseButtonType type,
59 CefBrowserHost::MouseButtonType type,
Dbrowser_platform_delegate_native_mac.h28 CefBrowserHost::MouseButtonType type,
55 CefBrowserHost::MouseButtonType type,
Dbrowser_platform_delegate_native_aura.cc31 CefBrowserHost::MouseButtonType type, in SendMouseClickEvent()
80 CefBrowserHost::MouseButtonType type, in TranslateWebClickEvent()
105 CefBrowserHost::MouseButtonType type, in TranslateUiClickEvent()
Dbrowser_platform_delegate_native.h37 CefBrowserHost::MouseButtonType type,
/third_party/cef/libcef/browser/
Dbrowser_host_create.cc31 CefBrowserHost::CreateBrowserSync(window_info_, client_, url_, settings_, in Run()
46 bool CefBrowserHost::CreateBrowser( in CreateBrowser()
103 CefRefPtr<CefBrowser> CefBrowserHost::CreateBrowserSync( in CreateBrowserSync()
Dbrowser_host_base.h96 class CefBrowserHostBase : public CefBrowserHost,
186 CefRefPtr<CefBrowserHost> GetHost() override;
/third_party/cef/include/
Dcef_browser.h51 class CefBrowserHost; variable
68 virtual CefRefPtr<CefBrowserHost> GetHost() = 0;
274 class CefBrowserHost : public virtual CefBaseRefCounted {
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.h32 CefBrowserHost,
Dbrowser_host_cpptoc.cc65 bool _retval = CefBrowserHost::CreateBrowser( in cef_browser_host_create_browser()
105 CefRefPtr<CefBrowser> _retval = CefBrowserHost::CreateBrowserSync( in cef_browser_host_create_browser_sync()
1390 CefRefPtr<CefBrowserHost>
1391 CefCppToCRefCounted<CefBrowserHostCppToC, CefBrowserHost, cef_browser_host_t>::
1399 CefBrowserHost,
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_ctocpp.h39 CefRefPtr<CefBrowserHost> GetHost() OVERRIDE;
Dbrowser_host_ctocpp.cc35 bool CefBrowserHost::CreateBrowser( in CreateBrowser()
59 CefRefPtr<CefBrowser> CefBrowserHost::CreateBrowserSync( in CreateBrowserSync()
1141 CefCToCppRefCounted<CefBrowserHostCToCpp, CefBrowserHost, cef_browser_host_t>::
1142 UnwrapDerived(CefWrapperType type, CefBrowserHost* c) { in UnwrapDerived()
1149 CefBrowserHost,
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.h30 CefBrowserHost::MouseButtonType type,
Dbrowser_platform_delegate_chrome.cc53 CefBrowserHost::MouseButtonType type, in SendMouseClickEvent()
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h28 CefBrowserHost::MouseButtonType type,
Dbrowser_platform_delegate_background.cc56 CefBrowserHost::MouseButtonType type, in SendMouseClickEvent()
/third_party/cef/tests/cefsimple/
Dsimple_app.cc126 CefBrowserHost::CreateBrowser(window_info, handler, url, browser_settings, in OnContextInitialized()
/third_party/cef/tests/ceftests/
Dosr_display_unittest.cc115 CefBrowserHost::CreateBrowser(windowInfo, this, url, settings, nullptr, in CreateOSRBrowser()
289 CefBrowserHost::CreateBrowser(windowInfo, this, url, settings, nullptr, in CreateOSRBrowser()
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.h48 CefBrowserHost::MouseButtonType type,
/third_party/cef/libcef/renderer/
Dbrowser_impl.h47 CefRefPtr<CefBrowserHost> GetHost() override;

123