/third_party/cef/libcef/browser/ |
D | request_context_handler_map.cc | 15 DCHECK(frame_util::IsValidGlobalId(global_id)); in AddHandler() 23 DCHECK(frame_util::IsValidGlobalId(global_id)); in RemoveHandler() 33 if (frame_util::IsValidGlobalId(global_id)) { in GetHandler() 39 if (frame_util::IsValidChildId(global_id.child_id) && !require_frame_match) { in GetHandler()
|
D | frame_host_impl.cc | 71 frame_id_(frame_util::MakeFrameId(render_frame_host->GetGlobalId())), in CefFrameHostImpl() 78 : frame_util::MakeFrameId( in CefFrameHostImpl() 282 frame_util::MakeFrameId(render_frame_host_->GetParent()->GetGlobalId()); in RefreshAttributes() 478 frame_util::MakeFrameId(render_frame_host->GetGlobalId())); in MaybeReAttach() 535 << frame_util::GetFrameDebugString(frame_id_) in SendToRenderFrame() 586 << frame_util::GetFrameDebugString(frame_id_) in FrameAttached()
|
D | browser_context.cc | 290 DCHECK(frame_util::IsValidGlobalId(global_id)); in OnRenderFrameCreated() 309 DCHECK(frame_util::IsValidGlobalId(global_id)); in OnRenderFrameDeleted() 336 if (frame_util::IsValidGlobalId(global_id)) { in IsAssociatedContext() 342 if (frame_util::IsValidChildId(global_id.child_id) && !require_frame_match) { in IsAssociatedContext()
|
D | browser_info_manager.cc | 262 DCHECK(frame_util::IsValidGlobalId(global_id)); in OnGetNewBrowserInfo() 442 DCHECK(frame_util::IsValidGlobalId(opener_global_id)); in PopPendingPopup() 467 if (!frame_util::IsValidGlobalId(global_id)) in GetBrowserInfoInternal() 556 << frame_util::GetFrameDebugString(global_id); in TimeoutNewBrowserInfoResponse()
|
D | browser_manager.cc | 56 frame_util::MakeGlobalId(render_process_id_, render_frame_routing_id), in GetNewBrowserInfo()
|
D | browser_info.cc | 144 DCHECK_EQ(frame_util::MakeFrameId(global_id), in MaybeCreateFrame() 280 if (!frame_util::IsValidGlobalId(global_id)) in GetFrameForGlobalId() 302 << frame_util::GetFrameDebugString(global_id); in GetFrameForGlobalId()
|
D | browser_contents_delegate.cc | 271 frame_util::MakeFrameId(render_frame_host->GetGlobalId()); in RenderFrameDeleted() 377 const auto global_id = frame_util::GetGlobalId(navigation_handle); in DidFinishNavigation() 395 frame = browser_info->CreateTempSubFrame(frame_util::InvalidGlobalId()); in DidFinishNavigation()
|
D | browser_host_base.cc | 109 if (!frame_util::IsValidGlobalId(global_id)) { in GetBrowserForGlobalId() 130 << frame_util::GetFrameDebugString(global_id); in GetBrowserForGlobalId() 629 frame_util::MakeGlobalId(identifier)); in GetFrame()
|
/third_party/cef/libcef/renderer/ |
D | frame_impl.cc | 424 << frame_util::GetFrameDebugString(frame_id_) in OnDetached() 433 << frame_util::GetFrameDebugString(frame_id_) in OnDetached() 453 << frame_util::GetFrameDebugString(frame_id_) in ExecuteOnLocalFrame() 469 << frame_util::GetFrameDebugString(frame_id_); in ConnectBrowserFrame() 476 << frame_util::GetFrameDebugString(frame_id_); in ConnectBrowserFrame() 515 << frame_util::GetFrameDebugString(frame_id_); in OnBrowserFrameTimeout() 548 << frame_util::GetFrameDebugString(frame_id_); in OnBrowserFrameDisconnect() 558 << frame_util::GetFrameDebugString(frame_id_) in SendToBrowserFrame()
|
D | render_frame_util.cc | 24 return frame_util::MakeFrameId(content::RenderThread::Get()->GetClientId(), in GetIdentifier()
|
/third_party/cef/libcef/browser/net/ |
D | throttle_handler.cc | 93 const auto global_id = frame_util::GetGlobalId(navigation_handle); in CreateThrottlesForNavigation() 98 : frame_util::InvalidGlobalId(); in CreateThrottlesForNavigation()
|
/third_party/cef/libcef/common/ |
D | frame_util.cc | 15 namespace frame_util { namespace
|
D | frame_util.h | 19 namespace frame_util {
|
/third_party/cef/libcef/browser/printing/ |
D | print_dialog_linux.cc | 118 frame_util::MakeGlobalId(context->render_process_id(), in GetPdfPaperSize() 153 frame_util::MakeGlobalId(context_->render_process_id(), in CefPrintDialogLinux()
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_extensions_util.cc | 81 << frame_util::GetFrameDebugString(global_id); in GetOwnerBrowserForGlobalId()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.cc | 89 frame_util::MakeGlobalId(opener_render_process_id, in WebContentsCreated()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 1282 frame_util::MakeGlobalId(opener_render_process_id, in GetCustomWebContentsView() 1301 frame_util::MakeGlobalId(opener_render_process_id, in WebContentsCreated()
|
D | alloy_content_browser_client.cc | 382 AlloyBrowserHostImpl::GetBrowserForGlobalId(frame_util::MakeGlobalId( in RequestQuotaPermission()
|
/third_party/cef/ |
D | BUILD.gn | 695 "libcef/common/frame_util.cc", 696 "libcef/common/frame_util.h",
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 6297 - "libcef/common/frame_util.cc", 6298 - "libcef/common/frame_util.h", 6726 + "libcef/common/frame_util.cc", 6727 + "libcef/common/frame_util.h", 13761 #include "libcef/common/frame_util.h" 14296 #include "libcef/common/frame_util.h"
|