Searched refs:CefScriptForbiddenScope (Results 1 – 3 of 3) sorted by relevance
79 class BLINK_EXPORT CefScriptForbiddenScope final {81 CefScriptForbiddenScope();83 CefScriptForbiddenScope(const CefScriptForbiddenScope&) = delete;84 CefScriptForbiddenScope& operator=(const CefScriptForbiddenScope&) = delete;86 ~CefScriptForbiddenScope();
227 struct CefScriptForbiddenScope::Impl {231 CefScriptForbiddenScope::CefScriptForbiddenScope() : impl_(new Impl()) {} in CefScriptForbiddenScope() function in blink_glue::CefScriptForbiddenScope233 CefScriptForbiddenScope::~CefScriptForbiddenScope() {} in ~CefScriptForbiddenScope()
174 blink_glue::CefScriptForbiddenScope forbidScript; in WillReleaseScriptContext()