Home
last modified time | relevance | path

Searched refs:documentState (Results 1 – 12 of 12) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/history/qt/
H A DHistoryItemQt.cpp47 WTF::Vector<WTF::String> documentState; in restoreState() local
56 …in >> lastVisitWasHTTPNonGet >> lastVisitWasFailure >> isTargetItem >> visitCount >> documentState; in restoreState()
68 setDocumentState(documentState); in restoreState()
102 out << visitCount() << documentState() << scrollPoint(); in saveState()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBaseWriter.cs24 DocumentState documentState; field in System.Xml.XmlBaseWriter
44 this.documentState = DocumentState.None; in XmlBaseWriter()
53 this.documentState = DocumentState.None; in SetOutput()
443 if (this.documentState == DocumentState.Epilog) in StartElement()
549 if (depth == 0 && documentState == DocumentState.Document) in ExitScope()
550 this.documentState = DocumentState.Epilog; in ExitScope()
726 documentState = DocumentState.Document; in WriteStartDocument()
779 documentState = DocumentState.End; in WriteEndDocument()
1744 if (this.documentState == DocumentState.Epilog) in StartArray()
1746 if (this.documentState == DocumentState.Document && count > 1 && depth == 0) in StartArray()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/documentview/
H A Dkdevdocumentmodel.h40 KDevelop::IDocument::DocumentState documentState() const;
H A Dkdevdocumentmodel.cpp39 IDocument::DocumentState KDevDocumentItem::documentState() const in documentState() function in KDevDocumentItem
H A Dkdevdocumentview.cpp342 if ( documentItem && documentItem->documentState() != document->state() ) in stateChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/history/
H A DHistoryItem.h132 const Vector<String>& documentState() const;
H A DHistoryItem.cpp440 const Vector<String>& HistoryItem::documentState() const in documentState() function in WebCore::HistoryItem
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DDocumentContext.cpp1415 PDFObjectCastPtr<PDFDictionary> documentState(inStateReader->ParseNewObject(inObjectID)); in ReadState() local
1417 …PDFObjectCastPtr<PDFBoolean> modifiedDocumentExists(documentState->QueryDirectObject("mModifiedDoc… in ReadState()
1422 …PDFObjectCastPtr<PDFHexString> modifiedDocumentExists(documentState->QueryDirectObject("mModifiedD… in ReadState()
1426 …tionary> trailerInformationState(inStateReader->QueryDictionaryObject(documentState.GetPtr(),"mTra… in ReadState()
1429 …tionary> catalogInformationState(inStateReader->QueryDictionaryObject(documentState.GetPtr(),"mCat… in ReadState()
1432 …PDFObjectCastPtr<PDFIndirectObjectReference> usedFontsInformationStateID(documentState->QueryDirec… in ReadState()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/extensions/
H A DExtensionContent.jsm425 triggerScripts(documentState) {
427 this.execute(script, scheduled => scheduled == documentState, documentState);
429 if (documentState == "document_idle") {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DHistoryController.cpp202 doc->setStateForNewFormElements(itemToRestore->documentState()); in restoreDocumentState()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corecmodule.cpp11370 int documentState = 0; in func_LaunchDefaultApplication() local
11378 …rgs, sipKwds, sipKwdList, SIP_NULLPTR, "J1|i", sipType_wxString,&document, &documentState, &flags)) in func_LaunchDefaultApplication()
11387 sipReleaseType(const_cast< ::wxString *>(document),sipType_wxString,documentState); in func_LaunchDefaultApplication()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-1470007 (WebCore::HistoryItem::documentState):