Home
last modified time | relevance | path

Searched refs:GetFrameDebugString (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/common/
Dframe_util.cc25 std::string GetFrameDebugString(int64_t frame_id) { in GetFrameDebugString() function
34 std::string GetFrameDebugString( in GetFrameDebugString() function
36 return GetFrameDebugString(MakeFrameId(global_id)); in GetFrameDebugString()
Dframe_util.h78 std::string GetFrameDebugString(int64_t frame_id);
79 std::string GetFrameDebugString(
/third_party/cef/libcef/renderer/
Dframe_impl.cc424 << 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()
/third_party/cef/libcef/browser/extensions/
Dbrowser_extensions_util.cc81 << frame_util::GetFrameDebugString(global_id); in GetOwnerBrowserForGlobalId()
/third_party/cef/libcef/browser/
Dframe_host_impl.cc535 << frame_util::GetFrameDebugString(frame_id_) in SendToRenderFrame()
586 << frame_util::GetFrameDebugString(frame_id_) in FrameAttached()
Dbrowser_info.cc302 << frame_util::GetFrameDebugString(global_id); in GetFrameForGlobalId()
Dbrowser_info_manager.cc556 << frame_util::GetFrameDebugString(global_id); in TimeoutNewBrowserInfoResponse()
Dbrowser_host_base.cc130 << frame_util::GetFrameDebugString(global_id); in GetBrowserForGlobalId()
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc83 static std::string GetFrameDebugString(CefRefPtr<CefFrame> frame) { in GetFrameDebugString() function
100 ident_str_(GetFrameDebugString(frame)) {} in FrameStatus()
448 EXPECT_STREQ(ident_str_.c_str(), GetFrameDebugString(frame).c_str()) in VerifyFrame()