• Home
  • Raw
  • Download

Lines Matching refs:CefFrameImpl

24610  CefFrameImpl::CefFrameImpl(CefBrowserImpl* browser,
24611 @@ -106,6 +130,10 @@ void CefFrameImpl::ViewSource() {
24615 +void CefFrameImpl::GetImages(CefRefPtr<CefGetImagesCallback> callback) {
24619 void CefFrameImpl::GetSource(CefRefPtr<CefStringVisitor> visitor) {
24622 @@ -684,6 +712,280 @@ void CefFrameImpl::MoveOrResizeStarted() {
24627 +void CefFrameImpl::LoadHeaderUrl(const CefString& url,
24641 +void CefFrameImpl::OnFocusedNodeChanged(const blink::WebElement& element) {
24666 +void CefFrameImpl::SendTouchEvent(cef::mojom::TouchEventParamsPtr params) {
24698 +void CefFrameImpl::RemoveCache() {
24702 +void CefFrameImpl::SetInitialScale(float initialScale) {
24713 +void CefFrameImpl::SetJsOnlineProperty(bool network_up) {
24718 +void CefFrameImpl::PutZoomingForTextFactor(float factor) {
24731 +void CefFrameImpl::GetImageForContextNode() {
24774 +GURL CefFrameImpl::GetAbsoluteUrl(const blink::WebNode& node,
24780 +GURL CefFrameImpl::GetAbsoluteSrcUrl(const blink::WebElement& element) {
24786 +blink::WebElement CefFrameImpl::GetImgChild(const blink::WebNode& node) {
24792 +GURL CefFrameImpl::GetChildImageUrlFromElement(
24800 +bool CefFrameImpl::RemovePrefixAndAssignIfMatches(const std::string prefix,
24817 +void CefFrameImpl::DistinguishAndAssignSrcLinkType(
24837 +void CefFrameImpl::PopulateHitTestData(const GURL& absolute_link_url,
24864 +void CefFrameImpl::UpdateLocale(const std::string& locale) {
24867 + LOG(ERROR) << "CefFrameImpl update locale failed";
24873 + LOG(ERROR) << "CefFrameImpl UpdateLocale no need to update locale";
24880 + LOG(ERROR) << "CefFrameImpl update locale failed";
24884 +void CefFrameImpl::GetImagesWithResponse(
24918 @@ -79,6 +83,7 @@ class CefFrameImpl : public CefFrame, public cef::mojom::RenderFrame {
24926 @@ -95,6 +100,12 @@ class CefFrameImpl : public CefFrame, public cef::mojom::RenderFrame {
24939 @@ -138,6 +149,32 @@ class CefFrameImpl : public CefFrame, public cef::mojom::RenderFrame {