OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_params_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_io_data.cc
188
profile_params_
.reset(params.release());
275
DCHECK(
profile_params_
.get());
277
IOThread* const io_thread =
profile_params_
->io_thread;
285
profile_params_
->appcache_service->set_request_context(main_request_context_);
289
new ChromeCookiePolicy(
profile_params_
->host_content_settings_map));
293
profile_params_
->profile_id,
295
profile_params_
->protocol_handler_registry));
305
profile_params_
->proxy_config_service.release(),
309
database_tracker_ =
profile_params_
->database_tracker;
310
appcache_service_ =
profile_params_
->appcache_service
[
all
...]
profile_io_data.h
207
mutable scoped_ptr<ProfileParams>
profile_params_
;
member in class:ProfileIOData
Completed in 83 milliseconds