Searched defs:InternalSettings (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.cpp28 #include "core/testing/InternalSettings.h"
60 InternalSettings::Backup::Backup(Settings* settings)
80 void InternalSettings::Backup::restoreTo(Settings* settings)
102 InternalSettings* InternalSettings::from(Page& page)
105 HeapSupplement<Page>::provideTo(page, supplementName(), new InternalSettings(page));
106 return static_cast<InternalSettings*>(HeapSupplement<Page>::from(page, supplementName()));
109 // We can't use RefCountedSupplement because that would try to make InternalSettings RefCounted
110 // and InternalSettings is already RefCounted via its base class, InternalSettingsGenerated.
111 // Instead, we manually make InternalSettings supplemen
143 InternalSettings::InternalSettings(Page& page) function in class:blink::InternalSettings
[all...]

Completed in 74 milliseconds