Searched refs:AllowBindings (Results 1 – 8 of 8) sorted by relevance
24 render_view_host->AllowBindings(content::BINDINGS_POLICY_WEB_UI); in RenderViewCreated()
80 virtual void AllowBindings(int binding_flags) = 0;
936 rvh->AllowBindings(required_bindings); in CreateRenderFrame()996 render_view_host->AllowBindings(pending_web_ui()->GetBindings()); in InitRenderView()1351 render_frame_host_->render_view_host()->AllowBindings( in UpdateStateForNavigate()
574 render_view_host_->AllowBindings(BINDINGS_POLICY_DOM_AUTOMATION); in CreateWebContentsView()
821 test_rvh()->AllowBindings(2); in TEST_F()1113 new_rvh->AllowBindings(1); in TEST_F()
112 rvh()->AllowBindings(BINDINGS_POLICY_WEB_UI); in TEST_F()
155 virtual void AllowBindings(int binding_flags) OVERRIDE;
823 void RenderViewHostImpl::AllowBindings(int bindings_flags) { in AllowBindings() function in content::RenderViewHostImpl