Searched defs:destination_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/tools/gdig/
H A Dfile_net_log.h29 FILE* const destination_; member in class:net::FileNetLogObserver
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_manager.h53 PrintDestinationInterface* destination() const { return destination_.get(); }
70 scoped_refptr<PrintDestinationInterface> destination_; member in class:printing::PrintJobManager
H A Dprint_job_worker.h126 scoped_refptr<PrintDestinationInterface> destination_; member in class:printing::PrintJobWorker
/external/chromium_org/base/
H A Dtask_runner.cc27 TaskRunner* destination_; member in class:base::__anon3929::PostTaskAndReplyTaskRunner
31 TaskRunner* destination) : destination_(destination) {
32 DCHECK(destination_);
38 return destination_->PostTask(from_here, task);
/external/chromium/net/socket/
H A Dsocks_client_socket_pool.h37 const HostResolver::RequestInfo& destination() const { return destination_; }
53 HostResolver::RequestInfo destination_; member in class:net::SOCKSSocketParams
H A Dtcp_client_socket_pool.h39 const HostResolver::RequestInfo& destination() const { return destination_; }
55 HostResolver::RequestInfo destination_; member in class:net::TCPSocketParams
H A Dtransport_client_socket_pool.h34 const HostResolver::RequestInfo& destination() const { return destination_; }
49 HostResolver::RequestInfo destination_; member in class:net::TransportSocketParams
/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.h37 const HostResolver::RequestInfo& destination() const { return destination_; }
48 HostResolver::RequestInfo destination_; member in class:net::SOCKSSocketParams
H A Dtransport_client_socket_pool.h42 const HostResolver::RequestInfo& destination() const { return destination_; }
54 HostResolver::RequestInfo destination_; member in class:net::TransportSocketParams
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_mac.cc68 content::BrowserMessageFilter* destination_; // ref-counted. member in class:SpellingRequest
83 destination_(destination),
88 destination_->AddRef();
149 destination_->Send(
154 destination_->Release();
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_audio_input_stream_unittest.cc185 destination_(NULL),
199 EXPECT_FALSE(destination_);
232 .WillOnce(SaveArg<2>(&destination_))
238 &destination_,
271 // causes our mock to set |destination_|. Block until that has happened.
277 ASSERT_TRUE(destination_);
286 AudioOutputStream* const out = destination_->AddInput(params);
318 .WillOnce(SaveArg<2>(&destination_))
325 &destination_,
392 AudioMirroringManager::MirroringDestination* destination_; member in class:content::WebContentsAudioInputStreamTest
[all...]
/external/v8/src/
H A Dlithium.h211 : source_(source), destination_(destination) {
217 LOperand* destination() const { return destination_; }
218 void set_destination(LOperand* operand) { destination_ = operand; }
223 return destination_ == NULL && source_ != NULL;
234 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
238 return destination_ != NULL && destination_->IsIgnored();
242 void Eliminate() { source_ = destination_ = NULL; }
244 ASSERT(source_ != NULL || destination_ == NULL);
250 LOperand* destination_; member in class:v8::internal::BASE_EMBEDDED
[all...]
/external/chromium_org/v8/src/
H A Dlithium.h277 : source_(source), destination_(destination) {
283 LOperand* destination() const { return destination_; }
284 void set_destination(LOperand* operand) { destination_ = operand; }
289 return destination_ == NULL && source_ != NULL;
300 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
304 return destination_ != NULL && destination_->IsIgnored();
308 void Eliminate() { source_ = destination_ = NULL; }
310 ASSERT(source_ != NULL || destination_ == NULL);
316 LOperand* destination_; member in class:v8::internal::BASE_EMBEDDED
[all...]

Completed in 187 milliseconds