Searched refs:loadDocumentInt (Results 1 – 2 of 2) sorted by relevance
409 bool loadDocumentInt( LVStreamRef stream, bool metadataOnly = false );
3211 if (!loadDocumentInt(stream)) { in goLink()4002 if (loadDocumentInt(stream, metadataOnly)) { in LoadDocument()4064 if (loadDocumentInt(stream, metadataOnly)) { in LoadDocument()4156 if (loadDocumentInt(stream, metadataOnly)) { in LoadDocument()4270 bool LVDocView::loadDocumentInt(LVStreamRef stream, bool metadataOnly) { in loadDocumentInt() function in LVDocView