Lines Matching refs:CefFrameImpl
24083 CefFrameImpl::CefFrameImpl(CefBrowserImpl* browser,
24084 @@ -684,6 +706,256 @@ void CefFrameImpl::MoveOrResizeStarted() {
24089 +void CefFrameImpl::LoadHeaderUrl(const CefString& url,
24103 +void CefFrameImpl::OnFocusedNodeChanged(const blink::WebElement& element) {
24128 +void CefFrameImpl::SendTouchEvent(cef::mojom::TouchEventParamsPtr params) {
24160 +void CefFrameImpl::SetInitialScale(float initialScale) {
24171 +void CefFrameImpl::PutZoomingForTextFactor(float factor) {
24184 +void CefFrameImpl::GetImageForContextNode() {
24227 +GURL CefFrameImpl::GetAbsoluteUrl(const blink::WebNode& node,
24233 +GURL CefFrameImpl::GetAbsoluteSrcUrl(const blink::WebElement& element) {
24239 +blink::WebElement CefFrameImpl::GetImgChild(const blink::WebNode& node) {
24245 +GURL CefFrameImpl::GetChildImageUrlFromElement(
24253 +bool CefFrameImpl::RemovePrefixAndAssignIfMatches(const std::string prefix,
24270 +void CefFrameImpl::DistinguishAndAssignSrcLinkType(
24290 +void CefFrameImpl::PopulateHitTestData(const GURL& absolute_link_url,
24317 +void CefFrameImpl::UpdateLocale(const std::string& locale) {
24320 + LOG(ERROR) << "CefFrameImpl update locale failed";
24326 + LOG(ERROR) << "CefFrameImpl UpdateLocale no need to update locale";
24333 + LOG(ERROR) << "CefFrameImpl update locale failed";
24356 @@ -95,6 +99,12 @@ class CefFrameImpl : public CefFrame, public cef::mojom::RenderFrame {
24369 @@ -138,6 +148,28 @@ class CefFrameImpl : public CefFrame, public cef::mojom::RenderFrame {