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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SettingsDelegate.cpp 32 #include "core/frame/SettingsDelegate.h"
38 SettingsDelegate::SettingsDelegate(PassOwnPtr<Settings> settings)
45 SettingsDelegate::~SettingsDelegate()
SettingsDelegate.h 42 class SettingsDelegate {
44 explicit SettingsDelegate(PassOwnPtr<Settings>);
45 virtual ~SettingsDelegate();
Settings.h 32 #include "core/frame/SettingsDelegate.h"
89 void setDelegate(SettingsDelegate*);
94 void invalidate(SettingsDelegate::ChangeType);
100 SettingsDelegate* m_delegate;
Settings.cpp 88 void Settings::setDelegate(SettingsDelegate* delegate)
93 void Settings::invalidate(SettingsDelegate::ChangeType changeType)
113 invalidate(SettingsDelegate::StyleChange);
128 invalidate(SettingsDelegate::StyleChange);
134 invalidate(SettingsDelegate::TextAutosizingChange);
164 invalidate(SettingsDelegate::MultisamplingChange);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 102 : SettingsDelegate(Settings::create())
486 void Page::settingsChanged(SettingsDelegate::ChangeType changeType)
489 case SettingsDelegate::StyleChange:
492 case SettingsDelegate::ViewportDescriptionChange:
496 case SettingsDelegate::MediaTypeChange:
500 case SettingsDelegate::DNSPrefetchingChange:
504 case SettingsDelegate::MultisamplingChange: {
510 case SettingsDelegate::ImageLoadingChange:
516 case SettingsDelegate::TextAutosizingChange:
Page.h 25 #include "core/frame/SettingsDelegate.h"
86 class Page : public Supplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate {
247 // SettingsDelegate overrides.
249 virtual void settingsChanged(SettingsDelegate::ChangeType) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 437 third_party/WebKit/Source/core/frame/SettingsDelegate.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 437 third_party/WebKit/Source/core/frame/SettingsDelegate.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 437 third_party/WebKit/Source/core/frame/SettingsDelegate.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 437 third_party/WebKit/Source/core/frame/SettingsDelegate.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 437 third_party/WebKit/Source/core/frame/SettingsDelegate.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 437 third_party/WebKit/Source/core/frame/SettingsDelegate.cpp \
    [all...]

Completed in 656 milliseconds