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

  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.cc 117 ContentSetting setting = GetCookieSetting(url, first_party_url, false, NULL);
123 ContentSetting setting = GetCookieSetting(url, first_party_url, true, NULL);
128 ContentSetting setting = GetCookieSetting(origin, origin, true, NULL);
175 ContentSetting CookieSettings::GetCookieSetting(
cookie_settings.h 96 ContentSetting GetCookieSetting(
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc 155 setting = cookie_settings->GetCookieSetting(primary_url, secondary_url,
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 354 setting = cookie_settings->GetCookieSetting(
    [all...]

Completed in 1703 milliseconds