Searched refs:GetBindings (Results 1 – 7 of 7) sorted by relevance
94 if (0 != (web_ui()->GetBindings() & content::BINDINGS_POLICY_WEB_UI)) in RenderViewCreated()122 web_ui->SetBindings(web_ui->GetBindings() & ~content::BINDINGS_POLICY_WEB_UI); in ExternalWebDialogUI()
42 BrowserPluginBindings* GetBindings(NPObject* object) { in GetBindings() function93 BrowserPluginBindings* bindings = GetBindings(np_obj); in BrowserPluginBindingsHasMethod()106 BrowserPluginBindings* bindings = GetBindings(np_obj); in BrowserPluginBindingsInvoke()125 BrowserPluginBindings* bindings = GetBindings(np_obj); in BrowserPluginBindingsHasProperty()142 BrowserPluginBindings* bindings = GetBindings(np_obj); in BrowserPluginBindingsGetProperty()158 BrowserPluginBindings* bindings = GetBindings(np_obj); in BrowserPluginBindingsSetProperty()
72 virtual int GetBindings() const = 0;
42 virtual int GetBindings() const OVERRIDE;
121 int WebUIImpl::GetBindings() const { in GetBindings() function in content::WebUIImpl
166 pending_web_ui_->GetBindings() != entry.bindings()) { in SetPendingWebUI()932 int required_bindings = pending_web_ui()->GetBindings(); in CreateRenderFrame()996 render_view_host->AllowBindings(pending_web_ui()->GetBindings()); in InitRenderView()1352 pending_web_ui()->GetBindings()); in UpdateStateForNavigate()
208 virtual int GetBindings() const OVERRIDE { in GetBindings() function in TestWebUI