HomeSort by relevance Sort by last modified time
    Searched refs:io_data (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.h 104 AudioBufferList* io_data);
110 AudioBufferList* io_data);
116 AudioBufferList* io_data);
124 AudioBufferList* io_data);
131 AudioBufferList* io_data);
138 AudioBufferList* io_data);
audio_auhal_mac.h 78 AudioBufferList* io_data);
84 AudioBufferList* io_data);
audio_low_latency_input_mac.h 89 AudioBufferList* io_data);
92 OSStatus Provide(UInt32 number_of_frames, AudioBufferList* io_data,
audio_low_latency_output_mac.h 62 AudioBufferList* io_data);
64 OSStatus Render(UInt32 number_of_frames, AudioBufferList* io_data,
audio_synchronized_mac.cc 765 AudioBufferList* io_data) {
804 AudioBufferList* io_data) {
806 WrapBufferList(io_data, wrapper_bus_.get(), number_of_frames);
826 AudioBufferList* io_data) {
831 ZeroBufferList(io_data);
879 io_data);
886 WrapBufferList(io_data, wrapper_bus_.get(), number_of_frames);
902 AudioBufferList* io_data) {
912 io_data);
921 AudioBufferList* io_data) {
    [all...]
audio_auhal_mac.cc 200 AudioBufferList* io_data) {
213 ZeroBufferList(io_data);
242 WrapBufferList(io_data, output_bus_.get(), number_of_frames);
257 ZeroBufferList(io_data);
279 AudioBufferList* io_data) {
291 io_data);
audio_low_latency_output_mac.cc 249 AudioBufferList* io_data,
254 AudioBuffer& buffer = io_data->mBuffers[0];
302 AudioBufferList* io_data) {
308 return audio_output->Render(number_of_frames, io_data, output_time_stamp);
audio_low_latency_input_mac.cc 461 AudioBufferList* io_data) {
487 AudioBufferList* io_data,
498 AudioBuffer& buffer = io_data->mBuffers[0];
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 291 ProfileIOData* io_data = ProfileIOData::FromResourceContext( local
293 bool incognito = io_data->is_incognito();
297 !incognito && io_data->GetMetricsEnabledStateOnIOThread(),
313 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
314 if (io_data->resource_prefetch_predictor_observer()) {
315 io_data->resource_prefetch_predictor_observer()->OnRequestStarted(
439 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
443 if (io_data->safe_browsing_enabled()->GetValue()) {
460 io_data->managed_mode_url_filter()));
476 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context) local
505 ProfileIOData* io_data = local
580 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
613 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 365 TestProfileIOData* io_data = new TestProfileIOData( local
367 io_data->set_reverse_autologin_pending_email("user@gmail.com");
368 return io_data;
699 scoped_ptr<TestProfileIOData> io_data(CreateTestProfileIOData(false));
702 valid_gaia_url_, std::string(), &request_, io_data.get()));
706 scoped_ptr<TestProfileIOData> io_data(CreateTestProfileIOData(true));
709 valid_gaia_url_, std::string(), &request_, io_data.get()));
719 scoped_ptr<TestProfileIOData> io_data(CreateTestProfileIOData(false));
723 GURL("https://foo.com/"), std::string(), &request_, io_data.get()));
729 io_data.get()))
    [all...]
one_click_signin_helper.h 103 // It can be offered if the io_data is not in an incognito window and if the
107 ProfileIOData* io_data);
113 ProfileIOData* io_data,
172 // It can be offered if the io_data is not in an incognito window and if the
178 ProfileIOData* io_data);
one_click_signin_helper.cc 294 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
295 DCHECK(io_data);
296 io_data->set_reverse_autologin_pending_email(std::string());
691 ProfileIOData* io_data) {
693 request, io_data);
701 ProfileIOData* io_data) {
705 if (!io_data)
708 // Check for incognito before other parts of the io_data, since those
710 if (io_data->is_incognito())
713 if (!SigninManager::IsSigninAllowedOnIOThread(io_data))
    [all...]
  /external/chromium_org/net/websockets/
websocket_frame_parser.cc 189 char* io_data = frame_chunk->data->data(); local
190 memcpy(io_data, current, next_size);
195 masking_key_, frame_offset_, io_data, next_size);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 1327 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
1558 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1571 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1591 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1606 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1623 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1644 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1666 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1687 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1983 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2065 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 260 ProfileIOData::ResourceContext::ResourceContext(const ProfileIOData* io_data)
261 : io_data_(io_data) {
262 DCHECK(io_data);
profile_io_data.h 170 explicit ResourceContext(const ProfileIOData* io_data);
  /external/chromium_org/chrome/browser/signin/
signin_manager.h 177 // Checks if signin is allowed for the profile that owns |io_data|. This must
180 static bool IsSigninAllowedOnIOThread(ProfileIOData* io_data);
signin_manager.cc 409 bool SigninManager::IsSigninAllowedOnIOThread(ProfileIOData* io_data) {
411 return io_data->signin_allowed()->GetValue();
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 360 explicit ResourceContext(ProfileIOData* io_data);
profile_io_data.cc 674 ProfileIOData::ResourceContext::ResourceContext(ProfileIOData* io_data)
675 : io_data_(io_data),
678 DCHECK(io_data);
    [all...]

Completed in 1874 milliseconds