Home | History | Annotate | Download | only in browser

Lines Matching refs:io_data

1482   ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context);
1484 io_data->GetExtensionInfoMap()->extensions(),
1798 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1799 return io_data->GetCookieSettings()->
1811 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1812 bool allow = io_data->GetCookieSettings()->
1831 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1832 CookieSettings* cookie_settings = io_data->GetCookieSettings();
1853 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1854 CookieSettings* cookie_settings = io_data->GetCookieSettings();
1870 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1871 CookieSettings* cookie_settings = io_data->GetCookieSettings();
1891 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1892 CookieSettings* cookie_settings = io_data->GetCookieSettings();
1913 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1914 CookieSettings* cookie_settings = io_data->GetCookieSettings();
1934 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
1935 return io_data->extensions_request_context();
2119 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
2120 InfoMap* extension_info_map = io_data->GetExtensionInfoMap();
2138 io_data->GetHostContentSettingsMap();
2239 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
2240 InfoMap* map = io_data->GetExtensionInfoMap();
2319 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
2321 io_data->GetExtensionInfoMap()->extensions().GetByID(url.host());