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

  /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/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 246 ProfileIOData* io_data = ProfileIOData::FromResourceContext( local
257 AppUrlRedirector::MaybeCreateThrottleFor(request, io_data);
285 bool incognito = io_data->is_incognito();
289 !incognito && io_data->GetMetricsEnabledStateOnIOThread(),
299 if (io_data->policy_header_helper())
300 io_data->policy_header_helper()->AddPolicyHeaders(request);
306 io_data, info->GetChildID(), info->GetRouteID());
319 if (io_data->resource_prefetch_predictor_observer()) {
320 io_data->resource_prefetch_predictor_observer()->OnRequestStarted(
459 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context) local
506 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
535 ProfileIOData* io_data = local
594 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
634 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 382 TestProfileIOData* io_data = new TestProfileIOData( local
384 io_data->set_reverse_autologin_pending_email("user@gmail.com");
385 return io_data;
748 scoped_ptr<TestProfileIOData> io_data(CreateTestProfileIOData(false));
751 valid_gaia_url_, std::string(), &request_, io_data.get()));
755 scoped_ptr<TestProfileIOData> io_data(CreateTestProfileIOData(true));
758 valid_gaia_url_, std::string(), &request_, io_data.get()));
768 scoped_ptr<TestProfileIOData> io_data(CreateTestProfileIOData(false));
772 GURL("https://foo.com/"), std::string(), &request_, io_data.get()));
778 io_data.get()))
    [all...]
one_click_signin_helper.cc 444 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
445 DCHECK(io_data);
446 io_data->set_reverse_autologin_pending_email(std::string());
767 ProfileIOData* io_data) {
769 request, io_data);
777 ProfileIOData* io_data) {
781 if (!io_data)
784 // Check for incognito before other parts of the io_data, since those
786 if (io_data->is_incognito())
789 if (!SigninManager::IsSigninAllowedOnIOThread(io_data))
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 1375 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context); local
1618 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1631 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1651 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1666 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1683 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1704 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1726 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1747 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
1944 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2049 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
2137 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context); local
    [all...]

Completed in 254 milliseconds