HomeSort by relevance Sort by last modified time
    Searched defs:DocumentState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/renderer/
document_state.cc 11 DocumentState::DocumentState()
26 DocumentState::~DocumentState() {}
28 void DocumentState::set_navigation_state(NavigationState* navigation_state) {
document_state.h 24 class CONTENT_EXPORT DocumentState
43 DocumentState();
44 virtual ~DocumentState();
46 static DocumentState* FromDataSource(blink::WebDataSource* ds) {
47 return static_cast<DocumentState*>(ds->extraData());

Completed in 92 milliseconds