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

/external/chromium_org/content/public/renderer/
H A Ddocument_state.cc12 DocumentState::DocumentState() function in class:content::DocumentState
27 DocumentState::~DocumentState() {}
29 void DocumentState::set_password_form_data(
34 void DocumentState::set_navigation_state(NavigationState* navigation_state) {
H A Ddocument_state.h25 class CONTENT_EXPORT DocumentState class in namespace:content
44 DocumentState();
45 virtual ~DocumentState();
47 static DocumentState* FromDataSource(WebKit::WebDataSource* ds) {
48 return static_cast<DocumentState*>(ds->extraData());

Completed in 57 milliseconds