Home
last modified time | relevance | path

Searched defs:GetExtensions (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc266 bool AlloyBrowserContext::GetExtensions(std::vector<CefString>& extension_ids) { in GetExtensions() function in AlloyBrowserContext
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.cc467 bool CefRequestContextCToCpp::GetExtensions( in GetExtensions() function in CefRequestContextCToCpp
/third_party/cef/libcef/browser/
Dbrowser_context.cc379 bool CefBrowserContext::GetExtensions(std::vector<CefString>& extension_ids) { in GetExtensions() function in CefBrowserContext
Drequest_context_impl.cc536 bool CefRequestContextImpl::GetExtensions( in GetExtensions() function in CefRequestContextImpl
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc361 CefExtensionSystem::ExtensionMap CefExtensionSystem::GetExtensions() const { in GetExtensions() function in extensions::CefExtensionSystem
/third_party/python/Lib/idlelib/
Dconfig.py412 def GetExtensions(self, active_only=True, member in IdleConf
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc526 static PyObject* GetExtensions(PyBaseDescriptor* self, void *closure) { in GetExtensions() function