Home
last modified time | relevance | path

Searched refs:formElementsState (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/loader/
DHistoryController.cpp163 item->setDocumentState(document->formElementsState()); in saveDocumentState()
/external/webkit/Source/WebCore/dom/
DDocument.h496 Vector<String> formElementsState() const;
DDocument.cpp4295 Vector<String> Document::formElementsState() const in formElementsState() function in WebCore::Document
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3034 item->setDocumentState(frame->document()->formElementsState()); in saveDocumentState()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-101197 * dom/Document.cpp: (WebCore::Document::formElementsState): Fixed mistake where the
1554 (-[WebCoreFrameBridge saveDocumentState]): Rewrote to call the new formElementsState
1567 elements rather than arbitrary DOM nodes. Replaced docState with formElementsState and
1585 (WebCore::Document::formElementsState): Added. Replaces the old docState function.
DChangeLog-2010-05-2427607 (WebCore::Document::formElementsState): Check shouldSaveAndRestoreFormControlState().
27622 Remove the autoComplete() check. Document::formElementsState() does equivalent check.
DChangeLog-2009-06-1611587 (WebCore::Document::formElementsState):
44951 (WebCore::Document::formElementsState):
49156 (WebCore::Document::formElementsState):
DChangeLog-2007-10-1416105 * dom/Document.cpp: (WebCore::Document::formElementsState): Updated to use new type,
59259 (WebCore::Document::formElementsState):
DChangeLog-2008-08-1047636 (WebCore::Document::formElementsState):