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

/external/chromium_org/content/public/renderer/
H A Ddocument_state.cc11 DocumentState::DocumentState() function in class:content::DocumentState
26 DocumentState::~DocumentState() {}
28 void DocumentState::set_navigation_state(NavigationState* navigation_state) {
H A Ddocument_state.h24 class CONTENT_EXPORT DocumentState class in namespace:content
43 DocumentState();
44 virtual ~DocumentState();
46 static DocumentState* FromDataSource(blink::WebDataSource* ds) {
47 return static_cast<DocumentState*>(ds->extraData());

Completed in 66 milliseconds