/third_party/cef/libcef/browser/ |
D | xml_reader_impl.cc | 118 if (!VerifyContext()) { in ~CefXmlReaderImpl() 178 if (!VerifyContext()) in MoveToNextNode() 185 if (!VerifyContext()) in Close() 195 if (!VerifyContext()) in HasError() 202 if (!VerifyContext()) in GetError() 209 if (!VerifyContext()) in GetType() 242 if (!VerifyContext()) in GetDepth() 249 if (!VerifyContext()) in GetLocalName() 256 if (!VerifyContext()) in GetPrefix() 263 if (!VerifyContext()) in GetQualifiedName() [all …]
|
D | simple_menu_model_impl.cc | 63 DCHECK(VerifyContext()); in Detach() 79 if (!VerifyContext()) in IsSubMenu() 85 if (!VerifyContext()) in Clear() 93 if (!VerifyContext()) in GetCount() 100 if (!VerifyContext()) in AddSeparator() 108 if (!VerifyContext()) in AddItem() 117 if (!VerifyContext()) in AddCheckItem() 127 if (!VerifyContext()) in AddRadioItem() 137 if (!VerifyContext()) in AddSubMenu() 146 if (!VerifyContext()) in InsertSeparatorAt() [all …]
|
D | menu_model_impl.cc | 253 if (!VerifyContext()) in IsSubMenu() 259 if (!VerifyContext()) in Clear() 267 if (!VerifyContext()) in GetCount() 274 if (!VerifyContext()) in AddSeparator() 283 if (!VerifyContext()) in AddItem() 291 if (!VerifyContext()) in AddCheckItem() 301 if (!VerifyContext()) in AddRadioItem() 310 if (!VerifyContext()) in AddSubMenu() 320 if (!VerifyContext()) in InsertSeparatorAt() 332 if (!VerifyContext()) in InsertItemAt() [all …]
|
D | zip_reader_impl.cc | 88 if (!VerifyContext()) { in ~CefZipReaderImpl() 119 if (!VerifyContext()) in MoveToFirstFile() 131 if (!VerifyContext()) in MoveToNextFile() 144 if (!VerifyContext()) in MoveToFile() 158 if (!VerifyContext()) in Close() 170 if (!VerifyContext() || !GetFileInfo()) in GetFileName() 177 if (!VerifyContext() || !GetFileInfo()) in GetFileSize() 185 if (!VerifyContext() || !GetFileInfo()) in GetFileLastModified() 193 if (!VerifyContext()) in OpenFile() 214 if (!VerifyContext() || !has_fileopen_) in CloseFile() [all …]
|
D | zip_reader_impl.h | 41 bool VerifyContext();
|
D | xml_reader_impl.h | 63 bool VerifyContext();
|
D | simple_menu_model_impl.h | 145 bool VerifyContext();
|
D | menu_model_impl.h | 210 bool VerifyContext();
|
/third_party/cef/libcef/renderer/ |
D | dom_node_impl.cc | 48 if (!VerifyContext()) in GetType() 55 if (!VerifyContext()) in IsText() 62 if (!VerifyContext()) in IsElement() 70 if (!VerifyContext()) in IsEditable() 98 if (!VerifyContext()) in IsFormControlElement() 111 if (!VerifyContext()) in GetFormControlElementType() 131 if (!VerifyContext()) in IsSame() 135 if (!impl || !impl->VerifyContext()) in IsSame() 143 if (!VerifyContext()) in GetName() 155 if (!VerifyContext()) in GetValue() [all …]
|
D | dom_document_impl.cc | 41 if (!VerifyContext()) in GetType() 71 if (!VerifyContext()) in GetTitle() 94 if (!VerifyContext()) in HasSelection() 101 if (!VerifyContext()) in GetSelectionStartOffset() 115 if (!VerifyContext()) in GetSelectionEndOffset() 130 if (!VerifyContext()) in GetSelectionAsMarkup() 145 if (!VerifyContext()) in GetSelectionAsText() 160 if (!VerifyContext()) in GetBaseURL() 175 if (!VerifyContext()) in GetCompleteURL() 191 if (!VerifyContext()) in GetOrCreateNode() [all …]
|
D | render_urlrequest_impl.cc | 428 if (!VerifyContext()) in Start() 434 if (!VerifyContext()) in GetRequest() 440 if (!VerifyContext()) in GetClient() 446 if (!VerifyContext()) in GetRequestStatus() 452 if (!VerifyContext()) in GetRequestError() 458 if (!VerifyContext()) in GetResponse() 464 if (!VerifyContext()) in ResponseWasCached() 470 if (!VerifyContext()) in Cancel() 475 bool CefRenderURLRequest::VerifyContext() { in VerifyContext() function in CefRenderURLRequest
|
D | render_urlrequest_impl.h | 37 bool VerifyContext();
|
D | dom_document_impl.h | 51 bool VerifyContext();
|
D | dom_node_impl.h | 53 bool VerifyContext();
|
/third_party/cef/libcef/browser/net_service/ |
D | browser_urlrequest_impl.cc | 632 if (!VerifyContext()) in Start() 638 if (!VerifyContext()) in GetRequest() 644 if (!VerifyContext()) in GetClient() 650 if (!VerifyContext()) in GetRequestStatus() 656 if (!VerifyContext()) in GetRequestError() 662 if (!VerifyContext()) in GetResponse() 668 if (!VerifyContext()) in ResponseWasCached() 674 if (!VerifyContext()) in Cancel() 679 bool CefBrowserURLRequest::VerifyContext() { in VerifyContext() function in CefBrowserURLRequest
|
D | browser_urlrequest_impl.h | 54 bool VerifyContext();
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1115 class VerifyContext class 1118 VerifyContext (TestLog& log, in VerifyContext() function in vkt::memory::__anonc07e9c840111::VerifyContext 1168 virtual void verify (VerifyContext&, size_t) {} in verify() argument 1315 void verify (VerifyContext& context, size_t commandIndex); 1401 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify() 1579 void verify (VerifyContext& context, size_t commandIndex); 1641 void CreateImage::verify (VerifyContext& context, size_t) in verify() 1801 virtual void verify (VerifyContext&, size_t) {} in verify() argument 1819 void verify (VerifyContext& context, size_t commandIndex); 1890 void SubmitCommandBuffer::verify (VerifyContext& context, size_t commandIndex) in verify() [all …]
|
/third_party/node/src/ |
D | node_crypto.h | 806 bool VerifyContext();
|
D | node_crypto.cc | 5223 return VerifyContext(); in Init() 5246 return VerifyContext(); in Init() 5274 return VerifyContext(); in Init() 5529 bool DiffieHellman::VerifyContext() { in VerifyContext() function in node::crypto::DiffieHellman
|