Home | History | Annotate | Download | only in renderer

Lines Matching refs:document_state

23 #include "content/public/renderer/document_state.h"
165 DocumentState* document_state =
167 if (!document_state->was_fetched_via_proxy())
225 DocumentState* document_state,
230 Time request = document_state->request_time();
271 if (document_state->web_timing_histograms_recorded())
273 document_state->set_web_timing_histograms_recorded(true);
483 DocumentState* document_state =
503 DumpPerformanceTiming(frame->performance(), document_state,
511 if (document_state->load_histograms_recorded())
515 Time start = document_state->start_load_time();
516 Time commit = document_state->commit_load_time();
534 Time request = document_state->request_time();
535 Time first_paint = document_state->first_paint_time();
536 Time first_paint_after_load = document_state->first_paint_after_load_time();
537 Time finish_doc = document_state->finish_document_load_time();
538 Time finish_all_loads = document_state->finish_load_time();
556 document_state->set_finish_document_load_time(finish_doc);
566 document_state->set_finish_load_time(finish_all_loads);
573 document_state->set_load_histograms_recorded(true);
582 DocumentState::LoadType load_type = document_state->load_type();
586 // time for the document_state, since all data is intact.
700 if (document_state->was_prefetcher()) {
706 if (document_state->was_referred_by_prefetcher()) {
712 if (document_state->was_after_preconnect_request()) {
752 if (document_state->was_fetched_via_spdy()) {
776 if (document_state->was_fetched_via_proxy()) {
803 LogPageLoadTime(document_state, frame->dataSource());
828 void PageLoadHistograms::LogPageLoadTime(const DocumentState* document_state,
835 DCHECK(document_state);
838 Time start = document_state->start_load_time();
839 Time finish = document_state->finish_load_time();