Searched refs:SetRequestContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium/android/content/browser/tab_contents/
H A Dtab_contents.h31 void SetProfileRequestContext(net::URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.get())->SetRequestContext(context); }
/external/chromium/android/autofill/
H A Dprofile_android.h129 void SetRequestContext(net::URLRequestContextGetter* context) { url_request_context_getter_ = context; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h32 void SetProfileRequestContext(URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.get())->SetRequestContext(context); }

Completed in 94 milliseconds