Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dblink_glue.h79 class BLINK_EXPORT CefScriptForbiddenScope final {
81 CefScriptForbiddenScope();
83 CefScriptForbiddenScope(const CefScriptForbiddenScope&) = delete;
84 CefScriptForbiddenScope& operator=(const CefScriptForbiddenScope&) = delete;
86 ~CefScriptForbiddenScope();
Dblink_glue.cc227 struct CefScriptForbiddenScope::Impl {
231 CefScriptForbiddenScope::CefScriptForbiddenScope() : impl_(new Impl()) {} in CefScriptForbiddenScope() function in blink_glue::CefScriptForbiddenScope
233 CefScriptForbiddenScope::~CefScriptForbiddenScope() {} in ~CefScriptForbiddenScope()
Drender_frame_observer.cc174 blink_glue::CefScriptForbiddenScope forbidScript; in WillReleaseScriptContext()