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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_usages_state.cc 19 ContentSettingsUsagesState::ContentSettingsUsagesState(Profile* profile,
25 ContentSettingsUsagesState::~ContentSettingsUsagesState() {
28 void ContentSettingsUsagesState::OnPermissionSet(
34 void ContentSettingsUsagesState::DidNavigate(
52 void ContentSettingsUsagesState::ClearStateMap() {
56 void ContentSettingsUsagesState::GetDetailedInfo(
102 std::string ContentSettingsUsagesState::GURLToFormattedHost(
content_settings_usages_state.h 24 class ContentSettingsUsagesState {
26 ContentSettingsUsagesState(Profile* profile, ContentSettingsType type);
27 virtual ~ContentSettingsUsagesState();
71 DISALLOW_COPY_AND_ASSIGN(ContentSettingsUsagesState);

Completed in 541 milliseconds