Home
last modified time | relevance | path

Searched refs:is_temporary (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_info.cc428 DCHECK(!frame->is_temporary()); in MaybeNotifyFrameCreated()
447 DCHECK(!frame->is_temporary()); in MaybeNotifyFrameDetached()
466 DCHECK(!old_frame || !old_frame->is_temporary()); in MaybeNotifyMainFrameChanged()
467 DCHECK(!new_frame || !new_frame->is_temporary()); in MaybeNotifyMainFrameChanged()
Dframe_host_impl.cc86 DCHECK(is_temporary() || !browser_info_); in ~CefFrameHostImpl()
441 DCHECK(!is_temporary()); in Detach()
472 CHECK(!is_temporary()); in MaybeReAttach()
527 if (is_temporary()) { in SendToRenderFrame()
Dframe_host_impl.h80 bool is_temporary() const { return frame_id_ == kInvalidFrameId; } in is_temporary() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c1146 bool is_temporary = in v3dv_ImportSemaphoreFdKHR() local
1181 if (is_temporary) { in v3dv_ImportSemaphoreFdKHR()
1345 bool is_temporary = in v3dv_ImportFenceFdKHR() local
1380 if (is_temporary) { in v3dv_ImportFenceFdKHR()