Home
last modified time | relevance | path

Searched refs:ViewText (Results 1 – 20 of 20) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.cc90 void CefBrowserPlatformDelegateBackground::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegateBackground
91 native_delegate_->ViewText(text); in ViewText()
Dbrowser_platform_delegate_background.h38 void ViewText(const std::string& text) override;
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc85 void CefBrowserPlatformDelegateChrome::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegateChrome
86 native_delegate_->ViewText(text); in ViewText()
Dbrowser_platform_delegate_chrome.h38 void ViewText(const std::string& text) override;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h33 void ViewText(const std::string& text) override;
Dbrowser_platform_delegate_native_win.h29 void ViewText(const std::string& text) override;
Dbrowser_platform_delegate_native_mac.h38 void ViewText(const std::string& text) override;
Dbrowser_platform_delegate_native_linux.cc213 void CefBrowserPlatformDelegateNativeLinux::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegateNativeLinux
Dbrowser_platform_delegate_native_win.cc375 void CefBrowserPlatformDelegateNativeWin::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegateNativeWin
Dbrowser_platform_delegate_native_mac.mm345 void CefBrowserPlatformDelegateNativeMac::ViewText(const std::string& text) { function
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc245 void CefBrowserPlatformDelegateViews::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegateViews
246 native_delegate_->ViewText(text); in ViewText()
Dbrowser_platform_delegate_views.h58 void ViewText(const std::string& text) override;
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc769 void CefBrowserHostBase::ViewText(const std::string& text) { in ViewText() function in CefBrowserHostBase
772 base::BindOnce(&CefBrowserHostBase::ViewText, this, text)); in ViewText()
777 platform_delegate_->ViewText(text); in ViewText()
Dbrowser_host_base.h232 void ViewText(const std::string& text);
Dbrowser_platform_delegate.h252 virtual void ViewText(const std::string& text);
Dbrowser_platform_delegate.cc195 void CefBrowserPlatformDelegate::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegate
Dframe_host_impl.cc43 static_cast<CefBrowserHostBase*>(browser.get())->ViewText(str); in ViewTextCallback()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h47 void ViewText(const std::string& text) override;
Dbrowser_platform_delegate_osr.cc183 void CefBrowserPlatformDelegateOsr::ViewText(const std::string& text) { in ViewText() function in CefBrowserPlatformDelegateOsr
184 native_delegate_->ViewText(text); in ViewText()
/third_party/chromium/patch/
D0003-ohos-1115.patch15168 void CefBrowserHostBase::ViewText(const std::string& text) {
15865 void ViewText(const std::string& text);