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

  /external/chromium_org/chrome/browser/prefetch/
prefetch.cc 26 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context);
27 if (io_data != NULL && io_data->network_prediction_enabled()->GetValue())
  /external/chromium_org/chrome/browser/signin/
signin_header_helper.h 72 ProfileIOData* io_data,
81 ProfileIOData* io_data,
signin_header_helper.cc 190 ProfileIOData* io_data,
195 if (io_data->IsOffTheRecord() ||
196 io_data->google_services_username()->GetValue().empty()) {
224 std::string account_id(io_data->google_services_account_id()->GetValue());
227 if (io_data->incognito_availibility()->GetValue() ==
246 ProfileIOData* io_data,
262 DCHECK(switches::IsNewProfileManagement() && !io_data->IsOffTheRecord());
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 306 ProfileIOData* io_data = ProfileIOData::FromResourceContext( local
321 AppUrlRedirector::MaybeCreateThrottleFor(request, io_data);
329 request, io_data);
366 bool is_off_the_record = io_data->IsOffTheRecord();
371 io_data->GetMetricsEnabledStateOnIOThread(),
381 if (io_data->policy_header_helper())
382 io_data->policy_header_helper()->AddPolicyHeaders(request->url(), request);
387 io_data, info->GetChildID(), info->GetRouteID());
474 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
478 if (io_data->safe_browsing_enabled()->GetValue(
524 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
553 ProfileIOData* io_data = local
624 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
675 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 489 AudioBufferList* io_data) {
515 AudioBufferList* io_data,
526 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 379 TestProfileIOData* io_data = new TestProfileIOData( local
381 io_data->set_reverse_autologin_pending_email("user@gmail.com");
382 return io_data;
749 scoped_ptr<TestProfileIOData> io_data(
753 valid_gaia_url_, &request_, io_data.get()));
757 scoped_ptr<TestProfileIOData> io_data(
761 valid_gaia_url_, &request_, io_data.get()));
771 scoped_ptr<TestProfileIOData> io_data(
776 GURL("https://foo.com/"), &request_, io_data.get()));
781 io_data.get()))
    [all...]
one_click_signin_helper.cc 330 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
331 DCHECK(io_data);
332 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,
293 // It can be offered if the io_data is not in an incognito window and if the
298 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 1482 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
1798 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1811 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1831 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1853 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1870 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1891 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1913 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1934 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2119 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2239 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2319 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 801 ProfileIOData::ResourceContext::ResourceContext(ProfileIOData* io_data)
802 : io_data_(io_data),
805 DCHECK(io_data);
    [all...]
profile_io_data.h 392 explicit ResourceContext(ProfileIOData* io_data);

Completed in 267 milliseconds