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

  /external/chromium_org/chrome/browser/prefetch/
prefetch.cc 21 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
22 return chrome_browser_net::CanPrefetchAndPrerenderIO(io_data) &&
  /external/chromium_org/chrome/browser/signin/
signin_header_helper.h 73 ProfileIOData* io_data);
80 ProfileIOData* io_data,
signin_header_helper.cc 198 ProfileIOData* io_data) {
201 if (io_data->IsOffTheRecord() ||
202 io_data->google_services_username()->GetValue().empty()) {
230 std::string account_id(io_data->google_services_account_id()->GetValue());
233 if (io_data->incognito_availibility()->GetValue() ==
252 ProfileIOData* io_data,
273 DCHECK(switches::IsEnableAccountConsistency() && !io_data->IsOffTheRecord());
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 320 ProfileIOData* io_data = ProfileIOData::FromResourceContext( local
335 AppUrlRedirector::MaybeCreateThrottleFor(request, io_data);
343 request, io_data);
380 bool is_off_the_record = io_data->IsOffTheRecord();
385 io_data->GetMetricsEnabledStateOnIOThread(),
395 if (io_data->policy_header_helper())
396 io_data->policy_header_helper()->AddPolicyHeaders(request->url(), request);
400 request, GURL() /* redirect_url */, io_data);
415 if (io_data->resource_prefetch_predictor_observer()) {
416 io_data->resource_prefetch_predictor_observer()->OnRequestStarted
493 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
545 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
578 ProfileIOData* io_data = local
649 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
705 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
    [all...]
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.h 79 AudioBufferList* io_data);
85 AudioBufferList* io_data);
audio_low_latency_input_mac.h 91 AudioBufferList* io_data);
94 OSStatus Provide(UInt32 number_of_frames, AudioBufferList* io_data,
audio_low_latency_input_mac.cc 482 AudioBufferList* io_data) {
508 AudioBufferList* io_data,
519 AudioBuffer& buffer = io_data->mBuffers[0];
audio_auhal_mac.cc 244 AudioBufferList* io_data) {
256 io_data);
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 381 TestProfileIOData* io_data = new TestProfileIOData( local
383 io_data->set_reverse_autologin_pending_email("user@gmail.com");
384 return io_data;
716 scoped_ptr<TestProfileIOData> io_data(
720 valid_gaia_url_, &request_, io_data.get()));
724 scoped_ptr<TestProfileIOData> io_data(
728 valid_gaia_url_, &request_, io_data.get()));
738 scoped_ptr<TestProfileIOData> io_data(
743 GURL("https://foo.com/"), &request_, io_data.get()));
748 io_data.get()))
    [all...]
one_click_signin_helper.cc 324 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
325 DCHECK(io_data);
326 io_data->set_reverse_autologin_pending_email(std::string());
    [all...]
one_click_signin_helper.h 198 // It can be offered if the io_data is not in an incognito window and if the
202 ProfileIOData* io_data);
208 ProfileIOData* io_data,
291 // It can be offered if the io_data is not in an incognito window and if the
296 ProfileIOData* io_data);
  /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 1458 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1471 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1491 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1513 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1530 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1552 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1645 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1667 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1883 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2027 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_content_browser_client_extensions_part.cc 332 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
334 io_data->GetExtensionInfoMap()->extensions(),
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc     [all...]
profile_io_data.h 494 explicit ResourceContext(ProfileIOData* io_data);

Completed in 1302 milliseconds