Searched defs:DoCreate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/win/
H A Dmessage_window.cc85 return DoCreate(message_callback, NULL);
90 return DoCreate(message_callback, window_name.c_str());
99 bool MessageWindow::DoCreate(const MessageCallback& message_callback, function in class:base::win::MessageWindow
/external/chromium_org/media/audio/
H A Daudio_output_controller.cc66 &AudioOutputController::DoCreate, controller, false));
109 void AudioOutputController::DoCreate(bool is_for_device_change) { function in class:media::AudioOutputController
112 TRACE_EVENT0("audio", "AudioOutputController::DoCreate");
114 // Close() can be called before DoCreate() is executed.
340 // Recreate the stream (DoCreate() will first shut down an existing stream).
343 DoCreate(true);
H A Daudio_input_controller.cc145 base::Bind(&AudioInputController::DoCreate,
246 void AudioInputController::DoCreate(AudioManager* audio_manager, function in class:media::AudioInputController
252 handler_->OnLog(this, "AIC::DoCreate");
287 DoCreate(audio_manager, params, device_id);
371 // If this is a low-latency stream, log the total duration (since DoCreate)
515 // been created. Done in DoCreate() but not DoCreateForStream(), hence
/external/chromium_org/net/http/
H A Ddisk_based_cert_cache.cc98 int DoCreate();
194 rv = DoCreate();
230 int DiskBasedCertCache::WriteWorker::DoCreate() { function in class:net::DiskBasedCertCache::WriteWorker

Completed in 124 milliseconds