Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Typedef cef_transition_type_t

   in cef_types.h

Transition type for a request. Made up of one source value and 0 or more qualifiers.




Details

cef_transition_type_t

public typedef enum {///// Source is a link click or the JavaScript window. open function. This is// also the default value for requests like sub- resource loads that are not// navigations./// TT_LINK = 0,///// Source is some other"explicit" navigation. This is the default value for// navigations where the actual type is unknown. See also TT_DIRECT_LOAD_FLAG./// TT_EXPLICIT = 1,///// Source is a subframe navigation. This is any content that is automatically// loaded in a non- toplevel frame. For example, if a page consists of several// frames containing ads, those ad URLs will have this transition type.// The user may not even realize the content in these pages is a separate// frame, so may not care about the URL./// TT_AUTO_SUBFRAME = 3,///// Source is a subframe navigation explicitly requested by the user that will// generate new navigation entries in the back/ forward list. These are// probably more important than frames that were automatically loaded in// the background because the user probably cares about the fact that this// link was loaded./// TT_MANUAL_SUBFRAME = 4,///// Source is a form submission by the user. NOTE

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt