Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/
Dmojo_web_ui_controller.cc24 render_view_host->AllowBindings(content::BINDINGS_POLICY_WEB_UI); in RenderViewCreated()
/external/chromium_org/content/public/browser/
Drender_view_host.h80 virtual void AllowBindings(int binding_flags) = 0;
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager.cc936 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()
Dinterstitial_page_impl.cc574 render_view_host_->AllowBindings(BINDINGS_POLICY_DOM_AUTOMATION); in CreateWebContentsView()
Dnavigation_controller_impl_unittest.cc821 test_rvh()->AllowBindings(2); in TEST_F()
1113 new_rvh->AllowBindings(1); in TEST_F()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_unittest.cc112 rvh()->AllowBindings(BINDINGS_POLICY_WEB_UI); in TEST_F()
Drender_view_host_impl.h155 virtual void AllowBindings(int binding_flags) OVERRIDE;
Drender_view_host_impl.cc823 void RenderViewHostImpl::AllowBindings(int bindings_flags) { in AllowBindings() function in content::RenderViewHostImpl