Home
last modified time | relevance | path

Searched refs:RT_SUB_FRAME (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/ceftests/
Drequest_unittest.cc397 {"sub.html", true, TT_AUTO_SUBFRAME, RT_SUB_FRAME, 1},
/third_party/cef/include/internal/
Dcef_types.h1043 RT_SUB_FRAME, enumerator
/third_party/cef/libcef/common/
Drequest_impl.cc538 resource_type_ = is_main_frame ? RT_MAIN_FRAME : RT_SUB_FRAME; in Set()