/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_ctocpp.h | 75 bool GetExtensions(std::vector<CefString>& extension_ids) override;
|
D | request_context_ctocpp.cc | 467 bool CefRequestContextCToCpp::GetExtensions( in GetExtensions() function in CefRequestContextCToCpp
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_context.cc | 266 bool AlloyBrowserContext::GetExtensions(std::vector<CefString>& extension_ids) { in GetExtensions() function in AlloyBrowserContext 271 extension_system()->GetExtensions(); in GetExtensions()
|
D | alloy_browser_context.h | 57 bool GetExtensions(std::vector<CefString>& extension_ids) override;
|
/third_party/cef/include/ |
D | cef_request_context.h | 346 virtual bool GetExtensions(std::vector<CefString>& extension_ids) = 0;
|
/third_party/python/Lib/idlelib/ |
D | config.py | 412 def GetExtensions(self, active_only=True, member in IdleConf 465 for extn in self.GetExtensions(active_only=0): 562 activeExtns = self.GetExtensions(active_only=1)
|
D | pyshell.py | 996 return idleConf.GetExtensions(shell_only=True)
|
D | editor.py | 1114 return idleConf.GetExtensions(editor_only=True)
|
D | configdialog.py | 1969 for ext_name in idleConf.GetExtensions(active_only=False):
|
/third_party/cef/libcef/browser/ |
D | browser_context.h | 169 virtual bool GetExtensions(std::vector<CefString>& extension_ids);
|
D | request_context_impl.h | 94 bool GetExtensions(std::vector<CefString>& extension_ids) override;
|
D | request_context_impl.cc | 536 bool CefRequestContextImpl::GetExtensions( in GetExtensions() function in CefRequestContextImpl 543 return browser_context()->GetExtensions(extension_ids); in GetExtensions()
|
D | browser_context.cc | 379 bool CefBrowserContext::GetExtensions(std::vector<CefString>& extension_ids) { in GetExtensions() function in CefBrowserContext
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_system.h | 79 ExtensionMap GetExtensions() const;
|
D | extension_system.cc | 361 CefExtensionSystem::ExtensionMap CefExtensionSystem::GetExtensions() const { in GetExtensions() function in extensions::CefExtensionSystem
|
/third_party/cef/tests/ceftests/extensions/ |
D | extension_test_handler.cc | 201 EXPECT_TRUE(context->GetExtensions(extension_ids)); in VerifyExtensionInContext()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_context_cpptoc.cc | 499 CefRequestContextCppToC::Get(self)->GetExtensions(extension_idsList); in request_context_get_extensions()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 526 static PyObject* GetExtensions(PyBaseDescriptor* self, void *closure) { in GetExtensions() function 657 { "extensions", (getter)GetExtensions, NULL, "Extensions Sequence"},
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_config.py | 422 iGE = idleConf.GetExtensions
|