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

  /external/chromium_org/content/public/browser/
navigation_controller.cc 21 should_clear_history_list(false) {
42 should_clear_history_list(false) {
62 should_clear_history_list = other.should_clear_history_list;
navigation_controller.h 170 bool should_clear_history_list; member in struct:content::NavigationController::LoadURLParams
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.h 205 bool should_clear_history_list() const { function in class:content::NavigationEntryImpl
208 void set_should_clear_history_list(bool should_clear_history_list) {
209 should_clear_history_list_ = should_clear_history_list;
navigator_impl.cc 92 params->should_clear_history_list = entry.should_clear_history_list();
94 if (entry.should_clear_history_list()) {
navigation_controller_impl.cc 730 entry->set_should_clear_history_list(params.should_clear_history_list);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
frame_messages.h 196 IPC_STRUCT_MEMBER(bool, should_clear_history_list)
    [all...]
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 286 params.should_clear_history_list = true;
  /external/chromium_org/content/renderer/
render_frame_impl.cc     [all...]
render_view_impl.cc     [all...]

Completed in 444 milliseconds