Home
last modified time | relevance | path

Searched refs:VerifyContext (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/libcef/browser/
Dxml_reader_impl.cc118 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 …]
Dsimple_menu_model_impl.cc63 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 …]
Dmenu_model_impl.cc253 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 …]
Dzip_reader_impl.cc88 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 …]
Dzip_reader_impl.h41 bool VerifyContext();
Dxml_reader_impl.h63 bool VerifyContext();
Dsimple_menu_model_impl.h145 bool VerifyContext();
Dmenu_model_impl.h210 bool VerifyContext();
/third_party/cef/libcef/renderer/
Ddom_node_impl.cc48 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 …]
Ddom_document_impl.cc41 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 …]
Drender_urlrequest_impl.cc428 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
Drender_urlrequest_impl.h37 bool VerifyContext();
Ddom_document_impl.h51 bool VerifyContext();
Ddom_node_impl.h53 bool VerifyContext();
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc632 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
Dbrowser_urlrequest_impl.h54 bool VerifyContext();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1115 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/
Dnode_crypto.h806 bool VerifyContext();
Dnode_crypto.cc5223 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