Searched refs:IsGlobal (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | request_context_unittest.cc | 17 EXPECT_TRUE(context1->IsGlobal()); in TEST() 23 EXPECT_TRUE(context2->IsGlobal()); in TEST() 49 EXPECT_FALSE(context1->IsGlobal()); in TEST() 57 EXPECT_FALSE(context2->IsGlobal()); in TEST() 85 EXPECT_FALSE(context1->IsGlobal()); in TEST() 93 EXPECT_FALSE(context2->IsGlobal()); in TEST() 120 EXPECT_TRUE(context1->IsGlobal()); in TEST() 128 EXPECT_TRUE(context2->IsGlobal()); in TEST() 148 EXPECT_FALSE(context1->IsGlobal()); in TEST() 155 EXPECT_FALSE(context2->IsGlobal()); in TEST() [all …]
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_ctocpp.h | 45 bool IsGlobal() OVERRIDE;
|
D | request_context_ctocpp.cc | 123 NO_SANITIZE("cfi-icall") bool CefRequestContextCToCpp::IsGlobal() { in IsGlobal() function in CefRequestContextCToCpp
|
/third_party/cef/include/ |
D | cef_request_context.h | 132 virtual bool IsGlobal() = 0;
|
/third_party/cef/libcef/browser/ |
D | request_context_impl.h | 57 bool IsGlobal() override;
|
D | request_context_impl.cc | 350 bool CefRequestContextImpl::IsGlobal() { in IsGlobal() function in CefRequestContextImpl 618 (config.other && config.other->IsGlobal() && !config.handler)) { in GetOrCreateRequestContext()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_context_cpptoc.cc | 138 bool _retval = CefRequestContextCppToC::Get(self)->IsGlobal(); in request_context_is_global()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1740 bool IsGlobal; // ::operator new ? variable 1746 IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 1749 F(ExprList, Type, InitList, IsGlobal, IsArray); in match() 1753 if (IsGlobal) in printLeft() 1776 bool IsGlobal; variable 1781 : Node(KDeleteExpr), Op(Op_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in DeleteExpr() 1783 template<typename Fn> void match(Fn F) const { F(Op, IsGlobal, IsArray); } in match() 1786 if (IsGlobal) in printLeft()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | cor.h | 477 STDMETHOD (IsGlobal) (THIS_ mdToken pd, int *pbGlobal) PURE; in DECLARE_INTERFACE_() local 551 STDMETHOD (IsGlobal) (THIS_ mdToken pd, int *pbGlobal) PURE; in DECLARE_INTERFACE_() local
|
/third_party/mingw-w64/mingw-w64-crt/libarm32/ |
D | dui70.def | 2374 ?IsGlobal@ClassInfoBase@DirectUI@@UBA_NXZ
|