Searched refs:enabled_bindings_flags (Results 1 – 2 of 2) sorted by relevance
2668 void RenderViewImpl::OnAllowBindings(int enabled_bindings_flags) { in OnAllowBindings() argument2669 if ((enabled_bindings_flags & BINDINGS_POLICY_WEB_UI) && in OnAllowBindings()2677 enabled_bindings_ |= enabled_bindings_flags; in OnAllowBindings()2680 RenderProcess::current()->AddBindings(enabled_bindings_flags); in OnAllowBindings()
683 void OnAllowBindings(int enabled_bindings_flags);