SettingsDelegate 85 Source/core/frame/Settings.cpp void Settings::setDelegate(SettingsDelegate* delegate) SettingsDelegate 90 Source/core/frame/Settings.cpp void Settings::invalidate(SettingsDelegate::ChangeType changeType) SettingsDelegate 102 Source/core/frame/Settings.cpp invalidate(SettingsDelegate::TextAutosizingChange); SettingsDelegate 112 Source/core/frame/Settings.cpp invalidate(SettingsDelegate::TextAutosizingChange); SettingsDelegate 131 Source/core/frame/Settings.cpp invalidate(SettingsDelegate::MultisamplingChange); SettingsDelegate 56 Source/core/frame/Settings.h void notifyGenericFontFamilyChange() { invalidate(SettingsDelegate::FontFamilyChange); } SettingsDelegate 76 Source/core/frame/Settings.h void setDelegate(SettingsDelegate*); SettingsDelegate 81 Source/core/frame/Settings.h void invalidate(SettingsDelegate::ChangeType); SettingsDelegate 83 Source/core/frame/Settings.h SettingsDelegate* m_delegate; SettingsDelegate 38 Source/core/frame/SettingsDelegate.cpp SettingsDelegate::SettingsDelegate(PassOwnPtr<Settings> settings) SettingsDelegate 45 Source/core/frame/SettingsDelegate.cpp SettingsDelegate::~SettingsDelegate() SettingsDelegate 42 Source/core/frame/SettingsDelegate.h class SettingsDelegate { SettingsDelegate 44 Source/core/frame/SettingsDelegate.h explicit SettingsDelegate(PassOwnPtr<Settings>); SettingsDelegate 45 Source/core/frame/SettingsDelegate.h virtual ~SettingsDelegate(); SettingsDelegate 110 Source/core/page/Page.cpp : SettingsDelegate(Settings::create()) SettingsDelegate 460 Source/core/page/Page.cpp void Page::settingsChanged(SettingsDelegate::ChangeType changeType) SettingsDelegate 463 Source/core/page/Page.cpp case SettingsDelegate::StyleChange: SettingsDelegate 466 Source/core/page/Page.cpp case SettingsDelegate::ViewportDescriptionChange: SettingsDelegate 470 Source/core/page/Page.cpp case SettingsDelegate::MediaTypeChange: SettingsDelegate 474 Source/core/page/Page.cpp case SettingsDelegate::DNSPrefetchingChange: SettingsDelegate 478 Source/core/page/Page.cpp case SettingsDelegate::MultisamplingChange: { SettingsDelegate 484 Source/core/page/Page.cpp case SettingsDelegate::ImageLoadingChange: SettingsDelegate 490 Source/core/page/Page.cpp case SettingsDelegate::TextAutosizingChange: SettingsDelegate 505 Source/core/page/Page.cpp case SettingsDelegate::ScriptEnableChange: SettingsDelegate 508 Source/core/page/Page.cpp case SettingsDelegate::FontFamilyChange: SettingsDelegate 84 Source/core/page/Page.h class Page FINAL : public Supplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate { SettingsDelegate 239 Source/core/page/Page.h virtual void settingsChanged(SettingsDelegate::ChangeType) OVERRIDE;