Home
last modified time | relevance | path

Searched refs:ApplyProfileParamsToContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc127 ApplyProfileParamsToContext(main_context); in LazyInitializeInternal()
128 ApplyProfileParamsToContext(extensions_context); in LazyInitializeInternal()
Dprofile_impl_io_data.cc179 ApplyProfileParamsToContext(main_context); in LazyInitializeInternal()
180 ApplyProfileParamsToContext(media_request_context_); in LazyInitializeInternal()
181 ApplyProfileParamsToContext(extensions_context); in LazyInitializeInternal()
Dprofile_io_data.h128 void ApplyProfileParamsToContext(ChromeURLRequestContext* context) const;
Dprofile_io_data.cc327 void ProfileIOData::ApplyProfileParamsToContext( in ApplyProfileParamsToContext() function in ProfileIOData