Searched refs:HistoryAddPageArgs (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/history/ |
D | history_tab_helper.h | 16 struct HistoryAddPageArgs; 27 const history::HistoryAddPageArgs& add_page_args); 35 history::HistoryAddPageArgs CreateHistoryAddPageArgs(
|
D | history_tab_helper.cc | 41 const history::HistoryAddPageArgs& add_page_args) { in UpdateHistoryForNavigation() 54 history::HistoryAddPageArgs 60 history::HistoryAddPageArgs add_page_args( in CreateHistoryAddPageArgs() 98 const history::HistoryAddPageArgs& add_page_args = in DidNavigateAnyFrame()
|
D | history_types.cc | 334 HistoryAddPageArgs::HistoryAddPageArgs() in HistoryAddPageArgs() function in history::HistoryAddPageArgs 341 HistoryAddPageArgs::HistoryAddPageArgs( in HistoryAddPageArgs() function in history::HistoryAddPageArgs 362 HistoryAddPageArgs::~HistoryAddPageArgs() {} in ~HistoryAddPageArgs()
|
D | history_types.h | 564 struct HistoryAddPageArgs { struct 571 HistoryAddPageArgs(); 572 HistoryAddPageArgs(const GURL& url, 581 ~HistoryAddPageArgs();
|
D | history_service.h | 76 struct HistoryAddPageArgs; 207 void AddPage(const history::HistoryAddPageArgs& add_page_args);
|
D | history_service.cc | 428 history::HistoryAddPageArgs(url, time, context_id, page_id, referrer, in AddPage() 438 history::HistoryAddPageArgs(url, time, NULL, 0, GURL(), in AddPage() 444 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) { in AddPage()
|
D | history_backend_unittest.cc | 259 history::HistoryAddPageArgs request( in AddRedirectChainWithTransitionAndTime() 282 HistoryAddPageArgs request( in AddClientRedirect() 695 HistoryAddPageArgs request(url, visit_time, NULL, 0, GURL(), in TEST_F() 838 HistoryAddPageArgs request(url, visit_time, NULL, 0, GURL(), in TEST_F() 1257 HistoryAddPageArgs request1(url, base::Time::Now(), NULL, 0, GURL(), in TEST_F() 1263 HistoryAddPageArgs request2(url, base::Time::Now(), NULL, 0, GURL(), in TEST_F() 1269 HistoryAddPageArgs request3(url, base::Time::Now(), NULL, 0, GURL(), in TEST_F() 2920 HistoryAddPageArgs args[10]; in TEST_F() 2976 HistoryAddPageArgs args[4]; in TEST_F()
|
D | history_backend.h | 143 void AddPage(const HistoryAddPageArgs& request);
|
D | history_backend.cc | 373 void HistoryBackend::AddPage(const HistoryAddPageArgs& request) { in AddPage()
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_contents.h | 39 struct HistoryAddPageArgs; 272 void DidNavigate(const history::HistoryAddPageArgs& add_page_args); 459 typedef std::vector<history::HistoryAddPageArgs> AddPageVector;
|
D | prerender_contents.cc | 784 const history::HistoryAddPageArgs& add_page_args) { in DidNavigate()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | web_dialog_web_contents_delegate_unittest.cc | 67 history::HistoryAddPageArgs should_add_args( in TEST_F()
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_navigation_observer.cc | 242 history::HistoryAddPageArgs add_page_args( in OnRequestBlockedInternal()
|