Home
last modified time | relevance | path

Searched refs:effective_context_type (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dscript_context.h56 Feature::Context effective_context_type);
94 Feature::Context effective_context_type() const { in effective_context_type() function
H A Dscript_context_set.cc51 Feature::Context effective_context_type = ClassifyJavaScriptContext( in Register() local
58 effective_extension, effective_context_type); in Register()
H A Dscript_context.cc261 Feature::Context effective_context_type) in ScriptContext() argument
268 effective_context_type_(effective_context_type), in ScriptContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Dscript_context.h55 Feature::Context effective_context_type);
93 Feature::Context effective_context_type() const { in effective_context_type() function
H A Dscript_context_set.cc51 Feature::Context effective_context_type = ClassifyJavaScriptContext( in Register() local
58 effective_extension, effective_context_type); in Register()
H A Dscript_context.cc107 Feature::Context effective_context_type) in ScriptContext() argument
114 effective_context_type_(effective_context_type), in ScriptContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/
H A Dchrome_content_settings_agent_delegate.cc104 if (current_context->effective_context_type() == in AllowWriteToClipboard()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/
H A Dcontent_settings_agent_impl.cc416 if (current_context->effective_context_type() == in AllowWriteToClipboard()