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 12 DocumentState::DocumentState()
27 DocumentState::~DocumentState() {}
29 void DocumentState::set_password_form_data(
34 void DocumentState::set_navigation_state(NavigationState* navigation_state) {
document_state.h 25 class CONTENT_EXPORT DocumentState
44 DocumentState();
45 virtual ~DocumentState();
47 static DocumentState* FromDataSource(WebKit::WebDataSource* ds) {
48 return static_cast<DocumentState*>(ds->extraData());

Completed in 239 milliseconds