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 21 was_within_same_page_(false),
navigation_state.h 87 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 88 milliseconds