Searched refs:was_within_same_page_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/renderer/
H A Dnavigation_state.cc21 was_within_same_page_(false),
H A Dnavigation_state.h87 void set_was_within_same_page(bool value) { was_within_same_page_ = value; }
88 bool was_within_same_page() const { return was_within_same_page_; }
133 bool was_within_same_page_; member in class:content::NavigationState

Completed in 123 milliseconds