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

  /external/chromium_org/content/public/browser/
navigation_controller.cc 20 should_clear_history_list(false) {
40 should_clear_history_list(false) {
58 should_clear_history_list = other.should_clear_history_list;
navigation_controller.h 168 bool should_clear_history_list; member in struct:content::NavigationController::LoadURLParams
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.h 196 bool should_clear_history_list() const { function in class:content::NavigationEntryImpl
199 void set_should_clear_history_list(bool should_clear_history_list) {
200 should_clear_history_list_ = should_clear_history_list;
navigation_controller_impl.cc 686 entry->set_should_clear_history_list(params.should_clear_history_list);
    [all...]
web_contents_impl.cc 209 params->should_clear_history_list = entry.should_clear_history_list();
210 if (entry.should_clear_history_list()) {
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/content/shell/
webkit_test_controller.cc 269 params.should_clear_history_list = true;
  /external/chromium_org/content/common/
view_messages.h 627 IPC_STRUCT_MEMBER(bool, should_clear_history_list)
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 631 milliseconds