Home
last modified time | relevance | path

Searched defs:GetFrameDebugString (Results 1 – 2 of 2) 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
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc83 static std::string GetFrameDebugString(CefRefPtr<CefFrame> frame) { in GetFrameDebugString() function