Lines Matching refs:last_resolution
561 last_resolution.resid = resid; in FindEntry()
562 last_resolution.cookie = best_cookie; in FindEntry()
563 last_resolution.steps = resolution_steps; in FindEntry()
566 last_resolution.type_string_ref = in FindEntry()
568 last_resolution.entry_string_ref = in FindEntry()
579 last_resolution.cookie = kInvalidCookie; in SetResourceResolutionLoggingEnabled()
580 last_resolution.resid = 0; in SetResourceResolutionLoggingEnabled()
581 last_resolution.steps.clear(); in SetResourceResolutionLoggingEnabled()
582 last_resolution.type_string_ref = StringPoolRef(); in SetResourceResolutionLoggingEnabled()
583 last_resolution.entry_string_ref = StringPoolRef(); in SetResourceResolutionLoggingEnabled()
593 auto cookie = last_resolution.cookie; in GetLastResourceResolution()
599 uint32_t resid = last_resolution.resid; in GetLastResourceResolution()
600 std::vector<Resolution::Step>& steps = last_resolution.steps; in GetLastResourceResolution()
609 ToResourceName(last_resolution.type_string_ref, in GetLastResourceResolution()
610 last_resolution.entry_string_ref, in GetLastResourceResolution()