cef_domvisitor_t.base

Base structure.

More...
struct cef_domvisitor_t
cef_base_ref_counted_t base;

Detailed Description

Method executed for visiting the DOM. The document object passed to this function represents a snapshot of the DOM at the time this function is executed. DOM objects are only valid for the scope of this function. Do not keep references to or attempt to access any DOM objects outside the scope of this function.

Structure used to represent a DOM document. The functions of this structure should only be called on the render process main thread thread.

Meta