Searched defs:documentState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DHistoryItem.cpp155 const Vector<String>& HistoryItem::documentState() function in class:blink::HistoryItem
164 return FormController::getReferencedFilePaths(documentState());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHistoryItem.cpp128 WebVector<WebString> WebHistoryItem::documentState() const function in class:blink::WebHistoryItem
130 return m_private->documentState();

Completed in 325 milliseconds