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

/external/chromium_org/content/public/renderer/
H A Dnavigation_state.cc11 int32 pending_page_id,
17 pending_page_id_(pending_page_id),
9 NavigationState(content::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.h23 int32 pending_page_id,
29 pending_page_id,
40 int32 pending_page_id() const { return pending_page_id_; } function in class:content::NavigationState
42 // If pending_page_id() is not -1, then this contains the corresponding
48 // If pending_page_id() is not -1, then this returns true if the session
121 int32 pending_page_id,
22 CreateBrowserInitiated( int32 pending_page_id, int pending_history_list_offset, bool history_list_was_cleared, content::PageTransition transition_type) argument

Completed in 40 milliseconds