OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_request_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc
226
scoped_refptr<RequestContext>
app_request_context
=
local
228
DCHECK(
app_request_context
);
229
app_request_context
->set_profile_io_data(this);
230
return
app_request_context
;
profile_impl_io_data.cc
371
scoped_refptr<RequestContext>
app_request_context
=
local
373
DCHECK(
app_request_context
);
374
app_request_context
->set_profile_io_data(this);
375
return
app_request_context
;
Completed in 2774 milliseconds