Home | History | Annotate | Download | only in signin

Lines Matching defs:MergeSessionThrottle

71 base::AtomicRefCount MergeSessionThrottle::all_profiles_restored_(0);
73 MergeSessionThrottle::MergeSessionThrottle(net::URLRequest* request,
79 MergeSessionThrottle::~MergeSessionThrottle() {
83 void MergeSessionThrottle::WillStartRequest(bool* defer) {
94 &MergeSessionThrottle::DeleayResourceLoadingOnUIThread,
100 &MergeSessionThrottle::OnBlockingPageComplete,
105 const char* MergeSessionThrottle::GetNameForLogging() const {
106 return "MergeSessionThrottle";
110 bool MergeSessionThrottle::AreAllSessionMergedAlready() {
114 void MergeSessionThrottle::OnBlockingPageComplete() {
119 bool MergeSessionThrottle::ShouldDelayUrl(const GURL& url) const {
129 void MergeSessionThrottle::BlockProfile(Profile* profile) {
146 void MergeSessionThrottle::UnblockProfile(Profile* profile) {
160 bool MergeSessionThrottle::ShouldDelayRequest(
243 void MergeSessionThrottle::DeleayResourceLoadingOnUIThread(