Searched refs:pending_request_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc252 if (pending_request_.get())
253 pending_request_->Cancel();
336 if (pending_request_.get())
337 pending_request_->Wait();
346 DCHECK(!pending_request_.get());
351 if (!gpu_channel_.get() && !pending_request_.get()) {
353 pending_request_ = EstablishRequest::Create(
374 DCHECK(pending_request_.get());
375 if (pending_request_->channel_handle().name.empty()) {
378 GetContentClient()->SetGpuInfo(pending_request_
[all...]
H A Dbrowser_gpu_channel_host_factory.h88 scoped_refptr<EstablishRequest> pending_request_; member in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/components/suggestions/
H A Dsuggestions_service.cc171 pending_request_.reset(NULL);
209 if (pending_request_.get()) return;
255 if (pending_request_.get()) {
268 pending_request_.reset(CreateSuggestionsRequest(url));
269 pending_request_->Start();
293 DCHECK_EQ(pending_request_.get(), source);
299 scoped_ptr<const net::URLFetcher> request(pending_request_.release());
365 pending_request_.reset(NULL);
403 if (pending_request_.get()) return;
H A Dsuggestions_service.h164 scoped_ptr<net::URLFetcher> pending_request_; member in class:suggestions::SuggestionsService
/external/vixl/src/a64/
H A Ddebugger-a64.h148 inline bool pending_request() { return pending_request_; }
154 pending_request_ = logging || debugging;
181 bool pending_request_; member in class:vixl::Debugger
H A Ddebugger-a64.cc529 pending_request_(false),

Completed in 86 milliseconds