OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_start_time
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/
stats_collection_observer.h
28
const base::Time&
load_start_time
() { return start_time_; }
function in class:content::StatsCollectionObserver
stats_collection_controller.cc
44
// - |
load_start_time
| - time at which page load started.
52
const base::Time&
load_start_time
,
57
if (
load_start_time
.is_null()) {
60
item.SetDouble("load_start_ms",
load_start_time
.ToInternalValue() / 1000);
62
if (
load_start_time
.is_null() || load_stop_time.is_null()) {
66
(load_stop_time -
load_start_time
).InMillisecondsF());
154
observer->
load_start_time
(), observer->load_stop_time(),
/external/chromium_org/chrome/browser/prerender/
prerender_contents.h
199
base::TimeTicks
load_start_time
() const { return load_start_time_; }
function in class:prerender::PrerenderContents
prerender_manager.cc
609
if (!prerender_data->contents()->
load_start_time
().is_null()) {
612
GetCurrentTimeTicks() - prerender_data->contents()->
load_start_time
());
[
all
...]
Completed in 139 milliseconds