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

/external/chromium_org/content/public/renderer/
H A Dnavigation_state.cc13 bool history_list_was_cleared)
19 history_list_was_cleared_(history_list_was_cleared),
9 NavigationState(ui::PageTransition transition_type, bool is_content_initiated, int32 pending_page_id, int pending_history_list_offset, bool history_list_was_cleared) argument
H A Dnavigation_state.h25 bool history_list_was_cleared,
31 history_list_was_cleared);
50 bool history_list_was_cleared() const { function in class:content::NavigationState
123 bool history_list_was_cleared);
22 CreateBrowserInitiated( int32 pending_page_id, int pending_history_list_offset, bool history_list_was_cleared, ui::PageTransition transition_type) argument

Completed in 57 milliseconds