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

  /external/chromium_org/content/public/renderer/
navigation_state.cc 20 was_within_same_page_(false),
navigation_state.h 70 void set_was_within_same_page(bool value) { was_within_same_page_ = value; }
71 bool was_within_same_page() const { return was_within_same_page_; }
115 bool was_within_same_page_; member in class:content::NavigationState

Completed in 93 milliseconds